summaryrefslogtreecommitdiffstats
path: root/src/object/sp-guide.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-22Allow guide duplication in guides dialogMarc Jeanmougin1-0/+1
2018-11-08Clarify licensesMax Gaukler1-11/+12
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2015-12-08finally removed all GSList from main folder .h filesMarc Jeanmougin1-1/+0
(bzr r14504.1.15)
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-2/+2
(bzr r14504.1.1)
2015-12-02Add lock to guidesJabier Arraiza Cenoz1-0/+4
(bzr r14500.1.1)
2014-10-04Refactor SPGuide to use more C++Liam P. White1-28/+45
(bzr r13341.1.241)
2014-09-27Update to experimental r13565Liam P. White1-3/+6
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-1/+1
GThread deprecation errors. (bzr r13341.1.190)
2014-08-30Minor pass of header cleanupLiam P. White1-2/+5
(bzr r13341.1.189)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-0/+5
(bzr r11608.1.115)
2013-07-31Replacement of unnecessary variables.Markus Engel1-0/+1
(bzr r11608.1.114)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+1
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-27/+3
(bzr r11608.1.84)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-5/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-3/+3
(bzr r11608.1.57)
2013-03-29Added "virtual pads" toMarkus Engel1-0/+19
- SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49)
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis1-0/+1
forward declarations (bzr r12203)
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-0/+3
(bzr r12034)
2012-04-01fix XML output of guideline colorJohan B. C. Engelen1-1/+1
(this does not fix loading of guide color) Fixed bugs: - https://launchpad.net/bugs/823739 (bzr r11138)
2011-07-19remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen1-2/+2
(bzr r10477)
2011-06-22Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches1-0/+1
(bzr r10343)
2011-06-18user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches1-0/+1
(bzr r10315)
2011-05-26add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen1-1/+1
(and fix some label xml writing and rendering bugs) (bzr r10234)
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches1-0/+2
display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-2/+2
(bzr r10067)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+3
header. (bzr r9978.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-24Yet mor in c++ificationAbhishek Sharma public1-8/+16
(bzr r9546.1.11)
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-1/+1
(bzr r8293)
2008-10-27From trunkTed Gould1-3/+3
(bzr r6885)
2008-07-07try to use consistent document for creating guidesMenTaLguY1-2/+2
(bzr r6212)
2008-03-05New menu command to quickly create guides around pageMaximilian Albert1-0/+1
(bzr r4970)
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert1-0/+3
to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462)
2007-12-23fix angle description of guidesJohan B. C. Engelen1-0/+1
(bzr r4288)
2007-12-21guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen1-0/+3
(bzr r4271)
2007-12-19correctly handle orientation changes of guidelinesJohan B. C. Engelen1-0/+1
(bzr r4261)
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen1-3/+4
(bzr r4258)
2007-12-19rename guide parameters to match snapping code naming convention.Johan B. C. Engelen1-2/+3
start conversion to use point_on_line instead of position. (bzr r4257)
2007-12-16start of getting angled guidelines.Johan B. C. Engelen1-0/+1
define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)