summaryrefslogtreecommitdiff
path: root/frontends/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-135-3/+4
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-2/+2
|
* update default framebuffer font pathVincent Sanders2017-01-021-1/+1
|
* Framebuffer: Fix internal font table to return nserror.Michael Drake2017-01-021-4/+4
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* Framebuffer: Fix freetype font table to return nserror.Michael Drake2017-01-021-5/+4
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* fix gtk install target to cope with gtk3Vincent Sanders2016-10-051-1/+1
|
* fix framebuffer install rulesVincent Sanders2016-10-051-1/+1
|
* addjust posix feature level for openbsd 6 buildVincent Sanders2016-10-011-1/+1
|
* cleanup seevral doxygen warningsVincent Sanders2016-09-131-1/+1
|
* add bmp file format to file fetch types for gtk and framebufferVincent Sanders2016-08-161-0/+2
|
* add header for memcpy prototypeVincent Sanders2016-07-151-0/+1
|
* use the correct png type when reading header width and heightVincent Sanders2016-07-151-171/+159
|
* move key press enums and operations to their own headerVincent Sanders2016-07-012-2/+2
|
* msplit public url database API out for frontendsVincent Sanders2016-06-131-1/+1
|
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+1
|
* fix missing includes from header API changesVincent Sanders2016-05-301-0/+2
|
* move plotters header into public APIVincent Sanders2016-05-306-6/+6
|
* move desktop window header into public APIVincent Sanders2016-05-3012-12/+12
|
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
|
* move layout header into public APIVincent Sanders2016-05-302-2/+2
|
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move utf8 header into public APIVincent Sanders2016-05-302-2/+2
|
* move clipboard header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-262-2/+2
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-232-2/+2
|
* fix missing default for framebuffer frontendVincent Sanders2016-05-151-0/+4
|
* move frontends into sub directoryVincent Sanders2016-05-1583-0/+20488