summaryrefslogtreecommitdiff
path: root/desktop/gui.h
Commit message (Expand)AuthorAgeFilesLines
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-592/+0
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ...Michael Drake2014-10-161-1/+5
* 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
* 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
* 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 hid...Vincent Sanders2014-01-121-5/+26
* 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 G...Rob Kendrick2014-01-051-1/+1
* 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
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-2/+1
* 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 browser_window/gui_window,...Michael Drake2013-01-081-6/+27
* 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