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
*
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
*
Fix -Wunused-function warnings
Alex Valavanis
2013-03-18
2
-7
/
+24
*
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
*
Use font-weight names rather than numerical values. Fixes bug when scrolling ...
Tavmjong Bah
2013-03-08
1
-7
/
+7
*
Restore CSS generic faux faces.
Tavmjong Bah
2013-03-08
1
-5
/
+12
*
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
*
Small bug fix (fix format of font-family in some cases).
Tavmjong Bah
2013-02-19
1
-2
/
+2
*
Move code from text-toolbar to font-lister in preparation to share code with ...
Tavmjong Bah
2013-02-17
2
-33
/
+837
*
Move cell_data_func and separator_func from text-toolbar to font-lister.
Tavmjong Bah
2013-02-11
2
-1
/
+87
*
Attempt to speed up font-family handling be freezing/thawing Gtk::ListStore w...
Tavmjong Bah
2013-02-10
1
-1
/
+7
*
Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...
Tavmjong Bah
2013-02-09
1
-1
/
+1
*
Add function to add document font-family entries to store.
Tavmjong Bah
2013-02-09
2
-24
/
+165
*
Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...
Tavmjong Bah
2013-02-06
2
-1
/
+6
*
Fix for 1002757 : Regressions with new default font 'sans-serif' - fix map
John Smith
2013-02-04
1
-5
/
+5
*
Fix for 1002757 : Regressions with new default font 'sans-serif'
John Smith
2013-02-02
4
-10
/
+43
*
Text toolbar will display style options for the first font in a font-family l...
Tavmjong Bah
2013-01-31
1
-0
/
+2
*
Partial fix to allow change of style when the font-family is a font list.
Tavmjong Bah
2013-01-31
1
-1
/
+6
*
Partial fix for bug 595432 "Clicking Arial Black selects Arial Bold"
Tavmjong Bah
2013-01-31
1
-3
/
+12
*
Stop using deprecated pang_ft2 functions
Alex Valavanis
2013-01-13
2
-5
/
+14
*
Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)
Alex Valavanis
2012-12-09
4
-26
/
+0
*
Update to current trunk
Ted Gould
2012-11-25
1
-2
/
+2
|
\
|
*
code cleanup: quiet warnings with gcc.
Campbell Barton
2012-11-20
1
-2
/
+2
*
|
Files in /src that no longer exist
Ted Gould
2012-10-15
1
-1
/
+0
|
/
*
Warnings. Fix for Bug #323414 (strict-aliasing rules warnings).
Nicolas Dufour
2012-08-09
1
-3
/
+5
*
Fix for 168658 : Font substitution warning dialog
John Smith
2012-07-04
2
-0
/
+15
*
Change default font to a CSS valid default font (Sans -> sans-serif).
Tavmjong Bah
2012-05-21
2
-5
/
+5
*
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
2012-04-28
1
-0
/
+1
*
Loop index type cleanup
Jon A. Cruz
2012-04-16
1
-7
/
+14
*
support vertical text on path such that baseline is perpendiclar to the path ...
Veronika Irvine
2012-04-13
2
-20
/
+39
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
2
-3
/
+5
*
emf output. loosen the tolerance on text positioning (Bug 939688)
Alvin Penner
2012-02-26
1
-1
/
+1
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
4
-4
/
+4
*
load Win32 symbol fonts. disable USE_PANGO_WIN32 (Bug 165665)
Alvin Penner
2011-11-17
1
-1
/
+1
*
fix potential null pointer deref
Johan B. C. Engelen
2011-10-28
1
-1
/
+1
*
update cmake file lists
Campbell Barton
2011-10-08
1
-1
/
+0
*
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
2011-10-05
1
-5
/
+6
*
More forward.h purging.
Jon A. Cruz
2011-10-04
6
-25
/
+7
*
Purging some forward.h files.
Jon A. Cruz
2011-10-04
3
-3
/
+3
[next]