summaryrefslogtreecommitdiff
path: root/windows/plot.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-22/+22
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Change LOG() macro to be varadicVincent Sanders2015-05-281-9/+9
| | | | | | | | | | | | 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.
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-161-4/+3
|
* fix build warningsVincent Sanders2012-08-101-6/+14
|
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+1
| | | | | | 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-56/+26
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* Remove nsws_plot_set_scale(), nsws_plot_get_scale() and nsws_plot_scale.Michael Drake2011-03-091-11/+0
| | | | svn path=/trunk/netsurf/; revision=11945
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-7/+6
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Fix windows url barVincent Sanders2010-10-171-1/+1
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-214/+162
| | | | svn path=/trunk/netsurf/; revision=10885
* ensure transparency is unsetVincent Sanders2010-10-141-3/+3
| | | | svn path=/trunk/netsurf/; revision=10883
* fix bitmap plottingVincent Sanders2010-10-131-163/+299
| | | | svn path=/trunk/netsurf/; revision=10882
* make windows frontend build and run againVincent Sanders2010-10-101-167/+163
| | | | | | | 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-17/+3
| | | | svn path=/trunk/netsurf/; revision=9950
* Add Windows frontendVincent Sanders2010-01-311-0/+837
svn path=/trunk/netsurf/; revision=9940