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
...
*
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
*
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
2008-03-22
1
-1
/
+2
*
Adding axis detection to new input dialog
Jon A. Cruz
2008-03-21
1
-6
/
+5
*
add delete lpe verb, rearrange menu to collect all lpe commands under path
bulia byak
2008-03-19
1
-1
/
+6
*
adds icons for edit clippath/mask
bulia byak
2008-03-18
1
-2
/
+2
*
Adding new extended input devices dialog
Jon A. Cruz
2008-03-13
1
-0
/
+6
*
fix "last effect settings..." that used to run the effect immediately.
Johan B. C. Engelen
2008-03-10
1
-3
/
+2
*
New menu command to quickly create guides around page
Maximilian Albert
2008-03-05
1
-0
/
+7
*
* on-canvas clip and mask editing :) in the object menu you can find how to ...
Johan B. C. Engelen
2008-02-23
1
-0
/
+10
*
Changed how tooltips for verbs are fetched to display translated versions cor...
Marcin Floryan
2008-02-22
1
-0
/
+6
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-4
/
+4
*
rename grid arrange to rows and columns
bulia byak
2008-01-30
1
-2
/
+2
*
spelling
bulia byak
2008-01-22
1
-2
/
+2
*
improved spelling ;-)
Alexandre Prokoudine
2008-01-18
1
-1
/
+1
*
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
2008-01-11
1
-0
/
+6
*
Removed Win32 only Print Direct verb, which was an exact clone of normal print
Joel Holdsworth
2007-12-23
1
-5
/
+0
*
Fixed the parenting of the print dialog so that it cannot fall behind the mai...
Joel Holdsworth
2007-12-22
1
-2
/
+2
*
Use "%"-key for toggling the snapper, and modify the related sp-desktop code
Diederik van Lierop
2007-12-20
1
-1
/
+1
*
Introduce verb, menu item and shortcut for the global snapping toggle
Diederik van Lierop
2007-12-18
1
-0
/
+4
*
speedify zooming by keys
bulia byak
2007-12-18
1
-4
/
+8
*
Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.
Johan B. C. Engelen
2007-12-05
1
-1
/
+1
*
UI tweaks for CMS view toggle
Jon A. Cruz
2007-12-02
1
-2
/
+2
*
Adding icon for color management
Jon A. Cruz
2007-11-29
1
-1
/
+1
*
Menu item to toggle CMS adjustment on and off
Jon A. Cruz
2007-11-26
1
-0
/
+6
*
The dialog to panel refactoring:
gustav_b
2007-11-22
1
-47
/
+5
*
rename EditCloneOriginal to EditCloneSelectOriginal ; SP_VERB_EDIT_CLONE_ORIG...
Johan B. C. Engelen
2007-11-18
1
-2
/
+2
*
warning cleanup
Jon A. Cruz
2007-11-08
1
-26
/
+26
*
fixed a typo in a user visible message
Alexandre Prokoudine
2007-10-31
1
-1
/
+1
*
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
2007-10-28
1
-10
/
+1
*
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
2007-10-24
1
-1
/
+16
*
do not confuse moving and switching
bulia byak
2007-10-16
1
-6
/
+6
*
apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item
Johan B. C. Engelen
2007-10-09
1
-0
/
+6
[prev]
[next]