summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* one constructor cannot call the other to initialize the object. See ↵Johan B. C. Engelen2011-10-282-5/+19
| | | | | C++faq-lite 10.3 (bzr r10699)
* fix initialization. add todo comment about gui-hidden not being used.Johan B. C. Engelen2011-10-281-1/+3
| | | (bzr r10698)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-275-7/+6
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-256-54/+56
| | | (bzr r10696)
* Warning cleanupJon A. Cruz2011-10-231-14/+14
| | | (bzr r10694)
* Warning cleanup.Jon A. Cruz2011-10-235-106/+117
| | | (bzr r10691)
* Fixed unused parameter warnings. Due to being included a few places, this ↵Jon A. Cruz2011-10-231-73/+87
| | | | | cleans up several hundred warnings. (bzr r10690)
* cppcheckKris De Gussem2011-10-209-12/+12
| | | (bzr r10686)
* cppcheckKris De Gussem2011-10-184-5/+5
| | | (bzr r10681)
* pdf import. modify calculation of GradientTransform (Bug 530895)Alvin Penner2011-10-171-1/+38
| | | | | | Fixed bugs: - https://launchpad.net/bugs/530895 (bzr r10680)
* cppcheckKris De Gussem2011-10-156-11/+11
| | | (bzr r10678)
* modify scaling of vertical offset for text placement (Bug 868594)Alvin Penner2011-10-091-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/868594 (bzr r10674)
* update cmake file listsCampbell Barton2011-10-081-1/+0
| | | (bzr r10673)
* emf import. allow EMR_MOVETOEX to occur before EMR_BEGINPATH (Bug 858369)Alvin Penner2011-10-071-3/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/858369 (bzr r10670)
* Translations. Ukrainian translation update and typo patch by Yuri Chornoivan.Nicolas Dufour2011-10-062-3/+3
| | | (bzr r10668)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-053-3/+17
| | | | | the contents forward.h at all). (bzr r10667)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-044-4/+5
| | | (bzr r10666)
* More forward.h purging.Jon A. Cruz2011-10-0418-63/+76
| | | (bzr r10665)
* fix for building when WITH_LIBWPG couldn't be found.Campbell Barton2011-09-271-1/+1
| | | (bzr r10651)
* cmake: aspell/gtkspell/poppler-cairo/libwpgCampbell Barton2011-09-261-1/+1
| | | | | | patch #822009 to address bug #820863 from Yu-Jie Lin. (bzr r10648)
* removing useless messages to stdout.Felipe Corr??a da Silva Sanches2011-09-191-1/+0
| | | (bzr r10640)
* pdf import. apply invert transform to all image tags (Bug 840625)Alvin Penner2011-09-091-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/840625 (bzr r10627)
* Filters. Fix for inverted parameters in Light Eraser CPF.Nicolas Dufour2011-09-081-12/+12
| | | (bzr r10626)
* Extensions. Fix for a potential crasher in the extension scripts.Nicolas Dufour2011-09-021-1/+1
| | | (bzr r10611)
* Extensions. Fix for bug #789122 (changing current layer through an ↵Nicolas Dufour2011-08-311-1/+19
| | | | | extension) thanks to cosmin. (bzr r10608)
* fix compilation after const change in r10589Johan B. C. Engelen2011-08-301-5/+5
| | | (bzr r10605)
* Filters. Workaround for bug #808013 (Drop Shadow; 0.0 for blur doesn't work).Nicolas Dufour2011-08-301-2/+8
| | | (bzr r10602)
* Extensions. Fix for bug #813807 (Python error message window opens in a ↵Nicolas Dufour2011-08-291-1/+0
| | | | | maximized state). (bzr r10598)
* Fix compilation failure in DBus APIKrzysztof Kosi??ski2011-08-291-1/+1
| | | (bzr r10594)
* Fix compilation on Windows after libnr removalKrzysztof Kosi??ski2011-08-291-1/+1
| | | (bzr r10590)
* Completely remove libnrKrzysztof Kosi??ski2011-08-2819-484/+296
|\ | | | | (bzr r10589)
| * Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-282-19/+3
| | | | | | (bzr r10582.1.10)
| * Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | | | | (bzr r10582.1.8)
| * Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-272-2/+0
| | | | | | (bzr r10582.1.6)
| * Remove all NRRect use.Krzysztof Kosi??ski2011-08-272-31/+28
| | | | | | (bzr r10582.1.5)
| * Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-278-278/+131
| | | | | | (bzr r10582.1.2)
| * Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-279-153/+134
| | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* | Filters. More cleanup, and some forgotten strings made translatable (thanks ↵Nicolas Dufour2011-08-286-29/+29
|/ | | | | | | to Masato HASHIMOTO). Translations. inkscape.pot and French translation update. (bzr r10586)
* Filters. Removing unecessary height, width, x and y attributes in some ↵Nicolas Dufour2011-08-256-31/+31
| | | | | | | | filters elements. Extensions. New Text>Extract extension. Translations. Translation template and file list update. (bzr r10580)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-259-68/+49
|\ | | | | (bzr r10579)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-079-51/+37
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-067-19/+14
| | | | | | (bzr r10347.1.21)
* | UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More ↵Nicolas Dufour2011-08-233-28/+55
| | | | | | | | | | | | | | precision to Blur filter value). Filters. Some CPF improvements (including a new Cross-smooth version). (bzr r10577)
* | 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)
* | update cmake file list.Campbell Barton2011-08-201-0/+3
| | | | | | (bzr r10561)
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-215-55/+367
| | | | | | (bzr r10559)
* | Filters. More filters clean-up.Nicolas Dufour2011-08-204-278/+389
| | | | | | | | | | | | Filters. New Outline filter (rewrite). Filters. Replace the default blend="normal" attribute with mode="normal" for the feBlend primitive. (bzr r10558)
* | 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)
* | Filters. Removing unnecessary elements and attributes.Nicolas Dufour2011-08-186-22/+22
| | | | | | (bzr r10551)