summaryrefslogtreecommitdiff
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
...
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Port Windows thumbnailer to thumbnail_redraw().Michael Drake2011-02-201-7/+1
| | | | svn path=/trunk/netsurf/; revision=11724
* Make Windows intrim thumbnail aspect ratio match required bitmap aspect ↵Michael Drake2011-02-201-2/+3
| | | | | | ratio. Increase max render width. svn path=/trunk/netsurf/; revision=11723
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* improve comments and add more explanation about subtletiesVincent Sanders2011-02-152-12/+38
| | | | svn path=/trunk/netsurf/; revision=11686
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-7/+6
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+7
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-4/+7
| | | | svn path=/trunk/netsurf/; revision=11648
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-2/+0
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-101-28/+45
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+4
| | | | svn path=/trunk/netsurf/; revision=11636
* use the netsurf icons on the window decorationVincent Sanders2011-02-093-3/+7
| | | | svn path=/trunk/netsurf/; revision=11635
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-083-115/+152
| | | | svn path=/trunk/netsurf/; revision=11633
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=11626
* Define LIBXML_STATICJohn Mark Bell2011-02-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11622
* Fix stupidJohn Mark Bell2011-02-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11610
* Slightly saner win32 LDFLAGS for non-pkg-config environmentsJohn Mark Bell2011-02-041-2/+7
| | | | svn path=/trunk/netsurf/; revision=11609
* add default system colour handlers to each frontendVincent Sanders2011-01-302-1/+285
| | | | svn path=/trunk/netsurf/; revision=11530
* fix include path setting on windows native buildVincent Sanders2011-01-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11463
* Cope with an absence of pkg-config when building for WindowsJohn Mark Bell2011-01-231-7/+10
| | | | svn path=/trunk/netsurf/; revision=11459
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-1/+2
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Remove last remnants of AliasesRob Kendrick2010-12-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=11003
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=10982
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-13/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+22
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+30
| | | | | | Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910
* Fix windows url barVincent Sanders2010-10-174-111/+254
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* fix thumbnailing and localhistoryVincent Sanders2010-10-147-393/+252
| | | | 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
* ensure transparency is unsetVincent Sanders2010-10-141-3/+3
| | | | svn path=/trunk/netsurf/; revision=10883
* fix bitmap plottingVincent Sanders2010-10-135-176/+348
| | | | svn path=/trunk/netsurf/; revision=10882
* make windows frontend build and run againVincent Sanders2010-10-107-645/+1328
| | | | | | | 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-093-7/+2
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* Merge treeview-redux to trunkJohn Mark Bell2010-10-053-101/+47
| | | | svn path=/trunk/netsurf/; revision=10865
* 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
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10624
* Check the last character for a path separator, rather than the NULL string ↵Chris Young2010-07-091-1/+1
| | | | | | termination. svn path=/trunk/netsurf/; revision=10622
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* + 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
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-0/+1
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* fix url to path on dozeVincent Sanders2010-04-182-5/+27
| | | | svn path=/trunk/netsurf/; revision=10427
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-1/+5
| | | | svn path=/trunk/netsurf/; revision=10419
* Sync Windows frontend with core changes.John Mark Bell2010-04-162-6/+7
| | | | svn path=/trunk/netsurf/; revision=10409
* fixup windows download windowVincent Sanders2010-04-112-7/+7
| | | | svn path=/trunk/netsurf/; revision=10366
* 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