summaryrefslogtreecommitdiffstats
path: root/src/sp-rect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-88/+0
| | | | A lot of header clean-up.
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-16/+16
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Added some consts.Markus Engel2013-10-261-3/+3
| | | (bzr r12729)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-1/+1
| | | | | remove const. (bzr r12584)
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* various changesMarkus Engel2013-04-271-5/+5
| | | (bzr r11608.1.105)
* various little changesMarkus Engel2013-04-101-15/+17
| | | (bzr r11608.1.93)
* Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-051-1/+1
| | | (bzr r11608.1.76)
* Combined SPRect and CRect.Markus Engel2013-04-021-13/+2
| | | (bzr r11608.1.73)
* Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-021-14/+0
| | | (bzr r11608.1.72)
* Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-1/+2
| | | | | casts. Inkscape seems stable, car.svgz renders correctly to png. (bzr r11608.1.70)
* Added experimental constructor to SPRect. Memory leaks because of ↵Markus Engel2013-04-011-0/+2
| | | | | non-virtual destructor. (bzr r11608.1.66)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-19/+22
| | | (bzr r11608.1.60)
* Renamed virtual function names.Markus Engel2013-03-291-9/+9
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-4/+4
|\ | | | | (bzr r11608.1.56)
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-3/+0
| | | | | | (bzr r12205)
| * Cleanup more GObject type definitionsAlex Valavanis2013-01-171-2/+4
| | | | | | (bzr r12034)
* | Added "virtual pad" to SPRect.Markus Engel2012-08-181-1/+29
|/ | | (bzr r11608.1.13)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+15
| | | (bzr r9945.1.1)
* add mouse-over helperpath for rectsJohan B. C. Engelen2009-03-031-0/+2
| | | (bzr r7407)
* NR -> 2geom some headers in src/Joshua L. Blocher2008-12-041-1/+1
| | | (bzr r6935)
* Slightly more 'object-oriented' way to invoke item-specific ↵Maximilian Albert2008-01-151-2/+0
| | | | | conversion-to-guides methods (bzr r4499)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-0/+2
| | | | | 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)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+65
(bzr r1)