summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-545/+0
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
2014-10-04Fix annoying formatting in sp-guide.cppLiam P. White1-65/+68
2014-10-04Refactor SPGuide to use more C++Liam P. White1-137/+66
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-08-30Minor pass of header cleanupLiam P. White1-1/+1
2014-03-28Guides: Clean up memory a bit better and move color changed to OK so we don't...Martin Owens1-0/+2
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-2/+2
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+1
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-34/+54
2013-07-31Replacement of unnecessary variables.Markus Engel1-32/+24
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-5/+4
2013-04-18Back to original colorsJabier Arraiza Cenoz1-2/+2
2013-04-18updates to colorsJabier Arraiza Cenoz1-2/+2
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-1/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+4
2013-04-06Merged more classes.Markus Engel1-58/+43
2013-04-05Merged FlowX classes.Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-3/+12