| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the Digest class. Replace its only use with a glibmm call. | Krzysztof Kosi??ski | 2013-07-23 | 5 | -2120/+6 |
| | | | | (bzr r12429) | ||||
| * | Remove the disabled script dialog and the nonfunctional Java binding | Krzysztof Kosi??ski | 2013-07-23 | 521 | -32394/+0 |
| | | | | (bzr r12428) | ||||
| * | Changed metadata tooltips to match the definition of Dublin Core terms. | Christoffer Holmstedt | 2013-07-17 | 1 | -16/+16 |
| |\ | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/835849 (bzr r12424) | ||||
| | * | Changed document properties - metadata tooltips to match the definition of ↵ | Christoffer Holmstedt | 2013-06-24 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | dublin core terms. Fixed bugs: - https://launchpad.net/bugs/835849 (bzr r12387.2.1) | ||||
| * | | Fix ordering of verbs | Alex Valavanis | 2013-07-17 | 1 | -2/+2 |
| | | | | | | | (bzr r12423) | ||||
| * | | Fix remaining g_type_init deprecation issues | Alex Valavanis | 2013-07-17 | 2 | -0/+6 |
| | | | | | | | (bzr r12421) | ||||
| * | | Shape calculations. re-introduce grid of a smaller size. ↵ | Alvin Penner | 2013-07-16 | 4 | -20/+20 |
| | | | | | | | | | | | (http://article.gmane.org/gmane.comp.graphics.inkscape.devel/40786) (bzr r12420) | ||||
| * | | Minor C++ish refactoring pass. | Jon A. Cruz | 2013-07-13 | 2 | -99/+158 |
| | | | | | | | (bzr r12419) | ||||
| * | | Whitespace cleanup. | Jon A. Cruz | 2013-07-13 | 1 | -79/+79 |
| | | | | | | | (bzr r12418) | ||||
| * | | Use Jon Cruz info about OptRect to correctly get area height and width | Martin Owens | 2013-07-12 | 1 | -5/+5 |
| | | | | | | | (bzr r12417) | ||||
| * | | Do not effect the focus in align computation | Martin Owens | 2013-07-12 | 1 | -7/+9 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1200649 (bzr r12416) | ||||
| * | | Change small to sml to fix windows compile problem | Martin Owens | 2013-07-11 | 2 | -4/+4 |
| | | | | | | | (bzr r12415) | ||||
| * | | Remove align point, not required any more | Martin Owens | 2013-07-11 | 2 | -6/+0 |
| | | | | | | | (bzr r12414) | ||||
| * | | Step 2 refactoring the align functions, added some functionality to selection. | Martin Owens | 2013-07-11 | 4 | -117/+68 |
| | | | | | | | (bzr r12413) | ||||
| * | | Merge from trunk | Eric Greveson | 2013-07-10 | 13 | -249/+95 |
| |\ \ | | | | | | | (bzr r12402.1.2) | ||||
| | * | | Small refactor of align and distribute to reduce complexity. | Martin Owens | 2013-07-10 | 3 | -42/+23 |
| | | | | | | | | | | (bzr r12411) | ||||
| | * | | Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a ↵ | Nicolas Dufour | 2013-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1185132 (bzr r12410) | ||||
| | * | | Revert wrong changes and apply right fixes from prev-commit | Martin Owens | 2013-07-08 | 2 | -3/+1 |
| | | | | | | | | | | (bzr r12409) | ||||
| | * | | Make colour a guint instead of a uint. bug 1198501 | Martin Owens | 2013-07-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1198501 (bzr r12408) | ||||
| | * | | Fix build failure with GDL >= 3.6 | Alex Valavanis | 2013-07-06 | 2 | -9/+21 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1196070 (bzr r12407) | ||||
| | * | | 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) | ||||
| | * | | Merge: scale, rotate and skew handles refactoring | Martin Owens | 2013-07-05 | 5 | -196/+38 |
| | |\ \ | | | | | | | | | (bzr r12403) | ||||
| | | * | | Adjust sizes of lists | Martin Owens | 2013-07-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | (bzr r12401.1.2) | ||||
| | | * | | Improve handle xpm loading using rotate | Martin Owens | 2013-07-04 | 4 | -196/+38 |
| | | | | | | | | | | | | | (bzr r12401.1.1) | ||||
| * | | | | Added "dbus-name" command line option to allow a D-Bus bus name other than | Eric Greveson | 2013-07-10 | 5 | -7/+57 |
| |/ / / | | | | | | | | | | | | | | | | "org.inkscape" to be specified. This allows multiple Inkscape instances to be controlled over D-Bus in a single user session. (bzr r12402.1.1) | ||||
| * | | | Merge: Command-line and DBus refactoring to improve inkscapes ability to be ↵ | Martin Owens | 2013-07-05 | 61 | -1058/+1843 |
| |\ \ \ | |/ / |/| | | | | | | | | run headless. (bzr r12402) | ||||
| | * | | Fix for builds without --enable-dbusapi (missing #ifdef) | Eric Greveson | 2013-07-04 | 1 | -1/+5 |
| | | | | | | | | | | (bzr r12387.1.9) | ||||
| | * | | Further renaming of DBus variables (object -> app_interface/doc_interface | Eric Greveson | 2013-07-04 | 9 | -403/+450 |
| | | | | | | | | | | | | | | | | | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8) | ||||
| | * | | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 15 | -305/+210 |
| | | | | | | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| | * | | Merge recent changes from inkscape trunk | Eric Greveson | 2013-07-03 | 15 | -53/+87 |
| | |\ \ | | | | | | | | | (bzr r12387.1.6) | ||||
| | * | | | Changed dbus interface to treat 'division' like other boolops, with a new | Eric Greveson | 2013-07-03 | 10 | -148/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 20 | -253/+536 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -15/+78 |
| | | | | | | | | | | | | | | | | | | | | | console (--without-gui) mode. (bzr r12387.1.3) | ||||
| | * | | | Added new files referenced in previous commit message (forgot to add!) | Eric Greveson | 2013-07-01 | 4 | -0/+515 |
| | | | | | | | | | | | | | (bzr r12387.1.2) | ||||
| | * | | | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 41 | -362/+384 |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | | Make handle colour a configurable property. | Martin Owens | 2013-07-03 | 4 | -16/+16 |
| | | | | | | | | | | (bzr r12401) | ||||
| * | | | Refactor resize, rotate, skew handle code | Martin Owens | 2013-07-02 | 4 | -237/+157 |
| | |/ |/| | | | (bzr r12400) | ||||
| * | | Shape calculations. do not quantize the coordinates. (Bug 168158) | Alvin Penner | 2013-07-01 | 4 | -18/+18 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168158 (bzr r12399) | ||||
| * | | LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton. | Johan B. C. Engelen | 2013-07-01 | 1 | -3/+6 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616198 (bzr r12398) | ||||
| * | | Transform dialog. do not use singular transforms. (Bug 1189446) | Alvin Penner | 2013-06-29 | 1 | -0/+35 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1189446 (bzr r12397) | ||||
| * | | Make DAMN sure paths with zero nodes do not cause a crash. | Martin Owens | 2013-06-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/710637 (bzr r12396) | ||||
| * | | Fix crash when undoing/redoing a duplicate layer. | Martin Owens | 2013-06-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1183206 (bzr r12395) | ||||
| * | | Add the ability to reorder filters using drag-drop in the gtklist | Martin Owens | 2013-06-28 | 2 | -1/+15 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168814 (bzr r12394) | ||||
| * | | Add render rack gear extension from bug#1174800, modify gears location to ↵ | Martin Owens | 2013-06-26 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | render sub-menu Fixed bugs: - https://launchpad.net/bugs/1174800 (bzr r12391) | ||||
| * | | Fix Gtk3 build by including togglebutton header | Martin Owens | 2013-06-26 | 1 | -0/+1 |
| | | | | | | | (bzr r12390) | ||||
| * | | Using CC0 link instead of old Public Domain link | Martin Owens | 2013-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1194372 (bzr r12389) | ||||
| * | | Merge in: remove-hard-coded-toggle-dropper-keybinding | Martin Owens | 2013-06-25 | 2 | -8/+2 |
| |\ \ | |/ |/| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/180192 (bzr r12388) | ||||
| | * | Removed hard coded keybinding from event-context.cpp and added the ↵ | Christoffer Holmstedt | 2013-06-17 | 2 | -8/+2 |
| | | | | | | | | | | | appropiate function call in verbs.cpp (bzr r12379.1.1) | ||||
| * | | Documentation spelling fix | Krzysztof Kosi??ski | 2013-06-23 | 1 | -4/+4 |
| | | | | | | | (bzr r12386) | ||||
| * | | Remove unused file memeq.h | Krzysztof Kosi??ski | 2013-06-23 | 4 | -28/+1 |
| | | | | | | | (bzr r12385) | ||||
