summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Corects delete/delete[] issue. Fixes bug #613723.Jon A. Cruz2010-08-061-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/613723 (bzr r9691)
* | | | | | Keys. Alphapad support for zoom shortcuts (Bug #181393).Nicolas Dufour2010-08-052-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/181393 (bzr r9690)
* | | | | | support for transform elements in hpgl (Bug 600472)Alvin Penner2010-08-041-25/+43
| | | | | | | | | | | | | | | | | | (bzr r9689)
* | | | | | Keys. Additional keypad bindings (Bug #362040).Nicolas Dufour2010-08-042-270/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/362040 (bzr r9688)
* | | | | | Translations. Galician translation update by Leandro Regueiro.Nicolas Dufour2010-08-041-341/+301
| | | | | | | | | | | | | | | | | | (bzr r9687)
* | | | | | A modification of pixops_mix that allows for input images that extend beyond ↵Jasper van de Gronde2010-08-041-87/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the output image (bzr r9686)
* | | | | | Fix to background handling that avoids both duplication and aliasing as much ↵Jasper van de Gronde2010-08-044-101/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as possible. (bzr r9685)
* | | | | | Added reinterpret_cast to work around a difference of opinion between gcc ↵Jasper van de Gronde2010-08-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions. (bzr r9684)
* | | | | | Fix for subtle bug in parsing export area, found by Vaughn Spurlin using ↵Jasper van de Gronde2010-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coverity (bzr r9683)
* | | | | | Small fix to emf filter that makes it build using TDM's mingw 4.5.0Jasper van de Gronde2010-08-041-1/+1
| | | | | | | | | | | | | | | | | | (bzr r9682)
* | | | | | New feature: to exchange position of two objects (bug #171944)Nicolas Dufour2010-08-034-24/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171944 (bzr r9681)
* | | | | | Doc. Keys and mouse reference fix.Nicolas Dufour2010-08-031-2/+2
| | | | | | | | | | | | | | | | | | (bzr r9680)
* | | | | | updated PO fileArpad Biro2010-08-021-52/+61
| | | | | | | | | | | | | | | | | | (bzr r9679)
* | | | | | Romanian translation update by Cristian Secară (Bug #596689)Kris De Gussem2010-08-021-491/+527
| | | | | | | | | | | | | | | | | | (bzr r9678)
* | | | | | Galician translation update by Leandro Regueiro (Bug #612697)Kris De Gussem2010-08-021-5023/+4159
| | | | | | | | | | | | | | | | | | (bzr r9677)
* | | | | | updated PO fileArpad Biro2010-08-011-74/+49
| | | | | | | | | | | | | | | | | | (bzr r9676)
* | | | | | support for layers in .dxf output (Bug 410928)Alvin Penner2010-08-012-34/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/410928 (bzr r9675)
* | | | | | Translations. Slovenian translation update by Martin Srebotnjak.Nicolas Dufour2010-07-311-3767/+2286
| | | | | | | | | | | | | | | | | | (bzr r9674)
* | | | | | powerstroke: add code that handles closed pathsJohan B. C. Engelen2010-07-311-27/+66
| | | | | | | | | | | | | | | | | | (bzr r9673)
* | | | | | powerstroke: redefine meaning of offset point parameter values. now knots ↵Johan B. C. Engelen2010-07-303-17/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | move with path (bzr r9672)
* | | | | | Translations. Simplified Chinese translation update by Liu Xiaoqin.Nicolas Dufour2010-07-301-2998/+2126
| | | | | | | | | | | | | | | | | | (bzr r9671)
* | | | | | i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).Nicolas Dufour2010-07-301-1/+1
| | | | | | | | | | | | | | | | | | (bzr r9670)
* | | | | | powerstroke: add visually 'nice' interpolator, good enough for nowJohan B. C. Engelen2010-07-281-1/+23
| | | | | | | | | | | | | | | | | | (bzr r9669)
* | | | | | powerstroke: code only, added bad interpolatorJohan B. C. Engelen2010-07-281-4/+45
| | | | | | | | | | | | | | | | | | (bzr r9668)
* | | | | | powerstroke: fix terrible bug, clean up code, add interpolator frameworkJohan B. C. Engelen2010-07-281-26/+52
| | | | | | | | | | | | | | | | | | (bzr r9667)
* | | | | | powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object ↵Johan B. C. Engelen2010-07-281-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after adding stroke knot (bzr r9666)
* | | | | | Fix rendering of "plain" SVG text.Tavmjong Bah2010-07-282-12/+31
| | | | | | | | | | | | | | | | | | (bzr r9665)
* | | | | | Create just one path instead of hundreds.Tavmjong Bah2010-07-281-3/+5
| | | | | | | | | | | | | | | | | | (bzr r9664)
* | | | | | Purge the silliest attributes (font-size, marker-xxx).Tavmjong Bah2010-07-281-77/+77
| | | | | | | | | | | | | | | | | | (bzr r9663)
* | | | | | Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-283-17/+18
| | | | | | | | | | | | | | | | | | (bzr r9662)
* | | | | | Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-273-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assigning it. Allows the function to be used with dynamically created keys and fixes undo stack spam when adjusting filter parameter values (LP #579932). Fixed bugs: - https://launchpad.net/bugs/579932 (bzr r9661)
* | | | | | powerstroke: sort point optionJohan B. C. Engelen2010-07-272-2/+15
| | | | | | | | | | | | | | | | | | (bzr r9660)
* | | | | | powerstroke: arbitrary number of control points.Johan B. C. Engelen2010-07-275-50/+39
| | | | | | | | | | | | | | | | | | (bzr r9659)
* | | | | | commit missing filesJohan B. C. Engelen2010-07-272-0/+213
| | | | | | | | | | | | | | | | | | (bzr r9658)
* | | | | | More sensible ranges for feSpecularLighting and feDiffuseLighting parametersKrzysztof Kosi??ski2010-07-271-11/+12
| | | | | | | | | | | | | | | | | | (bzr r9657)
* | | | | | more powerstroke build infrastructureJohan B. C. Engelen2010-07-265-40/+24
| | | | | | | | | | | | | | | | | | (bzr r9656)
* | | | | | Fix initial combo box values in filter effects dialogKrzysztof Kosi??ski2010-07-261-1/+1
| | | | | | | | | | | | | | | | | | (bzr r9655)
* | | | | | add powerstroke initial shotJohan B. C. Engelen2010-07-266-0/+233
| | | | | | | | | | | | | | | | | | (bzr r9654)
* | | | | | fix crash bug 607557Johan B. C. Engelen2010-07-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/607557 (bzr r9653)
* | | | | | While rotating, don't try snapping points coincident with the rotation centerDiederik van Lierop2010-07-261-5/+15
| | | | | | | | | | | | | | | | | | (bzr r9652)
* | | | | | Added preference to suppress auto-refresh of icon previews.Jon A. Cruz2010-07-262-2/+5
| | | | | | | | | | | | | | | | | | (bzr r9651)
* | | | | | Added debug info.Jon A. Cruz2010-07-252-11/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throttle down icon preview rendering based on observed duration. (bzr r9650)
* | | | | | updated PO fileArpad Biro2010-07-251-166/+133
| | | | | | | | | | | | | | | | | | (bzr r9649)
* | | | | | 1) Snap to transformation center even if it's outside of the bounding box of ↵Diederik van Lierop2010-07-254-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the parent item 2) In some cases the snap source indicator wasn't shown (bzr r9648)
* | | | | | Make icon preview seleciton stikcy by default.Jon A. Cruz2010-07-252-2/+2
| | | | | | | | | | | | | | | | | | (bzr r9647)
* | | | | | Pixmap fix applyLeo Albert Jackson2010-07-254-71/+71
| | | | | | | | | | | | | | | | | | (bzr r9646)
* | | | | | Added preference to suppress icon preview frames.Jon A. Cruz2010-07-252-4/+9
| | | | | | | | | | | | | | | | | | (bzr r9645)
* | | | | | Added preference to keep last selected item shown.Jon A. Cruz2010-07-253-18/+30
| | | | | | | | | | | | | | | | | | (bzr r9644)
* | | | | | Adding preference to suppress packing of previews.Jon A. Cruz2010-07-252-2/+6
| | | | | | | | | | | | | | | | | | (bzr r9643)
* | | | | | patch by Hungerburg for pattern in HATCH entityAlvin Penner2010-07-242-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/589865 (bzr r9642)