summaryrefslogtreecommitdiffstats
path: root/src/sp-guide.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Various changes.Markus Engel2013-03-141-4/+5
* | | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+1
| |_|/ |/| |
* | | Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-5/+4
| |/ |/|
* | Fix build with C++11Alex Valavanis2013-03-021-4/+4
* | Cleanup more GObject type definitionsAlex Valavanis2013-01-171-32/+7
|/
* fix XML output of guideline colorJohan B. C. Engelen2012-04-011-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-9/+9
* fix for bad argument crash for guidesJohan B. C. Engelen2011-08-211-15/+19
* Fix memory leak.Jon A. Cruz2011-07-231-1/+3
* Fix issue with deleted guides and gtk warnings.Jon A. Cruz2011-07-231-29/+32
* fix crash when guideline is deleted by dragging it off-canvasJohan B. C. Engelen2011-07-221-0/+4
* another case of SP_ACTIVE_DESKTOP removedJohan B. C. Engelen2011-07-191-3/+4
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-6/+8
* revert unnecessary complicated changeJohan B. C. Engelen2011-07-181-23/+3
* refactor the guideline drawing. now it obeys desktop transforms a lot better.Johan B. C. Engelen2011-07-181-3/+23
* Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-221-0/+20
* The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ...Felipe Corr??a da Silva Sanches2011-06-221-1/+1
* user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches2011-06-181-0/+17
* add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-261-2/+2
* Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches2011-05-181-1/+24
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-6/+6
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-0/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-34/+34
|\
| * Yet mor in c++ificationAbhishek Sharma public2010-07-241-21/+22
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-2/+2
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-4/+7
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-1/+1
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
|/
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-4/+2