summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* fix formatting of defaults makefilesVincent Sanders2014-03-201-39/+38
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-183-8/+15
|
* fixup missing includes from schedule changesVincent Sanders2014-03-091-0/+2
|
* move scheduleing into browser operation tableVincent Sanders2014-03-093-72/+85
|
* Make history internal to browser_window module.Michael Drake2014-02-155-9/+5
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-103-8/+5
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-106-25/+19
| | | | browser_window_navigate flags.
* Fix error.Michael Drake2014-02-091-1/+1
|
* Clean up gui_window creation API.Michael Drake2014-02-092-8/+8
|
* Simplify local history interface.Michael Drake2014-02-081-2/+2
|
* atari fix for undefined PATH_MAXVincent Sanders2014-02-031-3/+4
|
* try to make atari limits.h set PATH_MAXVincent Sanders2014-02-031-0/+2
|
* atari limits includeVincent Sanders2014-02-032-1/+4
|
* fix atari PATH_MAX includeVincent Sanders2014-02-031-3/+3
|
* fix remaining include errorsVincent Sanders2014-02-032-2/+2
|
* fixup missing includesVincent Sanders2014-02-032-0/+2
|
* fix missing stdlib includeVincent Sanders2014-02-011-0/+2
|
* fix missing includesVincent Sanders2014-02-011-0/+2
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-015-28/+42
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-286-21/+19
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-252-1/+6
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-3/+16
|
* Atari: run correct freetype-configJohn-Mark Bell2014-01-191-1/+2
|
* fix missing forward declarationVincent Sanders2014-01-161-0/+1
|
* fix atari build errorsVincent Sanders2014-01-162-1/+5
|
* move 401 login into operation tableVincent Sanders2014-01-162-4/+3
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-163-22/+25
|
* split browser gui operations upVincent Sanders2014-01-153-14/+17
|
* move remaining gui operations to tableVincent Sanders2014-01-141-20/+8
|
* move download operations to download tableVincent Sanders2014-01-143-5/+20
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-32/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-132-4/+10
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+8
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-133-1/+7
|
* 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
|
* remove all references to using libMNGVincent Sanders2014-01-042-3/+0
|
* Set verbose log menu item checked state on startup.Ole Loots2014-01-021-0/+1
|
* Default downloads directory name is "downloads" not "download"Ole Loots2014-01-021-1/+1
|
* Fix previous checking (do not call av/va functions)Ole Loots2014-01-021-0/+8
|
* Added prototype for plot_get_abs_clipping_grectOle Loots2014-01-021-0/+1
|
* Added VA/AV Protocol support (not used yet).Ole Loots2014-01-024-0/+305
|
* Send SC_CHANGED after writing to scrap fileOle Loots2013-12-292-2/+8
|