| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed missing palette when using file open on a new document. | Jon A. Cruz | 2010-03-19 | 1 | -1/+1 |
| | | | | (bzr r9210) | ||||
| * | Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. | Jon A. Cruz | 2010-03-19 | 2 | -55/+47 |
| | | | | (bzr r9209) | ||||
| * | Brace safety cleanup. | Jon A. Cruz | 2010-03-19 | 1 | -73/+181 |
| | | | | (bzr r9208) | ||||
| * | Fix a few remaining oddities in handle scaling via keyboard | Krzysztof Kosi??ski | 2010-03-18 | 2 | -11/+21 |
| | | | | (bzr r9205) | ||||
| * | Fix scaling of degenerate handles using keybard shortcuts. | Krzysztof Kosi??ski | 2010-03-18 | 3 | -31/+98 |
| | | | | (bzr r9203) | ||||
| * | Changed the embed/link dialog to use radio buttons instead of a checkbox to ↵ | Jon A. Cruz | 2010-03-18 | 1 | -3/+4 |
| | | | | | | make the link/embed effect clearer. (bzr r9202) | ||||
| * | Fix Ctrl-drag in node tool with zero snap delay. | Krzysztof Kosi??ski | 2010-03-17 | 1 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/539995 (bzr r9200) | ||||
| * | Fixing "Auto" palette to be tracked per document, independent of containing ↵ | Jon A. Cruz | 2010-03-16 | 4 | -145/+244 |
| | | | | | | panel. (bzr r9195) | ||||
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 2 | -20/+20 |
| | | | | | | Also remove the obsolete IDL file stub. (bzr r9194) | ||||
| * | New node tool: implement handle snapping | Krzysztof Kosi??ski | 2010-03-14 | 2 | -8/+48 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/538487 (bzr r9192) | ||||
| * | fix pasting of LPE stacks | Johan B. C. Engelen | 2010-03-14 | 1 | -11/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/290834 (bzr r9191) | ||||
| * | Implement keyboard shortcuts for single handle adjustments. | Krzysztof Kosi??ski | 2010-03-14 | 9 | -76/+350 |
| | | | | | | Minor disambiguating cleanup in node.h. (bzr r9190) | ||||
| * | Splitting the color swatch class to be separate for easier work. | Jon A. Cruz | 2010-03-13 | 6 | -863/+997 |
| | | | | (bzr r9184) | ||||
| * | Finished live updating of swatch previews. Fixes bugs #397872, #421548. | Jon A. Cruz | 2010-03-12 | 1 | -129/+161 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397872 - https://launchpad.net/bugs/421548 (bzr r9179) | ||||
| * | Fix flicker during palette update. | Jon A. Cruz | 2010-03-11 | 1 | -3/+37 |
| | | | | (bzr r9174) | ||||
| * | Auto swatches now update as they are edited in the document. Some flickering ↵ | Jon A. Cruz | 2010-03-10 | 2 | -54/+89 |
| | | | | | | issues still to be resolved. (bzr r9172) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -7/+7 |
| | | | | (bzr r9169) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -0/+2 |
| | | | | (bzr r9153) | ||||
| * | Fix double reverse with Shift+R in the node tool. | Krzysztof Kosi??ski | 2010-03-05 | 1 | -0/+1 |
| | | | | (bzr r9145) | ||||
| * | Improve behavior when pasting, DnDing and importing bitmap images | Krzysztof Kosi??ski | 2010-03-04 | 1 | -20/+19 |
| | | | | (bzr r9143) | ||||
| * | Clean up the unordered containers fix. | Krzysztof Kosi??ski | 2010-03-04 | 2 | -16/+14 |
| | | | | (bzr r9142) | ||||
| * | Fixing build breakage with more proper autoconf usage. | Jon A. Cruz | 2010-03-04 | 2 | -7/+30 |
| | | | | (bzr r9138) | ||||
| * | Fix color swatch drag preview. | Jon A. Cruz | 2010-03-03 | 1 | -0/+1 |
| | | | | (bzr r9133) | ||||
| * | Clean up control point event handling slightly | Krzysztof Kosi??ski | 2010-03-03 | 1 | -18/+14 |
| | | | | (bzr r9132) | ||||
| * | Node tool: implement sculpting | Krzysztof Kosi??ski | 2010-03-03 | 3 | -14/+39 |
| | | | | (bzr r9131) | ||||
| * | Implement a preference that determines whether deleting nodes | Krzysztof Kosi??ski | 2010-03-02 | 3 | -5/+12 |
| | | | | | | preserves the shape (bzr r9130) | ||||
| * | Use Boost unordeed containers instead of TR1 to minimize pain | Krzysztof Kosi??ski | 2010-03-02 | 2 | -8/+4 |
| | | | | | | when using Apple compilers. (bzr r9129) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 5 | -13/+13 |
| | | | | (bzr r9127) | ||||
| * | Cast cleanup. | Jon A. Cruz | 2010-03-01 | 1 | -2/+2 |
| | | | | (bzr r9124) | ||||
| * | Compilation fixes for Windows 64-bit by Fridrich | Krzysztof Kosi??ski | 2010-02-28 | 1 | -3/+3 |
| | | | | (bzr r9118) | ||||
| * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵ | Diederik van Lierop | 2010-02-25 | 1 | -2/+3 |
| | | | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-02-25 | 2 | -2/+5 |
| | | | | (bzr r9110) | ||||
| * | Make sure that guides always snap correctly when dropping them, and improve ↵ | Diederik van Lierop | 2010-02-21 | 1 | -4/+9 |
| | | | | | | perseverance of snap-indicator (bzr r9103) | ||||
| * | Fix node tool crash on path where the last subpath is a lone moveto | Krzysztof Kosi??ski | 2010-02-18 | 1 | -1/+4 |
| | | | | (bzr r9096) | ||||
| * | Make ControlPointSelection trackable to prevent random crashes | Krzysztof Kosi??ski | 2010-02-18 | 2 | -12/+12 |
| | | | | | | in the node tool (bzr r9095) | ||||
| * | - fix bug: xy grid default unit was not respected | Johan B. C. Engelen | 2010-02-14 | 7 | -4/+121 |
| |\ | | | | | | | | | | | | | - color original-d path as normal path in node tool - remove obsolete todo comment - add widget controls for vectorparam in lpe (bzr r9092) | ||||
| | * | fix bug: when creating an xy-grid, respect the default unit setting. (the ↵ | Johan B. C. Engelen | 2010-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | preferences setting was writing to the wrong place in the pref file) (bzr r9086.1.4) | ||||
| | * | color the original-d path just like a normal path when an LPE is applied. | Johan B. C. Engelen | 2010-02-14 | 1 | -1/+1 |
| | | | | | | | (bzr r9086.1.3) | ||||
| | * | add widget controls for LPE VectorParam. Hide these controls for LPE Hatches. | Johan B. C. Engelen | 2010-02-14 | 5 | -2/+119 |
| | | | | | | | (bzr r9086.1.1) | ||||
| * | | Implementation of snap delay mechanism for guides | Diederik van Lierop | 2010-02-14 | 1 | -1/+1 |
| |/ | | | (bzr r9088) | ||||
| * | File preview max size increased to 10Mio. | Nicolas Dufour | 2010-02-13 | 2 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/499310 (bzr r9086) | ||||
| * | Correct fix from r9070 so that it doesn't break path highlighting | Krzysztof Kosi??ski | 2010-02-11 | 1 | -6/+2 |
| | | | | (bzr r9081) | ||||
| * | fix middle button pan and rubberband-zoom in node tool | buliabyak | 2010-02-10 | 1 | -1/+7 |
| | | | | (bzr r9080) | ||||
| * | Typo fix submitted by Yuro Chornoivan | Alexandre Prokoudine | 2010-02-10 | 1 | -1/+1 |
| | | | | (bzr r9077) | ||||
| * | (Probably) fix a crash in the node tool and fix Ctrl+Alt dragging | Krzysztof Kosi??ski | 2010-02-10 | 2 | -22/+33 |
| | | | | (bzr r9075) | ||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 10 | -114/+321 |
| | | | | (bzr r9070) | ||||
| * | Really fix middle click zoom in the node tool. | Krzysztof Kosi??ski | 2010-02-08 | 1 | -3/+5 |
| | | | | (bzr r9067) | ||||
| * | Fix new path update preference. | Krzysztof Kosi??ski | 2010-02-07 | 1 | -7/+5 |
| | | | | (bzr r9066) | ||||
| * | Fix performance regressions in the node tool and a stupid crash bug | Krzysztof Kosi??ski | 2010-02-06 | 8 | -15/+64 |
| | | | | | | when deleting more than one stretch of selected nodes (bzr r9061) | ||||
| * | Fix event handling for control points when multiple buttons are pressed; | Krzysztof Kosi??ski | 2010-02-06 | 1 | -31/+34 |
| | | | | | | | | | fixes crash bug in transform handles Fixed bugs: - https://launchpad.net/bugs/518005 (bzr r9060) | ||||
