summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix initial sizingVincent Sanders2010-02-131-281/+298
| | | | | | Fix scrollbars svn path=/trunk/netsurf/; revision=10044
* Fix high colour bitmap loading on toolbarVincent Sanders2010-02-041-13/+23
| | | | svn path=/trunk/netsurf/; revision=9955
* Cleanup toolbar usageVincent Sanders2010-02-041-164/+152
| | | | | | Fix font sizing svn path=/trunk/netsurf/; revision=9954
* make new window workVincent Sanders2010-02-041-0/+3
| | | | svn path=/trunk/netsurf/; revision=9953
* Make window resizeing not delete all child windows and recreate them a ↵Vincent Sanders2010-02-021-173/+214
| | | | | | resize is sufficient svn path=/trunk/netsurf/; revision=9952
* remove all references to defunct vertical offset from plottersVincent Sanders2010-02-011-7/+0
| | | | svn path=/trunk/netsurf/; revision=9950
* Substantial cleanupVincent Sanders2010-02-011-347/+378
| | | | | | | perform drawing in child window eliminate random vertical offsets svn path=/trunk/netsurf/; revision=9949
* Add Windows frontendVincent Sanders2010-01-311-0/+2402
svn path=/trunk/netsurf/; revision=9940