index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-flowtext.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-747
/
+0
*
First batch
Marc Jeanmougin
2017-10-01
1
-14
/
+8
*
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
2017-09-24
1
-1
/
+1
*
libnrtype/Layout-TNG refactoring for better code legibility
Felipe CorrĂȘa da Silva Sanches
2017-06-10
1
-1
/
+3
*
Merge changes from trunk
kamalpreetgrewal
2016-08-15
1
-29
/
+29
|
\
|
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-6
/
+1
|
|
\
|
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-9
/
+9
|
*
|
Last part of new SPObject children list
Adrian Boguszewski
2016-07-14
1
-2
/
+2
|
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-27
/
+27
*
|
|
Merge changes from trunk
kamalpreetgrewal
2016-08-04
1
-6
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-6
/
+1
|
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+6
|
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-6
/
+1
|
|
/
*
/
Propagate changes to object tree with changes in style element
Tavmjong Bah
2016-07-13
1
-1
/
+1
|
/
*
Use CSS 'strut' as minimum value of CSS line box height.
Tavmjong Bah
2016-06-01
1
-0
/
+22
*
static code analysis
Kris De Gussem
2015-12-07
1
-2
/
+4
*
create SPObject factory
Liam P. White
2015-02-25
1
-10
/
+0
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
1
-4
/
+4
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-2
/
+2
*
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
2014-11-10
1
-74
/
+93
*
modify scaling procedure for uniform scaling of flowed text (Bug 1278561)
Alvin Penner
2014-10-03
1
-1
/
+16
*
noop: remove commented-out code that is dangerous and should not come back
Johan B. C. Engelen
2014-07-28
1
-2
/
+0
*
refresh text objects when clipping (Bug 1339305)
Alvin Penner
2014-07-25
1
-0
/
+2
*
Fixing format-security errors in text debug code.
Nicolas Dufour
2014-02-10
1
-1
/
+1
*
Partial fix for Bug #1247985 (Incorrect implementation of plural forms).
Nicolas Dufour
2013-11-06
1
-1
/
+1
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-27
1
-1
/
+1
*
Added some consts.
Markus Engel
2013-10-26
1
-4
/
+4
*
Comprehensive fix for the issues with disappearing filtered objects.
Krzysztof Kosi??ski
2013-10-01
1
-7
/
+10
*
on hiding, texts must _clearFlow to release arena items, otherwise they leak
buliabyak
2013-09-28
1
-1
/
+6
*
Refactored SPUse.
Markus Engel
2013-09-24
1
-8
/
+50
*
Removed placement news / explicit destructor calls.
Markus Engel
2013-07-31
1
-2
/
+2
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
*
Merged Item.
Markus Engel
2013-04-05
1
-10
/
+8
*
Merged FlowX classes.
Markus Engel
2013-04-05
1
-129
/
+91
*
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
*
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-4
/
+10
*
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
2013-04-01
1
-2
/
+2
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
Turned all functions concerning SPRect into member functions.
Markus Engel
2013-03-30
1
-1
/
+1
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-20
/
+20
*
merged from trunk
Markus Engel
2013-03-29
1
-148
/
+3
|
\
|
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-41
/
+15
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-7
/
+7
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
*
|
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
2012-10-06
1
-47
/
+136
|
/
*
cppcheck
Kris De Gussem
2012-02-15
1
-1
/
+1
*
Fix crashes with empty text objects
Krzysztof Kosi??ski
2011-09-04
1
-1
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-44
/
+21
*
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
1
-24
/
+17
|
\
|
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-3
/
+3
[next]