summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-34/+34
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-412/+301
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-412/+300
| |\ | | | | | | (bzr r9945.1.1)
| | * More on c++ification and some XML privatisationAbhishek Sharma public2010-07-201-9/+9
| | | | | | | | | (bzr r9546.1.10)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-12/+12
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-4/+4
| | | | | | | | | (bzr r9546.1.4)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-4/+4
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-253/+255
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-87/+92
|\| | | | | | | | (bzr r9508.1.52)
| * | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a ↵Diederik van Lierop2010-07-211-2/+9
| | | | | | | | | | | | | | | return statement (bzr r9638)
| * | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-87/+84
| |/ | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+3
| | | | | | (bzr r9508.1.48)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-1/+1
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-5/+0
|/ | | (bzr r9508.1.44)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-21/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* fix bug when forking LPE stackJohan B. C. Engelen2010-05-141-12/+26
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+4
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-4/+2
| | | (bzr r9281.1.1)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-15/+14
| | | | | for the devs) (bzr r8960)
* Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵Diederik van Lierop2009-12-301-2/+2
| | | | | replacing tabs by spaces, removing some commented lines (bzr r8925)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+4
| | | (bzr r8855)
* textual patch from bug 408093bulia byak2009-09-061-1/+1
| | | (bzr r8563)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)