summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Pass drags to core. Enables page drag-scrolling, text selection, frames scro...Michael Drake2012-08-011-28/+74
|/
* Use enum instead of magic numbers for tracking key modifier states. Pass spe...Michael Drake2012-08-014-31/+131
* Pass pointer hotspots to libnsfb.Michael Drake2012-08-012-2/+4
* Scroll text in writable text widget so caret is always in view.Michael Drake2012-08-011-16/+19
* Only writable text widget needs caret rendering.Michael Drake2012-08-011-18/+0
* Fix build: we need libdom now.John-Mark Bell2012-08-011-2/+2
* resume parse on sync script error as well as successVincent Sanders2012-07-311-0/+6
* Handle CTRL modifier too. CTRL with cursor left/right is same as SHIFT. CTR...Michael Drake2012-07-311-0/+29
* Cursor left/right keys plus modifier move caret to extrems.Michael Drake2012-07-311-6/+15
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-313-14/+9
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfVincent Sanders2012-07-315-3/+44
| |\
| * | add post parse script executionVincent Sanders2012-07-313-14/+9
* | | Factor out some repeated code.Michael Drake2012-07-311-23/+10
| |/ |/|
* | Make text input widget remove caret on "strip focus" event.Michael Drake2012-07-311-2/+17
* | Make browser window widget remove caret on "strip focus" event.Michael Drake2012-07-311-0/+15
* | Add widget callback for getting stripped of focus. Call it in the input sett...Michael Drake2012-07-312-0/+11
* | Use setter when giving clicked input focus.Michael Drake2012-07-311-1/+1
|/
* add another script testVincent Sanders2012-07-313-2/+14
* When a text input widget has its text set, and it has the caret, move the car...Michael Drake2012-07-311-0/+21
* Core's gui_window_remove_caret should only remove caret if the bw in question...Michael Drake2012-07-311-2/+6
* Claim, position, and render caret in text input widget. Currently does not r...Michael Drake2012-07-311-38/+156
* Round to nearest point between chars in nsfont_position_in_string, instead of...Michael Drake2012-07-311-1/+2
* When setting fbtk caret, register callback for redrawing caret removal.Michael Drake2012-07-314-25/+31
* Remove strlen from redraw functions.Michael Drake2012-07-311-2/+2
* Add support for editing text input widget contents from arbitrary position in...Michael Drake2012-07-312-11/+33
* 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 care...Michael Drake2012-07-313-0/+72
* | missing 'defined'Chris Young2012-07-281-2/+2
* | Add a GUI option to enable/disable Javascript, if NetSurf is built with Javas...Chris Young2012-07-282-23/+61
* | Use requester.class directly, so we can get requesters to appear on NetSurf's...Chris Young2012-07-281-8/+30
|/
* 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
|/
* Only warp pointer once for a sequence of consecutive move events. Further re...Michael Drake2012-07-261-5/+28
* Handle consecutive queued mouse move events together. Reduces pointer lag wh...Michael Drake2012-07-261-29/+35
* 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