summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* Split utils header into string functions and everything elseVincent Sanders2016-04-211-0/+1
* make framebuffer use nsutils library monotonic timesVincent Sanders2016-04-211-8/+12
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-191-1/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
* Remove unused #includes.Michael Drake2016-03-151-5/+0
* Add LATIN SMALL LETTER O WITH MACRON for today's featured Wikipedia article.Michael Drake2015-08-151-0/+19
* Fix glyph order.Michael Drake2015-08-151-19/+19
* fix unused variable warning in framebuffer Message loadingVincent Sanders2015-06-221-1/+4
* 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-281-7/+7
* Change LOG() macro to be varadicVincent Sanders2015-05-2811-62/+54
* On OpenBSD framebuffer resource building should link the correct libraryVincent Sanders2015-05-031-1/+1
* Improve handling of compiler flags for resource tools with framebufferVincent Sanders2015-05-031-25/+36
* Convert framebuffer to use bitmap render from thumbnail APIVincent Sanders2015-04-233-101/+81
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-4/+3
* Convert framebuffer frontend to bitmap operations table.Vincent Sanders2015-04-144-20/+68
* define _DEFAULT_SOURCE as well as _BSD_SOURCE to supress warnings in glibc 2.12Vincent Sanders2015-03-281-0/+1
* Reduce log spam esp. from animated gifs.Michael Drake2015-03-281-6/+0
* Reduce log spam from animations.Michael Drake2015-03-281-2/+0
* Remove trailing whitespace.Michael Drake2015-03-281-4/+4
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-272-20/+20
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-6/+1
* allow for framebuffer command line parsing to cope with unknown long optionsVincent Sanders2014-12-271-1/+7
* change the framebuffer frontend way of disabling the toolbarVincent Sanders2014-12-271-1/+2
* revert unecessary librt linkage as it not comes from libnsfb pkg-config corre...Vincent Sanders2014-11-271-1/+1
* add rt library to linkVincent Sanders2014-11-271-1/+1
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
* doxygen cleanups in utilsVincent Sanders2014-11-121-0/+1
* Doxygen cleanups and documentation additionsVincent Sanders2014-11-101-2/+7
* Doxygen cleanupsVincent Sanders2014-11-102-59/+172
* 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-024-2/+2
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-1/+2
* remove the die API from the core.Vincent Sanders2014-10-262-5/+13
* Fix wrap.Michael Drake2014-10-241-1/+2
* Squash redefinition of typedef Clang warning.Michael Drake2014-10-241-2/+4
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-222-1/+2
* remove unecessary browser.h include from core headersVincent Sanders2014-10-171-2/+1
* Update framebuffer frontend to cope with split operations table headersVincent Sanders2014-10-165-10/+10
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-133-4/+4
* remove unecessary includesVincent Sanders2014-10-132-2/+0
* add API to set DPIVincent Sanders2014-10-131-3/+2
* change frmebuffer to run its own main loopVincent Sanders2014-09-221-19/+24
* Free header_path.Michael Drake2014-09-061-0/+5
* Pull warning flags out into variables that can be overriden seperately for C ...Vincent Sanders2014-09-051-1/+1
* Give internal font more meaningful name.Michael Drake2014-09-022-2/+2
* fix framebuffer internal font generationVincent Sanders2014-08-201-5/+8
* remove logically dead code path (coverity 1231842)Vincent Sanders2014-08-181-10/+9
* cope with error return from ftell (coverity 1231843)Vincent Sanders2014-08-181-10/+23
* generate internal font from glyph data on demandVincent Sanders2014-08-174-6252/+174