summaryrefslogtreecommitdiff
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* rationalise the usage of the file schemeVincent Sanders2010-03-313-6/+13
| | | | svn path=/trunk/netsurf/; revision=10221
* Perform a radical crapectomy on the windows redraw functionalityVincent Sanders2010-03-301-139/+62
| | | | svn path=/trunk/netsurf/; revision=10217
* stop trying to redraw a browser window if its content is emptyVincent Sanders2010-03-291-0/+4
| | | | svn path=/trunk/netsurf/; revision=10208
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-13/+13
| | | | svn path=/trunk/netsurf/; revision=10205
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-1/+3
| | | | svn path=/trunk/netsurf/; revision=10202
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-285-56/+55
| | | | svn path=/trunk/netsurf/; revision=10180
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
| | | | svn path=/trunk/netsurf/; revision=10139
* 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-043-15/+25
| | | | svn path=/trunk/netsurf/; revision=9955
* Cleanup toolbar usageVincent Sanders2010-02-0412-197/+196
| | | | | | 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-013-27/+4
| | | | 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 toolbar icons.Michael Drake2010-01-3115-0/+0
| | | | svn path=/trunk/netsurf/; revision=9942
* fix include path mis-mergeVincent Sanders2010-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=9941
* Add Windows frontendVincent Sanders2010-01-3151-0/+6851
svn path=/trunk/netsurf/; revision=9940