| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GrDrag: check for null pointer | Johan B. C. Engelen | 2012-05-24 | 1 | -1/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1004191 (bzr r11411) | ||||
| * | fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵ | Johan B. C. Engelen | 2012-05-24 | 1 | -29/+29 |
| | | | | | | you wouldn't just use 'unsigned int' (bzr r11410) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -62/+548 |
| | | | | (bzr r11406) | ||||
| * | Centralized line creation and enhanced visibility. | Jon A. Cruz | 2012-05-09 | 1 | -13/+14 |
| | | | | (bzr r11350) | ||||
| * | Fixing to use explicit enum types instead of generic guint & bool. | Jon A. Cruz | 2012-05-08 | 1 | -93/+93 |
| | | | | (bzr r11345) | ||||
| * | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 2012-05-04 | 1 | -13/+13 |
| | | | | (bzr r11321) | ||||
| * | Fix for 950677 : Add link option to gradient toolbar | John Smith | 2012-04-25 | 1 | -0/+2 |
| | | | | (bzr r11291) | ||||
| * | Fix for 950677 : Disable gradient editor on knot double click | John Smith | 2012-04-11 | 1 | -3/+6 |
| | | | | (bzr r11216) | ||||
| * | Fix for 627728 : Make newly added gradient stop active | John Smith | 2012-04-01 | 1 | -0/+26 |
| | | | | (bzr r11135) | ||||
| * | Fix for 855676 : Gradient - misplacing when adding new stop by mouse | John Smith | 2012-03-08 | 1 | -6/+14 |
| | | | | (bzr r11061) | ||||
| * | Prevent false gtk deprecation warnings in canvas-grid and tidy headers | Alex Valavanis | 2012-02-15 | 1 | -0/+1 |
| | | | | (bzr r10988) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Initial C++ification of SPCanvas. | Jon A. Cruz | 2012-01-12 | 1 | -2/+2 |
| | | | | (bzr r10873) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -179/+129 |
| | | | | (bzr r10659) | ||||
| * | Rename the struct "SnappedConstraints" to the more meaningfull ↵ | Diederik van Lierop | 2011-09-02 | 1 | -6/+6 |
| | | | | | | "IntermSnapResults" (bzr r10612) | ||||
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 1 | -17/+22 |
| | | | | (bzr r10582.1.11) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -3/+3 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | warning cleanup (no functional changes) | Campbell Barton | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359) | ||||
| * | Pass removing some outdated C-macro use. | Jon A. Cruz | 2011-02-20 | 1 | -27/+27 |
| | | | | (bzr r10059) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -0/+1 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -17/+20 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -1/+1 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -6/+6 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Leave constrained angular snapping to the snap manager, instead of handling ↵ | Diederik van Lierop | 2010-11-07 | 1 | -39/+25 |
| | | | | | | | | | | | it locally (bzr r9880) | ||||
| * | | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -0/+3 |
| | | | | | | | (bzr r9697) | ||||
| * | | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -28/+49 |
| | | | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620) | ||||
| * | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | - 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 | 1 | -49/+79 |
| | | | | | | | (bzr r9606) | ||||
| * | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -15/+18 |
| | | | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | ||||
| * | | Suppress gradient handles when editing objects with solid fills. | Jon A. Cruz | 2010-07-03 | 1 | -17/+19 |
| | | | | | | | (bzr r9562) | ||||
| * | | fix Launchpad bug 593023: crash in constrained snap due to not calling ↵ | Diederik van Lierop | 2010-07-01 | 1 | -1/+2 |
| |/ | | | | | | | | setup() before snapping Fixed bugs: - https://launchpad.net/bugs/593023 (bzr r9550) | ||||
| * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -1/+1 |
| | | | | (bzr r9542) | ||||
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -1/+1 |
| | | | | (bzr r9402) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -1/+1 |
| | | | | (bzr r9169) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -11/+11 |
| | | | | (bzr r9163) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -7/+8 |
| | | | | (bzr r9153) | ||||
| * | Gradient editor: don't show pre-snap indicator when hovering above the knot ↵ | Diederik van Lierop | 2010-02-14 | 1 | -0/+16 |
| | | | | | | of a gradient stop (bzr r9091) | ||||
| * | Implement snapping of gradient stops | Diederik van Lierop | 2010-02-14 | 1 | -0/+6 |
| | | | | (bzr r9090) | ||||
| * | Fix path transformation (LP bug #515237) | Krzysztof Kosi??ski | 2010-02-07 | 1 | -1/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/515237 (bzr r9062) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -48/+48 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -3/+3 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Refactor snapping of gradient handles; now behaves like all other snapping, ↵ | Diederik van Lierop | 2010-01-01 | 1 | -49/+21 |
| | | | | | | | | | i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932) | ||||
| * | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 2009-12-24 | 1 | -2/+2 |
| | | | | | | which reduces snap jitter) (bzr r8906) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Improved wording for the snap indicator: gradients snap to their parent's ↵ | Diederik van Lierop | 2009-04-12 | 1 | -2/+2 |
| | | | | | | bounding box, so the snap indicator now displays "bla bla to bounding box" (bzr r7689) | ||||
| * | Reworked internals of color and drag-n-drop. | Jon A. Cruz | 2009-03-08 | 1 | -1/+1 |
| | | | | (bzr r7439) | ||||
| * | Fix snapping when dragging gradients (implement the snap delay, use snap ↵ | Diederik van Lierop | 2009-02-23 | 1 | -5/+4 |
| | | | | | | tolerances from the object snapper) (bzr r7355) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -3/+3 |
| | | | | | | displayed "B". (bzr r7335) | ||||
