summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix strict build with Gtk+ 2Alex Valavanis2014-08-241-1/+1
* Code cleanup.Liam P. White2014-08-182-76/+96
* Fix gtk3 buildLiam P. White2014-08-171-1/+2
* Merge in font-speedup branch to improve launch timesLiam P. White2014-08-174-1123/+1216
* Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-2/+9
* Display name of face from font file in Text and Font dialog (as well as CSS/P...Tavmjong Bah2014-06-094-34/+69
* Better ordering of font-face styles in UI. Rely on CSS values rather than gue...Tavmjong Bah2014-06-081-217/+17
* Make family-name comparisons case insensitive.Tavmjong Bah2014-06-051-16/+25
* Use SPStyle value for 'font-family' rather than parse 'style' ourselves.Tavmjong Bah2014-05-291-28/+3
* Initialize style store with default styles. Fixes Gtk-CRITICAL and GLib-Gobje...Tavmjong Bah2014-05-281-0/+9
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-263-3/+3
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-243-15/+14
* Restore ability to insert a font-family that is not on system or a font-fallb...Tavmjong Bah2014-04-222-0/+34
* fix macro redefinition errorsJohan B. C. Engelen2014-03-213-5/+17
* Remove unused variable.Jon A. Cruz2014-03-011-1/+2
* fix compiler warnings (bug #1278049 )Kris De Gussem2014-02-111-31/+15
* Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour2014-02-054-24/+24
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
* Change Sans to sans-serif on suv's advice in bug #1230241Martin Owens2014-01-101-1/+1
* Make Sans the default if pango can't get the family name from the font descri...Martin Owens2014-01-101-0/+2
* 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
|\|