summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-13/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Fix windows url barVincent Sanders2010-10-171-110/+243
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-17/+11
| | | | svn path=/trunk/netsurf/; revision=10885
* ensure iframe stuff does not de-reference null pointersVincent Sanders2010-10-141-1/+5
| | | | svn path=/trunk/netsurf/; revision=10884
* fix bitmap plottingVincent Sanders2010-10-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10882
* make windows frontend build and run againVincent Sanders2010-10-101-469/+545
| | | | | | | Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
* extend debugVincent Sanders2010-10-091-19/+34
| | | | | | clean up sub window creation svn path=/trunk/netsurf/; revision=10875
* Update build instructionsVincent Sanders2010-10-091-0/+1
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-0/+4
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-1/+2
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which ↵Daniel Silverstone2010-04-301-12/+2
| | | | | | *is* different, thereby eliminating the word 'myrealloc' from the NS codebase svn path=/trunk/netsurf/; revision=10530
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by ↵John Mark Bell2010-04-301-0/+5
| | | | | | | | the C standard (whereas realloc(NULL, size) --> malloc(size) is). Therefore, explicitly model the behaviour expected by our libraries (that realloc of 0 size is equivalent to free). svn path=/trunk/netsurf/; revision=10524
* Sync Windows frontend with core changes.John Mark Bell2010-04-161-3/+4
| | | | svn path=/trunk/netsurf/; revision=10409
* rationalise the usage of the file schemeVincent Sanders2010-03-311-0/+1
| | | | 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-281-29/+33
| | | | svn path=/trunk/netsurf/; revision=10180
* 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