summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to trunkJabier Arraiza Cenoz2013-09-191-106/+59
|\ | | | | (bzr r11950.1.141)
| * 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)
* | | update to trunkJabier Arraiza Cenoz2013-05-061-1/+1
|\ \ \ | | |/ | |/| (bzr r11950.1.112)
| * | Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-1/+1
| |/ | | | | (bzr r12310)
* | Go backroot2013-04-141-14/+0
| | | | | | (bzr r11950.1.93)
* | haloJabier Arraiza Cenoz2013-04-141-1/+2
| | | | | | (bzr r11950.1.92)
* | adding halosroot2013-04-141-0/+15
|\| | | | | (bzr r11950.1.91)
* | ~sub fix, double click to reset default handles and control to 10% steproot2013-03-111-0/+6
| | | | | | (bzr r11950.1.51)
* | Fixed closed pc->eaJabier Arraiza Cenoz2013-02-281-1/+21
| | | | | | (bzr r11950.1.40)
* | Merge from branchJabier Arraiza Cenoz2013-01-181-30/+6
|\| | | | | (bzr r11950.1.18)
| * Cleanup more GObject type definitionsAlex Valavanis2013-01-171-30/+6
| | | | | | (bzr r12034)
* | bzr history lost by a killed mergeJabier Arraiza Cenoz2012-12-141-0/+5
|/ | | (bzr r11950.1.1)
* 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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-36/+20
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
| * | Leave constrained angular snapping to the snap manager, instead of handling ↵Diederik van Lierop2010-11-071-34/+16
| | | | | | | | | | | | | | | it locally (bzr r9880)
| * | - Constrained snap: proper implementation of the preference to snap the ↵Diederik van Lierop2010-10-291-35/+34
| | | | | | | | | | | | | | | | | | | | | mouse pointer or handle itself (instead of projecting it first onto the constraint) - Fix a crash in SnapManager::multipleConstrainedSnaps (bzr r9866)
| * | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+2
| | | | | | | | | (bzr r9697)