summaryrefslogtreecommitdiff
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-225-194/+207
| | | | svn path=/trunk/netsurf/; revision=13548
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-0/+4
| | | | svn path=/trunk/netsurf/; revision=13335
* Build resource: map at start timeJohn Mark Bell2011-10-051-16/+11
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Remove gui_multitaskJohn Mark Bell2011-09-211-5/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Delete frame creation handling.Michael Drake2011-09-051-40/+12
| | | | svn path=/trunk/netsurf/; revision=12736
* fix windows build, sorce file expansion being done too earlyVincent Sanders2011-09-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=12729
* Comment out broken copy selection to clipboard stuff and add a TODO.Michael Drake2011-09-051-4/+6
| | | | svn path=/trunk/netsurf/; revision=12727
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-10/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=12673
* Fix up Windows front end. Stop it poking inside selection contexts.Michael Drake2011-07-131-6/+8
| | | | svn path=/trunk/netsurf/; revision=12599
* Fix up Windows for r12574 API change.Michael Drake2011-07-061-6/+5
| | | | svn path=/trunk/netsurf/; revision=12583
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-305-6/+25
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-4/+4
| | | | svn path=/trunk/netsurf/; revision=12515
* Remove gui_window_set_scale().Michael Drake2011-06-241-8/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-242-5/+7
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* split out drawable window handlingVincent Sanders2011-04-0313-1165/+1366
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* remove extraneous loggingVincent Sanders2011-03-292-10/+9
| | | | | | | fix windows path_to_url coping with NULL input and allocation errors. remove forced verbose logging svn path=/trunk/netsurf/; revision=12147
* make windows frontend use Vincent Sanders2011-03-295-55/+90
| | | | svn path=/trunk/netsurf/; revision=12146
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES ↵Vincent Sanders2011-03-261-1/+0
| | | | | | -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE svn path=/trunk/netsurf/; revision=12138
* Finally fix initial layout size. Tested on wine, XP, vista and windows 7Vincent Sanders2011-03-251-35/+22
| | | | | | Fix teh stupid always on top unintended behaviour svn path=/trunk/netsurf/; revision=12134
* make windows about window functionalVincent Sanders2011-03-257-255/+277
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* Improve icon resource to contain all standard sizes and depthsVincent Sanders2011-03-226-10/+8
| | | | svn path=/trunk/netsurf/; revision=12125
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Ensure all four required version defines are set for windows buildsVincent Sanders2011-03-165-6/+6
| | | | svn path=/trunk/netsurf/; revision=12082
* Move schedule.h to utils/John Mark Bell2011-03-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Remove nsws_plot_set_scale(), nsws_plot_get_scale() and nsws_plot_scale.Michael Drake2011-03-092-14/+0
| | | | svn path=/trunk/netsurf/; revision=11945
* rationalise windows resource scriptVincent Sanders2011-03-0622-870/+1041
| | | | | | make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-23/+9
| | | | svn path=/trunk/netsurf/; revision=11870
* 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