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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-02
Removing the old SP_VERB_FILE_EXPORT (replaced with SP_VERB_DIALOG_EXPORT).
Nicolas Dufour
1
-2
/
+1
2014-04-29
Fix bug #1290573 and #1310802
Liam P. White
1
-0
/
+4
2014-04-04
Only apply the offset zoom when the document units match the zoom units
Martin Owens
1
-14
/
+7
2014-03-26
Remove Snap menu item and improve grid menu item text
Martin Owens
1
-1
/
+1
2014-03-04
UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description an...
Nicolas Dufour
1
-3
/
+3
2014-02-25
Rewrite of symbol creation code. Partial fix for 1201325.
Tavmjong Bah
1
-1
/
+1
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-27
/
+29
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-4
/
+4
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-5
/
+5
2013-09-29
Adding tutorial-tracing-pixelart
VinÃcius dos Santos Oliveira
1
-0
/
+5
2013-09-12
Integrating with libdepixelize
VinÃcius dos Santos Oliveira
1
-0
/
+6
2013-08-12
Allow Object to Path verb from non-GUI (DBus) interface
Eric Greveson
1
-6
/
+17
2013-07-23
Remove the disabled script dialog and the nonfunctional Java binding
Krzysztof Kosi??ski
1
-7
/
+0
2013-07-17
Fix ordering of verbs
Alex Valavanis
1
-2
/
+2
2013-07-06
Fix verbs that were out by 5 because of missing script verbs (broken between ...
Martin Owens
1
-1
/
+11
2013-07-04
Added loading templates into NewFromTemplate dialog.
Slagvi Public
1
-1
/
+1
2013-07-04
Code readability improvements and licence changes for action-context.*
Eric Greveson
1
-67
/
+24
2013-07-03
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
1
-19
/
+18
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-27
/
+47
2013-07-02
Adding NewFromTemplate to the Inkscape menu
Slagvi Public
1
-0
/
+6
2013-07-01
Added error messages when attempting to use verbs requiring GUI in
Eric Greveson
1
-14
/
+69
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-91
/
+102
2013-06-17
Removed hard coded keybinding from event-context.cpp and added the appropiate...
Christoffer Holmstedt
1
-1
/
+2
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2013-04-23
Allow multiple groups to be symbolised and replace groups with clones.
Martin Owens
1
-1
/
+1
2013-04-18
Change symbols icon and give minimum size for dialog
Martin Owens
1
-1
/
+1
2013-03-22
pick a better filter editor icon
Raphael Rosch
1
-1
/
+1
2013-03-18
Drop old (unused) find dialog files
Alex Valavanis
1
-1
/
+0
2013-03-04
Drop dead Inkboard code. Config flag no longer exists
Alex Valavanis
1
-15
/
+0
2012-11-25
Fix for 1036059 : Keyboard shortcut editor
John Smith
1
-20
/
+39
2012-10-11
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
1
-0
/
+16
2012-10-11
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
1
-2
/
+11
2012-10-11
Fix for 171904 : toggleToolbox verb
John Smith
1
-0
/
+25
2012-10-09
Fix for 191020 : Lock/Unlock all layers
John Smith
1
-3
/
+17
2012-09-22
Fix for 172222 : Move direct to specified layer
John Smith
1
-0
/
+6
2012-08-29
Fix for 980520 : Conflicting accelerator keys
John Smith
1
-1
/
+1
2012-08-28
Fix for 171915 : Fullscreen mode without toolbars shortcut
John Smith
1
-0
/
+6
2012-08-27
Fix for 168446 : rename menu item Export to PNG Image
John Smith
1
-2
/
+2
2012-08-18
Fix for 189535 : align verbs and by keys
John Smith
1
-1
/
+41
2012-08-15
i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).
Nicolas Dufour
1
-23
/
+23
2012-07-25
Fix for 722625 : Select Same by Object Type
John Smith
1
-0
/
+5
2012-07-21
Fix for 960240 : Rename Edit:Find to Find Replace
John Smith
1
-1
/
+1
2012-07-12
Fix for 378413 : Show/Hide all layers
John Smith
1
-0
/
+16
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-06-20
Fix for 1015352 : Vacuum defs : Rename to 'Clean up document'
John Smith
1
-1
/
+1
2012-05-23
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
1
-0
/
+11
2012-05-14
a few UI message fixes
Kris De Gussem
1
-1
/
+1
2012-05-11
Fix for 169759 : HIG compliant Edit menu
John Smith
1
-1
/
+1
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-2
/
+1
[next]