summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-67/+67
2018-04-26Fix bug when converting to paths cliped and masked LPE elemetsJabiertxo Arraiza Cenoz1-6/+12
2018-03-26Base LPE refactorJabier Arraiza1-7/+7
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-61/+71
2018-01-08Misc. typosluz.paz1-2/+2
2017-11-16Fix title problemsJabiertxo Arraiza Cenoz1-13/+22
2017-11-16Working on fixJabier Arraiza1-7/+34
2017-11-07Misc. typosUnknown1-2/+2
2017-11-02Move finctions away object setsJabier Arraiza1-24/+2
2017-11-01Added inverse mask and clippathJabier Arraiza1-0/+1
2017-11-01Add widget to color and some refactoringJabier Arraiza1-2/+23
2017-10-28Bug fixes previous to overlay implementationJabier Arraiza1-5/+11
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-0/+4
2017-10-02third batchMarc Jeanmougin1-54/+20
2017-10-02Second batchMarc Jeanmougin1-24/+18
2017-09-24Transform duplicate object only when clipping or maskingStefano Facchini1-16/+21
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-12/+12
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a power...Jabier Arraiza1-12/+19
2017-09-16Fix a bug on uninicialitated variable, that perform diferent results in debug...Jabier Arraiza1-12/+0
2017-09-13Fixes for clone original LPEJabiertxo Arraiza Cenoz1-2/+4
2017-09-09Fix a bug when creating a cloned LPE with fill between manyJabier Arraiza1-3/+5
2017-09-09This commit is based on a coment on bug #1670644. And allow to fill the fill ...Jabier Arraiza1-0/+1
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-1/+2
2017-05-23selection chemistry: cancel if we hit top/bottomchr1-4/+12
2017-05-23selection chemistry: implement z-stack orderchr1-0/+39
2017-05-18fix a brunch of memory leakschr1-2/+5
2017-03-13Replace rectangle based zooming by affine based zooming.Tavmjong Bah1-3/+1
2017-02-16[Bug #1426613] moving a selection of frame and text-flowed-into-frame displac...Nicolas Dufour1-1/+1
2017-02-04Fix for bug #1655156 Object -> Clip -> Apply distorts objects properties.Jabiertxof1-0/+1
2017-01-21Fix "swap fill and stroke" for multiple objects in selectionalexandru.roman1-1/+70
2016-11-06Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it.Alexander Brock1-0/+1
2016-11-06Remove duplicate code from unlinkRecursive() and fix issue with clones of groupsAlexander Brock1-19/+4
2016-11-06further cppificationMarc Jeanmougin1-23/+11
2016-11-04Make ObjectSet::unlink() work for clones which are both clipped and maskedAlexander Brock1-12/+5
2016-11-04Preserve clips when unlinking clonesAlexander Brock1-27/+52
2016-11-02Add some unit tests for object-set cppificationMarc Jeanmougin1-3/+3
2016-10-27Add recursive clone unlink featureAlexander Brock1-98/+178
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-590/+515
2016-09-15Fix minor problem in previous commitMarc Jeanmougin1-1/+1
2016-09-15Duplicating text along path and its path relinks to the new path (if the pref...Marc Jeanmougin1-8/+16
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-24/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+24
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-24/+1
2016-07-27Renamed some functions, fixed testsAdrian Boguszewski1-48/+49
2016-07-20Changed arguments and names of selection chemistry functionsAdrian Boguszewski1-144/+145
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-10/+10
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-14/+14