index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tweak-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
2012-05-08
1
-7
/
+6
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-56
/
+1
*
More GDK key macro fixes, and some cursor referencing
Alex Valavanis
2012-04-08
1
-60
/
+119
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-2
/
+2
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-11
/
+9
*
- 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
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
1
-1
/
+1
|
\
|
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-1
/
+1
*
|
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+0
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-427
/
+438
|
\
|
*
Tweak and spray:
Nicolas Dufour
2011-04-01
1
-411
/
+422
|
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-17
/
+17
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-6
/
+6
|
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-1
/
+1
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-47
/
+49
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-47
/
+49
|
|
\
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-3
/
+3
|
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-13
/
+13
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-12
/
+12
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
|
/
*
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-7
/
+11
|
\
|
|
*
Partial C++-ification of SPGradient
Jon A. Cruz
2010-06-28
1
-7
/
+11
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-2
/
+0
*
|
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
2010-07-14
1
-2
/
+1
|
/
*
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
2010-04-06
1
-4
/
+4
*
Fix tweak and paint bucket tools
Krzysztof Kosi??ski
2010-04-03
1
-4
/
+4
*
Cleanup of gradients and stops.
Jon A. Cruz
2010-03-08
1
-1
/
+0
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
Use cursor-tweak-move.xpm for all object modes and cursor-color.xpm
Tavmjong Bah
2009-07-18
1
-1
/
+6
*
fix crash when tweak-deleting objects in groups: you cannot get SP_OBJECT_NEX...
bulia byak
2009-03-22
1
-2
/
+11
*
remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls
Thomas Holder
2009-03-13
1
-1
/
+0
*
use 2geom bezier fitting (is copy of inkscape's)
Johan B. C. Engelen
2008-12-10
1
-1
/
+0
*
NR->Geom conversion of some text functions and tweak-context
Joshua L. Blocher
2008-11-28
1
-26
/
+26
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-9
/
+9
*
From trunk
Ted Gould
2008-10-27
1
-40
/
+72
*
Merging from trunk
Ted Gould
2008-10-11
1
-29
/
+117
*
[i18n] Added use of plural forms.
Marcin Floryan
2008-09-24
1
-1
/
+1
*
transform modes for tweak tool
bulia byak
2008-09-19
1
-139
/
+304
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-3
/
+3
*
Eliminate more of SP_ACTIVE_DESKTOP
Maximilian Albert
2008-08-15
1
-1
/
+1
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-4
/
+4
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-3
/
+3
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-2
/
+0
*
simplify color reading from tool style
bulia byak
2008-07-26
1
-22
/
+4
*
2geomify the static defined hatchcircles of dropper tool, dyna draw and tweak...
Johan B. C. Engelen
2008-07-08
1
-14
/
+9
[next]