summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Plug a giant gaping memory leak in Gaussian blur filterKrzysztof Kosi??ski2011-08-061-0/+7
| | | | | | | | | (bzr r10347.1.23)
| * | Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-069-17/+115
| | | | | | | | | (bzr r10347.1.22)
| * | Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-0698-3986/+2919
| | | | | | | | | (bzr r10347.1.21)
| * | Per-item render cache.Krzysztof Kosi??ski2011-07-2812-176/+320
| | | | | | | | | | | | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
| * | Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-252-8/+40
| | | | | | | | | (bzr r10347.1.19)
| * | Merge from trunkKrzysztof Kosi??ski2011-07-25138-1896/+1392
| |\ \ | | | | | | | | (bzr r10347.1.18)
| * | | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-2245-756/+1139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
| * | | Clean up some commented-out codeKrzysztof Kosi??ski2011-07-181-8/+1
| | | | | | | | | | | | (bzr r10347.1.16)
* | | | UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More ↵Nicolas Dufour2011-08-234-29/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | precision to Blur filter value). Filters. Some CPF improvements (including a new Cross-smooth version). (bzr r10577)
* | | | 1) Use the "snap guides" button both for guides being snap sources, as well ↵Diederik van Lierop2011-08-237-90/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as for guides being snap targets 2) Remove some redundant guide-snapping code from the object snapper, (bzr r10576)
* | | | Filters. Filters clean-up again.Nicolas Dufour2011-08-233-47/+71
| | | | | | | | | | | | | | | | | | | | | | | | Filters. Outline CPF improvements. Translations. Translation template and file list, French translation update. (bzr r10575)
* | | | Fix another snapping bug (could occur when scaling an object using the ↵Diederik van Lierop2011-08-221-1/+3
| | | | | | | | | | | | | | | | | | | | selector tool) (bzr r10573)
* | | | Fix snap bug #816044Diederik van Lierop2011-08-222-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/816044 (bzr r10572)
* | | | Use different icons to communicate the change in behavior of the snap ↵Diederik van Lierop2011-08-221-12/+12
| | | | | | | | | | | | | | | | | | | | buttons, and update the tooltips accordingly (bzr r10571)
* | | | Some code cosmetics and commentsDiederik van Lierop2011-08-225-102/+99
| | | | | | | | | | | | (bzr r10570)
* | | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-2227-416/+425
| | | | | | | | | | | | | | | | | | | | a single array, instead of each having its own member variable (bzr r10569)
* | | | fix for bad argument crash for guidesJohan B. C. Engelen2011-08-211-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/829947 (bzr r10562)
* | | | update cmake file list.Campbell Barton2011-08-201-0/+3
| | | | | | | | | | | | (bzr r10561)
* | | | fix copy edit bug in axislinesegmentJohan B. C. Engelen2011-08-211-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/813829 (bzr r10560)
* | | | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-219-60/+381
| | | | | | | | | | | | (bzr r10559)
* | | | Filters. More filters clean-up.Nicolas Dufour2011-08-205-279/+390
| | | | | | | | | | | | | | | | | | | | | | | | Filters. New Outline filter (rewrite). Filters. Replace the default blend="normal" attribute with mode="normal" for the feBlend primitive. (bzr r10558)
* | | | Filters. Fix for bug #713064 (Filter Effect Turbulence Base frequency ↵Nicolas Dufour2011-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | limited to 0.400). (bzr r10557)
* | | | Filters. Some extra clean-up (moving color-interpolation-filters attribute ↵Nicolas Dufour2011-08-1913-46/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to style). Filters. New Lightness-Contrast and Fade to Black or White CPFs. Translations. POT file and French translation update. (bzr r10556)
* | | | Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-186-144/+277
| | | | | | | | | | | | (bzr r10554)
* | | | default to slightly friendlier grid color like the one from 0.45 :)Johan B. C. Engelen2011-08-181-4/+4
| | | | | | | | | | | | (bzr r10553)
* | | | fix old standing issue of converting 0.45 grids to >0.45Johan B. C. Engelen2011-08-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/221040 (bzr r10552)
* | | | Filters. Removing unnecessary elements and attributes.Nicolas Dufour2011-08-186-22/+22
| | | | | | | | | | | | (bzr r10551)
* | | | Filters. New Opacity CPF, Blur and Tritone improvements.Nicolas Dufour2011-08-175-75/+165
| | | | | | | | | | | | (bzr r10548)
* | | | Filters. Fixes for SVG validation (now 100% pass).Nicolas Dufour2011-08-165-21/+97
| | | | | | | | | | | | | | | | | | | | | | | | Filters. New Light Eraser CPF. Translations. inkscape.pot and French translation update. (bzr r10547)
* | | | update cmake for added/removed source files.Campbell Barton2011-08-161-4/+6
| | | | | | | | | | | | (bzr r10546)
* | | | Filters. Global filters file cleanup and Point Engraving CPF improvements.Nicolas Dufour2011-08-151-8/+23
| | | | | | | | | | | | (bzr r10544)
* | | | Filters. New basic component transfer CPF.Nicolas Dufour2011-08-152-0/+84
| | | | | | | | | | | | (bzr r10543)
* | | | Filters. New global filters file, and some SVG fixes.Nicolas Dufour2011-08-156-12/+12
| | | | | | | | | | | | (bzr r10542)
* | | | Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ↵Jon A. Cruz2011-08-141-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #826027. Fixed bugs: - https://launchpad.net/bugs/826027 (bzr r10541)
* | | | Filters. New Point engraving and Nudge custom predefined filters.Nicolas Dufour2011-08-115-22/+325
| | | | | | | | | | | | | | | | | | | | Translations. Translation list and template files update. (bzr r10536)
* | | | Filters. Forgotten textures file...Nicolas Dufour2011-08-101-0/+158
| | | | | | | | | | | | (bzr r10535)
* | | | Filters. New Blend, Extract Channel and Ink Blot custom predefined filters.Nicolas Dufour2011-08-104-3/+176
| | | | | | | | | | | | (bzr r10534)
* | | | Filters. New Invert, Wax bump and Felt feather custom predefined filters.Nicolas Dufour2011-08-096-29/+527
| | | | | | | | | | | | | | | | | | | | Filters. More reorganization and consistency fixes. (bzr r10533)
* | | | Remove unused variable.Jon A. Cruz2011-08-091-1/+0
| | | | | | | | | | | | (bzr r10532)
* | | | Filters. More filters reorganisation and consistency work.Nicolas Dufour2011-08-079-138/+138
| | | | | | | | | | | | | | | | | | | | Translations. PO template, PO file list and French translation update. (bzr r10531)
* | | | Filters. Global custom predefined filters reorganization.Nicolas Dufour2011-08-0614-1132/+1056
| | | | | | | | | | | | (bzr r10530)
* | | | Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour2011-08-0616-101/+210
| | | | | | | | | | | | | | | | | | | | Filters. Adding the new "indent" attribute to parameters groups. (bzr r10529)
* | | | Filters. Adding opacity support in Bump filter.Nicolas Dufour2011-08-054-62/+185
| | | | | | | | | | | | | | | | | | | | | | | | Filters. New Image blur CPF. Filters. Blurs and ABC groups reorganization. (bzr r10527)
* | | | emf import. re-evaluate scaling formulas (Bug 341847, comment 7)Alvin Penner2011-08-031-22/+4
| | | | | | | | | | | | (bzr r10526)
* | | | Filters. Removing starting underscores in identifiers.Nicolas Dufour2011-08-0110-30/+30
| | | | | | | | | | | | (bzr r10524)
* | | | Refactored createnewDocFromMem() to be C++ instead of C, removing potential ↵Jon A. Cruz2011-07-311-18/+14
| | | | | | | | | | | | | | | | | | | | for memory leaks. (bzr r10523)
* | | | Better memory-leak fix by just changing member to Glib::ustring. Eliminates ↵Jon A. Cruz2011-07-312-21/+14
| | | | | | | | | | | | | | | | | | | | potential for missing g_free() calls. (bzr r10522)
* | | | Added overload for getObjectById(). Added safety by zeroing out invalid ↵Jon A. Cruz2011-07-312-0/+9
| | | | | | | | | | | | | | | | | | | | points (prevents accidental use of stale pointers). (bzr r10521)
* | | | Memory leaks fix / code cleanupKris De Gussem2011-07-304-3/+14
| | | | | | | | | | | | (bzr r10519)
* | | | add header to cmake filesCampbell Barton2011-07-291-0/+1
| | | | | | | | | | | | (bzr r10516)