summaryrefslogtreecommitdiffstats
path: root/src/sp-item.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-1/+1
* Merged Item.Markus Engel2013-04-051-35/+4
* Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-1/+2
* Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel2013-04-011-1/+4
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-3/+2
* Renamed virtual function names.Markus Engel2013-03-291-15/+15
* merged from trunkMarkus Engel2013-03-291-49/+6
|\
| * Fix -Wcast-align issues with SPItemCtxAlex Valavanis2013-03-181-2/+1
| * Fix another load of forward declaration tagsAlex Valavanis2013-03-141-2/+2
| * Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-1/+1
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-19/+4
* | Added "virtual pads" toMarkus Engel2013-03-291-1/+1
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-28/+28
* | Added "virtual pad" to SPItem.Markus Engel2012-08-171-0/+32
|/
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-0/+1
* UI. Filtered objects count (patch by David Mathog).Nicolas Dufour2012-05-111-0/+1
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-2/+8
* Obey to dont-scale-strokewidth preference, even when scaling one dimension to...Diederik van Lierop2011-09-061-0/+2
* Compute visual bounding box only when neededKrzysztof Kosi??ski2011-09-041-0/+2
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-0/+1
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-5/+4
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-1/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-11/+14
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+6
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-1/+1
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-1/+2
* update to latest 2geom !Johan B. C. Engelen2011-02-021-26/+26
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-58/+78
|\
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-35/+108
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
|/
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-6/+4
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-25/+26
* small 2geomifyJohan B. C. Engelen2009-01-071-5/+1
* object-snapper.cppThomas Holder2008-12-201-3/+0
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-2/+0
* remove orphaned NRMatrix wrapper for sp_item_write_transformThomas Holder2008-12-091-1/+0
* Merge from fe-movedTed Gould2008-11-211-4/+4
* From trunkTed Gould2008-10-271-2/+3
* Merging from trunkTed Gould2008-10-111-19/+19
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-4/+4
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-1/+1
* removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen2008-09-011-2/+2
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+0
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-011-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-10/+13
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1