summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-8/+2
|
* Scope reduce some variables.Michael Drake2014-05-191-2/+2
|
* Remove unused variables.Michael Drake2014-05-191-7/+0
|
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-3/+8
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-4/+3
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-24/+0
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-1/+0
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-0/+1
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-4/+4
|
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+1
| | | | browser_window_navigate flags.
* Clean up gui_window creation API.Michael Drake2014-02-091-5/+5
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-7/+7
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-7/+7
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+2
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-3/+12
|
* fix missing forward declarationVincent Sanders2014-01-161-0/+1
|
* fix atari build errorsVincent Sanders2014-01-161-1/+2
|
* move 401 login into operation tableVincent Sanders2014-01-161-2/+2
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+23
|
* split browser gui operations upVincent Sanders2014-01-151-9/+13
|
* move remaining gui operations to tableVincent Sanders2014-01-141-20/+8
|
* move download operations to download tableVincent Sanders2014-01-141-0/+3
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-32/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-131-3/+6
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+8
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-1/+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-20/+2
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-27/+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-9/+11
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-3/+8
|
* 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
|
* Send SC_CHANGED after writing to scrap fileOle Loots2013-12-291-2/+0
|
* Do not reload browser window on scal changeOle Loots2013-12-291-2/+3
|
* Added scale property to gui_window and use it.Ole Loots2013-12-221-0/+19
|
* Process AP_TERM message.Ole Loots2013-11-241-0/+4
|
* Added GUI pol timeout selection popup.Ole Loots2013-11-231-1/+1
| | | | | The user must decide for himself. Default to 0, which eats GUI resources but speeds-up rendering.
* Added SSL Cert Inspector WindowOle Loots2013-10-061-18/+30
| | | | (based on treeview API)
* Enabled atari_global_history_destry/initOle Loots2013-10-061-8/+3
|
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-9/+35
| | | | (The Cookie Manager window is a new one)
* Treeview implementation adjustedOle Loots2013-10-061-0/+3
| | | | (still requires changes at several places in the atari frontent)
* Added initialization/finalization of treeview framework.Ole Loots2013-10-061-0/+16
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-2/+0
|
* Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|