summaryrefslogtreecommitdiffstats
path: root/src/object/sp-offset.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-10/+10
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.
2017-10-12Update POTFILES.in etc. after renamingStefano Facchini1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-9/+9
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-9/+9
GThread deprecation errors. (bzr r13341.1.190)
2013-10-26Added some consts.Markus Engel1-3/+3
(bzr r12729)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-1/+1
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
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-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-1/+1
(bzr r11608.1.76)
2013-04-04Combined some classes.Markus Engel1-15/+1
(bzr r11608.1.75)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-11/+2
(bzr r11608.1.72)
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel1-1/+2
casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
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-4/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-8/+8
(bzr r11608.1.57)
2013-03-19Fixing regressionjtx1-2/+0
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+2
(bzr r11950.1.56)
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-2/+0
(bzr r12205)
2013-01-17const ....Johan B. C. Engelen1-1/+1
(bzr r12039)
2012-08-18Added "virtual pad" to SPOffset.Markus Engel1-1/+26
(bzr r11608.1.7)
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-6/+3
(bzr r10696)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.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)
2008-12-04NR -> 2geom some headers in src/Joshua L. Blocher1-2/+2
(bzr r6935)
2008-10-27From trunkTed Gould1-39/+39
(bzr r6885)
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-1/+1
(bzr r6513)
2006-07-28switch to sigc++ SPObject signals for SPOffsetMenTaLguY1-1/+1
(bzr r1496)