summaryrefslogtreecommitdiff
path: root/cocoa/gui.m
Commit message (Collapse)AuthorAgeFilesLines
* Update Mac OS X cocoa frontend to build using SDK 10.10Vincent Sanders2016-02-081-1/+1
|
* Remove usage of browser private interfacesVincent Sanders2014-11-211-3/+1
| | | | | | | | The cocoa frontend was directly acessing browser internals instead of using the API. In the case of gui.m there was a check for the browser window not being root (browser->parent != NULL) . As gui windows can only ever be associated with the root brower window (i.e. its parent will always be NULL) this was completely redundant.
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-2/+2
|
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-1/+2
|
* Move create_form_select_menu to window gui table.Michael Drake2014-10-241-1/+1
|
* fix cocoa browser private dereferencesVincent Sanders2014-10-191-9/+11
|
* improve cocoa frontend to use proper API for browser_window accessVincent Sanders2014-10-191-4/+2
|
* update cocoa frontend to cope with split operation tablesVincent Sanders2014-10-161-3/+5
|
* Cocoa front end calls bw browser.Michael Drake2014-10-161-1/+1
|
* Attempt Objective-C fix.Michael Drake2014-10-161-2/+3
|
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ↵Michael Drake2014-10-161-2/+2
| | | | ends.
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* remove use of deprecated netsurf_quit variable in cocoaVincent Sanders2014-10-121-21/+8
| | | | | | The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether.
* fixup merge of scheduled reformatVincent Sanders2014-07-061-1/+1
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-2/+15
|
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-1/+1
|
* make launch_url core operation use nsurlVincent Sanders2014-05-271-2/+3
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-0/+2
|
* Just make new windows have default scale, since I can't see how to get at ↵Michael Drake2014-02-091-1/+1
| | | | | | the bw. This all needs to be done in the core anyway.
* Fix build.Michael Drake2014-02-091-1/+1
|
* Clean up gui_window creation API.Michael Drake2014-02-091-5/+5
|
* fixup missing includesVincent Sanders2014-02-031-0/+2
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-32/+0
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-5/+12
|
* fix cocoa buildVincent Sanders2014-01-161-10/+0
|
* move 401 login into operation tableVincent Sanders2014-01-161-8/+0
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+16
|
* 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 ↵Vincent Sanders2014-01-121-16/+2
| | | | hide_pointer operation altogether
* 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 ↵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-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 ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* 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
| | | | svn path=/trunk/netsurf/; revision=13548