| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Integrating with libdepixelize | Vinícius dos Santos Oliveira | 2013-09-12 | 1 | -0/+6 |
| | | | | (bzr r12506.1.1) | ||||
| * | NewFromTemplate GSoC project for static templates | Slagvi Public | 2013-08-14 | 1 | -0/+6 |
| |\ | | | | | (bzr r12476) | ||||
| | * | Added loading templates into NewFromTemplate dialog. | Slagvi Public | 2013-07-04 | 1 | -1/+1 |
| | | | | | | | (bzr r12379.2.7) | ||||
| | * | Adding NewFromTemplate to the Inkscape menu | Slagvi Public | 2013-07-02 | 1 | -0/+6 |
| | | | | | | | (bzr r12379.2.5) | ||||
| * | | Allow Object to Path verb from non-GUI (DBus) interface | Eric Greveson | 2013-08-12 | 1 | -6/+17 |
| | | | | | | | (bzr r12473.1.1) | ||||
| * | | Remove the disabled script dialog and the nonfunctional Java binding | Krzysztof Kosi??ski | 2013-07-23 | 1 | -7/+0 |
| | | | | | | | (bzr r12428) | ||||
| * | | Fix ordering of verbs | Alex Valavanis | 2013-07-17 | 1 | -2/+2 |
| | | | | | | | (bzr r12423) | ||||
| * | | Fix verbs that were out by 5 because of missing script verbs (broken between ↵ | Martin Owens | 2013-07-06 | 1 | -1/+11 |
| | | | | | | | | | | | r7137-r11611) (bzr r12406) | ||||
| * | | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -67/+24 |
| | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| * | | Merge recent changes from inkscape trunk | Eric Greveson | 2013-07-03 | 1 | -1/+2 |
| |\ \ | | | | | | | (bzr r12387.1.6) | ||||
| | * | | Removed hard coded keybinding from event-context.cpp and added the ↵ | Christoffer Holmstedt | 2013-06-17 | 1 | -1/+2 |
| | |/ | | | | | | | | | appropiate function call in verbs.cpp (bzr r12379.1.1) | ||||
| * | | Changed dbus interface to treat 'division' like other boolops, with a new | Eric Greveson | 2013-07-03 | 1 | -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 Greveson | 2013-07-03 | 1 | -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 in | Eric Greveson | 2013-07-01 | 1 | -14/+69 |
| | | | | | | | | | | | console (--without-gui) mode. (bzr r12387.1.3) | ||||
| * | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -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. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -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 Owens | 2013-04-23 | 1 | -1/+1 |
| | | | | (bzr r12300) | ||||
| * | Change symbols icon and give minimum size for dialog | Martin Owens | 2013-04-18 | 1 | -1/+1 |
| | | | | (bzr r12278) | ||||
| * | pick a better filter editor icon | Raphael Rosch | 2013-03-22 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1092313 (bzr r12231) | ||||
| * | Drop old (unused) find dialog files | Alex Valavanis | 2013-03-18 | 1 | -1/+0 |
| | | | | (bzr r12223) | ||||
| * | Drop dead Inkboard code. Config flag no longer exists | Alex Valavanis | 2013-03-04 | 1 | -15/+0 |
| | | | | (bzr r12173) | ||||
| * | Fix for 1036059 : Keyboard shortcut editor | John Smith | 2012-11-25 | 1 | -20/+39 |
| | | | | (bzr r11895) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+16 |
| | | | | (bzr r11782) | ||||
| * | Fix for 191020 : Lock/Unlock all layers - Lock other layers | John Smith | 2012-10-11 | 1 | -2/+11 |
| | | | | (bzr r11779) | ||||
| * | Fix for 171904 : toggleToolbox verb | John Smith | 2012-10-11 | 1 | -0/+25 |
| | | | | (bzr r11778) | ||||
| * | Fix for 191020 : Lock/Unlock all layers | John Smith | 2012-10-09 | 1 | -3/+17 |
| | | | | (bzr r11764) | ||||
| * | Fix for 172222 : Move direct to specified layer | John Smith | 2012-09-22 | 1 | -0/+6 |
| | | | | (bzr r11695) | ||||
| * | Fix for 980520 : Conflicting accelerator keys | John Smith | 2012-08-29 | 1 | -1/+1 |
| | | | | (bzr r11631) | ||||
| * | Fix for 171915 : Fullscreen mode without toolbars shortcut | John Smith | 2012-08-28 | 1 | -0/+6 |
| | | | | (bzr r11628) | ||||
| * | Fix for 168446 : rename menu item Export to PNG Image | John Smith | 2012-08-27 | 1 | -2/+2 |
| | | | | (bzr r11623) | ||||
| * | Fix for 189535 : align verbs and by keys | John Smith | 2012-08-18 | 1 | -1/+41 |
| | | | | (bzr r11611) | ||||
| * | i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects). | Nicolas Dufour | 2012-08-15 | 1 | -23/+23 |
| | | | | | | Translations. inkscape.pot and French translation update. (bzr r11606) | ||||
| * | Fix for 722625 : Select Same by Object Type | John Smith | 2012-07-25 | 1 | -0/+5 |
| | | | | (bzr r11573) | ||||
| * | Fix for 960240 : Rename Edit:Find to Find Replace | John Smith | 2012-07-21 | 1 | -1/+1 |
| | | | | (bzr r11560) | ||||
| * | Fix for 378413 : Show/Hide all layers | John Smith | 2012-07-12 | 1 | -0/+16 |
| | | | | (bzr r11545) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Fix for 1015352 : Vacuum defs : Rename to 'Clean up document' | John Smith | 2012-06-20 | 1 | -1/+1 |
| | | | | (bzr r11506) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -0/+11 |
| | | | | (bzr r11406) | ||||
| * | a few UI message fixes | Kris De Gussem | 2012-05-14 | 1 | -1/+1 |
| | | | | (bzr r11363) | ||||
| * | Fix for 169759 : HIG compliant Edit menu | John Smith | 2012-05-11 | 1 | -1/+1 |
| | | | | (bzr r11354) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -2/+1 |
| | | | | (bzr r11318) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -2/+7 |
| | | | | (bzr r11250) | ||||
| * | Translation. More disambiguations (see Bug #832560). | Nicolas Dufour | 2012-04-13 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/832560 (bzr r11234) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke : Added stroke style | John Smith | 2012-04-04 | 1 | -7/+12 |
| | | | | (bzr r11146) | ||||
| * | Fix for 170378 : Select same objects by fill or stroke | John Smith | 2012-04-03 | 1 | -0/+15 |
| | | | | (bzr r11141) | ||||
| * | Adding verbs for lock and hide layers (see Bug #728081, patch by Jessica). | Nicolas Dufour | 2012-03-28 | 1 | -0/+17 |
| | | | | (bzr r11131) | ||||
| * | Fix for 251674 and 592323 : Make CloneTiler dialog dockable | John Smith | 2012-03-24 | 1 | -2/+3 |
| | | | | (bzr r11125) | ||||
| * | Fix for 909328 : Dockable Find & Replace dialog | John Smith | 2012-03-23 | 1 | -3/+1 |
| | | | | (bzr r11117) | ||||
| * | UI. Patch for Bug #789797 (Add an icon/definiton for Duplicate Current Layer). | Nicolas Dufour | 2012-03-21 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/789797 (bzr r11108) | ||||
