summaryrefslogtreecommitdiff
path: root/desktop/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* stop riscos uncesecarily including gui.hVincent Sanders2014-06-041-1/+1
|
* make launch_url core operation use nsurlVincent Sanders2014-05-271-1/+1
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-18/+0
|
* Completely re-write web search provider handlingVincent Sanders2014-05-251-9/+10
|
* low level source data cache backing store interface.Vincent Sanders2014-05-121-1/+10
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-4/+4
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-22/+11
| | | | | | | | | | | | | 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-1/+2
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-0/+54
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-9/+37
|
* Clean up gui_window creation API.Michael Drake2014-02-091-2/+23
|
* add missing stddef include for size_tVincent Sanders2014-02-021-0/+2
|
* remove further extraneous includesVincent Sanders2014-02-011-8/+5
|
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-8/+50
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+16
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-21/+63
|
* cleanup copyright headers and some doc commentsVincent Sanders2014-01-161-8/+1
|
* move 401 login into operation tableVincent Sanders2014-01-161-15/+20
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+18
|
* split browser gui operations upVincent Sanders2014-01-151-30/+43
|
* move remaining gui operations to tableVincent Sanders2014-01-141-41/+44
|
* confine the gui table acessor to the gui factory headerVincent Sanders2014-01-141-7/+7
|
* move download operations to download tableVincent Sanders2014-01-141-14/+21
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-27/+31
|
* move four more optional window operations to tableVincent Sanders2014-01-131-9/+48
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+28
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+19
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-3/+15
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-5/+26
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-25/+51
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-14/+25
|
* move window creation and destruction into tableVincent Sanders2014-01-111-4/+10
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-11/+25
|
* stop system colours being anything to do with frontendsVincent Sanders2014-01-101-9/+0
|
* Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | GTK implementation that of course does not work.
* Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-1/+2
|
* Add selection to enum.Michael Drake2013-08-161-0/+1
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-4/+0
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-2/+1
| | | | it now.
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* Change clipboard api, so it does not assume either ↵Michael Drake2013-01-081-6/+27
| | | | browser_window/gui_window, or html/text-plain content selection objects. This allows desktop/textarea to use clipboard.
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
|
* Move mouse pointer enums to mouse header.Michael Drake2012-08-171-8/+1
|
* Don't need to include content.hMichael Drake2012-08-161-1/+0
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* 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/+10
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Build resource: map at start timeJohn Mark Bell2011-10-051-3/+3
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-0/+13
| | | | svn path=/trunk/netsurf/; revision=12926