summaryrefslogtreecommitdiffstats
path: root/src/seltrans.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge in bazaar branch for alignment handlesMartin Owens2019-02-241-2/+4
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-4/+0
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-1/+1
* Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-33/+34
* Fix some mismatched tagsAlex Valavanis2014-03-301-1/+1
* Revert wrong changes and apply right fixes from prev-commitMartin Owens2013-07-081-2/+0
* Make colour a guint instead of a uint. bug 1198501Martin Owens2013-07-071-1/+3
* Adjust sizes of listsMartin Owens2013-07-051-1/+1
* Make handle colour a configurable property.Martin Owens2013-07-031-1/+1
* Refactor resize, rotate, skew handle codeMartin Owens2013-07-021-6/+7
* Fix for Bug #448872 (Changing the bounding box type in preferences does not u...Nicolas Dufour2013-05-121-0/+15
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-1/+2
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-3/+3
* Remove unused parameterDiederik van Lierop2011-11-051-1/+1
* 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop2011-11-041-7/+9
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-051-4/+3
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
* update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
* Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop2010-12-271-1/+0
* reduce include dependenciesJohan B. C. Engelen2010-05-181-0/+1
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-4/+4
* When snapping while translating, use the bounding box corners of each selecte...Diederik van Lierop2009-08-091-2/+3
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-11/+11
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-0/+1
* Add an option to the preferences to _only_ snap the node closest to the mouse...Diederik van Lierop2008-11-241-0/+1
* Merge from fe-movedTed Gould2008-11-211-3/+3
* Merging from trunkTed Gould2008-10-111-40/+40
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop2008-04-111-2/+4
* Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop2008-03-251-6/+25
* Fix for bug 168978Bryce Harrington2008-02-061-2/+2
* whitespace cleanupBryce Harrington2008-01-071-2/+2
* flipping patch by maximilian albertbulia byak2007-04-171-1/+5
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...Diederik van Lierop2007-04-081-3/+6
* Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2007-03-191-0/+5
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-3/+2
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-051-0/+1
* Other tools now also retain there specific statusbar text when pressing alt/s...Johan B. C. Engelen2006-10-011-0/+1
* While moving or transforming a selected object, the statusbartext with transf...Johan B. C. Engelen2006-10-011-0/+3
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-6/+6
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-6/+6
* fix setting and reading rotation centersbulia byak2006-01-261-0/+4