summaryrefslogtreecommitdiff
path: root/desktop/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-592/+0
| | | | | | This is the initial part of a series which splits up the API interface definitions for the frontends removing a great deal of unnecessary file inclusion and further isolates the fronted API usage from the core
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ↵Michael Drake2014-10-161-1/+5
| | | | ends.
* remove netsurf_poll callback and netsurf main loopVincent Sanders2014-10-131-7/+3
|
* Some minor documentation cleanups to reduce doxygen warningsVincent Sanders2014-10-121-5/+15
|
* remove assert for creating new browser context with the tab flag set.Vincent Sanders2014-07-271-2/+1
| | | | | | This allows creation of new browsing contents (browser/gui window) in a tab but without explicitly providing a sibling browsing context to be placed with.
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-1/+14
|
* 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
|