index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libnrtype
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix strict build with Gtk+ 2
Alex Valavanis
2014-08-24
1
-1
/
+1
*
Code cleanup.
Liam P. White
2014-08-18
2
-76
/
+96
*
Fix gtk3 build
Liam P. White
2014-08-17
1
-1
/
+2
*
Merge in font-speedup branch to improve launch times
Liam P. White
2014-08-17
4
-1123
/
+1216
*
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
2014-06-10
1
-2
/
+9
*
Display name of face from font file in Text and Font dialog (as well as CSS/P...
Tavmjong Bah
2014-06-09
4
-34
/
+69
*
Better ordering of font-face styles in UI. Rely on CSS values rather than gue...
Tavmjong Bah
2014-06-08
1
-217
/
+17
*
Make family-name comparisons case insensitive.
Tavmjong Bah
2014-06-05
1
-16
/
+25
*
Use SPStyle value for 'font-family' rather than parse 'style' ourselves.
Tavmjong Bah
2014-05-29
1
-28
/
+3
*
Initialize style store with default styles. Fixes Gtk-CRITICAL and GLib-Gobje...
Tavmjong Bah
2014-05-28
1
-0
/
+9
*
Clean up of style code: Patch from suv: SPStyle: struct -> class
Tavmjong Bah
2014-04-26
3
-3
/
+3
*
Clean up of style code, removal of SPFontStyle. Step 2.
Tavmjong Bah
2014-04-24
3
-15
/
+14
*
Restore ability to insert a font-family that is not on system or a font-fallb...
Tavmjong Bah
2014-04-22
2
-0
/
+34
*
fix macro redefinition errors
Johan B. C. Engelen
2014-03-21
3
-5
/
+17
*
Remove unused variable.
Jon A. Cruz
2014-03-01
1
-1
/
+2
*
fix compiler warnings (bug #1278049 )
Kris De Gussem
2014-02-11
1
-31
/
+15
*
Fix for Bug #1250685 (Unnecessary gender-specific terms in code).
Nicolas Dufour
2014-02-05
4
-24
/
+24
*
update 2geom's copy to r2142
Johan B. C. Engelen
2014-01-12
1
-2
/
+2
*
Change Sans to sans-serif on suv's advice in bug #1230241
Martin Owens
2014-01-10
1
-1
/
+1
*
Make Sans the default if pango can't get the family name from the font descri...
Martin Owens
2014-01-10
1
-0
/
+2
*
Fix build with freetype >= 2.5.1
su_v
2013-11-30
1
-1
/
+2
*
fix build, complementary to rev12804 (forgot to commit)
Johan B. C. Engelen
2013-11-13
1
-3
/
+4
*
fix C++11 compilation. There A LOT of const_casts in this file... :-(
Johan B. C. Engelen
2013-11-12
1
-12
/
+15
*
fix crash
Johan B. C. Engelen
2013-10-28
1
-1
/
+1
*
fix memory reallocation
Kris De Gussem
2013-10-17
1
-10
/
+74
*
initialisation
Kris De Gussem
2013-10-06
2
-3
/
+9
*
cppcheck
Kris De Gussem
2013-10-06
1
-16
/
+19
*
FIXME comment
buliabyak
2013-10-03
1
-0
/
+1
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-0
/
+1
*
FontInstances were being leaked here by overreffing - every call to Face must...
buliabyak
2013-09-28
1
-0
/
+1
*
order correction: unreffing fonts in ents needs loadedPtr so that must go bef...
buliabyak
2013-09-28
1
-9
/
+8
*
prevent redundant firing of InitTheFace (pFont never changes, but init is cal...
buliabyak
2013-09-28
1
-4
/
+4
*
cppcheck: performance
Kris De Gussem
2013-09-26
4
-15
/
+15
*
Fix format security errors
Alex Valavanis
2013-09-21
1
-1
/
+1
*
Fix the text filter issue and revert many changes.
Martin Owens
2013-09-20
1
-1
/
+2
*
Revert some agressive changes and allow a seperate filter bbox for FER, shoul...
Martin Owens
2013-09-19
1
-0
/
+1
*
Merge in David Mathog (mathog) patch for bug #1224486
Martin Owens
2013-09-18
1
-1
/
+1
*
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Martin Owens
2013-09-18
1
-1
/
+0
*
Move libuemf to a separate directory.
Krzysztof Kosi??ski
2013-08-31
1
-1
/
+1
*
Fix compiler warnings
David Mathog
2013-08-16
1
-3
/
+3
*
changes_2013_05_22a.patch:
David Mathog
2013-06-19
5
-159
/
+440
*
merge from trunk (r12258)
su_v
2013-03-29
2
-72
/
+78
|
\
|
*
Stop using top-level glibmm header
Alex Valavanis
2013-03-26
1
-3
/
+1
|
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-1
/
+2
|
*
Revert r12183 and replace with better work-around for Pango bug (incorrect
Tavmjong Bah
2013-03-26
1
-16
/
+24
|
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-2
/
+3
|
*
Fixed uninitialized variables & misc warnings.
Jon A. Cruz
2013-03-25
1
-50
/
+48
*
|
merge from trunk (r12224)
su_v
2013-03-19
2
-7
/
+24
|
\
|
|
*
Fix -Wunused-function warnings
Alex Valavanis
2013-03-18
2
-7
/
+24
*
|
merge from trunk (r12209)
su_v
2013-03-15
4
-5
/
+3
|
\
|
[next]