| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Avoid self-snapping when dragging a rotation center, and draw the rotation ↵ | Diederik van Lierop | 2010-07-24 | 6 | -50/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | center at the snapped position (bzr r9641) | |||||
| * | | | | | | support for transform elements (Bug 600473) | Alvin Penner | 2010-07-22 | 1 | -33/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/600473 (bzr r9640) | |||||
| * | | | | | | Fix sculpting of nodes with non-degenerate handles. | Krzysztof Kosi??ski | 2010-07-22 | 2 | -5/+50 | |
| | | | | | | | | | | | | | | | | | | | (bzr r9639) | |||||
| * | | | | | | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a ↵ | Diederik van Lierop | 2010-07-21 | 3 | -69/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return statement (bzr r9638) | |||||
| * | | | | | | Make OpenMP actually work on systems that use Autoconf. | Krzysztof Kosi??ski | 2010-07-21 | 2 | -1/+3 | |
| | |/ / / / |/| | | | | | | | | | (bzr r9637) | |||||
| * | | | | | When snapping to handle lines (Ctrl+Alt node drag), snap | Krzysztof Kosi??ski | 2010-07-21 | 1 | -7/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | to perpendiculars of those lines as well (bzr r9636) | |||||
| * | | | | | fix Bug 308204, add Visual bbox option | Alvin Penner | 2010-07-20 | 3 | -13/+88 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/308204 (bzr r9635) | |||||
| * | | | | | - Remove some old code which snapped the rotation center to the bbox, and ↵ | Diederik van Lierop | 2010-07-20 | 4 | -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) | |||||
| * | | | | | fix windows build, removing dbus from build | Johan B. C. Engelen | 2010-07-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | (bzr r9633) | |||||
| * | | | | | Restore code safety for all but Win32. | Jon A. Cruz | 2010-07-20 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | (bzr r9632) | |||||
| * | | | | | patch by Daniel Blueman for Bug 590079 | Alvin Penner | 2010-07-19 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/590079 (bzr r9631) | |||||
| * | | | | | fix build broken by 9620 | Johan B. C. Engelen | 2010-07-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | (bzr r9630) | |||||
| * | | | | | Support for bulge in closing LWPOLYLINE segment. Patch by dormouse for ↵ | Alvin Penner | 2010-07-19 | 2 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | gcodetools POINT entity. (bzr r9629) | |||||
| * | | | | | British translation update by Bruce (Bug #607022) | Kris De Gussem | 2010-07-19 | 1 | -103/+179 | |
| | | | | | | | | | | | | | | | | (bzr r9628) | |||||
| * | | | | | Fix snapping to midpoints of closing segments | Diederik van Lierop | 2010-07-19 | 2 | -43/+55 | |
| | | | | | | | | | | | | | | | | (bzr r9627) | |||||
| * | | | | | updated PO file | Arpad Biro | 2010-07-18 | 1 | -104/+107 | |
| | | | | | | | | | | | | | | | | (bzr r9626) | |||||
| * | | | | | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 5 | -37/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625) | |||||
| * | | | | | Turn off color profile debug messages. | Jon A. Cruz | 2010-07-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (bzr r9624) | |||||
| * | | | | | Correct the default for the save-as location to match the UI. Fixes bug ↵ | Jon A. Cruz | 2010-07-18 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | #561375 (pending branch) (bzr r9623) | |||||
| * | | | | | Forgot CMakeLists.txt, it's 0.48+devel as well now. | Ted Gould | 2010-07-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (bzr r9622) | |||||
| * | | | | | Changing version on the devel branch to be 0.48+devel | Ted Gould | 2010-07-18 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | (bzr r9621) | |||||
| * | | | | | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 10 | -126/+151 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620) | |||||
| * | | | | | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 10 | -39/+17 | |
| | | | | | | | | | | | | | | | | (bzr r9619) | |||||
| * | | | | | Fix build failure when DBus is not enabled | Krzysztof Kosi??ski | 2010-07-16 | 3 | -6/+31 | |
| | | | | | | | | | | | | | | | | (bzr r9618) | |||||
| * | | | | | Commiting updates and patches from the 0.48 branch. | Ted Gould | 2010-07-15 | 1 | -3/+2 | |
| |\| | | | | | | | | | | | | | | (bzr r9617) | |||||
| | * | | | | Build patch from the Fedora folks | Lubomir Rintel | 2010-07-15 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/595872 (bzr r9606.1.7) | |||||
| | * | | | | Translations. French translation update. | Nicolas Dufour | 2010-07-14 | 1 | -21/+21 | |
| | | | | | | | | | | | | | | | | (bzr r9606.1.6) | |||||
| | * | | | | updated PO file | Arpad Biro | 2010-07-13 | 1 | -89/+55 | |
| | | | | | | | | | | | | | | | | (bzr r9606.1.5) | |||||
| | * | | | | i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated). | Nicolas Dufour | 2010-07-13 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601522 (bzr r9606.1.4) | |||||
| | * | | | | Translations. Romanian nsh file update. | Nicolas Dufour | 2010-07-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | (bzr r9606.1.3) | |||||
| | * | | | | updated PO file | Arpad Biro | 2010-07-12 | 1 | -29/+22 | |
| | | | | | | | | | | | | | | | | (bzr r9606.1.2) | |||||
| | * | | | | Translations. Romanian translation update by Cristian Secară. | Nicolas Dufour | 2010-07-12 | 1 | -130/+133 | |
| | | | | | | | | | | | | | | | | (bzr r9606.1.1) | |||||
| * | | | | | Minor standard output correction during build | Josh Andler | 2010-07-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (bzr r9616) | |||||
| * | | | | | Translations. French translation update. | Nicolas Dufour | 2010-07-14 | 1 | -21/+21 | |
| | | | | | | | | | | | | | | | | (bzr r9615) | |||||
| * | | | | | i18n. Fix for bug #601522 (embedding prompt dialog's caption is not translated). | Nicolas Dufour | 2010-07-13 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | (bzr r9614) | |||||
| * | | | | | Set a default value for 'with_dbus' | Ted Gould | 2010-07-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | (bzr r9613) | |||||
| * | | | | | updated PO file | Arpad Biro | 2010-07-13 | 1 | -89/+55 | |
| | | | | | | | | | | | | | | | | (bzr r9612) | |||||
| * | | | | | Merging in the DBus Interface from GSoC 2009 | Ted Gould | 2010-07-13 | 33 | -4/+6378 | |
| |\ \ \ \ \ | | | | | | | | | | | | | (bzr r9611) | |||||
| | * \ \ \ \ | Upgrading to trunk | Ted Gould | 2010-07-13 | 326 | -206910/+237181 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | (bzr r8254.1.57) | |||||
| * | | | | | | Translations. Romanian nsh file update. | Nicolas Dufour | 2010-07-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | (bzr r9610) | |||||
| * | | | | | | updated PO file | Arpad Biro | 2010-07-12 | 1 | -29/+22 | |
| | | | | | | | | | | | | | | | | | | | (bzr r9609) | |||||
| * | | | | | | Translations. Romanian translation update by Cristian Secară. | Nicolas Dufour | 2010-07-12 | 1 | -130/+133 | |
| | | | | | | | | | | | | | | | | | | | (bzr r9608) | |||||
| * | | | | | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 27 | -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. Cruz | 2010-07-11 | 3 | -49/+82 | |
| | | | | | | | | | | | | | | | | (bzr r9606) | |||||
| * | | | | | CSS length attributes must have units. | Tavmjong Bah | 2010-07-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | (bzr r9605) | |||||
| * | | | | | Translations. Indonesian translation update by Waluyo Adi Siswanto. | Nicolas Dufour | 2010-07-09 | 1 | -246/+234 | |
| | | | | | | | | | | | | | | | | (bzr r9604) | |||||
| * | | | | | Translations. Romanian translation update, Japanese win32 installer update. | Nicolas Dufour | 2010-07-09 | 2 | -74/+80 | |
| | | | | | | | | | | | | | | | | (bzr r9603) | |||||
| * | | | | | Cleanup of gradient swatch property and collection policy. | Jon A. Cruz | 2010-07-09 | 6 | -43/+82 | |
| | | | | | | | | | | | | | | | | (bzr r9602) | |||||
| * | | | | | 7th update, almost there | Alexandre Prokoudine | 2010-07-09 | 1 | -66/+98 | |
| | | | | | | | | | | | | | | | | (bzr r9601) | |||||
| * | | | | | updated PO file | Arpad Biro | 2010-07-08 | 1 | -44/+25 | |
| | | | | | | | | | | | | | | | | (bzr r9600) | |||||
