summaryrefslogtreecommitdiffstats
path: root/src/object/sp-flowregion.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
2018-11-08Clarify licensesMax Gaukler1-0/+9
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-31Fix crash with reformatted flowregionsMarc Jeanmougin1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-18/+18
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-01First batchMarc Jeanmougin1-40/+22
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-10/+10
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-27/+26
(bzr r14954.1.19)
2015-02-25create SPObject factoryLiam P. White1-14/+0
(bzr r13939.1.1)
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-24/+38
(bzr r13700)
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-3/+0
(bzr r13475)
2014-07-25refresh text objects when clipping (Bug 1339305)Alvin Penner1-0/+4
Fixed bugs: - https://launchpad.net/bugs/1339305 (bzr r13470)
2014-06-07Undo changes in r13391Liam P. White1-2/+1
(bzr r13341.1.51)
2014-06-06Clean up some unnecessary pointer usage in livarotLiam P. White1-1/+2
(bzr r13341.1.50)
2013-10-26Added some consts.Markus Engel1-2/+2
(bzr r12729)
2013-10-01Comprehensive fix for the issues with disappearing filtered objects.Krzysztof Kosi??ski1-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)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-2/+2
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-11/+4
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
(bzr r11608.1.113)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-4/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-14/+10
(bzr r11608.1.81)
2013-04-05Merged FlowX classes.Markus Engel1-137/+72
(bzr r11608.1.79)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+15
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-8/+20
(bzr r11608.1.67)
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-8/+8
(bzr r11608.1.65)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+2
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-20/+20
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-10/+10
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-19Fixing regressionjtx1-21/+18
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-18/+21
(bzr r11950.1.56)
2013-03-16Warning cleanupAlex Valavanis1-21/+18
(bzr r12211)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-70/+18
(bzr r12059)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-2/+2
(bzr r11608.1.46)
2012-08-19Added "virtual pad" toMarkus Engel1-48/+112
- SPFlowregion - SPFlowregionExclude (bzr r11608.1.24)
2012-02-15cppcheckKris De Gussem1-2/+2
(bzr r10987)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-12/+8
(bzr r10461)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-2/+2
(bzr r10064)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public1-1/+1
privatisation. Major changes yet to come. (bzr r9546.1.7)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-10/+10
(bzr r9546.1.4)
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-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)
2008-08-23Support for title and desc elements when serializing as Plain SVG.Jeff Schiller1-0/+4
(bzr r6709)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-3/+3
(bzr r6593)