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
*
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
|
\
|
|
*
Fix remaining forward declaration tags (except for unavoidable internal error...
Alex Valavanis
2013-03-15
1
-1
/
+0
|
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-1
/
+0
|
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
|
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
2
-2
/
+2
*
|
merge from trunk (r12191)
su_v
2013-03-11
1
-7
/
+7
|
\
|
|
*
Use font-weight names rather than numerical values. Fixes bug when scrolling ...
Tavmjong Bah
2013-03-08
1
-7
/
+7
*
|
merge from trunk (r12182)
su_v
2013-03-08
1
-5
/
+12
|
\
|
|
*
Restore CSS generic faux faces.
Tavmjong Bah
2013-03-08
1
-5
/
+12
*
|
merge from trunk (r12181)
su_v
2013-03-08
3
-34
/
+961
|
\
|
|
*
Disable "faux" or "synthesized" font faces.
Tavmjong Bah
2013-03-07
1
-0
/
+5
|
*
Use our own font_description_better_match which takes into account font-stret...
Tavmjong Bah
2013-03-04
1
-42
/
+78
|
*
Convert font-selector, text-edit, glyphs to use updated font-lister (use font...
Tavmjong Bah
2013-03-01
2
-66
/
+62
|
*
Fix for font-family scrolling in text-tool tool-controls (bug 1122553).
Tavmjong Bah
2013-02-24
1
-6
/
+7
|
*
Small step towards fixing font-family scrolling issue (bug 1122553).
Tavmjong Bah
2013-02-23
2
-0
/
+85
[next]