summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* A few tweaks from when I was looking for internal font renderer bug in wrong ...Michael Drake2012-07-261-6/+8
* Add welcome page resources. Add symlinks to English welcome page to gtk and ...Michael Drake2012-07-211-0/+1
* 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
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
* fix up framebuffer build flagsVincent Sanders2012-03-241-2/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-224-275/+272
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-2/+2
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-0/+3
* Fix framebuffer build.Michael Drake2011-12-022-0/+32
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
* Update for modified libnsfb APIVincent Sanders2011-11-2118-204/+294
* Remove unused variable.Michael Drake2011-10-291-2/+1
* Fix framebufferJohn Mark Bell2011-10-072-0/+4
* Build resource: map at start timeJohn Mark Bell2011-10-052-16/+11
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+1
* Reduce logging flood.Michael Drake2011-10-011-5/+0
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-7/+0
* Remove dead code from gui_create_browser_window().Michael Drake2011-09-041-22/+4
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-28/+0
* If no Cookies file path is set in Choices file, use default of "~/.netsurf/Co...Michael Drake2011-08-291-2/+2
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
* Fix up Framebuffer for r12574 API change.Michael Drake2011-07-061-7/+5
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-305-9/+19
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
* modern debian no longer links the math library bt defaultVincent Sanders2011-04-021-1/+1
* add control of fbtk text widget paddingVincent Sanders2011-03-213-10/+23
* Fix framebuffer resource: handlingVincent Sanders2011-03-177-2/+15
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Rename utils/resource to utils/filepath to avoid confusion with resource: fet...Michael Drake2011-03-173-12/+12
* Scale mouse pointer position.Michael Drake2011-03-161-16/+20
* Beginnings of scale support.Michael Drake2011-03-161-10/+23
* Move schedule.h to utils/John Mark Bell2011-03-132-3/+3
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-132-1/+3
* Fix font sizing in text widgetJohn Mark Bell2011-03-131-2/+5
* Scale font sizes by the screen DPI, rather than assuming 72John Mark Bell2011-03-131-1/+2
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-6/+0
* Remove unnecessary debugJohn Mark Bell2011-02-231-9/+0
* add resource handlingVincent Sanders2011-02-236-80/+75
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-1/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-7/+7