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
*
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
|
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-23
/
+16
*
|
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
2011-08-22
1
-1
/
+1
|
/
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-2
/
+2
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-6
/
+5
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
1
-8
/
+10
|
\
|
*
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
2011-06-30
1
-8
/
+10
*
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+4
|
/
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-13
/
+13
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-3
/
+3
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-67
/
+72
|
\
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-1
/
+1
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-2
/
+4
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-7
/
+7
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-8
/
+8
|
/
[next]