summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "fix" some "unused parameter" warningsKris De Gussem2013-10-281-1/+1
| | | (bzr r12738)
* Added some consts.Markus Engel2013-10-261-4/+3
| | | (bzr r12729)
* random code cleanupJohan B. C. Engelen2013-09-261-28/+19
| | | (bzr r12596)
* C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen2013-09-251-1/+1
| | | | | slowly slowly... (bzr r12593)
* Merged from trunk (r12419).Markus Engel2013-07-141-2/+11
|\ | | | | (bzr r11608.1.107)
| * Do not allow markers for children of markers (prevent loop)Martin Owens2013-06-141-0/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/261786 (bzr r12372)
| * Prevent crash from middle marker when a path or polyline has only one point.Tavmjong Bah2013-05-261-2/+4
| | | | | | (bzr r12343)
* | Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| | | | | | (bzr r11608.1.86)
* | Merged Item.Markus Engel2013-04-051-1/+0
| | | | | | (bzr r11608.1.81)
* | Merged more classes.Markus Engel2013-04-051-10/+8
| | | | | | (bzr r11608.1.78)
* | Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-051-173/+193
| | | | | | (bzr r11608.1.76)
* | Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-021-35/+3
| | | | | | (bzr r11608.1.72)
* | Added virtual destructor to SPObject. Switched to new factory. Replaced some ↵Markus Engel2013-04-021-1/+1
| | | | | | | | | | 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-7/+14
| | | | | | | | | | non-virtual destructor. (bzr r11608.1.66)
* | Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | | | | (bzr r11608.1.63)
* | Renamed virtual function names.Markus Engel2013-03-291-19/+19
| | | | | | (bzr r11608.1.57)
* | merged from trunkMarkus Engel2013-03-291-171/+34
|\| | | | | (bzr r11608.1.56)
| * Clean up more GObject type definitionsAlex Valavanis2013-01-231-69/+69
| | | | | | (bzr r12055)
| * Selector tool: improve responsiveness for snapping a path's internal ↵Diederik van Lierop2012-12-081-2/+2
| | | | | | | | | | intersections (was unbearable already for paths having 20+ segments) (bzr r11937)
| * SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-2/+2
| | | | | | (bzr r11869)
| * fix typo in marker bbox calculation (Bug 1051131)Alvin Penner2012-09-171-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1051131 (bzr r11670)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-5/+5
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | 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-5/+5
| | | | | | (bzr r11608.1.46)
* | Removed old calls to set_shape and update_patheffect.Markus Engel2012-09-291-2/+3
| | | | | | (bzr r11608.1.45)
* | As all subclasses of SPShape now have "virtual pads" with correct ↵Markus Engel2012-08-181-4/+1
| | | | | | | | | | inheritance, the virtual function call to "onSetShape" was converted to C++ style. (bzr r11608.1.15)
* | Added "virtual pad" to SPShape.Markus Engel2012-08-181-93/+158
|/ | | (bzr r11608.1.4)
* avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)Alvin Penner2012-02-231-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r11010)
* cppcheckKris De Gussem2012-02-151-2/+2
| | | (bzr r10987)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-113/+113
| | | | | add some const stuff (bzr r10900)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-3/+2
| | | (bzr r10897)
* for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner2012-01-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/906952 (bzr r10835)
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-3/+4
| | | (bzr r10582.1.2)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-197/+140
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-40/+29
|\ | | | | (bzr r10579)
| * Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-251-8/+0
| | | | | | (bzr r10347.1.38)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-6/+2
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-31/+32
| | | | | | (bzr r10347.1.21)
* | Refactoring of the snapping preferences; mainly about storing all toggles in ↵Diederik van Lierop2011-08-221-12/+7
|/ | | | | a single array, instead of each having its own member variable (bzr r10569)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-10/+10
| | | | | | | 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-5/+4
| | | (bzr r10461)
* - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-1/+1
| | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-5/+7
|\ | | | | (bzr r9508.1.89)
| * Fix crashes on empty marker definitions.Johan B. C. Engelen2011-05-011-5/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/774834 (bzr r10195)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-43/+80
|\| | | | | (bzr r9508.1.73)
| * add curve before LPE to SPShape. this is useful for helperpath display. It ↵Johan B. C. Engelen2011-04-011-0/+36
| | | | | | | | | | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142)
| * make a strange cast more obviousJohan B. C. Engelen2011-03-131-1/+3
| | | | | | (bzr r10101)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-17/+16
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-25/+25
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-140/+101
|\| | | | | (bzr r9508.1.72)