summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-0/+7
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+2
| | | | it now.
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* Pass select all as keypress.Michael Drake2013-02-221-2/+1
|
* Update for core change.Michael Drake2013-02-221-3/+5
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-7/+7
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-1/+5
|
* browser_window_navigate refactorVincent Sanders2013-02-181-5/+51
|
* Prompt core to deal with copy/paste correctly.Michael Drake2013-01-081-3/+2
|
* Untested update for new clipboard API.Michael Drake2013-01-081-32/+20
|
* 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