summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Clean up some commented-out codeKrzysztof Kosi??ski2011-07-181-8/+1
* | | | UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More pre...Nicolas Dufour2011-08-234-29/+56
* | | | 1) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop2011-08-237-90/+13
* | | | Filters. Filters clean-up again.Nicolas Dufour2011-08-233-47/+71
* | | | Fix another snapping bug (could occur when scaling an object using the select...Diederik van Lierop2011-08-221-1/+3
* | | | Fix snap bug #816044Diederik van Lierop2011-08-222-1/+12
* | | | Use different icons to communicate the change in behavior of the snap buttons...Diederik van Lierop2011-08-221-12/+12
* | | | Some code cosmetics and commentsDiederik van Lierop2011-08-225-102/+99
* | | | Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-2227-416/+425
* | | | fix for bad argument crash for guidesJohan B. C. Engelen2011-08-211-15/+19
* | | | update cmake file list.Campbell Barton2011-08-201-0/+3
* | | | fix copy edit bug in axislinesegmentJohan B. C. Engelen2011-08-211-7/+6
* | | | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-219-60/+381
* | | | Filters. More filters clean-up.Nicolas Dufour2011-08-205-279/+390
* | | | Filters. Fix for bug #713064 (Filter Effect Turbulence Base frequency limited...Nicolas Dufour2011-08-201-1/+1
* | | | Filters. Some extra clean-up (moving color-interpolation-filters attribute to...Nicolas Dufour2011-08-1913-46/+200
* | | | Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-186-144/+277
* | | | default to slightly friendlier grid color like the one from 0.45 :)Johan B. C. Engelen2011-08-181-4/+4
* | | | fix old standing issue of converting 0.45 grids to >0.45Johan B. C. Engelen2011-08-181-5/+5
* | | | Filters. Removing unnecessary elements and attributes.Nicolas Dufour2011-08-186-22/+22
* | | | Filters. New Opacity CPF, Blur and Tritone improvements.Nicolas Dufour2011-08-175-75/+165
* | | | Filters. Fixes for SVG validation (now 100% pass).Nicolas Dufour2011-08-165-21/+97
* | | | update cmake for added/removed source files.Campbell Barton2011-08-161-4/+6
* | | | Filters. Global filters file cleanup and Point Engraving CPF improvements.Nicolas Dufour2011-08-151-8/+23
* | | | Filters. New basic component transfer CPF.Nicolas Dufour2011-08-152-0/+84
* | | | Filters. New global filters file, and some SVG fixes.Nicolas Dufour2011-08-156-12/+12
* | | | Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ...Jon A. Cruz2011-08-141-5/+10
* | | | Filters. New Point engraving and Nudge custom predefined filters.Nicolas Dufour2011-08-115-22/+325
* | | | Filters. Forgotten textures file...Nicolas Dufour2011-08-101-0/+158
* | | | Filters. New Blend, Extract Channel and Ink Blot custom predefined filters.Nicolas Dufour2011-08-104-3/+176
* | | | Filters. New Invert, Wax bump and Felt feather custom predefined filters.Nicolas Dufour2011-08-096-29/+527
* | | | Remove unused variable.Jon A. Cruz2011-08-091-1/+0
* | | | Filters. More filters reorganisation and consistency work.Nicolas Dufour2011-08-079-138/+138
* | | | Filters. Global custom predefined filters reorganization.Nicolas Dufour2011-08-0614-1132/+1056
* | | | Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour2011-08-0616-101/+210
* | | | Filters. Adding opacity support in Bump filter.Nicolas Dufour2011-08-054-62/+185
* | | | emf import. re-evaluate scaling formulas (Bug 341847, comment 7)Alvin Penner2011-08-031-22/+4
* | | | Filters. Removing starting underscores in identifiers.Nicolas Dufour2011-08-0110-30/+30
* | | | Refactored createnewDocFromMem() to be C++ instead of C, removing potential f...Jon A. Cruz2011-07-311-18/+14
* | | | Better memory-leak fix by just changing member to Glib::ustring. Eliminates p...Jon A. Cruz2011-07-312-21/+14
* | | | Added overload for getObjectById(). Added safety by zeroing out invalid point...Jon A. Cruz2011-07-312-0/+9
* | | | Memory leaks fix / code cleanupKris De Gussem2011-07-304-3/+14
* | | | add header to cmake filesCampbell Barton2011-07-291-0/+1
* | | | UI uniformisation / addition of mnemonics (Bug #170765)Kris De Gussem2011-07-282-25/+53
* | | | Filters. New Bump custom predefined filter.Nicolas Dufour2011-07-282-3/+275
* | | | another g_return_if_fail -> g_return_val_if_fail & add include to cmake.Campbell Barton2011-07-282-1/+2
* | | | fix for build error when not returning a value in libgdl & minor style edit.Campbell Barton2011-07-282-2/+2
* | | | Filters. New Channel transparency and Cross blur custom predefined filters.Nicolas Dufour2011-07-273-0/+208
* | | | Reverse color order in tracing support function to match reversal of colors i...Jon A. Cruz2011-07-271-2/+2
* | | | Cleaning up trace methods to aid fixing color inversion.Jon A. Cruz2011-07-274-112/+136