summaryrefslogtreecommitdiff
path: root/framebuffer/localhistory.c
Commit message (Collapse)AuthorAgeFilesLines
* reduce uncessary include usageVincent Sanders2014-05-181-0/+3
|
* Remove unused includes.Michael Drake2014-02-151-16/+0
|
* Remove a load of unused includes.Michael Drake2014-02-151-9/+0
|
* Make history internal to browser_window module.Michael Drake2014-02-151-4/+3
|
* Simplify local history interface.Michael Drake2014-02-081-1/+1
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-0/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Update for modified libnsfb APIVincent Sanders2011-11-211-1/+0
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Make click action happen on release.Michael Drake2010-11-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=10947
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-0/+162
svn path=/trunk/netsurf/; revision=10605