summaryrefslogtreecommitdiffstats
path: root/src/object/sp-rect.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-29Fix issue 872. LPE on rects is not rendering in browsersJabier Arraiza1-3/+5
2019-06-01Allow rects be LPE like other primitivesJabier Arraiza1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-10/+10
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2014-09-27Update to experimental r13565Liam P. White1-16/+16
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-16/+16
2013-10-26Added some consts.Markus Engel1-3/+3
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-1/+1
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
2013-04-27various changesMarkus Engel1-5/+5
2013-04-10various little changesMarkus Engel1-15/+17
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-1/+1
2013-04-02Combined SPRect and CRect.Markus Engel1-13/+2
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-14/+0
2013-04-02Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel1-1/+2
2013-04-01Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel1-0/+2
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
2013-03-30Turned all functions concerning SPRect into member functions.Markus Engel1-19/+22
2013-03-29Renamed virtual function names.Markus Engel1-9/+9
2013-03-19Fixing regressionjtx1-3/+0
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+3
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-3/+0
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-2/+4
2012-08-18Added "virtual pad" to SPRect.Markus Engel1-1/+29
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2009-03-03add mouse-over helperpath for rectsJohan B. C. Engelen1-0/+2
2008-12-04NR -> 2geom some headers in src/Joshua L. Blocher1-1/+1
2008-01-15Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert1-2/+0
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+2
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2