summaryrefslogtreecommitdiffstats
path: root/src/sp-flowregion.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-392/+0
| | | | A lot of header clean-up.
* First batchMarc Jeanmougin2017-10-011-40/+22
|
* Merged trunkAdrian Boguszewski2016-08-031-3/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-10/+10
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-27/+26
|/ | | (bzr r14954.1.19)
* create SPObject factoryLiam P. White2015-02-251-14/+0
| | | (bzr r13939.1.1)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-24/+38
| | | (bzr r13700)
* noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen2014-07-281-3/+0
| | | (bzr r13475)
* refresh text objects when clipping (Bug 1339305)Alvin Penner2014-07-251-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470)
* Added some consts.Markus Engel2013-10-261-2/+2
| | | (bzr r12729)
* Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski2013-10-011-8/+8
| | | | | | | | | Fixes #304407 and possibly a few other bugs. Revert incorrect _item_bbox changes from r12528. Fixed bugs: - https://launchpad.net/bugs/304407 (bzr r12648)
* change names for displayName and detailedDescription, improve char code and ↵Martin Owens2013-09-241-2/+2
| | | | | remove const. (bzr r12584)
* Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-201-11/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
* Removed placement news / explicit destructor calls.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.113)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-4/+0
| | | (bzr r11608.1.86)
* Merged Item.Markus Engel2013-04-051-14/+10
| | | (bzr r11608.1.81)
* Merged FlowX classes.Markus Engel2013-04-051-137/+72
| | | (bzr r11608.1.79)
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+15
| | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
* Added constructors to SP classes.Markus Engel2013-04-011-8/+20
| | | (bzr r11608.1.67)
* Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-8/+8
| | | (bzr r11608.1.65)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+2
| | | (bzr r11608.1.63)
* Renamed virtual function names.Markus Engel2013-03-291-20/+20
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-155/+6
|\ | | | | (bzr r11608.1.56)
| * Warning cleanupAlex Valavanis2013-03-161-21/+18
| | | | | | (bzr r12211)
| * More GObject boilerplate cleanupAlex Valavanis2013-01-241-70/+18
| | | | | | (bzr r12059)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-10/+10
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel2012-10-061-2/+2
| | | | | | (bzr r11608.1.46)
* | Added "virtual pad" toMarkus Engel2012-08-191-48/+112
|/ | | | | | - SPFlowregion - SPFlowregionExclude (bzr r11608.1.24)
* cppcheckKris De Gussem2012-02-151-2/+2
| | | (bzr r10987)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-12/+8
| | | (bzr r10461)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-2/+2
| | | (bzr r10064)
* 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-156/+158
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-10/+10
|/ | | (bzr r9546.1.4)
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-11/+8
| | | | | | | | | | | | sp_item_i2doc_affine or sp_item_i2d_affine respectively * remove sp_root_bbox, root->c2p was considered in the wrong place there * in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root node, because <svg> node does not have a transform attribute * fix style scaling for boolean operations (with viewBox) * fix zoom to fit drawing (with viewBox) * fix export area size for "export drawing" (with viewBox) * fix simultaneous movement of clone + original (with viewBox) (bzr r7010)
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-231-0/+4
| | | (bzr r6709)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+3
| | | (bzr r6593)
* use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen2008-06-221-3/+3
| | | (bzr r6017)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-6/+6
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-10/+8
| | | (bzr r5884)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Warning cleanupJon A. Cruz2007-11-041-4/+4
| | | (bzr r4025)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-2/+9
| | | (bzr r2257)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-1/+1
| | | (bzr r787)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-6/+6
| | | (bzr r149)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-42/+42
| | | (bzr r134)