summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Michael Drake2012-07-312-0/+11
| | | | setter, on previous input holder.
* Use setter when giving clicked input focus.Michael Drake2012-07-311-1/+1
|
* When a text input widget has its text set, and it has the caret, move the ↵Michael Drake2012-07-311-0/+21
| | | | caret to the end.
* Core's gui_window_remove_caret should only remove caret if the bw in ↵Michael Drake2012-07-311-2/+6
| | | | question owns the caret.
* Claim, position, and render caret in text input widget. Currently does not ↵Michael Drake2012-07-311-38/+156
| | | | remove caret when input widget is stripped of focus (because widget doesn't know).
* Round to nearest point between chars in nsfont_position_in_string, instead ↵Michael Drake2012-07-311-1/+2
| | | | of rounding down.
* 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 ↵Michael Drake2012-07-312-11/+33
| | | | in string (instead of just end).
* 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.
* 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
|
* A few tweaks from when I was looking for internal font renderer bug in wrong ↵Michael Drake2012-07-261-6/+8
| | | | place.
* Add welcome page resources. Add symlinks to English welcome page to gtk and ↵Michael Drake2012-07-211-0/+1
| | | | framebuffer.
* Update URLs for glyph data.Michael Drake2012-07-154-4/+4
|
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* fix up framebuffer build flagsVincent Sanders2012-03-241-2/+2
| | | | | | fix select attributes svn path=/trunk/netsurf/; revision=13643
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-224-275/+272
| | | | svn path=/trunk/netsurf/; revision=13548
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-0/+3
| | | | svn path=/trunk/netsurf/; revision=13335
* Fix framebuffer build.Michael Drake2011-12-022-0/+32
| | | | svn path=/trunk/netsurf/; revision=13222
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
| | | | svn path=/trunk/netsurf/; revision=13198
* Update for modified libnsfb APIVincent Sanders2011-11-2118-204/+294
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* Remove unused variable.Michael Drake2011-10-291-2/+1
| | | | svn path=/trunk/netsurf/; revision=13095
* Fix framebufferJohn Mark Bell2011-10-072-0/+4
| | | | svn path=/trunk/netsurf/; revision=12984
* Build resource: map at start timeJohn Mark Bell2011-10-052-16/+11
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12926
* Reduce logging flood.Michael Drake2011-10-011-5/+0
| | | | svn path=/trunk/netsurf/; revision=12919
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-7/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove dead code from gui_create_browser_window().Michael Drake2011-09-041-22/+4
| | | | svn path=/trunk/netsurf/; revision=12712
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-28/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* If no Cookies file path is set in Choices file, use default of ↵Michael Drake2011-08-291-2/+2
| | | | | | "~/.netsurf/Cookies". svn path=/trunk/netsurf/; revision=12675
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12653
* Fix up Framebuffer for r12574 API change.Michael Drake2011-07-061-7/+5
| | | | svn path=/trunk/netsurf/; revision=12579
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-305-9/+19
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12525
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
| | | | svn path=/trunk/netsurf/; revision=12502