summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-14Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop1-4/+12
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-0/+1
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-6/+9
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-6/+6
2011-06-22Warning cleanup.Jon A. Cruz1-1/+0
2011-02-02update to latest 2geom !Johan B. C. Engelen1-11/+11
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-29- Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop1-16/+4
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-1/+2
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-6/+6
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-56/+73
2010-04-03Fix pattern knotholderKrzysztof Kosi??ski1-73/+56
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-3/+3
2009-08-23When dragging a knot along a constraint line, then allow snapping the positio...Diederik van Lierop1-2/+23
2009-06-20Remove an unused parameter from the snapping APIDiederik van Lierop1-2/+2
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-2/+2
2009-03-13* Implement constrained snapping of knotsDiederik van Lierop1-0/+12
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-5/+5
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-10/+10
2008-10-27From trunkTed Gould1-3/+4
2008-10-11Merging from trunkTed Gould1-2/+2
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-1/+1
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-2/+2
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-3/+3
2008-08-06fix ambiguities by implicit NR::Matrix/Geom::Matrix cast.Johan B. C. Engelen1-5/+5
2008-08-03Warning cleanupJon A. Cruz1-1/+1
2008-08-02when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern ...Johan B. C. Engelen1-12/+21
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-28/+29
2008-08-01change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen1-1/+1
2008-08-01Formerly static function used for snapping is now a private member of KnotHol...Maximilian Albert1-16/+15
2008-08-01remove strange factor for showing the pattern unit cell (quarter of real cell).Johan B. C. Engelen1-5/+5
2008-08-01patterns: make it possible to have different scaling in X and Y directions. s...Johan B. C. Engelen1-21/+22
2008-08-01enable snapping of pattern's originJohan B. C. Engelen1-2/+18
2008-07-27fix release mouse crash, add missed disconnects, remove unused callbackbulia byak1-0/+4
2008-07-14Enable simultaneous knotholder and nodepathMaximilian Albert1-1/+7
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-06-11warning cleanupJon A. Cruz1-2/+2
2008-06-04Add missing file knot-holder-entity.cpp; sorry for breaking the buildsvn add ...Maximilian Albert1-0/+217