summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+6
| | | (bzr r12506.1.1)
* NewFromTemplate GSoC project for static templatesSlagvi Public2013-08-141-0/+6
|\ | | | | (bzr r12476)
| * Added loading templates into NewFromTemplate dialog.Slagvi Public2013-07-041-1/+1
| | | | | | (bzr r12379.2.7)
| * Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-021-0/+6
| | | | | | (bzr r12379.2.5)
* | Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-6/+17
| | | | | | (bzr r12473.1.1)
* | Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-231-7/+0
| | | | | | (bzr r12428)
* | Fix ordering of verbsAlex Valavanis2013-07-171-2/+2
| | | | | | (bzr r12423)
* | Fix verbs that were out by 5 because of missing script verbs (broken between ↵Martin Owens2013-07-061-1/+11
| | | | | | | | | | r7137-r11611) (bzr r12406)
* | Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-67/+24
| | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7)
* | Merge recent changes from inkscape trunkEric Greveson2013-07-031-1/+2
|\ \ | | | | | | (bzr r12387.1.6)
| * | Removed hard coded keybinding from event-context.cpp and added the ↵Christoffer Holmstedt2013-06-171-1/+2
| |/ | | | | | | | | appropiate function call in verbs.cpp (bzr r12379.1.1)
* | Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-031-19/+18
| | | | | | | | | | | | | | | | return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5)
* | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-27/+47
| | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
* | Added error messages when attempting to use verbs requiring GUI inEric Greveson2013-07-011-14/+69
| | | | | | | | | | console (--without-gui) mode. (bzr r12387.1.3)
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-91/+102
|/ | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Allow multiple groups to be symbolised and replace groups with clones.Martin Owens2013-04-231-1/+1
| | | (bzr r12300)
* Change symbols icon and give minimum size for dialogMartin Owens2013-04-181-1/+1
| | | (bzr r12278)
* pick a better filter editor iconRaphael Rosch2013-03-221-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1092313 (bzr r12231)
* Drop old (unused) find dialog filesAlex Valavanis2013-03-181-1/+0
| | | (bzr r12223)
* Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-15/+0
| | | (bzr r12173)
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-20/+39
| | | (bzr r11895)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+16
| | | (bzr r11782)
* Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-111-2/+11
| | | (bzr r11779)
* Fix for 171904 : toggleToolbox verbJohn Smith2012-10-111-0/+25
| | | (bzr r11778)
* Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-091-3/+17
| | | (bzr r11764)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-0/+6
| | | (bzr r11695)
* Fix for 980520 : Conflicting accelerator keysJohn Smith2012-08-291-1/+1
| | | (bzr r11631)
* Fix for 171915 : Fullscreen mode without toolbars shortcutJohn Smith2012-08-281-0/+6
| | | (bzr r11628)
* Fix for 168446 : rename menu item Export to PNG ImageJohn Smith2012-08-271-2/+2
| | | (bzr r11623)
* Fix for 189535 : align verbs and by keysJohn Smith2012-08-181-1/+41
| | | (bzr r11611)
* i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).Nicolas Dufour2012-08-151-23/+23
| | | | | Translations. inkscape.pot and French translation update. (bzr r11606)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-0/+5
| | | (bzr r11573)
* Fix for 960240 : Rename Edit:Find to Find ReplaceJohn Smith2012-07-211-1/+1
| | | (bzr r11560)
* Fix for 378413 : Show/Hide all layersJohn Smith2012-07-121-0/+16
| | | (bzr r11545)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix for 1015352 : Vacuum defs : Rename to 'Clean up document'John Smith2012-06-201-1/+1
| | | (bzr r11506)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+11
| | | (bzr r11406)
* a few UI message fixesKris De Gussem2012-05-141-1/+1
| | | (bzr r11363)
* Fix for 169759 : HIG compliant Edit menuJohn Smith2012-05-111-1/+1
| | | (bzr r11354)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-2/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-2/+7
| | | (bzr r11250)
* Translation. More disambiguations (see Bug #832560).Nicolas Dufour2012-04-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/832560 (bzr r11234)
* Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith2012-04-041-7/+12
| | | (bzr r11146)
* Fix for 170378 : Select same objects by fill or strokeJohn Smith2012-04-031-0/+15
| | | (bzr r11141)
* Adding verbs for lock and hide layers (see Bug #728081, patch by Jessica).Nicolas Dufour2012-03-281-0/+17
| | | (bzr r11131)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-241-2/+3
| | | (bzr r11125)
* Fix for 909328 : Dockable Find & Replace dialogJohn Smith2012-03-231-3/+1
| | | (bzr r11117)
* UI. Patch for Bug #789797 (Add an icon/definiton for Duplicate Current Layer).Nicolas Dufour2012-03-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/789797 (bzr r11108)