summaryrefslogtreecommitdiff
path: root/windows/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-0/+1
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-0/+1
|
* split browser gui operations upVincent Sanders2014-01-151-1/+3
|
* move window creation and destruction into tableVincent Sanders2014-01-111-0/+2
|
* split out drawable window handlingVincent Sanders2011-04-031-11/+6
| | | | | | | extensive cleanups fix localhistory svn path=/trunk/netsurf/; revision=12153
* make windows about window functionalVincent Sanders2011-03-251-0/+9
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=10885
* Add Windows frontendVincent Sanders2010-01-311-0/+89
svn path=/trunk/netsurf/; revision=9940