summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
| | | | | | | | | | | | (bzr r11608.1.60)
| | * | Renamed virtual function names.Markus Engel2013-03-291-29/+29
| | | | | | | | | | | | (bzr r11608.1.57)
| | * | merged from trunkMarkus Engel2013-03-291-110/+15
| | |\ \ | | | | | | | | | | (bzr r11608.1.56)
| | * | | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
| | * | | Added "virtual pads" toMarkus Engel2013-03-291-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - SPFeFuncNode - SPFeDistantLight - SPFeMergeNode - SPFePointLight - SPFeSpotLight - SPFilter - SPFont - SPGuide Changes in SPItem and SPNamedView. (bzr r11608.1.49)
| | * | | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | | | | | | | | | | (bzr r11608.1.48)
| | * | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-9/+9
| | | | | | | | | | | | | | | (bzr r11608.1.46)
| | * | | Fixed some virtual function calls in SPItem and SPUse that led to crashes as ↵Markus Engel2012-08-211-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | they were not implemented in the base class. (bzr r11608.1.36)
| | * | | As all subclasses of SPItem now have "virtual pads" with correct ↵Markus Engel2012-08-201-70/+50
| | | | | | | | | | | | | | | | | | | | | | | | | inheritance, all virtual function calls in SPItem were converted to C++ style. (bzr r11608.1.30)
| | * | | Added "virtual pad" to SPItem.Markus Engel2012-08-171-38/+123
| | | | | | | | | | | | | | | (bzr r11608.1.2)
| * | | | Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.Martin Owens2013-09-181-12/+0
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528)
* / | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+4
|/ / / | | | | | | (bzr r12475.1.2)
* | / use visual bbox in calculation of filter area (Bug 1188336)Alvin Penner2013-06-101-1/+4
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1188336 (bzr r12362)
* | Clean up more GObject type definitionsAlex Valavanis2013-01-231-52/+59
| | | | | | (bzr r12055)
* | Merge in connector cleanupMartin Owens2013-01-111-3/+0
|\ \ | | | | | | (bzr r12015)
| * | Step 1. Remove junk and keep functionality.Martin Owens2012-11-301-3/+0
| | | | | | | | | (bzr r11894.1.1)
* | | clip path visual bbox refresh, second try (Bug 1005085)Alvin Penner2012-12-311-0/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r12005)
* | | Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive ↵John Smith2012-12-111-2/+0
| | | | | | | | | | | | | | | is present (bzr r11950)
* | | reverting rev 11944Alvin Penner2012-12-101-1/+0
| | | | | | | | | (bzr r11946)
* | | clip path bbox refresh. partial fix for Bug 1005085Alvin Penner2012-12-101-0/+1
|/ / | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r11944)
* | cppcheck: use gobject casts in sp-itemAlex Valavanis2012-10-271-37/+35
| | | | | | (bzr r11837)
* | code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-2/+2
|/ | | | | they are not used elsewhere. (bzr r11735)
* Fix for 181473 : Patch for Layers drag and drop crashJohn Smith2012-07-081-1/+1
| | | (bzr r11531)
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-0/+46
| | | (bzr r11526)
* UI. Filtered objects count (patch by David Mathog).Nicolas Dufour2012-05-111-0/+13
| | | | | Translations. Inkscape.pot and French translation update. (bzr r11355)
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-9/+13
| | | (bzr r11325)
* Fix stroke-width scaling issueDiederik van Lierop2012-04-081-15/+26
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/825840 - https://launchpad.net/bugs/959223 (bzr r11186)
* cppcheckKris De Gussem2012-02-151-3/+3
| | | (bzr r10987)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-4/+10
| | | (bzr r10659)
* Warning cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10655)
* Do not apply the fix of rev. #10624 to all types of itemsDiederik van Lierop2011-09-171-7/+16
| | | (bzr r10636)
* Obey to dont-scale-strokewidth preference, even when scaling one dimension ↵Diederik van Lierop2011-09-061-3/+30
| | | | | | | | to zero or infinite Fixed bugs: - https://launchpad.net/bugs/825840 (bzr r10624)
* Fix incorrect marker bbox in previewsKrzysztof Kosi??ski2011-09-051-2/+4
| | | (bzr r10619)
* Compute visual bounding box only when neededKrzysztof Kosi??ski2011-09-041-2/+14
| | | (bzr r10618)
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-0/+10
| | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-3/+1
| | | (bzr r10582.1.6)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-191/+130
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-95/+67
|\ | | | | (bzr r10579)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-10/+4
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-90/+68
| | | | | | (bzr r10347.1.21)
* | Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-16/+5
| | | | | | | | | | a single array, instead of each having its own member variable (bzr r10569)
* | Temporary fix for crash when launching via command-line.Jon A. Cruz2011-07-251-4/+11
|/ | | (bzr r10505)
* remove some unnecessary inkscape_active_desktop() callsJohan B. C. Engelen2011-07-191-4/+1
| | | (bzr r10477)
* fix hardcoded desktop2doc transformJohan B. C. Engelen2011-07-181-2/+2
| | | (bzr r10470)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-18/+20
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-11/+12
| | | (bzr r10461)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+1
| | | (bzr r10347.1.2)
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+1
| | | (bzr r10347.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-35/+40
|\ | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-1/+6
| | | | | | (bzr r10066)