summaryrefslogtreecommitdiffstats
path: root/src/object/sp-guide.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-22Allow guide duplication in guides dialogMarc Jeanmougin1-0/+1
2018-11-08Clarify licensesMax Gaukler1-11/+12
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-1/+0
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-2/+2
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+4
2014-10-04Refactor SPGuide to use more C++Liam P. White1-28/+45
2014-09-27Update to experimental r13565Liam P. White1-3/+6
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-1/+1
2014-08-30Minor pass of header cleanupLiam P. White1-2/+5
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-0/+5
2013-07-31Replacement of unnecessary variables.Markus Engel1-0/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+1
2013-04-06Merged more classes.Markus Engel1-27/+3
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-5/+2
2013-03-29Renamed virtual function names.Markus Engel1-3/+3
2013-03-29Added "virtual pads" toMarkus Engel1-0/+19
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-0/+1
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-0/+3
2012-04-01fix XML output of guideline colorJohan B. C. Engelen1-1/+1
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-2/+2
2011-06-22Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches1-0/+1
2011-06-18user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches1-0/+1
2011-05-26add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen1-1/+1
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches1-0/+2
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-2/+2
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-24Yet mor in c++ificationAbhishek Sharma public1-8/+16
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-1/+1
2008-10-27From trunkTed Gould1-3/+3
2008-07-07try to use consistent document for creating guidesMenTaLguY1-2/+2
2008-03-05New menu command to quickly create guides around pageMaximilian Albert1-0/+1
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+3
2007-12-23fix angle description of guidesJohan B. C. Engelen1-0/+1
2007-12-21guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen1-0/+3
2007-12-19correctly handle orientation changes of guidelinesJohan B. C. Engelen1-0/+1
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen1-3/+4
2007-12-19rename guide parameters to match snapping code naming convention.Johan B. C. Engelen1-2/+3
2007-12-16start of getting angled guidelines.Johan B. C. Engelen1-0/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1