summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build with freetype >= 2.5.1su_v2013-11-301-1/+2
* fix build, complementary to rev12804 (forgot to commit)Johan B. C. Engelen2013-11-131-3/+4
* fix C++11 compilation. There A LOT of const_casts in this file... :-(Johan B. C. Engelen2013-11-121-12/+15
* fix crashJohan B. C. Engelen2013-10-281-1/+1
* fix memory reallocationKris De Gussem2013-10-171-10/+74
* initialisationKris De Gussem2013-10-062-3/+9
* cppcheckKris De Gussem2013-10-061-16/+19
* FIXME commentbuliabyak2013-10-031-0/+1
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-0/+1
* FontInstances were being leaked here by overreffing - every call to Face must...buliabyak2013-09-281-0/+1
* order correction: unreffing fonts in ents needs loadedPtr so that must go bef...buliabyak2013-09-281-9/+8
* prevent redundant firing of InitTheFace (pFont never changes, but init is cal...buliabyak2013-09-281-4/+4
* cppcheck: performanceKris De Gussem2013-09-264-15/+15
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
* Fix the text filter issue and revert many changes.Martin Owens2013-09-201-1/+2
* Revert some agressive changes and allow a seperate filter bbox for FER, shoul...Martin Owens2013-09-191-0/+1
* Merge in David Mathog (mathog) patch for bug #1224486Martin Owens2013-09-181-1/+1
* Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-1/+0
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-1/+1
* Fix compiler warningsDavid Mathog2013-08-161-3/+3
* changes_2013_05_22a.patch:David Mathog2013-06-195-159/+440
* merge from trunk (r12258)su_v2013-03-292-72/+78
|\
| * Stop using top-level glibmm headerAlex Valavanis2013-03-261-3/+1
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-1/+2
| * Revert r12183 and replace with better work-around for Pango bug (incorrectTavmjong Bah2013-03-261-16/+24
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+3
| * Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-251-50/+48
* | merge from trunk (r12224)su_v2013-03-192-7/+24
|\|
| * Fix -Wunused-function warningsAlex Valavanis2013-03-182-7/+24
* | merge from trunk (r12209)su_v2013-03-154-5/+3
|\|
| * Fix remaining forward declaration tags (except for unavoidable internal error...Alex Valavanis2013-03-151-1/+0
| * Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+0
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| * Fix another tonne of forward declaration tagsAlex Valavanis2013-03-142-2/+2
* | merge from trunk (r12191)su_v2013-03-111-7/+7
|\|
| * Use font-weight names rather than numerical values. Fixes bug when scrolling ...Tavmjong Bah2013-03-081-7/+7
* | merge from trunk (r12182)su_v2013-03-081-5/+12
|\|
| * Restore CSS generic faux faces.Tavmjong Bah2013-03-081-5/+12
* | merge from trunk (r12181)su_v2013-03-083-34/+961
|\|
| * Disable "faux" or "synthesized" font faces.Tavmjong Bah2013-03-071-0/+5
| * Use our own font_description_better_match which takes into account font-stret...Tavmjong Bah2013-03-041-42/+78
| * Convert font-selector, text-edit, glyphs to use updated font-lister (use font...Tavmjong Bah2013-03-012-66/+62
| * Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-241-6/+7
| * Small step towards fixing font-family scrolling issue (bug 1122553).Tavmjong Bah2013-02-232-0/+85
| * Small bug fix (fix format of font-family in some cases).Tavmjong Bah2013-02-191-2/+2
| * Move code from text-toolbar to font-lister in preparation to share code with ...Tavmjong Bah2013-02-172-33/+837
* | merge from trunk (r12122)su_v2013-02-136-40/+327
|\|
| * Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-112-1/+87
| * Attempt to speed up font-family handling be freezing/thawing Gtk::ListStore w...Tavmjong Bah2013-02-101-1/+7
| * Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...Tavmjong Bah2013-02-091-1/+1