index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
verbs.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out he...
bulia byak
2009-10-19
1
-2
/
+2
*
Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dia...
Josh Andler
2009-09-27
1
-9
/
+9
*
Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...
Maximilian Albert
2009-08-09
1
-1
/
+1
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-8
/
+8
*
SPDocument->Document
johnce
2009-08-05
1
-8
/
+8
*
Change 'Effect' to 'Extension' in Extensions menu.
Tavmjong Bah
2009-06-09
1
-6
/
+6
*
Fixed ellipsis
Alexandre Prokoudine
2009-05-28
1
-1
/
+1
*
Fix the rest of missing icons in the geometry tool. Closes: #358132
Krzysztof Kosi??ski
2009-04-20
1
-1
/
+1
*
Fix the "select all" icon and remove stuff causing problems from widgets/icon...
Krzysztof Kosi??ski
2009-04-11
1
-1
/
+1
*
Edit > Duplicate Layer should duplicate hidden items, locked items, sublayers...
Ed Halley
2009-03-10
1
-2
/
+21
*
part of #339660; layers dialog allows non-unique inkscape:label attributes
Ed Halley
2009-03-08
1
-1
/
+1
*
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
2009-02-21
1
-5
/
+5
*
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
2009-02-19
1
-172
/
+165
*
spellchecker
bulia byak
2009-02-17
1
-0
/
+11
*
better in singular
bulia byak
2009-02-06
1
-2
/
+2
*
more Editors
bulia byak
2009-02-06
1
-8
/
+8
*
Added a new toolbar with snapping controls
Diederik van Lierop
2009-01-10
1
-7
/
+7
*
move shape_editor from node context to the parent class, event context
bulia byak
2009-01-08
1
-11
/
+11
*
revert 19261 partly, to fix toolbar icon loading on windows. disabled themed ...
Johan B. C. Engelen
2009-01-01
1
-1
/
+1
*
Changed term away from "embed" since that has specific meaning.
Jon A. Cruz
2008-12-07
1
-4
/
+4
*
adding "remove" context menu in the embedded color profiles box
Felipe Corr??a da Silva Sanches
2008-11-24
1
-0
/
+10
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+1
*
From trunk
Ted Gould
2008-10-27
1
-26
/
+27
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+1
*
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
2008-09-25
1
-22
/
+26
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-10
/
+10
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-4
/
+4
*
Some NR::Point ==> Geom::Point replacements
Maximilian Albert
2008-09-18
1
-4
/
+4
*
Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...
Maximilian Albert
2008-09-04
1
-3
/
+6
*
Some icons for the geometry tool
Maximilian Albert
2008-08-18
1
-1
/
+1
*
Groundwork for new LPETool tool (which consists of subtools that are construc...
Maximilian Albert
2008-08-18
1
-0
/
+12
*
Eliminate more of SP_ACTIVE_DESKTOP
Maximilian Albert
2008-08-15
1
-16
/
+16
*
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
2008-08-14
1
-50
/
+50
*
Remove further instances of SP_ACTIVE_DESKTOP
Maximilian Albert
2008-08-14
1
-4
/
+4
*
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
2008-08-13
1
-2
/
+2
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
Switched three verbs/icons over to standard names and thus themed loading
Jon A. Cruz
2008-07-11
1
-3
/
+3
*
try to use consistent document for creating guides
MenTaLguY
2008-07-07
1
-1
/
+1
*
fix a long-standing bug with Undo after Fit canvas to selection/drawing.
Peter Moulder
2008-07-05
1
-2
/
+2
*
replace some spcurve->last_bpath calls with spcurve->is_empty
Johan B. C. Engelen
2008-06-29
1
-2
/
+2
*
adding a dialog for SVG Fonts
Felipe Corr??a da Silva Sanches
2008-06-25
1
-0
/
+5
*
new command: relink clone to copied object
bulia byak
2008-06-15
1
-1
/
+6
*
Added duplicate layer command. Fixes bug #171246.
Jon A. Cruz
2008-06-14
1
-1
/
+29
*
Added the ability to toggle a layer "solo". Fixes bug #171530.
Jon A. Cruz
2008-06-13
1
-0
/
+11
*
remove filters verb and command
bulia byak
2008-06-09
1
-0
/
+5
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-1
/
+1
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-4
/
+4
*
Initial cut of eraser tool
Jon A. Cruz
2008-04-26
1
-0
/
+11
*
Move script dialog from gtkmm to jvm
Bob Jamison
2008-03-31
1
-1
/
+3
*
implement filter toggle
MenTaLguY
2008-03-31
1
-0
/
+5
[next]