summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct application of older Win32 patch. Fixes bug #616589.Jon A. Cruz2010-08-121-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/616589 (bzr r9702)
* Fix a crash introduced by my previous commitDiederik van Lierop2010-08-112-2/+0
| | | (bzr r9701)
* Fix crash 411940 by Alisher NiyazovJosh Andler2010-08-111-0/+1
| | | (bzr r9700)
* Catch bad save dialog sizes on Win32. Fixes bug #285267.Jon A. Cruz2010-08-111-6/+32
| | | | | | Fixed bugs: - https://launchpad.net/bugs/285267 (bzr r9698)
* Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-1118-15/+69
| | | (bzr r9697)
* Implement constrained snapping to nodesDiederik van Lierop2010-08-107-27/+65
| | | (bzr r9696)
* Add a constrained snap method that takes multiple constraints. This reduces ↵Diederik van Lierop2010-08-074-102/+85
| | | | | the code repetitiveness in the node tool (bzr r9692)
* Corects delete/delete[] issue. Fixes bug #613723.Jon A. Cruz2010-08-061-27/+31
| | | | | | Fixed bugs: - https://launchpad.net/bugs/613723 (bzr r9691)
* 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-033-19/+167
| | | | | | Fixed bugs: - https://launchpad.net/bugs/171944 (bzr r9681)
* 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)
* 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)
* 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)
* 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)
* Avoid self-snapping when dragging a rotation center, and draw the rotation ↵Diederik van Lierop2010-07-246-50/+85
| | | | | center at the snapped position (bzr r9641)
* Fix sculpting of nodes with non-degenerate handles.Krzysztof Kosi??ski2010-07-222-5/+50
| | | (bzr r9639)
* 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a ↵Diederik van Lierop2010-07-213-69/+50
| | | | | return statement (bzr r9638)
* Make OpenMP actually work on systems that use Autoconf.Krzysztof Kosi??ski2010-07-211-1/+2
| | | (bzr r9637)
* When snapping to handle lines (Ctrl+Alt node drag), snapKrzysztof Kosi??ski2010-07-211-7/+64
| | | | | to perpendiculars of those lines as well (bzr r9636)
* - Remove some old code which snapped the rotation center to the bbox, and ↵Diederik van Lierop2010-07-204-60/+42
| | | | | | | which discarded all of the snapping settings - Improve the logic behind the snapping buttons, i.e. what snaps to what for each of the buttons (bzr r9634)
* Restore code safety for all but Win32.Jon A. Cruz2010-07-201-3/+6
| | | (bzr r9632)
* fix build broken by 9620Johan B. C. Engelen2010-07-191-3/+3
| | | (bzr r9630)
* Fix snapping to midpoints of closing segmentsDiederik van Lierop2010-07-192-43/+55
| | | (bzr r9627)