summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Port save complete to libdom.John-Mark Bell2012-11-031-22/+0
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
|
* Include browser_private.hMichael Drake2012-08-221-0/+1
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* fix build warningsVincent Sanders2012-08-101-0/+2
|
* Update to use selection_copy_to_clipboard, although this code is all ↵Michael Drake2012-08-021-23/+1
| | | | commented out anyway.
* 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
| | | | 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
* 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
* 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
* 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 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-241-4/+6
| | | | | | 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-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12283
* split out drawable window handlingVincent Sanders2011-04-031-814/+93
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* remove extraneous loggingVincent Sanders2011-03-291-2/+0
| | | | | | | 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-291-48/+24
| | | | 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-251-123/+154
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* Improve icon resource to contain all standard sizes and depthsVincent Sanders2011-03-221-2/+2
| | | | 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-161-1/+0
| | | | svn path=/trunk/netsurf/; revision=12082
* rationalise windows resource scriptVincent Sanders2011-03-061-108/+108
| | | | | | 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
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11672
* 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-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=11635
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-081-11/+31
| | | | svn path=/trunk/netsurf/; revision=11633
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-13/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Fix windows url barVincent Sanders2010-10-171-110/+243
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-17/+11
| | | | 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
* fix bitmap plottingVincent Sanders2010-10-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10882
* make windows frontend build and run againVincent Sanders2010-10-101-469/+545
| | | | | | | 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-091-0/+1
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* 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
* + 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