summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix transforming shapes with path effect applied (bug #1247324)Jabier Arraiza Cenoz2014-01-063-0/+15
* Only display snapping tooltip if source / target are defined (LP #1255764)Bryce Harrington2014-01-061-23/+25
* Uniform colons usage in UI in front of edit boxesKris De Gussem2014-01-051-4/+4
* modify get_scale_transform_for_variable_stroke() to be consistent with get_sc...Alvin Penner2014-01-044-89/+97
* Fix for bug #1057494 (Remove Manual Kerns hides the selected text).Nicolas Dufour2014-01-041-0/+1
* Fix for Bug #1265556 (plain svg export is broken for filter).Nicolas Dufour2014-01-043-3/+3
* Fixing errors and warnings in the debug code.Nicolas Dufour2014-01-041-5/+5
* gimpspinscale (upstream gtk3-port#28c62): Convert to GtkStyleContextAlex Valavanis2014-01-031-35/+49
* gimpspinscale (upstream #6940c): Add get/set_labelAlex Valavanis2014-01-032-36/+68
* gimpspinscale (upstream #fb623): Reorder functionsAlex Valavanis2014-01-031-23/+23
* gimpspinscale (upstream #ce8ae): Fix text rendering on dark bgAlex Valavanis2014-01-031-56/+141
* gimpspinscale (upstream #85a09): Fix drag issueAlex Valavanis2014-01-031-2/+10
* Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis2014-01-034-6/+6
* fix pointer initialization ( "0" --> "NULL")Johan B. C. Engelen2014-01-021-12/+12
* try to improve some error-prone piece of code (icon name related)Johan B. C. Engelen2014-01-021-8/+9
* fix Windows build (constness)Johan B. C. Engelen2014-01-021-3/+3
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-0222-145/+229
* memory leak fix (doc_title) + code readabilityKris De Gussem2014-01-021-14/+10
* Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in...Nicolas Dufour2014-01-021-2/+5
* prevent singularity when scaling horizontal or vertical lineAlvin Penner2013-12-311-2/+2
* modify transform behaviour for unscaled stroke width, Preserved Transforms (B...Alvin Penner2013-12-304-59/+64
* Fix for bug #1236282 (add full keyboard navigation support for new templates ...Nicolas Dufour2013-12-274-4/+12
* Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t...Nicolas Dufour2013-12-261-1/+4
* UI message fixKris De Gussem2013-12-241-2/+2
* add null checkKris De Gussem2013-12-201-7/+9
* Null check added. (should fix bug 1172484)Kris De Gussem2013-12-201-34/+37
* modify transform behaviour for scaled stroke width, Preserved TransformsAlvin Penner2013-12-174-11/+15
* Check order (fixing bug 1219264 ?)Kris De Gussem2013-12-151-2/+2
* Fix for Bug #1255367 (Alt D clears undo history even when nothing happens).Nicolas Dufour2013-12-121-1/+9
* Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color p...Nicolas Dufour2013-12-121-1/+1
* Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns ...Nicolas Dufour2013-12-121-1/+1
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-107-0/+182
* Add JessyInk namespace.Tavmjong Bah2013-12-102-0/+2
* Superficial text fix in gradient toolbar.Josh Andler2013-12-091-1/+1
* patch by Adolf Mathias and ~suv for Bug 1136495Alvin Penner2013-12-071-1/+1
* Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).Nicolas Dufour2013-12-061-1/+9
* fix Segmentation fault while exporting to Plain SVG (Bug #1202753) (patch of ...Kris De Gussem2013-12-051-3/+6
* add null pointer checkKris De Gussem2013-12-051-1/+1
* New CSS blending and compositing modes.Tavmjong Bah2013-12-057-34/+249
* ImageMagick exception handling improvements (see Bug #1252719).Nicolas Dufour2013-12-031-1/+7
* Fix for Bug #1094511 (GTK3: rulers render with solid black bg).Nicolas Dufour2013-12-031-1/+7
* Fix build with freetype >= 2.5.1su_v2013-11-301-1/+2
* typoKris De Gussem2013-11-241-3/+3
* reorder header file includes. Because glibmm depends on a deprecated/threads....Johan B. C. Engelen2013-11-212-3/+5
* the C++11 fails without this small change in constness of a GSList iteratorJohan B. C. Engelen2013-11-211-2/+2
* fix crash bug 1253721, document code with explanationJohan B. C. Engelen2013-11-211-13/+18
* fix memleakJohan B. C. Engelen2013-11-211-0/+2
* Increased pattern resolution to fix blocker bug #1251039.Tavmjong Bah2013-11-191-1/+2
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-198-36/+161
* fix initialization bug, that leads to non-continuous pathJohan B. C. Engelen2013-11-181-1/+1