summaryrefslogtreecommitdiffstats
path: root/src/seltrans.h (follow)
Commit message (Collapse)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
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
| | | | A lot of header clean-up.
* finally removed all GSList from main folder .h filesMarc Jeanmougin2015-12-081-1/+0
| | | (bzr r14504.1.15)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-1/+1
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-33/+34
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Fix some mismatched tagsAlex Valavanis2014-03-301-1/+1
| | | (bzr r13230)
* Revert wrong changes and apply right fixes from prev-commitMartin Owens2013-07-081-2/+0
| | | (bzr r12409)
* Make colour a guint instead of a uint. bug 1198501Martin Owens2013-07-071-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1198501 (bzr r12408)
* Adjust sizes of listsMartin Owens2013-07-051-1/+1
| | | (bzr r12401.1.2)
* Make handle colour a configurable property.Martin Owens2013-07-031-1/+1
| | | (bzr r12401)
* Refactor resize, rotate, skew handle codeMartin Owens2013-07-021-6/+7
| | | (bzr r12400)
* Fix for Bug #448872 (Changing the bounding box type in preferences does not ↵Nicolas Dufour2013-05-121-0/+15
| | | | | | | | update the preview) by Vinipsmaker. Fixed bugs: - https://launchpad.net/bugs/448872 (bzr r12329)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
| | | (bzr r12206)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-1/+2
| | | (bzr r11321)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-3/+3
| | | (bzr r10766.1.1)
* Remove unused parameterDiederik van Lierop2011-11-051-1/+1
| | | (bzr r10723)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-041-7/+9
| | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-4/+3
| | | | | the contents forward.h at all). (bzr r10667)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | (bzr r10025)
* Node tool: snap while scaling a selection of nodes. Consider this as ↵Diederik van Lierop2010-12-271-1/+0
| | | | | experimental; needs cleanup! (bzr r9985)
* reduce include dependenciesJohan B. C. Engelen2010-05-181-0/+1
| | | (bzr r9432)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-4/+4
| | | | | for the devs) (bzr r8960)
* When snapping while translating, use the bounding box corners of each ↵Diederik van Lierop2009-08-091-2/+3
| | | | | selected item instead of the selection as a whole (fixes bug #404941) (bzr r8449)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-11/+11
| | | | | displayed "B". (bzr r7335)
* When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop2008-11-261-0/+1
| | | (bzr r6903)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-241-0/+1
| | | | | mouse pointer (bzr r6899)
* Merge from fe-movedTed Gould2008-11-211-3/+3
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-40/+40
| | | (bzr r6884)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-2/+2
| | | (bzr r6606)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
| | | (bzr r6569)
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵Diederik van Lierop2008-04-111-2/+4
| | | | | std::list in four different places. Now this is handled in only one place (bzr r5407)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-251-6/+25
| | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189)
* Fix for bug 168978Bryce Harrington2008-02-061-2/+2
| | | (bzr r4667)
* whitespace cleanupBryce Harrington2008-01-071-2/+2
| | | (bzr r4420)
* flipping patch by maximilian albertbulia byak2007-04-171-1/+5
| | | (bzr r2916)
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵Diederik van Lierop2007-04-081-3/+6
| | | | | or GEOMETRIC_BBOX (bzr r2833)
* Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2007-03-191-0/+5
| | | (bzr r2718)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-3/+2
| | | | | recent bbox regressions. (bzr r2604)
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-051-0/+1
| | | (bzr r2557)
* Other tools now also retain there specific statusbar text when pressing ↵Johan B. C. Engelen2006-10-011-0/+1
| | | | | alt/shift/ctrl. (bzr r1748)
* While moving or transforming a selected object, the statusbartext with ↵Johan B. C. Engelen2006-10-011-0/+3
| | | | | transformation information (angle, etc) is no longer overwritten by the standard text. (bzr r1744)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-6/+6
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-6/+6
| | | | | one major janitorial task we identified.... (bzr r1633)
* fix setting and reading rotation centersbulia byak2006-01-261-0/+4
| | | (bzr r37)