summaryrefslogtreecommitdiff
path: root/windows/localhistory.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-401/+0
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+5
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-131-18/+0
|
* Make history internal to browser_window module.Michael Drake2014-02-151-10/+7
|
* Simplify local history interface.Michael Drake2014-02-081-2/+1
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* Include browser_private.hMichael Drake2012-08-221-1/+1
|
* fix build warningsVincent Sanders2012-08-101-0/+2
|
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=13335
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-3/+12
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* split out drawable window handlingVincent Sanders2011-04-031-274/+284
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* Ensure all four required version defines are set for windows buildsVincent Sanders2011-03-161-1/+0
| | | | svn path=/trunk/netsurf/; revision=12082
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-55/+39
| | | | svn path=/trunk/netsurf/; revision=10885
* make windows frontend build and run againVincent Sanders2010-10-101-1/+0
| | | | | | | Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
* remove all references to defunct vertical offset from plottersVincent Sanders2010-02-011-3/+1
| | | | svn path=/trunk/netsurf/; revision=9950
* Add Windows frontendVincent Sanders2010-01-311-0/+422
svn path=/trunk/netsurf/; revision=9940