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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize some uninitialized variables
Marc Jeanmougin
2019-10-11
1
-1
/
+1
*
Improve casts from voids and fix a issue when fill/stroke is unset set deskto...
Jabier Arraiza
2019-09-16
1
-11
/
+11
*
fixx flowbox on SVG2 mode using tspans
Jabiertxof
2019-09-07
1
-0
/
+2
*
Fix various minor typos
Yuri Chornoivan
2019-07-01
1
-1
/
+1
*
Refactoring: call setAttribute() directly.
Shlomi Fish
2019-06-06
1
-1
/
+1
*
Prevent segmentation fault when editing flow text missing <flowPara>.
Tavmjong Bah
2019-04-10
1
-2
/
+21
*
modernize: add overrides
Marc Jeanmougin
2019-01-02
1
-1
/
+1
*
modernize loops (2)
Marc Jeanmougin
2019-01-02
1
-1
/
+1
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-1
/
+1
*
Minor style fixes
Marc Jeanmougin
2019-01-01
1
-1
/
+1
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-80
/
+80
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-11
/
+11
*
Fix keyboard shortcuts for changing line spacing.
Tavmjong Bah
2017-08-09
1
-53
/
+98
*
Fix crash when modifying text in "Text and Font" dialog
Eduard Braun
2017-04-23
1
-3
/
+3
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-2
/
+0
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-2
/
+0
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+2
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-2
/
+0
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-8
/
+8
*
|
Last part of new SPObject children list
Adrian Boguszewski
2016-07-14
1
-6
/
+3
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-25
/
+28
|
/
*
static code analysis
Kris De Gussem
2015-12-07
1
-1
/
+1
*
Commented out tidy_operator_styled_whitespace (fixes bug 1477723).
Marc Jeanmougin
2015-07-26
1
-2
/
+10
*
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-1
/
+1
*
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-2
/
+2
*
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-4
/
+3
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
1
-20
/
+19
*
Prevent segfault when style string is null.
Tavmjong Bah
2014-04-05
1
-2
/
+2
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-28
1
-6
/
+6
*
improve legibility
Johan B. C. Engelen
2013-09-10
1
-5
/
+5
*
merge from trunk (r12487)
su_v
2013-08-29
1
-6
/
+6
|
\
|
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-6
/
+6
*
|
changes_2013_05_22a.patch:
David Mathog
2013-06-19
1
-20
/
+38
|
/
*
cppcheck
Kris De Gussem
2013-03-16
1
-1
/
+1
*
A couple of forward declarations
Alex Valavanis
2013-02-11
1
-0
/
+1
*
Fix for 903772 : Support --export-text-to-path when outputting plain SVG
John Smith
2012-05-26
1
-0
/
+17
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-25
1
-2
/
+2
*
cppcheck
Kris De Gussem
2012-02-15
1
-7
/
+11
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-1
/
+1
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-149
/
+212
|
\
|
*
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
2011-02-21
1
-1
/
+1
|
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-142
/
+205
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-6
/
+6
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-100
/
+142
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-100
/
+142
|
|
\
|
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-1
/
+2
[next]