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-editing.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-1
/
+2
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-5
/
+5
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-6
/
+6
2010-05-14
Add dx (kerning), dy (vertical shifting), and rotate widgets to
Tavmjong Bah
1
-1
/
+50
2009-12-21
utilities and UI support for identifying truncated flowtext and text-on-path
buliabyak
1
-0
/
+31
2009-10-04
Richard's patch for crash bug 402274
bulia byak
1
-2
/
+3
2009-02-16
utilities for getting style at cursor, placing cursor at iterator or coordina...
bulia byak
1
-2
/
+10
2009-02-08
gcc warning cleanup:
Felipe Corr??a da Silva Sanches
1
-2
/
+2
2008-12-04
NR -> 2geom some headers in src/
Joshua L. Blocher
1
-3
/
+3
2008-11-28
bug #168370 (consider parent transform and viewBox)
Thomas Holder
1
-1
/
+16
2008-10-27
From trunk
Ted Gould
1
-1
/
+1
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-7
/
+7
2008-09-11
convert almost all libnrtype to Geom::
Johan B. C. Engelen
1
-9
/
+9
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-5
/
+5
2008-07-31
slight tweak to r19493 to ensure that there's no possibility that we might ac...
Richard Hughes
1
-8
/
+5
2008-07-30
fix crash when deleting whitespace in start of flowtext
bulia byak
1
-4
/
+8
2008-07-28
codedread's patch to fix editing of text with a title or description (see bug...
Stephen Silver
1
-0
/
+1
2008-07-18
add utility function for average linespacing
bulia byak
1
-0
/
+13
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-5
/
+5
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-2
/
+2
2008-06-11
handle PI nodes
MenTaLguY
1
-0
/
+3
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2007-11-10
Warning cleanup
Jon A. Cruz
1
-8
/
+8
2007-09-25
Revert back to old is_line_break_object() to fix problems with line breaks in...
Gail Carmichael
1
-7
/
+1
2007-07-18
Cleaned up logic of sp_te_delete to adhere to UI/logic layering.
Gail Carmichael
1
-29
/
+25
2007-07-17
A few additions to ensure that editing trefs is not allowed (and doesn't caus...
Gail Carmichael
1
-15
/
+46
2007-07-11
bug 1243190: add tref element support; limited editing support thus far (patc...
Richard Hughes
1
-2
/
+65
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-3
/
+3
2007-01-25
replace sp_repr_new*s
Aaron Spike
1
-22
/
+30
2006-05-30
removing some gcc4.1 warnings the right way
Ralf Stephan
1
-32
/
+51
2006-05-30
revert patch 12062:12063, deemed unsafe, with better alternatives
Ralf Stephan
1
-94
/
+93
2006-05-29
use unions for type-punning to remove some gcc-4.1 warnings
Ralf Stephan
1
-93
/
+94
2006-02-06
r10887@tres: ted | 2006-02-05 23:16:41 -0800
Ted Gould
1
-8
/
+21
2006-02-06
(bzr r90)
Ted Gould
1
-21
/
+8
2006-02-05
fix recurstion gaffe, comment
bulia byak
1
-8
/
+21
2006-02-05
sp_text_get_length_upto to count length recursively up to a given child
bulia byak
1
-0
/
+24
2006-01-21
fix crash when setting letterspacing at the end of a non-tspanned text
bulia byak
1
-2
/
+5
[prev]