summaryrefslogtreecommitdiff
path: root/windows/about.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-151/+0
|
* update windows frontend to not use depricated warn_user APIVincent Sanders2016-04-271-2/+3
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-4/+4
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-131-1/+6
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+1
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* fix build warningsVincent Sanders2012-08-101-1/+4
|
* make windows about window functionalVincent Sanders2011-03-251-121/+89
| | | | | | make url bar font more acceptable svn path=/trunk/netsurf/; revision=12131
* rationalise windows resource scriptVincent Sanders2011-03-061-2/+2
| | | | | | make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
* Add Windows frontendVincent Sanders2010-01-311-0/+174
svn path=/trunk/netsurf/; revision=9940