summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-25/+57
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-2/+0
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-2/+3
|
* Make history internal to browser_window module.Michael Drake2014-02-151-7/+7
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-6/+3
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-7/+7
| | | | browser_window_navigate flags.
* Clean up gui_window creation API.Michael Drake2014-02-091-2/+2
|
* Simplify local history interface.Michael Drake2014-02-081-2/+2
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+2
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-2/+13
|
* fix windows build errorVincent Sanders2014-01-161-1/+1
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+39
|
* split browser gui operations upVincent Sanders2014-01-151-7/+12
|
* move remaining gui operations to tableVincent Sanders2014-01-141-15/+4
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-24/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-131-7/+9
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-1/+6
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-13/+15
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-21/+0
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-26/+12
|
* 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 ↵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