summaryrefslogtreecommitdiff
path: root/desktop/gui.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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/+10
* Build resource: map at start timeJohn Mark Bell2011-10-051-3/+3
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-0/+13
* Remove gui_multitaskJohn Mark Bell2011-09-211-1/+0
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-1/+0
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-051-1/+0
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-2/+0
* Pass struct rect to gui_window_update_box(), rather than union content_msg_data.Michael Drake2011-07-061-1/+1
* Make search_term_highlighted a core function.Michael Drake2011-06-281-5/+0
* Remove gui_window_set_scale().Michael Drake2011-06-241-1/+0
* move logging initialisationVincent Sanders2011-04-021-1/+4
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+0
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+13
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-1/+3
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-141-2/+3
* Make downloads work again.John Mark Bell2010-04-051-6/+6
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-1/+0
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-1/+0