summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Expand)AuthorAgeFilesLines
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-4/+10
* move window creation and destruction into tableVincent Sanders2014-01-111-6/+14
* 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 i...Michael Drake2013-05-101-1/+2
* 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 commente...Michael Drake2012-08-021-23/+1
* 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