summaryrefslogtreecommitdiff
path: root/windows
Commit message (Expand)AuthorAgeFilesLines
* Split utils header into string functions and everything elseVincent Sanders2016-04-213-0/+3
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-191-0/+1
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-192-2/+2
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
* update version info for next development cycleVincent Sanders2016-04-061-1/+1
* fix broken windows frontend font handlingVincent Sanders2016-03-221-51/+109
* Fix obvious bug in nsfont_split.Michael Drake2016-03-211-3/+2
* Log nsfont_width failure.Michael Drake2016-03-211-0/+2
* Remove printf logging.Michael Drake2016-03-211-1/+0
* Add missing resources to windows frontendVincent Sanders2016-03-204-0/+12
* fix new creating new window assertVincent Sanders2016-03-201-6/+33
* add certificate authority bundle handling to windowsVincent Sanders2016-03-203-1/+30
* Fix size_t printf formattingVincent Sanders2016-03-172-10/+17
* frontends should not call the reformat API directlyVincent Sanders2016-03-161-1/+1
* split out windows file operations into a separeate moduleVincent Sanders2015-06-307-265/+333
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-2/+5
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-285-42/+42
* Change LOG() macro to be varadicVincent Sanders2015-05-2812-98/+82
* Remove unecessary dll from windows installer scriptVincent Sanders2015-04-291-2/+0
* Updated mingw32 toolchain names the regex library something differentVincent Sanders2015-04-281-1/+1
* Convert windows to use the bitmap render interfaceVincent Sanders2015-04-243-109/+84
* Fix bounding on windows frontend window scrollingVincent Sanders2015-04-181-4/+24
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-6/+1
* Convert windows frontend to using bitmap operation tableVincent Sanders2015-04-154-27/+45
* Fix win32 frontend bitmap creation with flagsVincent Sanders2015-04-121-1/+5
* Fix up some doxygen errorsVincent Sanders2015-04-031-1/+1
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-272-12/+12
* Remove url from content thumbnailers APIVincent Sanders2015-03-153-12/+8
* Cleanup windows download window headerVincent Sanders2015-03-132-30/+23
* Clean up more windows frontend issues and split out more functionalityVincent Sanders2015-03-1314-220/+303
* Move win32 window operations into their own moduleVincent Sanders2015-03-126-1701/+1702
* doxygen cleanups in utilsVincent Sanders2014-11-122-1/+4
* Doxygen cleanups in frontendsVincent Sanders2014-11-112-11/+19
* 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
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+1
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+2
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-4/+9
* remove the die API from the core.Vincent Sanders2014-10-262-4/+12
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-1610-46/+40
* remove unecessary css includes from fronetendsVincent Sanders2014-10-132-8/+5
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-132-2/+1
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+1
* add API to set DPIVincent Sanders2014-10-131-1/+1
* remove use of deprecated netsurf_quit variable in win32Vincent Sanders2014-10-123-25/+35
* Pull warning flags out into variables that can be overriden seperately for C ...Vincent Sanders2014-09-051-1/+1
* fixup missing includesVincent Sanders2014-07-061-0/+1
* Merge branch 'vince/reformatpending'Vincent Sanders2014-07-061-1/+11
|\
| * change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-1/+11