index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
livepatheffect-editor.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
1
-4
/
+28
*
C++
Johan B. C. Engelen
2013-10-04
1
-3
/
+3
*
C++
Johan B. C. Engelen
2013-10-04
1
-7
/
+7
*
Merged from trunk (r12593).
Markus Engel
2013-09-26
1
-1
/
+1
|
\
|
*
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
2013-09-25
1
-1
/
+1
*
|
Refactored SPUse.
Markus Engel
2013-09-24
1
-2
/
+2
|
/
*
Allow Object to Path verb from non-GUI (DBus) interface
Eric Greveson
2013-08-12
1
-1
/
+1
*
rename variable for clarity
Johan B. C. Engelen
2013-08-03
1
-3
/
+3
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
1
-2
/
+0
*
Fix for 427514 : Filter effects dialog data mirroring
John Smith
2012-08-07
1
-0
/
+4
*
Gtkmm 3.0 fixes for live path effect editor dialog
Alex Valavanis
2012-05-30
1
-0
/
+6
*
Fix for 169888 : HIG Style frame
John Smith
2012-04-17
1
-1
/
+0
*
LPE: enable "add effect" button for clones. It converts the clone to a path a...
Johan B. C. Engelen
2012-04-08
1
-24
/
+81
*
Fix for 927074 : Simplify Path Effects dialog, fix button padding
John Smith
2012-03-02
1
-1
/
+0
*
Fix for 927074 : resize buttons, and add on tree double click
John Smith
2012-03-02
1
-4
/
+15
*
Fix for 927074 : Simplify Path Effects dialog
John Smith
2012-03-02
1
-55
/
+61
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-1
/
+1
*
Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.
Nicolas Dufour
2012-01-02
1
-0
/
+1
*
fix LPE toggle icon
Johan B. C. Engelen
2011-11-05
1
-1
/
+1
*
cppcheck
Kris De Gussem
2011-10-18
1
-1
/
+1
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
2011-07-15
1
-3
/
+3
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-10
/
+11
|
\
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-5
/
+5
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
fix crash bug 607557
Johan B. C. Engelen
2010-07-26
1
-0
/
+4
|
/
*
fix lpe dialog updating
Johan B. C. Engelen
2010-05-18
1
-1
/
+4
*
fix bug 379378
Johan B. C. Engelen
2009-11-23
1
-1
/
+1
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-1
/
+1
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
*
translator comments and minor string fixes
Ivan Mas??r
2009-04-23
1
-0
/
+1
*
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
2009-02-19
1
-19
/
+21
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-0
/
+1
*
From trunk
Ted Gould
2008-10-27
1
-7
/
+6
*
Merging from trunk
Ted Gould
2008-10-11
1
-14
/
+23
*
Fix LP #258124 and crash when copying LPEs
Maximilian Albert
2008-09-08
1
-1
/
+1
*
fix invisible selection in the list; remove stripes; fix undo comment
bulia byak
2008-07-30
1
-2
/
+22
*
make visibility icon in LPE stack dialog clickable
Johan B. C. Engelen
2008-07-20
1
-2
/
+18
*
add visibility icon to LPE stack dialog. not clickable yet
Johan B. C. Engelen
2008-07-20
1
-2
/
+14
*
noop: rename function name and whitespace
Johan B. C. Engelen
2008-07-20
1
-35
/
+33
*
remove redundant code from lpe dialog
Johan B. C. Engelen
2008-07-20
1
-3
/
+1
*
move undo commits closer to the UI
bulia byak
2008-07-05
1
-0
/
+3
*
add selmodified connection to force dialog update on undo
bulia byak
2008-06-09
1
-5
/
+15
*
Factor out 'create and apply' code for LPEs so that it can be called from eve...
Maximilian Albert
2008-06-04
1
-17
/
+2
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-14
/
+149
*
noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cpp
Maximilian Albert
2008-05-19
1
-0
/
+10
*
Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...
Bastien Bouclet
2008-05-17
1
-6
/
+1
*
when applying LPE to rect, convert it to path first
Johan B. C. Engelen
2008-03-28
1
-0
/
+8
[prev]
[next]