summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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)
* | | | - do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop2010-07-185-37/+20
| | | | | | | | | | | | | | | | | | | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625)
* | | | Turn off color profile debug messages.Jon A. Cruz2010-07-181-1/+1
| | | | | | | | | | | | (bzr r9624)
* | | | Correct the default for the save-as location to match the UI. Fixes bug ↵Jon A. Cruz2010-07-182-2/+2
| | | | | | | | | | | | | | | | | | | | #561375 (pending branch) (bzr r9623)
* | | | Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-1810-126/+151
| | | | | | | | | | | | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620)
* | | | Simplify code related to snapping while rotatingDiederik van Lierop2010-07-1710-39/+17
| | | | | | | | | | | | (bzr r9619)
* | | | Fix build failure when DBus is not enabledKrzysztof Kosi??ski2010-07-162-1/+28
| | | | | | | | | | | | (bzr r9618)
* | | | i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated).Nicolas Dufour2010-07-131-3/+5
| | | | | | | | | | | | (bzr r9614)
* | | | Upgrading to trunkTed Gould2010-07-13128-1871/+3590
|\ \ \ \ | | | | | | | | | | (bzr r8254.1.57)
| * | | | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-1227-198/+327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
| * | | | Stop setting of stops from getting url() reference colors.Jon A. Cruz2010-07-113-49/+82
| | | | | | | | | | | | | | | (bzr r9606)
| * | | | CSS length attributes must have units.Tavmjong Bah2010-07-101-2/+2
| | | | | | | | | | | | | | | (bzr r9605)
| * | | | Cleanup of gradient swatch property and collection policy.Jon A. Cruz2010-07-096-43/+82
| | | | | | | | | | | | | | | (bzr r9602)