summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-083-46/+32
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-072-0/+16
* Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-062-24/+22
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* initialisationKris De Gussem2012-02-042-14/+12
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-041-12/+7
* emf export. change text height property lfHeight from + to - (Bug 919728)Alvin Penner2012-01-241-1/+1
* memleak / header stuff / unused variable.Kris De Gussem2012-01-221-10/+5
* cppcheckKris De Gussem2012-01-201-4/+2
* fix memleakKris De Gussem2012-01-201-2/+2
* cppcheckKris De Gussem2012-01-201-4/+2
* fix memleakKris De Gussem2012-01-201-4/+3
* add underscores to some member variables.Johan B. C. Engelen2012-01-173-15/+14
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-159/+245
* cleanup includesJohan B. C. Engelen2011-12-291-6/+6
* fix preview of pdf files with weird characters in filenameJohan B. C. Engelen2011-12-291-2/+2
* remove unused codeJohan B. C. Engelen2011-12-181-10/+0
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-171-2/+2
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-083-3/+3
* variable initialisationKris De Gussem2011-11-194-41/+30
* Filters. Removing deprecated workaround in drop shadow (see Bug #808013 ).Nicolas Dufour2011-11-011-7/+2
* Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz2011-10-291-1/+1
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-274-6/+5
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-255-48/+51
* Warning cleanupJon A. Cruz2011-10-231-14/+14
* Warning cleanup.Jon A. Cruz2011-10-232-41/+37
* cppcheckKris De Gussem2011-10-206-8/+8
* cppcheckKris De Gussem2011-10-184-5/+5
* pdf import. modify calculation of GradientTransform (Bug 530895)Alvin Penner2011-10-171-1/+38
* cppcheckKris De Gussem2011-10-153-8/+8
* modify scaling of vertical offset for text placement (Bug 868594)Alvin Penner2011-10-091-6/+6
* emf import. allow EMR_MOVETOEX to occur before EMR_BEGINPATH (Bug 858369)Alvin Penner2011-10-071-3/+6
* Translations. Ukrainian translation update and typo patch by Yuri Chornoivan.Nicolas Dufour2011-10-062-3/+3
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-043-3/+0
* More forward.h purging.Jon A. Cruz2011-10-045-11/+25
* pdf import. apply invert transform to all image tags (Bug 840625)Alvin Penner2011-09-091-2/+1
* Filters. Fix for inverted parameters in Light Eraser CPF.Nicolas Dufour2011-09-081-12/+12
* fix compilation after const change in r10589Johan B. C. Engelen2011-08-301-5/+5
* Filters. Workaround for bug #808013 (Drop Shadow; 0.0 for blur doesn't work).Nicolas Dufour2011-08-301-2/+8
* Fix compilation on Windows after libnr removalKrzysztof Kosi??ski2011-08-291-1/+1
* Completely remove libnrKrzysztof Kosi??ski2011-08-2812-218/+202
|\
| * Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-272-2/+0
| * Remove all NRRect use.Krzysztof Kosi??ski2011-08-272-31/+28
| * Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-274-38/+44
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-278-147/+130
* | Filters. More cleanup, and some forgotten strings made translatable (thanks t...Nicolas Dufour2011-08-286-29/+29
|/
* Filters. Removing unecessary height, width, x and y attributes in some filter...Nicolas Dufour2011-08-256-31/+31
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-257-50/+34
|\
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-077-37/+26
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-066-14/+9