summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-02Removing the old SP_VERB_FILE_EXPORT (replaced with SP_VERB_DIALOG_EXPORT).Nicolas Dufour1-2/+1
2014-04-29Fix bug #1290573 and #1310802Liam P. White1-0/+4
2014-04-04Only apply the offset zoom when the document units match the zoom unitsMartin Owens1-14/+7
2014-03-26Remove Snap menu item and improve grid menu item textMartin Owens1-1/+1
2014-03-04UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description an...Nicolas Dufour1-3/+3
2014-02-25Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah1-1/+1
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-27/+29
2013-11-09Moved and renamed some tool-related files.Markus Engel1-4/+4
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-5/+5
2013-09-29Adding tutorial-tracing-pixelartVinícius dos Santos Oliveira1-0/+5
2013-09-12Integrating with libdepixelizeVinícius dos Santos Oliveira1-0/+6
2013-08-12Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson1-6/+17
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski1-7/+0
2013-07-17Fix ordering of verbsAlex Valavanis1-2/+2
2013-07-06Fix verbs that were out by 5 because of missing script verbs (broken between ...Martin Owens1-1/+11
2013-07-04Added loading templates into NewFromTemplate dialog.Slagvi Public1-1/+1
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-67/+24
2013-07-03Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson1-19/+18
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-27/+47
2013-07-02Adding NewFromTemplate to the Inkscape menuSlagvi Public1-0/+6
2013-07-01Added error messages when attempting to use verbs requiring GUI inEric Greveson1-14/+69
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-91/+102
2013-06-17Removed hard coded keybinding from event-context.cpp and added the appropiate...Christoffer Holmstedt1-1/+2
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-04-23Allow multiple groups to be symbolised and replace groups with clones.Martin Owens1-1/+1
2013-04-18Change symbols icon and give minimum size for dialogMartin Owens1-1/+1
2013-03-22pick a better filter editor iconRaphael Rosch1-1/+1
2013-03-18Drop old (unused) find dialog filesAlex Valavanis1-1/+0
2013-03-04Drop dead Inkboard code. Config flag no longer existsAlex Valavanis1-15/+0
2012-11-25Fix for 1036059 : Keyboard shortcut editorJohn Smith1-20/+39
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-0/+16
2012-10-11Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith1-2/+11
2012-10-11Fix for 171904 : toggleToolbox verbJohn Smith1-0/+25
2012-10-09Fix for 191020 : Lock/Unlock all layersJohn Smith1-3/+17
2012-09-22Fix for 172222 : Move direct to specified layerJohn Smith1-0/+6
2012-08-29Fix for 980520 : Conflicting accelerator keysJohn Smith1-1/+1
2012-08-28Fix for 171915 : Fullscreen mode without toolbars shortcutJohn Smith1-0/+6
2012-08-27Fix for 168446 : rename menu item Export to PNG ImageJohn Smith1-2/+2
2012-08-18Fix for 189535 : align verbs and by keysJohn Smith1-1/+41
2012-08-15i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).Nicolas Dufour1-23/+23
2012-07-25Fix for 722625 : Select Same by Object TypeJohn Smith1-0/+5
2012-07-21Fix for 960240 : Rename Edit:Find to Find ReplaceJohn Smith1-1/+1
2012-07-12Fix for 378413 : Show/Hide all layersJohn Smith1-0/+16
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-20Fix for 1015352 : Vacuum defs : Rename to 'Clean up document'John Smith1-1/+1
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-0/+11
2012-05-14a few UI message fixesKris De Gussem1-1/+1
2012-05-11Fix for 169759 : HIG compliant Edit menuJohn Smith1-1/+1
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-2/+1