summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Expand)AuthorAgeFilesLines
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-28/+45
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+4
* use the netsurf icons on the window decorationVincent Sanders2011-02-091-2/+2
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-081-11/+31
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-13/+0
* Fix windows url barVincent Sanders2010-10-171-110/+243
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-17/+11
* ensure iframe stuff does not de-reference null pointersVincent Sanders2010-10-141-1/+5
* fix bitmap plottingVincent Sanders2010-10-131-1/+1
* make windows frontend build and run againVincent Sanders2010-10-101-469/+545
* extend debugVincent Sanders2010-10-091-19/+34
* Update build instructionsVincent Sanders2010-10-091-0/+1
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+4
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-1/+2
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-12/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Sync Windows frontend with core changes.John Mark Bell2010-04-161-3/+4
* rationalise the usage of the file schemeVincent Sanders2010-03-311-0/+1
* Perform a radical crapectomy on the windows redraw functionalityVincent Sanders2010-03-301-139/+62
* stop trying to redraw a browser window if its content is emptyVincent Sanders2010-03-291-0/+4
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-13/+13
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-1/+3
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-29/+33
* Fix initial sizingVincent Sanders2010-02-131-281/+298
* Fix high colour bitmap loading on toolbarVincent Sanders2010-02-041-13/+23
* Cleanup toolbar usageVincent Sanders2010-02-041-164/+152
* make new window workVincent Sanders2010-02-041-0/+3
* Make window resizeing not delete all child windows and recreate them a resize...Vincent Sanders2010-02-021-173/+214
* remove all references to defunct vertical offset from plottersVincent Sanders2010-02-011-7/+0
* Substantial cleanupVincent Sanders2010-02-011-347/+378
* Add Windows frontendVincent Sanders2010-01-311-0/+2402