summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Expand)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-170/+0
* update windows frontend to not use depricated warn_user APIVincent Sanders2016-04-271-1/+11
* split out windows file operations into a separeate moduleVincent Sanders2015-06-301-262/+0
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-0/+2
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-131-81/+0
* Move win32 window operations into their own moduleVincent Sanders2015-03-121-1667/+15
* doxygen cleanups in utilsVincent Sanders2014-11-121-1/+3
* Doxygen cleanups in frontendsVincent Sanders2014-11-111-6/+14
* add missing content header to windows guiVincent Sanders2014-11-061-0/+1
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-2/+1
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-2/+2
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-4/+9
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-161-10/+12
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-7/+5
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
* add API to set DPIVincent Sanders2014-10-131-1/+1
* remove use of deprecated netsurf_quit variable in win32Vincent Sanders2014-10-121-22/+28
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-1/+11
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-5/+0
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-0/+64
* fix errors with path_to_url conversionVincent Sanders2014-05-271-0/+2
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-11/+133
* Shouldn't need desktop/browser_private.h any more.Michael Drake2014-05-151-1/+1
* Cache scale in gui window.Michael Drake2014-05-151-12/+25
* Clean up gui_window_get_scroll() to use core interface correctly.Michael Drake2014-05-151-10/+12
* Use browser_window_has_content() instead of dereffing bw.Michael Drake2014-05-151-1/+1
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-25/+57
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-2/+0
* move scheduleing into browser operation tableVincent Sanders2014-03-091-2/+3
* Make history internal to browser_window module.Michael Drake2014-02-151-7/+7
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-6/+3
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-7/+7
* Clean up gui_window creation API.Michael Drake2014-02-091-2/+2
* Simplify local history interface.Michael Drake2014-02-081-2/+2
* 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-2/+13
* fix windows build errorVincent Sanders2014-01-161-1/+1
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+39
* split browser gui operations upVincent Sanders2014-01-151-7/+12
* move remaining gui operations to tableVincent Sanders2014-01-141-15/+4
* move teh final optional window operations into the tableVincent Sanders2014-01-131-24/+0
* move four more optional window operations to tableVincent Sanders2014-01-131-7/+9
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-1/+6
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-13/+15
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-21/+0
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-26/+12
* 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-6/+14