summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
* Fix guide placement when guides are generated by a template with width/height...Tavmjong Bah2016-06-031-0/+1
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-1/+1
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+1
* Header cleanupLiam P. White2016-01-161-1/+0
* Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi...Liam P. White2016-01-161-2/+3
* Fix crash on hidden guidesJabier Arraiza Cenoz2015-12-111-1/+6
* Clean up some code, only init the SPKnot in one place.Martin Owens2015-12-111-1/+3
* hide/show handle with guideMarc Jeanmougin2015-12-101-0/+2
* Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-101-2/+0
* update to trunk + resolve conflictsMarc Jeanmougin2015-12-081-0/+28
|\
| * Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-4/+1
| * Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-1/+3
| * Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz2015-12-031-0/+1
| * Add lock to guidesJabier Arraiza Cenoz2015-12-021-0/+28
* | cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-3/+4
* | cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-051-29/+27
|/
* Fix for bug #1498444 (Guides flicker under the mouse after changing the label...Nicolas Dufour2015-10-211-2/+2
* Read inkscape:color attribute in more placesGeoff Lankow2015-07-151-0/+1
* Read attribute after setting the defaultGeoff Lankow2015-07-111-2/+3
* Read inkscape:color attribute on guidesGeoff Lankow2015-07-071-0/+5
* create SPObject factoryLiam P. White2015-02-251-10/+0
* for snapping to grids and guides, reduce numerical error for the case of unif...Alvin Penner2015-01-291-2/+9
* improved precision in placing grids and guides. (Bug 1373311)Alvin Penner2015-01-231-4/+18
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* Correct guide placement when created by dragging onto canvas or by creating g...Tavmjong Bah2014-11-261-1/+11
* Use SVG width/height and viewBox to correct guide position.Tavmjong Bah2014-11-261-1/+18
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-2/+2
* Fix annoying formatting in sp-guide.cppLiam P. White2014-10-041-65/+68
* Refactor SPGuide to use more C++Liam P. White2014-10-041-137/+66
* Minor pass of header cleanupLiam P. White2014-08-301-1/+1
* Guides: Clean up memory a bit better and move color changed to OK so we don't...Martin Owens2014-03-281-0/+2
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-2/+2
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
* Merge from trunk.Matthew Petroff2013-09-201-116/+128
|\
| * Merged from trunk (r12488).Markus Engel2013-08-301-5/+4
| |\
| * | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-34/+54
| * | Replacement of unnecessary variables.Markus Engel2013-07-311-32/+24
| * | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-1/+1
| * | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-7/+4
| * | Merged more classes.Markus Engel2013-04-061-58/+43
| * | Merged FlowX classes.Markus Engel2013-04-051-0/+10
| * | Added constructors to SP classes.Markus Engel2013-04-011-3/+12
| * | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| * | Renamed virtual function names.Markus Engel2013-03-291-6/+6
| * | merged from trunkMarkus Engel2013-03-291-159/+7
| |\ \
| * | | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-2/+2
| * | | Added "virtual pads" toMarkus Engel2013-03-291-9/+133