summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildMarc Jeanmougin2019-11-201-2/+2
|
* Multiple fixes for the objects panelDiederik van Lierop2019-11-181-5/+8
|
* Update the treeview in the objects-panel asynchronously, such that Inkscape ↵Diederik van Lierop2019-10-301-2/+13
| | | | stays responsive with documents having a large number of objects
* More improvements to the objects panel:Diederik van Lierop2019-10-191-4/+4
| | | | | - Use a std::map instead of remembering the position of the iterator; this is more robust and cleaner - Speed up the updating of the tree in the object panel for large selections
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-3/+7
|
* Prevent the objects panel from grinding Inkscape to a halt, for example when ↵Diederik van Lierop2019-10-111-0/+7
| | | | ungrouping a large group
* Make menu icon preference apply to Layers and Objects dialogsPatrick Storz2019-07-211-0/+3
| | | | | Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons.
* Simplify code for context menu items of Layers and Objects dialogsPatrick Storz2019-07-201-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah2017-12-191-14/+4
| | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
* Minor header cleanup. Add a few class names.Tavmjong Bah2017-12-131-1/+1
|
* Replace boost::scoped_ptrJan Lingscheid2017-10-171-2/+1
| | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes.
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-8/+6
|
* bugfix: change active layerchr2017-05-231-0/+3
| | | | | | | | | note: the actions "LayerNext"/"LayerPrev" (ctrl+pageup/down) never clear the selection, they ignore the user setting "clear selection on layer change" So the object panel will only change if there is no selection! (bzr r15698.1.11)
* ObjectsPanel: Polish collapse/expand behaviourchr2017-05-181-1/+1
| | | (bzr r15698.1.5)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-10/+0
| | | (bzr r15023.2.7)
* Enable column headers. Add tooltips to headers.Tavmjong Bah2015-06-181-1/+8
| | | (bzr r14204)
* gtk3 compile fixTomasz Boczkowski2015-05-021-4/+0
| | | (bzr r14059.1.13)
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-3/+6
| | | (bzr r14059.1.10)
* Update to trunk/Fix GTK3 build errorsLiam P. White2014-03-191-0/+8
| | | (bzr r13090.1.26)
* Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-0/+255
(bzr r13090.1.1)