summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Display U+FFFD for characters > U+FFFF.Michael Drake2014-06-241-0/+6
* | Don't display certain invisible characters.Michael Drake2014-06-183-3/+34
|/
* Fix number of many characters from the Geometric Shapes block.Michael Drake2014-06-042-121/+121
* Add Polish glyphs. Thanks to Artur Jarosik.Michael Drake2014-06-022-225/+603
* Tidy up the #defines used for setting particular codepoint bits.Michael Drake2014-06-021-7/+16
* Avoid use of math.hMichael Drake2014-06-021-2/+1
* Remove unused #defineMichael Drake2014-06-021-1/+0
* Add an extra logging verbosity level.Michael Drake2014-06-021-3/+4
* Make the glyph style more readable in the debug output.Michael Drake2014-06-021-4/+4
* Detect bad line endings and print error.Michael Drake2014-06-011-0/+5
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-60/+2
* reduce uncessary include usageVincent Sanders2014-05-181-0/+3
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
* remove unecessary utils/url.h includesVincent Sanders2014-05-092-3/+1