summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-20/+20
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-5/+1
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-1/+1
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
2014-10-01Fix for Bug #1358520 (show/hide other layers not properly recorded in undo hi...Nicolas Dufour1-2/+2
2014-09-27Update to experimental r13565Liam P. White1-1/+92
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-9/+9
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-9/+9
2014-06-14Add clip group option from PonyscapeLiam P. White1-0/+5
2014-05-11Rename "Tags" to "Selection sets" to avoid confusion with a global tagging sy...Liam P. White1-2/+2
2014-05-10Add selection setsLiam P. White1-5/+81
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-07Start cleanup for merge into trunkLiam P. White1-4/+4
2014-03-04UI. Fix for bug #1281822 (Keyboard shortcuts editor, duplicate description an...Nicolas Dufour1-3/+3
2014-03-02Attempt 2 at getting objects dialogueLiam P. White1-0/+2
2014-03-02Fix verbs.cppLiam P. White1-0/+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