summaryrefslogtreecommitdiffstats
path: root/src/object/sp-guide.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-14fix #371 guides label upside downThomas Holder1-3/+3
2019-07-27Make doc2dt a document propertyThomas Holder1-5/+5
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-3/+3
2019-03-22Allow guide duplication in guides dialogMarc Jeanmougin1-0/+4
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-4/+4
2019-02-18Fix #91 "guides around the page" with y-axis downThomas Holder1-6/+7
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-23!SP_ACTIVE_DESKTOP -> is_yaxisdown trueThomas Holder1-5/+5
2018-09-12New option to invert y-axisThomas Holder1-1/+30
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-05-04Guides created after "lock all guides" selected should be lockedGeoff Lankow1-0/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-13/+13
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-13/+13
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
2017-12-05Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza1-3/+3
2017-09-21Remove usage of GString in sp-guide.cppJan Lingscheid1-9/+6
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
2016-06-03Fix guide placement when guides are generated by a template with width/height...Tavmjong Bah1-0/+1
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-1/+1
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+1
2016-01-16Header cleanupLiam P. White1-1/+0
2016-01-16Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi...Liam P. White1-2/+3
2015-12-11Fix crash on hidden guidesJabier Arraiza Cenoz1-1/+6
2015-12-11Clean up some code, only init the SPKnot in one place.Martin Owens1-1/+3
2015-12-10hide/show handle with guideMarc Jeanmougin1-0/+2
2015-12-10Remove CtrlPoint and replace with SPKnotMartin Owens1-2/+0
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-3/+4
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-4/+1
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-29/+27
2015-12-03Add global lock guides to the rulersJabier Arraiza Cenoz1-1/+3
2015-12-03Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz1-0/+1
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+28
2015-10-21Fix for bug #1498444 (Guides flicker under the mouse after changing the label...Nicolas Dufour1-2/+2
2015-07-15Read inkscape:color attribute in more placesGeoff Lankow1-0/+1
2015-07-11Read attribute after setting the defaultGeoff Lankow1-2/+3
2015-07-07Read inkscape:color attribute on guidesGeoff Lankow1-0/+5
2015-02-25create SPObject factoryLiam P. White1-10/+0
2015-01-29for snapping to grids and guides, reduce numerical error for the case of unif...Alvin Penner1-2/+9
2015-01-23improved precision in placing grids and guides. (Bug 1373311)Alvin Penner1-4/+18
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-11-26Correct guide placement when created by dragging onto canvas or by creating g...Tavmjong Bah1-1/+11
2014-11-26Use SVG width/height and viewBox to correct guide position.Tavmjong Bah1-1/+18
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-2/+2