| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -2/+2 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
| * | Fix #338838, in which zooming and panning with the middle mouse button made ↵ | Diederik van Lierop | 2009-03-09 | 1 | -2/+2 |
| | | | | | | Inkscape inrespronsive (bzr r7461) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -3/+15 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | NR -> 2Geom few more files | Joshua L. Blocher | 2008-12-05 | 1 | -2/+2 |
| | | | | (bzr r6959) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -3/+2 |
| | | | | (bzr r6512) | ||||
| * | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 2008-08-01 | 1 | -2/+2 |
| | | | | (bzr r6511) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -3/+3 |
| | | | | (bzr r6495) | ||||
| * | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵ | Maximilian Albert | 2008-07-29 | 1 | -4/+3 |
| | | | | | | and make inheritance from it a bit less clumsy (bzr r6448) | ||||
| * | fix release mouse crash, add missed disconnects, remove unused callback | bulia byak | 2008-07-27 | 1 | -12/+10 |
| | | | | (bzr r6430) | ||||
| * | fix messed up scale/rotate handles | bulia byak | 2008-07-27 | 1 | -2/+2 |
| | | | | (bzr r6428) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -3/+3 |
| | | | | (bzr r5915) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -1/+1 |
| | | | | (bzr r5884) | ||||
| * | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 2008-06-10 | 1 | -0/+12 |
| | | | | (bzr r5870) | ||||
| * | Make knotholders for LPE items finally work; each effect can now overload ↵ | Maximilian Albert | 2008-06-08 | 1 | -2/+27 |
| | | | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855) | ||||
| * | Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵ | Maximilian Albert | 2008-06-04 | 1 | -12/+2 |
| | | | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -178/+77 |
| | | | | (bzr r5797) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+2 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -1/+1 |
| | | | | (bzr r4012) | ||||
| * | Write/read perspectives to/from SVG; store ratios of the distances from ↵ | Maximilian Albert | 2007-08-06 | 1 | -1/+2 |
| | | | | | | corners to VPs (preparation for dragging) (bzr r3388) | ||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 1 | -0/+5 |
| | | | | | | boxes in a fixed perspective without any live interaction. (bzr r3084) | ||||
| * | undo annotations | gustav_b | 2007-01-01 | 1 | -4/+18 |
| | | | | (bzr r2120) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -2/+36 |
| | | | | (bzr r1315) | ||||
| * | c -> cpp (eliminating unneded casts) | Andrius Ramanauskas | 2006-04-06 | 1 | -12/+11 |
| | | | | (bzr r448) | ||||
| * | Typo | Andrius Ramanauskas | 2006-04-06 | 1 | -2/+2 |
| | | | | (bzr r447) | ||||
| * | two crashes while editing nodes (one of those is reported as bug 1453558). | Andrius Ramanauskas | 2006-04-06 | 1 | -16/+59 |
| | | | | | | | | * fixed by making SPKnotHolder a referenced class and adding ref/unref in knot_click_handler (which sometime change attributes and knot handler is destroyed before calling knotholder_update_knots); * fixed another crash by adding ref/unref to sp_knot_handler * also added signal disconnecting (bzr r445) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -6/+6 |
| | | | | (bzr r149) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+229 |
| (bzr r1) | |||||
