summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimise glyph scaling.Michael Drake2014-08-011-23/+15
* Simplify glyph scaling slightly.Michael Drake2014-08-011-14/+2
* Simplify style handling.Michael Drake2014-08-011-15/+8
* Add support for double-size rendering of internal font for headings.Michael Drake2014-08-013-16/+102
* Remove unused #define.Michael Drake2014-08-011-1/+0
* Fix up use of uninitialised variable.Michael Drake2014-07-261-2/+2
* Add rudimentary support for resizing.Michael Drake2014-07-268-33/+435
* remove content include from urldb headerVincent Sanders2014-07-172-0/+3
* fixup merge of scheduled reformatVincent Sanders2014-07-061-1/+1
* Merge branch 'vince/reformatpending'Vincent Sanders2014-07-061-0/+10
|\
| * change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-0/+10
* | documentation fixes and cleanupsVincent Sanders2014-07-021-2/+3
|/
* Merge branch 'vince/fetchschedule'Vincent Sanders2014-07-011-4/+0
|\
| * convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-4/+0