summaryrefslogtreecommitdiff
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* Remove libxmlJohn-Mark Bell2012-11-101-4/+4
|
* Port save complete to libdom.John-Mark Bell2012-11-031-22/+0
|
* Try to get Windows building with FatMessages. This approach makes me ill, ↵Rob Kendrick (fatigue)2012-11-033-4/+6
| | | | and may not even work.
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-3/+9
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-13/+0
| | | | convert on demand core image cache.
* Fix up ripples from urldb change.Michael Drake2012-10-113-4/+4
|
* Split install and package targets.Vincent Sanders2012-08-231-4/+11
| | | | Install target is for installing on the local machine and package generates a package
* Include browser_private.hMichael Drake2012-08-223-2/+3
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* fix windows build format specifiersVincent Sanders2012-08-127-95/+149
| | | | add install target for windows - creates installer rather than actually installing
* fix build warningsVincent Sanders2012-08-1013-9/+49
|
* Update to use selection_copy_to_clipboard, although this code is all ↵Michael Drake2012-08-021-23/+1
| | | | commented out anyway.
* fix library link orderVincent Sanders2012-07-241-3/+3
|
* change to use netsurf toolchain buildVincent Sanders2012-07-232-9/+10
|
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* 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