summaryrefslogtreecommitdiff
path: root/windows/plot.c
Commit message (Collapse)AuthorAgeFilesLines
* 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