summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'vince/script-async'Vincent Sanders2012-07-3116-179/+599
|\
| * fix global handlingVincent Sanders2012-07-313-3/+14
| |
| * fix dom parser error return checkVincent Sanders2012-07-311-1/+1
| |
| * fix parse completion - working syncronous scriptsVincent Sanders2012-07-303-37/+72
| |
| * extend html data processing to deal with paused parseVincent Sanders2012-07-302-47/+72
| |
| * extend completion typesVincent Sanders2012-07-303-28/+246
| |
| * extend script enumeration to include asyncronous and deferred scriptsVincent Sanders2012-07-304-42/+55
| |
| * split up the script processingVincent Sanders2012-07-301-95/+124
| |
| * simple script testsVincent Sanders2012-07-307-0/+89
| |
* | Split out common code to generate a font style for text input widget.Michael Drake2012-07-311-13/+15
| |
* | Add caret to browser window widgets. Caret now shows when editing forms.Michael Drake2012-07-311-1/+57
| |
* | Add basic awareness of text input caret to ftbk and functions to get/set ↵Michael Drake2012-07-313-0/+72
| | | | | | | | caret pos.
* | missing 'defined'Chris Young2012-07-281-2/+2
| |
* | Add a GUI option to enable/disable Javascript, if NetSurf is built with ↵Chris Young2012-07-282-23/+61
| | | | | | | | Javascript support.
* | Use requester.class directly, so we can get requesters to appear on ↵Chris Young2012-07-281-8/+30
|/ | | | NetSurf's screen. Untested.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-276-46/+101
|\
| * Open hotlist and history at top right cornerOle Loots2012-07-272-3/+8
| |
| * Open search form at lower right cornerOle Loots2012-07-271-5/+19
| |
| * Handle "Save window size" menu event.Ole Loots2012-07-273-38/+74
| |
* | Scrollbar behaviour fixes.Michael Drake2012-07-272-6/+13
|/ | | | | Stop scrollbar sliding at different rate from pointer. Stop jump on drag start when scrollbar position indicator isn't at zero.
* Only warp pointer once for a sequence of consecutive move events. Further ↵Michael Drake2012-07-261-5/+28
| | | | reduces lag when dragging scrollbar.
* Handle consecutive queued mouse move events together. Reduces pointer lag ↵Michael Drake2012-07-261-29/+35
| | | | when busy.
* Change a couple of 'if's to 'else if's.Michael Drake2012-07-261-7/+6
|
* Avoid a load of repeat operations when panning by greater than viewport size.Michael Drake2012-07-261-2/+4
|
* Avoid redrawing the whole screen when scrolling by zero pixels.Michael Drake2012-07-261-3/+10
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-262-2/+3
|\
| * add libdomVincent Sanders2012-07-261-2/+2
| |
| * add missing includeVincent Sanders2012-07-261-0/+1
| |
* | s/object/option/Michael Drake2012-07-261-1/+1
|/
* A few tweaks from when I was looking for internal font renderer bug in wrong ↵Michael Drake2012-07-261-6/+8
| | | | place.
* More use of interns.Michael Drake2012-07-263-32/+93
|
* Use interns for string comparisons.Michael Drake2012-07-263-9/+39
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-261-3/+18
|\
| * Merge origin/mono/change-atari-defaults on Ole Loots' behalf.Daniel Silverstone2012-07-261-3/+18
| |\
| | * Added option commentsOle Loots2012-07-261-0/+6
| | |
| | * Adjusted atari defaultsOle Loots2012-07-261-3/+12
| |/ | | | | | | | | This change is required by latest changes to the atari Makefile.target and is an preparation for auto-building the atari version.
* / Implemented a new colour picker.Ole Loots2012-07-264-167/+272
|/ | | | | | This colour picker allows to select the 216 web colors plus 15 shades of gray. Removed the color popup from the resource file.
* Clean up flags setup, requires changes to Makefile.defaultOle Loots2012-07-251-13/+23
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-2512-183/+923
|\
| * doxygen serious warning cleanupVincent Sanders2012-07-2410-16/+27
| |
| * update doxygen configVincent Sanders2012-07-241-164/+893
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfVincent Sanders2012-07-241-35/+35
| |\
| * | fix library link orderVincent Sanders2012-07-241-3/+3
| | |
* | | Fixed colour type for vs* functions, added comments.Ole Loots2012-07-251-13/+42
| |/ |/|
* | Change Disegna to Draw for consistency, and because this refers to !DrawChris Young2012-07-231-2/+2
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-07-233-14/+16
|\|
| * change to use netsurf toolchain buildVincent Sanders2012-07-233-14/+16
| |
* | Update of Italian strings (credit: Samir Hawamdeh)Chris Young2012-07-231-33/+33
|/
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-234-38/+87
|\
| * Fix reference counting in generic sibling selection callback.Michael Drake2012-07-231-1/+2
| |