summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing bend warningsJabier Arraiza Cenoz2013-10-161-6/+4
| | | (bzr r12588.1.18)
* fixing bend warningsJabier Arraiza Cenoz2013-10-161-7/+11
| | | (bzr r12588.1.16)
* Fixing errorsJabier Arraiza Cenoz2013-10-151-2/+2
| | | (bzr r12588.1.15)
* Fix errors on compile and in console detected by su_v, added selection of ↵Jabier Arraiza Cenoz2013-10-151-18/+34
| | | | | stroke used (bzr r12588.1.13)
* update to trunkJabier Arraiza Cenoz2013-10-051-3/+3
|\ | | | | (bzr r12588.1.11)
| * C++Johan B. C. Engelen2013-10-041-3/+3
| | | | | | (bzr r12660)
* | Fixing ending selectionJabier Arraiza Cenoz2013-09-261-15/+22
| | | | | | (bzr r12588.1.6)
* | Prepared to review for mergeJabier Arraiza Cenoz2013-09-261-1/+11
|\| | | | | (bzr r12588.1.5)
| * C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-1/+1
| | | | | | | | | | slowly slowly... (bzr r12593)
* | Name of attributes in effect changedJabier Arraiza Cenoz2013-09-251-2/+2
| | | | | | (bzr r12588.1.3)
* | Fix error in applyJabier Arraiza Cenoz2013-09-251-13/+19
| | | | | | (bzr r12588.1.2)
* | First attemp forJabier Arraiza Cenoz2013-09-251-3/+102
|/ | | (bzr r12588.1.1)
* Merge from trunk.Matthew Petroff2013-09-201-106/+59
|\ | | | | (bzr r12475.1.29)
| * Cleaned up once more.Markus Engel2013-08-041-80/+51
| | | | | | (bzr r11608.1.118)
| * Further refactoring of EventContexts.Markus Engel2013-07-301-1/+1
| | | | | | (bzr r11608.1.109)
| * Merged from trunk (r12419).Markus Engel2013-07-141-1/+1
| |\ | | | | | | (bzr r11608.1.107)
| * | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-1/+1
| | | | | | | | | (bzr r11608.1.104)
| * | Merging of EventContext classes complete.Markus Engel2013-04-201-77/+16
| | | | | | | | | (bzr r11608.1.98)
| * | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-3/+5
| | | | | | | | | (bzr r11608.1.96)
| * | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-6/+16
| | | | | | | | | (bzr r11608.1.90)
| * | Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-6/+37
| | | | | | | | | (bzr r11608.1.89)
* | | Fix bug that added transforms to new objects.Matthew Petroff2013-09-021-0/+1
| |/ |/| | | (bzr r12475.1.11)
* | Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-1/+1
|/ | | (bzr r12310)
* Cleanup more GObject type definitionsAlex Valavanis2013-01-171-30/+6
| | | (bzr r12034)
* cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-271-9/+9
| | | (bzr r11840)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+2
| | | | | they are not used elsewhere. (bzr r11735)
* Freehand. Fix for Bug #597136 (dots are created with wrong cy value).Nicolas Dufour2012-09-051-2/+1
| | | (bzr r11653)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-4/+4
| | | (bzr r11469.1.1)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-67/+1
| | | (bzr r11318)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-116/+83
| | | (bzr r11316)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+74
| | | (bzr r11250)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | (bzr r11011)
* Header cleaningAlex Valavanis2012-02-121-2/+3
| | | (bzr r10963)
* unsorted powerstroke points is quite advanced. mostly annoying.Johan B. C. Engelen2012-01-181-1/+1
| | | (bzr r10908)
* clean up after myself...Johan B. C. Engelen2012-01-171-3/+0
| | | (bzr r10903)
* improve the powerstroke settings in drawing tool. triangle in and out now ↵Johan B. C. Engelen2012-01-171-7/+8
| | | | | use the zerowidth line cap style, such that the zero width knot does not block that path's knot (bzr r10902)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
| | | (bzr r10897)
* change pencil tool dropdown shapes to use powerstroke, instead of pattern ↵Johan B. C. Engelen2012-01-171-18/+31
| | | | | along path. (bzr r10896)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-141-2/+9
| | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-081-2/+2
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-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)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-4/+4
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-3/+3
| | | | | | (bzr r10067)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-12/+14
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+14
| |\ | | | | | | (bzr r9945.1.1)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+6
| | | | | | | | | | | | | | | 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)