summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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 hid...Vincent Sanders2014-01-121-20/+2
* 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 G...Rob Kendrick2014-01-051-1/+1
* 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
* Added SSL Cert Inspector WindowOle Loots2013-10-061-18/+30
* Enabled atari_global_history_destry/initOle Loots2013-10-061-8/+3
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-9/+35
* Treeview implementation adjustedOle Loots2013-10-061-0/+3
* 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
* Namespace the atari global history functions.Michael Drake2013-07-011-2/+2
* move atari to new options codeVincent Sanders2013-05-281-28/+45
* move options includeVincent Sanders2013-05-281-2/+2
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+6
* 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
* Fix duplicate Ctrl+V (and other shortcuts) key processing,Ole Loots2013-04-091-1/+1
* Fixed handling of filepath passed via commandline.Ole Loots2013-03-221-3/+2
* Fixed / Improved commandline URL handling.Ole Loots2013-03-111-8/+20
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-4/+26
* Some more finetuning...Ole Loots2013-01-311-149/+132
* Prefixed gemtk module functions.Ole Loots2013-01-221-8/+8
* Search is functional.Ole Loots2013-01-171-4/+1
* Search form inside browser windows starts to work.Ole Loots2013-01-161-1/+1
* Use window_get_grect instead of guiwin_get_grect.Ole Loots2013-01-101-3/+3
* Fixed merges...Ole Loots2013-01-091-923/+1029
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-091-4/+1
|\