summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove unecissary glib internationalisation includeVincent Sanders2013-04-141-1/+0
|
* Improve environment script to extend pkg-config path and libnsfb library targetVincent Sanders2013-04-141-1/+8
|
* update gtk3 preferences dialogVincent Sanders2013-04-141-1677/+2088
|
* Improved debug logging.Ole Loots2013-04-131-2/+8
|
* Improved CLRHOME Key handlingOle Loots2013-04-132-6/+14
| | | | | | When textinput is focused, the key is handled by the browser (Moving to start of text). Otherwise the Content is scrolled to the top.
* Disabled redraw debug output.Ole Loots2013-04-131-1/+1
|
* Removed obsolete comments.Ole Loots2013-04-131-2/+0
|
* Removed debug outputOle Loots2013-04-121-3/+3
|
* Improved favicon/iconyfied redraw (obey to visible rectangle list)Ole Loots2013-04-123-11/+63
|
* Renamed gemtk_wm_send_redraw to gemtk_wm_exec_redrawOle Loots2013-04-115-35/+54
| | | | ...and did a little bit refactoring.
* Fix buildChris Young2013-04-111-0/+1
|
* Remove scheduled redraws for destroyed windowsChris Young2013-04-111-0/+6
|
* 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
|