summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-785/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-6/+14
(bzr r12782)
2013-10-27fix warningsJohan B. C. Engelen1-1/+1
(bzr r12734)
2013-10-16Removed BSpline from tell by su_vJabier Arraiza Cenoz1-6/+0
(bzr r12588.1.23)
2013-10-16fixing last applied bendJabier Arraiza Cenoz1-2/+2
(bzr r12588.1.20)
2013-10-16fixing bend warningsJabier Arraiza Cenoz1-2/+0
(bzr r12588.1.19)
2013-10-16fixing bend warningsJabier Arraiza Cenoz1-6/+4
(bzr r12588.1.18)
2013-10-16fixing bend warningsJabier Arraiza Cenoz1-7/+11
(bzr r12588.1.16)
2013-10-15Fixing errorsJabier Arraiza Cenoz1-2/+2
(bzr r12588.1.15)
2013-10-15Fix errors on compile and in console detected by su_v, added selection of ↵Jabier Arraiza Cenoz1-18/+34
stroke used (bzr r12588.1.13)
2013-10-04C++Johan B. C. Engelen1-3/+3
(bzr r12660)
2013-09-26Fixing ending selectionJabier Arraiza Cenoz1-15/+22
(bzr r12588.1.6)
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen1-1/+1
slowly slowly... (bzr r12593)
2013-09-25Name of attributes in effect changedJabier Arraiza Cenoz1-2/+2
(bzr r12588.1.3)
2013-09-25Fix error in applyJabier Arraiza Cenoz1-13/+19
(bzr r12588.1.2)
2013-09-25First attemp forJabier Arraiza Cenoz1-3/+102
(bzr r12588.1.1)
2013-09-02Fix bug that added transforms to new objects.Matthew Petroff1-0/+1
(bzr r12475.1.11)
2013-08-04Cleaned up once more.Markus Engel1-80/+51
(bzr r11608.1.118)
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
(bzr r11608.1.109)
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-1/+1
(bzr r12310)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-1/+1
(bzr r11608.1.104)
2013-04-20Merging of EventContext classes complete.Markus Engel1-77/+16
(bzr r11608.1.98)
2013-04-14Go backroot1-14/+0
(bzr r11950.1.93)
2013-04-14haloJabier Arraiza Cenoz1-1/+2
(bzr r11950.1.92)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-3/+5
(bzr r11608.1.96)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-6/+16
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-6/+37
(bzr r11608.1.89)
2013-03-11~sub fix, double click to reset default handles and control to 10% steproot1-0/+6
(bzr r11950.1.51)
2013-02-28Fixed closed pc->eaJabier Arraiza Cenoz1-1/+21
(bzr r11950.1.40)
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-30/+6
(bzr r12034)
2012-12-14bzr history lost by a killed mergeJabier Arraiza Cenoz1-0/+5
(bzr r11950.1.1)
2012-10-27cppcheck: get rid of more C-style pointer castsAlex Valavanis1-9/+9
(bzr r11840)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-1/+2
they are not used elsewhere. (bzr r11735)
2012-09-05Freehand. Fix for Bug #597136 (dots are created with wrong cy value).Nicolas Dufour1-2/+1
(bzr r11653)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-4/+4
(bzr r11469.1.1)
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-67/+1
(bzr r11318)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-116/+83
(bzr r11316)
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-4/+74
(bzr r11250)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r11011)
2012-02-12Header cleaningAlex Valavanis1-2/+3
(bzr r10963)
2012-01-18unsorted powerstroke points is quite advanced. mostly annoying.Johan B. C. Engelen1-1/+1
(bzr r10908)
2012-01-17clean up after myself...Johan B. C. Engelen1-3/+0
(bzr r10903)
2012-01-17improve the powerstroke settings in drawing tool. triangle in and out now ↵Johan B. C. Engelen1-7/+8
use the zerowidth line cap style, such that the zero width knot does not block that path's knot (bzr r10902)
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-1/+1
(bzr r10897)
2012-01-17change pencil tool dropdown shapes to use powerstroke, instead of pattern ↵Johan B. C. Engelen1-18/+31
along path. (bzr r10896)
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop1-2/+9
pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop1-2/+2
-> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-2/+2
item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-3/+3
(bzr r10067)