summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid multiple schedules of redrawsChris Young2013-04-112-1/+8
|
* Default DPI to 85 as that is more correct than 72Chris Young2013-04-111-1/+1
|
* Home toolbar button doesn't crash anymore when homepage_url is null.Ole Loots2013-04-111-0/+4
|
* Show message box on error.Ole Loots2013-04-111-4/+2
|
* Added comments.Ole Loots2013-04-111-1/+5
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2013-04-1112-13/+32
|\
| * all-program now splits fatmessages for generic in-tree executionDaniel Silverstone (parasomnia chroot)2013-04-106-0/+6
| |
| * Make "resize with contents" a user optionChris Young2013-04-103-2/+12
| |
| * If we are reformatting, delay the redraw slightly to avoid excessive ↵Chris Young2013-04-091-1/+3
| | | | | | | | consectutive redraws
| * Test enable "resize with contents" now we have queued/delayed redraws.Chris Young2013-04-091-1/+1
| |
| * More appropriate system colours.Michael Drake2013-04-091-5/+5
| |
| * Allow override of default window width/height individually.Michael Drake2013-04-091-5/+5
| |
| * avoid potential crah on exitChris Young2013-04-091-1/+2
| |
* | Fix page up key handling.Ole Loots2013-04-111-1/+1
|/
* Fix duplicate Ctrl+V (and other shortcuts) key processing,Ole Loots2013-04-093-3/+12
| | | | by catching event callback return value.
* Fix up for various core changes.Michael Drake2013-04-082-11/+27
|
* Fix for http_only param change.Michael Drake2013-04-081-2/+2
|
* Add JS doc.Michael Drake2013-04-081-0/+16
|
* document and add missing includeChris Young2013-04-042-2/+11
|
* Schedule browser-initiated reformats too, with the caveat that a message of ↵Chris Young2013-04-041-1/+1
| | | | some description needs to arrive at the message port before the reformat will be queued (think this only affects scale changes).
* Schedule redraws from local history too, hide ami_do_redraw and friends as ↵Chris Young2013-04-044-10/+9
| | | | only gui.c needs to call those directly now
* Schedule redraws to prevent expected redraws from not happening when no ↵Chris Young2013-04-041-19/+33
| | | | events are occuring
* Fix sprite loading on RISC OS 3.50.John-Mark Bell2013-03-301-0/+0
|
* Removed duplicate hotlist_init call.Ole Loots2013-03-301-2/+2
|
* Added some commentsOle Loots2013-03-301-1/+6
|
* Avoid double/triple click stuff for scrollwheeling.Michael Drake2013-03-281-1/+3
|
* Hide caret after reflow (textarea may have moved), but let textarea keep focus.Michael Drake2013-03-271-1/+2
|
* Don't show caret when scrolling a textarea that hasn't been given focus.Michael Drake2013-03-271-1/+2
|
* Tidy up pointer beyond scrollbars.Michael Drake2013-03-271-0/+7
|
* Reduce multi-line textarea a bit more. When redrawing only one line, don't ↵Michael Drake2013-03-261-1/+23
| | | | redraw unchanged text at the start of the line.
* Further reduce redraw region for multi-line textareas when editing.Michael Drake2013-03-261-9/+26
|
* Trivial redraw optimisation for multiline textareas. Only redraw the line ↵Michael Drake2013-03-251-10/+19
| | | | that was changed and below.
* Remove some spaces.Michael Drake2013-03-251-8/+8
|
* ensure the closest character is pickedChris Young2013-03-241-5/+8
|
* update posn_in_string loop to be similar to nsfont_splitChris Young2013-03-241-38/+18
|
* Handle UTF-16 multi-length characters properlyChris Young2013-03-241-97/+98
|
* Reduce redraw area for selection set/change/clear.Michael Drake2013-03-221-11/+39
|
* Move line start calc into reflow handler.Michael Drake2013-03-221-17/+14
|
* Merge remote-tracking branch 'origin/mmu_man/beos-fixes'Daniel Silverstone (parasomnia chroot)2013-03-223-9/+16
|\
| * beos: Fix replicantsFrançois Revol2013-03-221-6/+12
| | | | | | | | | | | | | | | | Waiting on the semaphore was not enough, it was causing a crash on replicant removal. Now we wait for the replicant main thread to exit. It fixes replicants, at least when a single one is used per application. Using more than one still causes issues due to some libs not liking being used twice (hlcache it seems).
| * beos: update copyright years in the version infoFrançois Revol2013-03-211-1/+1
| |
| * beos: Fix nsfont_position_in_string off-by-1François Revol2013-03-211-2/+3
| | | | | | | | | | | | | | The current width was tested after the index was already updated to the next character, leading to an off-by-one error, and the impossibility to select the first character of a string in textarea.
* | Fixed handling of filepath passed via commandline.Ole Loots2013-03-221-3/+2
|/
* Optimise redraw of single line textarea. When single line textarea is ↵Michael Drake2013-03-211-17/+42
| | | | unscrolled, only the changed area is redrawn after edits.
* Split reflow into two functions for single or multi line textareas.Michael Drake2013-03-211-95/+175
|
* Fix leaked utf16 string.Michael Drake2013-03-201-0/+2
|
* Ensure that actual_x is set when string fits inside available_width.Michael Drake2013-03-201-34/+27
|
* Fix error.Michael Drake2013-03-201-2/+1
|
* More meddling.Michael Drake2013-03-201-10/+6
|
* Another attempt.Michael Drake2013-03-201-4/+10
|