summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-3/+3
* Fix loading of Messages file.Michael Drake2014-05-072-1/+1
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-38/+0
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-7/+0
* Add L and l with stroke glyphs.Michael Drake2014-05-072-163/+217
* Add glyphs used for list bullets.Michael Drake2014-05-072-44/+96
* Add four more latin glyphs in all four styles.Michael Drake2014-05-062-171/+535
* Remove some debug.Michael Drake2014-05-061-1/+0
* Update for c with caron.Michael Drake2014-05-061-147/+163
* Add upper and lower case C with caron glyphs.Michael Drake2014-05-061-0/+38
* Add Unicode support to internal font.Michael Drake2014-05-0612-2301/+16156
* Close file on error path.Michael Drake2014-04-021-0/+1
* fix formatting of defaults makefilesVincent Sanders2014-03-201-42/+42
* move scheduleing into browser operation tableVincent Sanders2014-03-093-55/+78
* Remove unused includes.Michael Drake2014-02-151-16/+0
* Remove unused includes.Michael Drake2014-02-151-2/+0
* Remove a load of unused includes.Michael Drake2014-02-151-9/+0
* Make history internal to browser_window module.Michael Drake2014-02-152-10/+8
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-8/+2
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-4/+3
* Clean up gui_window creation API.Michael Drake2014-02-091-4/+3
* Simplify local history interface.Michael Drake2014-02-082-3/+3
* Use API to get scale.Michael Drake2014-02-081-11/+17
* Use API to get bw extents.Michael Drake2014-02-081-11/+10
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-1/+4
* move utf8 local conversion operations to tableVincent Sanders2014-02-014-32/+23
* remove further extraneous includesVincent Sanders2014-02-011-1/+3