summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-545/+0
A lot of header clean-up.
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
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
(bzr r15025)
2016-06-03Fix guide placement when guides are generated by a template with ↵Tavmjong Bah1-0/+1
width/height/viewBox different from default SVG file. (bzr r14947)
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-1/+1
(bzr r14907)
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+1
(bzr r14639)
2016-01-16Header cleanupLiam P. White1-1/+0
(bzr r14585.1.3)
2016-01-16Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵Liam P. White1-2/+3
fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1)
2015-12-11Fix crash on hidden guidesJabier Arraiza Cenoz1-1/+6
(bzr r14527)
2015-12-11Clean up some code, only init the SPKnot in one place.Martin Owens1-1/+3
(bzr r14526)
2015-12-10hide/show handle with guideMarc Jeanmougin1-0/+2
(bzr r14524)
2015-12-10Remove CtrlPoint and replace with SPKnotMartin Owens1-2/+0
(bzr r14523)
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin1-3/+4
std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-4/+1
(bzr r14500.1.8)
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-29/+27
(bzr r14504.1.1)
2015-12-03Add global lock guides to the rulersJabier Arraiza Cenoz1-1/+3
(bzr r14500.1.5)
2015-12-03Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz1-0/+1
(bzr r14500.1.4)
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+28
(bzr r14500.1.1)
2015-10-21Fix for bug #1498444 (Guides flicker under the mouse after changing the ↵Nicolas Dufour1-2/+2
label of any guide) and bug #1469514 (Crash when renaming a guideline label in a new session). Fixed bugs: - https://launchpad.net/bugs/1498444 - https://launchpad.net/bugs/1469514 (bzr r14426)
2015-07-15Read inkscape:color attribute in more placesGeoff Lankow1-0/+1
(bzr r14228.1.4)
2015-07-11Read attribute after setting the defaultGeoff Lankow1-2/+3
(bzr r14228.1.2)
2015-07-07Read inkscape:color attribute on guidesGeoff Lankow1-0/+5
(bzr r14228.1.1)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2015-01-29for snapping to grids and guides, reduce numerical error for the case of ↵Alvin Penner1-2/+9
uniform scaling of viewbox (bzr r13881)
2015-01-23improved precision in placing grids and guides. (Bug 1373311)Alvin Penner1-4/+18
Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13868)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
(bzr r13820)
2014-11-26Correct guide placement when created by dragging onto canvas or by creating ↵Tavmjong Bah1-1/+11
guides around object/page. (bzr r13771)
2014-11-26Use SVG width/height and viewBox to correct guide position.Tavmjong Bah1-1/+18
(bzr r13769)
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen1-2/+2
for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
2014-10-04Fix annoying formatting in sp-guide.cppLiam P. White1-65/+68
(bzr r13341.1.242)
2014-10-04Refactor SPGuide to use more C++Liam P. White1-137/+66
(bzr r13341.1.241)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-08-30Minor pass of header cleanupLiam P. White1-1/+1
(bzr r13341.1.189)
2014-03-28Guides: Clean up memory a bit better and move color changed to OK so we ↵Martin Owens1-0/+2
don't set the colour before OK (bzr r13228)
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen1-2/+2
objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+1
(bzr r12475.1.2)
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-34/+54
(bzr r11608.1.115)
2013-07-31Replacement of unnecessary variables.Markus Engel1-32/+24
(bzr r11608.1.114)
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-5/+4
(bzr r12380.1.47)
2013-04-18Back to original colorsJabier Arraiza Cenoz1-2/+2
(bzr r11950.1.99)
2013-04-18updates to colorsJabier Arraiza Cenoz1-2/+2
(bzr r11950.1.97)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-1/+1
(bzr r11608.1.94)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+4
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-58/+43
(bzr r11608.1.84)
2013-04-05Merged FlowX classes.Markus Engel1-0/+10
(bzr r11608.1.79)
2013-04-01Added constructors to SP classes.Markus Engel1-3/+12
(bzr r11608.1.67)