summaryrefslogtreecommitdiff
path: root/desktop/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove gui_multitaskJohn Mark Bell2011-09-211-1/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-1/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-1/+0
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-2/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Pass struct rect to gui_window_update_box(), rather than union content_msg_data.Michael Drake2011-07-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12574
* Make search_term_highlighted a core function.Michael Drake2011-06-281-5/+0
| | | | svn path=/trunk/netsurf/; revision=12524
* Remove gui_window_set_scale().Michael Drake2011-06-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* move logging initialisationVincent Sanders2011-04-021-1/+4
| | | | svn path=/trunk/netsurf/; revision=12152
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=11870
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+13
| | | | svn path=/trunk/netsurf/; revision=11530
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-0/+1
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-1/+3
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-141-2/+3
| | | | svn path=/trunk/netsurf/; revision=10403
* Make downloads work again.John Mark Bell2010-04-051-6/+6
| | | | svn path=/trunk/netsurf/; revision=10243
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-1/+0
| | | | svn path=/trunk/netsurf/; revision=10205