summaryrefslogtreecommitdiff
path: root/cocoa/gui.m
Commit message (Expand)AuthorAgeFilesLines
* split browser gui operations upVincent Sanders2014-01-151-8/+15
* complete move of remaining core gui functionsVincent Sanders2014-01-151-5/+13
* move teh final optional window operations into the tableVincent Sanders2014-01-131-15/+0
* move four more optional window operations to tableVincent Sanders2014-01-131-5/+8
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-16/+2
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-25/+14
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-4/+10
* move window creation and destruction into tableVincent Sanders2014-01-111-3/+6
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-6/+7
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-0/+1
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
* 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-0/+7
* move options includeVincent Sanders2013-05-281-1/+1
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-1/+1
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
* Fix up ripples from urldb change.Michael Drake2012-10-111-2/+2
* Include browser_private.h.Michael Drake2012-08-221-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-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/+2
* Build resource: map at start timeJohn Mark Bell2011-10-051-8/+6
* Remove gui_multitaskJohn Mark Bell2011-09-211-5/+0
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-5/+0
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-051-5/+0
* Delete frame creation handling.Michael Drake2011-09-051-10/+4
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-7/+0
* Avoid name clash.Michael Drake2011-08-311-2/+2
* Fix up Cocoa for r12574 API change.Michael Drake2011-07-061-4/+3
* Remove gui_window_set_scale().Michael Drake2011-06-241-5/+0
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-5/+0
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Remove unused function gui_window_redraw.Sven Weidauer2011-03-041-6/+0
* Implemented gui_find_resource and using resource: URIs for builtin stylesheets.Sven Weidauer2011-02-261-4/+6
* add resource handlingVincent Sanders2011-02-231-0/+6
* Added move cursor.Sven Weidauer2011-02-011-0/+4
* Reorganized includes.Sven Weidauer2011-01-311-5/+4
* Asking before closing window with multiple open tabs.Sven Weidauer2011-01-311-0/+1
* Download window asks if download should be cancelled before being closed and ...Sven Weidauer2011-01-291-0/+1
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-281-13/+0
* Implemented frames and handling reformats the right way using browser_reforma...Sven Weidauer2011-01-281-9/+28
* Implemented resolution-independent rendering for the browser view. Still need...Sven Weidauer2011-01-271-17/+17
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-271-78/+2
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-261-4/+21
* Some random fixes.Sven Weidauer2011-01-261-2/+3
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-1/+3