summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix verbs that were out by 5 because of missing script verbs (broken between ...Martin Owens2013-07-061-1/+11
* Merge: scale, rotate and skew handles refactoringMartin Owens2013-07-055-196/+38
|\
| * Adjust sizes of listsMartin Owens2013-07-052-2/+2
| * Improve handle xpm loading using rotateMartin Owens2013-07-044-196/+38
* | Merge: Command-line and DBus refactoring to improve inkscapes ability to be r...Martin Owens2013-07-0561-1058/+1843
|\ \ | |/ |/|
| * Fix for builds without --enable-dbusapi (missing #ifdef)Eric Greveson2013-07-041-1/+5
| * Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-049-403/+450
| * Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-0415-305/+210
| * Merge recent changes from inkscape trunkEric Greveson2013-07-0315-53/+87
| |\
| * | Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-0310-148/+94
| * | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-0320-253/+536
| * | Added error messages when attempting to use verbs requiring GUI inEric Greveson2013-07-013-15/+78
| * | Added new files referenced in previous commit message (forgot to add!)Eric Greveson2013-07-014-0/+515
| * | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-0141-362/+384
* | | Make handle colour a configurable property.Martin Owens2013-07-034-16/+16
* | | Refactor resize, rotate, skew handle codeMartin Owens2013-07-024-237/+157
| |/ |/|
* | Shape calculations. do not quantize the coordinates. (Bug 168158)Alvin Penner2013-07-014-18/+18
* | LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton.Johan B. C. Engelen2013-07-011-3/+6
* | Transform dialog. do not use singular transforms. (Bug 1189446)Alvin Penner2013-06-291-0/+35
* | Make DAMN sure paths with zero nodes do not cause a crash.Martin Owens2013-06-291-2/+6
* | Fix crash when undoing/redoing a duplicate layer.Martin Owens2013-06-281-2/+2
* | Add the ability to reorder filters using drag-drop in the gtklistMartin Owens2013-06-282-1/+15
* | Add render rack gear extension from bug#1174800, modify gears location to ren...Martin Owens2013-06-261-17/+0
* | Fix Gtk3 build by including togglebutton headerMartin Owens2013-06-261-0/+1
* | Using CC0 link instead of old Public Domain linkMartin Owens2013-06-261-2/+2
* | Merge in: remove-hard-coded-toggle-dropper-keybindingMartin Owens2013-06-252-8/+2
|\ \ | |/ |/|
| * Removed hard coded keybinding from event-context.cpp and added the appropiate...Christoffer Holmstedt2013-06-172-8/+2
* | Documentation spelling fixKrzysztof Kosi??ski2013-06-231-4/+4
* | Remove unused file memeq.hKrzysztof Kosi??ski2013-06-234-28/+1
* | odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
* | cppcheckKris De Gussem2013-06-215-13/+17
* | Fix my own mis-credit and some symbols labelsMartin Owens2013-06-172-2/+2
|/
* Fix layer selection so defs don't change layers, updated symbol text.Martin Owens2013-06-162-0/+12
* Fix for 1184408 : Additional zoom levels in zoom context menuJohn Smith2013-06-161-35/+78
* Revert Fix for 600285 : Zoom sliderJohn Smith2013-06-152-15/+7
* Improve icons for symbols dialogMartin Owens2013-06-151-3/+3
* Fix crash for external symbol documents, should never select these items.Martin Owens2013-06-151-2/+4
* Big change in symbols ui and selection chemistry.Martin Owens2013-06-155-165/+154
* Allow svg elements to be ungroupedMartin Owens2013-06-142-3/+8
* Do not allow markers for children of markers (prevent loop)Martin Owens2013-06-141-0/+7
* Use fixed inkscape icon for 'no-marker' instead of gtk theme iconMartin Owens2013-06-123-7/+10
* Fix Apache2 license conflict with GPL with re-license from SOIX upstreamMartin Owens2013-06-122-23/+3
* Use 'remove' instead of 'gtk-remove' for theme.Martin Owens2013-06-121-2/+2
* Change back to using NULL and fix windows theme error by checkingMartin Owens2013-06-111-5/+8
* Fix bug where symbols weren't identified as suchMartin Owens2013-06-111-2/+5
* Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-...Martin Owens2013-06-111-2/+5
* Change marker layout in stroke-widget so they are all on one line.Martin Owens2013-06-114-45/+68
* use visual bbox in calculation of filter area (Bug 1188336)Alvin Penner2013-06-102-3/+8
* Remove use of separate array for scale values.Jon A. Cruz2013-06-092-34/+48
* Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function.Jon A. Cruz2013-06-091-78/+52