summaryrefslogtreecommitdiffstats
path: root/src/object-set.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-500/+0
| | | | A lot of header clean-up.
* Fix message probles on boolops and for example when moving or transforming a ↵Jabiertxo Arraiza Cenoz2017-12-291-1/+1
| | | | selection no message
* Fix bug: crash - iterator corrupted by removing objects from containerFriedrich Beckmann2017-10-031-0/+1
| | | | | | | | | | | | | On MacOS El Capitan with XCode 7.3 inkscape crashes when a second item is drawn in the drawing area. The crash is triggered by clearing the selection from the previous drawing activity. The reason for the crash is that the iterator is corrupted because during iteration the objects are removed from the container. This patch uses a safe way to remove items from the container and going to the next iteration. Using this patch, inkscape does not crash anymore.
* Fix a bug when creating a cloned LPE with fill between manyJabier Arraiza2017-09-091-1/+1
|
* selection chemistry: implement z-stack orderchr2017-05-231-0/+2
| | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7)
* Makes selection complexity linear in the number of selected objects instead ↵Marc Jeanmougin2017-02-281-2/+4
| | | | | | | | of quadratic due to too many signals sent Fixed bugs: - https://launchpad.net/bugs/1666714 (bzr r15556)
* Fix "swap fill and stroke" for multiple objects in selectionalexandru.roman2017-01-211-1/+1
| | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428)
* Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-091-1/+36
| | | (bzr r15223.1.1)
* merge recursive unlink clones branchMarc Jeanmougin2016-11-061-2/+14
|\ | | | | (bzr r15220)
| * Add "Edit->Clone->Unlink Clones recursively" function ↵Alexander Brock2016-11-041-2/+14
| |\ | | | | | | | | | | | | (ObjectSet::unlinkRecursive) (bzr r15204.1.1)
| | * Add recursive clone unlink featureAlexander Brock2016-10-271-2/+14
| |/ | | | | (bzr r15191.1.1)
* | further cppificationMarc Jeanmougin2016-11-061-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1306662 (bzr r15218)
* | Fix crash in some commandline usageMarc Jeanmougin2016-11-031-1/+2
|/ | | (bzr r15205)
* Fix signalsMarc Jeanmougin2016-10-251-12/+2
| | | (bzr r15191)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-4/+131
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-5/+5
| | | (bzr r14954.1.28)
* Changed coding styleAdrian Boguszewski2016-07-251-7/+18
| | | (bzr r14954.1.27)
* Improved spray tool, changed selection to object setAdrian Boguszewski2016-07-221-0/+1
| | | (bzr r14954.1.25)
* Changed signatures of boolean functionsAdrian Boguszewski2016-07-201-0/+1
| | | (bzr r14954.1.24)
* Changed arguments and names of selection chemistry functionsAdrian Boguszewski2016-07-201-5/+38
| | | (bzr r14954.1.22)
* Added items as a range functionAdrian Boguszewski2016-07-031-1/+5
| | | (bzr r14954.1.13)
* Added xmlNodes as range functionAdrian Boguszewski2016-07-011-13/+32
| | | (bzr r14954.1.12)
* Added more testsAdrian Boguszewski2016-06-271-3/+23
| | | (bzr r14954.1.11)
* Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-2/+25
| | | (bzr r14954.1.10)
* Added first range to ObjectSetAdrian Boguszewski2016-06-191-5/+20
| | | (bzr r14954.1.8)
* Moved most functions from Selection to ObjectSetAdrian Boguszewski2016-06-161-3/+145
| | | (bzr r14954.1.7)
* Replaced old selection containersAdrian Boguszewski2016-06-121-0/+2
| | | (bzr r14954.1.6)
* Added return value to removeAdrian Boguszewski2016-06-111-1/+1
| | | (bzr r14954.1.5)
* Replaced Object by SPObjectAdrian Boguszewski2016-06-061-13/+13
| | | (bzr r14954.1.2)
* Added object setAdrian Boguszewski2016-06-051-0/+58
(bzr r14954.1.1)