summaryrefslogtreecommitdiff
path: root/windows
Commit message (Expand)AuthorAgeFilesLines
* Small refactor to change icon names to being passed in from frontends instead...Vincent Sanders2010-12-141-1/+2
* Remove last remnants of AliasesRob Kendrick2010-12-051-1/+0
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-13/+0
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+22
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+30
* Fix windows url barVincent Sanders2010-10-174-111/+254
* fix thumbnailing and localhistoryVincent Sanders2010-10-147-393/+252
* ensure iframe stuff does not de-reference null pointersVincent Sanders2010-10-141-1/+5
* ensure transparency is unsetVincent Sanders2010-10-141-3/+3
* fix bitmap plottingVincent Sanders2010-10-135-176/+348
* make windows frontend build and run againVincent Sanders2010-10-107-645/+1328
* extend debugVincent Sanders2010-10-091-19/+34
* Update build instructionsVincent Sanders2010-10-093-7/+2
* Merge treeview-redux to trunkJohn Mark Bell2010-10-053-101/+47
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+4
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
* + 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
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-0/+1
* fix url to path on dozeVincent Sanders2010-04-182-5/+27
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-1/+5
* Sync Windows frontend with core changes.John Mark Bell2010-04-162-6/+7
* fixup windows download windowVincent Sanders2010-04-112-7/+7
* rationalise the usage of the file schemeVincent Sanders2010-03-313-6/+13
* 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-285-56/+55
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
* Fix initial sizingVincent Sanders2010-02-131-281/+298
* Fix high colour bitmap loading on toolbarVincent Sanders2010-02-043-15/+25
* Cleanup toolbar usageVincent Sanders2010-02-0412-197/+196
* 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-013-27/+4
* Substantial cleanupVincent Sanders2010-02-011-347/+378
* Add toolbar icons.Michael Drake2010-01-3115-0/+0
* fix include path mis-mergeVincent Sanders2010-01-311-1/+1
* Add Windows frontendVincent Sanders2010-01-3151-0/+6851