| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -8/+7 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13819) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | Fix use-after-free crash | Liam P. White | 2014-11-10 | 1 | -0/+2 |
| | | | | (bzr r13698) | ||||
| * | Properly fix 1309050, revert incorrect fix for 601336 | Liam P. White | 2014-07-27 | 1 | -3/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1309050 (bzr r13472) | ||||
| * | Further refactored SPKnot. | Markus Engel | 2014-03-28 | 1 | -10/+10 |
| | | | | (bzr r13226) | ||||
| * | First step of refactoring SPKnot. | Markus Engel | 2014-03-27 | 1 | -29/+31 |
| | | | | (bzr r13223) | ||||
| * | gradient midpoint dragging: fix terrible bug in the code (don't know it's ↵ | Johan B. C. Engelen | 2014-03-23 | 1 | -1/+1 |
| | | | | | | phenotype) (bzr r13186) | ||||
| * | Fix crashes caused by the desktop's query_style signal being called before | Krzysztof Kosi??ski | 2014-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | the selection's changed signal was processed in the text tool. Also fix similar crashes in the gradient dragger. Fixes LP #1271004. Fixed bugs: - https://launchpad.net/bugs/1271004 (bzr r13129) | ||||
| * | static code analysis: performance | Kris De Gussem | 2013-10-16 | 1 | -1/+1 |
| | | | | (bzr r12695) | ||||
| * | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 2013-09-24 | 1 | -1/+1 |
| | | | | | | remove const. (bzr r12584) | ||||
| * | Fix format security errors | Alex Valavanis | 2013-09-21 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | ||||
| * | Reactivated independent reference counting in the SPObject tree. | Markus Engel | 2013-04-08 | 1 | -2/+4 |
| | | | | (bzr r11608.1.88) | ||||
| * | Merged Item. | Markus Engel | 2013-04-05 | 1 | -1/+1 |
| | | | | (bzr r11608.1.81) | ||||
| * | A couple of forward declarations | Alex Valavanis | 2013-02-11 | 1 | -0/+1 |
| | | | | (bzr r12119) | ||||
| * | Check that server is gradient before calling getVector(). | Tavmjong Bah | 2012-12-06 | 1 | -108/+115 |
| | | | | (bzr r11934) | ||||
| * | Fix for 1086881 : Regression editing patterns with node tool | John Smith | 2012-12-06 | 1 | -4/+8 |
| | | | | (bzr r11933) | ||||
| * | Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatch | John Smith | 2012-11-30 | 1 | -4/+4 |
| | | | | (bzr r11917) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke ↵ | John Smith | 2012-09-07 | 1 | -3/+3 |
| | | | | | | gradient stops of objects with two gradients (bzr r11656) | ||||
| * | Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialog | John Smith | 2012-07-24 | 1 | -2/+2 |
| | | | | (bzr r11572) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -2/+2 |
| | | | | (bzr r11469.1.1) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2012-06-06 | 1 | -1/+2 |
| | | | | (bzr r11462) | ||||
| * | 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) | ||||
