summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
Commit message (Expand)AuthorAgeFilesLines
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+7
* split browser gui operations upVincent Sanders2014-01-151-45/+95
* move remaining gui operations to tableVincent Sanders2014-01-141-0/+52
* move download operations to download tableVincent Sanders2014-01-141-7/+70
* move teh final optional window operations into the tableVincent Sanders2014-01-131-0/+34
* move four more optional window operations to tableVincent Sanders2014-01-131-3/+35
* move two more mandantory window operations to tableVincent Sanders2014-01-131-0/+7
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-1/+7
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-0/+6
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-12/+36
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-18/+81
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-1/+29
* move window creation and destruction into tableVincent Sanders2014-01-111-1/+8
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-0/+33