| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix:debug:Change line separators for dbg to work also on win* platform (#546) | Joseph Herlant | 2018-04-26 | 1 | -8/+8 |
* | Merge branch 'trunk' into trac/1341trac/1341 | Pierre Grandin | 2016-12-01 | 1 | -1/+1 |
|\ |
|
| * | Refactor:core:For plugins, use term 'category' instead of 'type'. | Sebastian Leske | 2016-10-31 | 1 | -1/+1 |
* | | Removing autotools support | Pierre GRANDIN | 2015-12-31 | 2 | -13/+0 |
|/ |
|
* | Remove unused parameter 'depth' from get_glyph/get_shadow.R6299 | Sebastian Leske | 2015-10-06 | 2 | -202/+50 |
* | Add Doxygen comments, remove unused struct members | Sebastian Leske | 2015-10-05 | 2 | -16/+62 |
* | Refactor:core:#define and use COLOR_BITDEPTH. | Sebastian Leske | 2015-08-30 | 1 | -22/+25 |
* | Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look... | sleske | 2014-11-22 | 1 | -2/+2 |
* | Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p... | sleske | 2014-11-22 | 1 | -8/+8 |
* | Fix:font/freetype:Do not call FcFini on shutdown, it will assert() anyway. | sleske | 2014-11-03 | 1 | -5/+4 |
* | Fix:core:Suppress warnings from FreeBidi library (which does not play well wi... | sleske | 2014-09-13 | 1 | -0/+4 |
* | Enable -Wundef, fix warnings by replacing #if -> #ifdef. | sleske | 2014-02-27 | 1 | -2/+2 |
* | Fixed the code to also build for newer freetype2 versions | worldcitizen | 2014-01-29 | 1 | -1/+1 |
* | Fix:font/freetype:cleanup fontconfig memory at exit | woglinde | 2013-08-20 | 1 | -0/+3 |
* | Fix:font/freetype:introduce and use font_freetype_destroy to memfree freetype... | woglinde | 2013-08-20 | 2 | -6/+19 |
* | Simple fixes to get navit compiling with MSVC | bjasspa | 2012-07-01 | 1 | -6/+6 |
* | Fix:font/freetype:Fix build of font/freetype with fribidi installed and cmake... | rikky | 2011-09-01 | 1 | -4/+1 |
* | Fix:build/cmake:Added building of garmin plugin and some fixes to use same in... | rikky | 2011-05-02 | 1 | -1/+17 |
* | Add:Core: Adds in forgotten licensing | geoghegan | 2011-04-11 | 2 | -1/+36 |
* | Fix:font/freetype:Fix the usage of libfribidi with new and oldapi, stolen fro... | woglinde | 2011-02-06 | 2 | -9/+21 |
* | Fix:font_freetype:Typo|Thanks ppujal | martin-s | 2010-12-20 | 1 | -1/+1 |
* | Add:build:Added building of freetype module | akashihi | 2010-11-21 | 1 | -0/+2 |
* | Fix:font_freetype:Fixed caching without fontconfig|thanks anhanguera | martin-s | 2010-06-30 | 1 | -6/+10 |
* | Fix:font/freetype:Fixed building with newer fribidi | akashihi | 2010-06-24 | 1 | -1/+4 |
* | Fix:font_freetype:Memory leak when not using caching | martin-s | 2010-06-23 | 1 | -1/+1 |
* | Fix:core:Added RTL support to the freetype renderer, ticket #451 | | akashihi | 2010-06-23 | 2 | -2/+20 |
* | Add:font_freetype:Possibility to specify fonts with configure | martin-s | 2010-05-13 | 1 | -0/+8 |
* | Fix:misc:Correct some typos as reported by Pini. | horwitz | 2010-01-11 | 1 | -1/+1 |
* | Fix:graphics_gtk_drawing_area:Fixed drawing of colored fonts | martin-s | 2009-11-19 | 1 | -0/+65 |
* | Fix:Core:Add -avoid-version to plugin build flags | martin-s | 2009-06-18 | 1 | -1/+1 |
* | Fix:Core:Fix coverity bug #20 and #21, Value 'family' not freed or pointed-to. | horwitz | 2009-06-16 | 1 | -17/+11 |
* | Fix:font_freetype:Made definition of name conditional | martin-s | 2009-05-11 | 1 | -0/+3 |
* | Fix:Core:Fix some more warnings | horwitz | 2009-04-27 | 1 | -1/+0 |
* | Fix:font_freetype: Deallocate the glyph after we are done using it|valgrind m... | steven_s | 2009-02-09 | 1 | -6/+7 |
* | Fix:font_freetype:Made working without fontconfig | martin-s | 2009-01-15 | 1 | -1/+1 |
* | Fix:Build:Add -module to Makefiles | martin-s | 2009-01-15 | 1 | -1/+1 |
* | Fix:font_freetype:Reduced debug level | martin-s | 2009-01-15 | 1 | -2/+2 |
* | Add:font_freetype:Make more configurable | martin-s | 2009-01-13 | 1 | -22/+31 |
* | Fix:font_freetype:Made working without fontconfig again | martin-s | 2009-01-13 | 1 | -0/+17 |
* | Fix:font_freetype:Use better version compare | martin-s | 2009-01-06 | 1 | -1/+1 |
* | Fix:Core:Check for fontconfig and provide own fonts if not present | martin-s | 2009-01-06 | 1 | -4/+15 |
* | Fix:font_freetype:Make workable with older freetype versions | martin-s | 2009-01-06 | 1 | -0/+22 |
* | Add:font_freetype:Added support for caching | martin-s | 2009-01-02 | 1 | -20/+117 |
* | Add:Core:Add support for estimating text bounding box, avoid drawing labels w... | martin-s | 2008-12-12 | 1 | -31/+56 |
* | Add:font_freetype:Improved api | martin-s | 2008-11-05 | 2 | -31/+144 |
* | Fix:font_freetype:Added missing file | martin-s | 2008-10-27 | 1 | -1/+1 |
* | Add:Core:Added freetype font plugin | martin-s | 2008-10-27 | 4 | -0/+434 |