summaryrefslogtreecommitdiff
path: root/navit/font
Commit message (Expand)AuthorAgeFilesLines
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-2/+2
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-8/+8
* Fix:font/freetype:Do not call FcFini on shutdown, it will assert() anyway.sleske2014-11-031-5/+4
* Fix:core:Suppress warnings from FreeBidi library (which does not play well wi...sleske2014-09-131-0/+4
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-271-2/+2
* Fixed the code to also build for newer freetype2 versionsworldcitizen2014-01-291-1/+1
* Fix:font/freetype:cleanup fontconfig memory at exitwoglinde2013-08-201-0/+3
* Fix:font/freetype:introduce and use font_freetype_destroy to memfree freetype...woglinde2013-08-202-6/+19
* Simple fixes to get navit compiling with MSVCbjasspa2012-07-011-6/+6
* Fix:font/freetype:Fix build of font/freetype with fribidi installed and cmake...rikky2011-09-011-4/+1
* Fix:build/cmake:Added building of garmin plugin and some fixes to use same in...rikky2011-05-021-1/+17
* Add:Core: Adds in forgotten licensinggeoghegan2011-04-112-1/+36
* Fix:font/freetype:Fix the usage of libfribidi with new and oldapi, stolen fro...woglinde2011-02-062-9/+21
* Fix:font_freetype:Typo|Thanks ppujalmartin-s2010-12-201-1/+1
* Add:build:Added building of freetype moduleakashihi2010-11-211-0/+2
* Fix:font_freetype:Fixed caching without fontconfig|thanks anhangueramartin-s2010-06-301-6/+10
* Fix:font/freetype:Fixed building with newer fribidiakashihi2010-06-241-1/+4
* Fix:font_freetype:Memory leak when not using cachingmartin-s2010-06-231-1/+1
* Fix:core:Added RTL support to the freetype renderer, ticket #451 | akashihi2010-06-232-2/+20
* Add:font_freetype:Possibility to specify fonts with configuremartin-s2010-05-131-0/+8
* Fix:misc:Correct some typos as reported by Pini.horwitz2010-01-111-1/+1
* Fix:graphics_gtk_drawing_area:Fixed drawing of colored fontsmartin-s2009-11-191-0/+65
* Fix:Core:Add -avoid-version to plugin build flagsmartin-s2009-06-181-1/+1
* Fix:Core:Fix coverity bug #20 and #21, Value 'family' not freed or pointed-to.horwitz2009-06-161-17/+11
* Fix:font_freetype:Made definition of name conditionalmartin-s2009-05-111-0/+3
* Fix:Core:Fix some more warningshorwitz2009-04-271-1/+0
* Fix:font_freetype: Deallocate the glyph after we are done using it|valgrind m...steven_s2009-02-091-6/+7
* Fix:font_freetype:Made working without fontconfigmartin-s2009-01-151-1/+1
* Fix:Build:Add -module to Makefilesmartin-s2009-01-151-1/+1
* Fix:font_freetype:Reduced debug levelmartin-s2009-01-151-2/+2
* Add:font_freetype:Make more configurablemartin-s2009-01-131-22/+31
* Fix:font_freetype:Made working without fontconfig againmartin-s2009-01-131-0/+17
* Fix:font_freetype:Use better version comparemartin-s2009-01-061-1/+1
* Fix:Core:Check for fontconfig and provide own fonts if not presentmartin-s2009-01-061-4/+15
* Fix:font_freetype:Make workable with older freetype versionsmartin-s2009-01-061-0/+22
* Add:font_freetype:Added support for cachingmartin-s2009-01-021-20/+117
* Add:Core:Add support for estimating text bounding box, avoid drawing labels w...martin-s2008-12-121-31/+56
* Add:font_freetype:Improved apimartin-s2008-11-052-31/+144
* Fix:font_freetype:Added missing filemartin-s2008-10-271-1/+1
* Add:Core:Added freetype font pluginmartin-s2008-10-274-0/+434