summaryrefslogtreecommitdiff
path: root/monkey
Commit message (Expand)AuthorAgeFilesLines
* move 401 login into operation tableVincent Sanders2014-01-163-1/+13
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-38/+41
* split browser gui operations upVincent Sanders2014-01-154-12/+13
* complete move of remaining core gui functionsVincent Sanders2014-01-154-36/+14
* move download operations to download tableVincent Sanders2014-01-143-4/+15
* move teh final optional window operations into the tableVincent Sanders2014-01-131-28/+0
* move four more optional window operations to tableVincent Sanders2014-01-131-4/+8
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+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-3/+6
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-123-30/+30
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-122-0/+10
* move window creation and destruction into tableVincent Sanders2014-01-113-5/+13
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-113-3/+10
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-1/+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
* fix mngectony makefilesVincent Sanders2014-01-041-1/+1
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+1
* fix null derference (coverity 1127056)Vincent Sanders2013-11-271-1/+3
* fix null ereference (coverity 1127057)Vincent Sanders2013-11-271-1/+3
* fix null dereference (coverity 1127058)Vincent Sanders2013-11-271-1/+2
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-0/+1
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-021-7/+0
* No need to set treeview icon for ssl cert windows.Michael Drake2013-08-121-7/+3
* add finalisation to options and document the API betterVincent Sanders2013-06-011-2/+6
* make monkey frontend use new options codeVincent Sanders2013-05-283-293/+28
* move options includeVincent Sanders2013-05-283-4/+4
* change all core and frontend options headers to new formatVincent Sanders2013-05-281-57/+19
* add missing includeVincent Sanders2013-05-231-0/+1
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+16
* 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 errors introduced in refactorVincent Sanders2013-02-181-0/+1
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-3/+21
* browser_window_navigate refactorVincent Sanders2013-02-181-2/+25
* Update for new nsfont_split expectations. Untested, but code similar to fram...Michael Drake2013-02-101-7/+19
* Make Monkey front end build with new clipboard API.Michael Drake2013-01-081-23/+17
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
* allow flags to be selected based on compiler versionVincent Sanders2012-12-131-1/+0
* split target defaults outVincent Sanders2012-12-131-0/+13
* make macro name more correctVincent Sanders2012-12-131-16/+17
* try without option altogetherVincent Sanders2012-12-131-1/+2
* let monkey generate unused-but-set-variable without causing an errorVincent Sanders2012-12-131-4/+6
* Remove libxmlJohn-Mark Bell2012-11-101-1/+1
* Port save complete to libdom.John-Mark Bell2012-11-031-15/+0
* Disable unused-but-set-variable warnings until such time as the JS bindings a...Daniel Silverstone2012-11-021-1/+1