index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
text-chemistry.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-13
Minor warning and dead code cleanup.
Jon A. Cruz
1
-12
/
+0
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-5
/
+5
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-2
/
+1
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-4
/
+5
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-38
/
+38
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-7
/
+6
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-2
/
+2
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-6
/
+6
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-1
/
+1
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-3
/
+3
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-02-24
fix font size jump when unflowing flowed text
bulia byak
1
-0
/
+7
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-4
/
+4
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-05-22
Fixing z-order problem on flowed text -> text. See LP#233830
Mike Pittman
1
-1
/
+1
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-1
/
+5
2007-12-30
fix bug 168751 (sf1749738)
bulia byak
1
-1
/
+1
2007-07-23
removing kerns also trims multi-value x attribute; allow it to work on tspans...
bulia byak
1
-3
/
+19
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-3
/
+3
2007-01-24
fix crash 1640798
bulia byak
1
-0
/
+4
2007-01-21
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
1
-9
/
+14
2007-01-11
Fix 1633473 (Crash on "Convert to Text")
gustav_b
1
-1
/
+21
2007-01-08
patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed text
bulia byak
1
-19
/
+107
2006-10-05
undo annotations
bulia byak
1
-5
/
+5
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-5
/
+10
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-21
/
+21
2006-02-05
Warn user when attempting to put flowtext on path.
Aaron Spike
1
-2
/
+19