summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Expand)AuthorAgeFilesLines
* change to use netsurf toolchain buildVincent Sanders2012-07-231-2/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-14/+14
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-2/+2
* Remove gui_multitaskJohn Mark Bell2011-09-211-5/+0
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
* Delete frame creation handling.Michael Drake2011-09-051-40/+12
* Comment out broken copy selection to clipboard stuff and add a TODO.Michael Drake2011-09-051-4/+6
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-10/+0
* Fix up Windows front end. Stop it poking inside selection contexts.Michael Drake2011-07-131-6/+8
* Fix up Windows for r12574 API change.Michael Drake2011-07-061-6/+5
* Remove gui_window_set_scale().Michael Drake2011-06-241-8/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-4/+6
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
* split out drawable window handlingVincent Sanders2011-04-031-814/+93
* remove extraneous loggingVincent Sanders2011-03-291-2/+0
* make windows frontend use Vincent Sanders2011-03-291-48/+24
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SING...Vincent Sanders2011-03-261-1/+0
* Finally fix initial layout size. Tested on wine, XP, vista and windows 7Vincent Sanders2011-03-251-35/+22
* make windows about window functionalVincent Sanders2011-03-251-123/+154
* Improve icon resource to contain all standard sizes and depthsVincent Sanders2011-03-221-2/+2
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Ensure all four required version defines are set for windows buildsVincent Sanders2011-03-161-1/+0
* rationalise windows resource scriptVincent Sanders2011-03-061-108/+108
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-23/+9
* add resource handlingVincent Sanders2011-02-231-0/+6
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-4/+7
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-2/+0
* 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