summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-20Fix buildMarc Jeanmougin1-2/+2
2019-11-18Multiple fixes for the objects panelDiederik van Lierop1-5/+8
2019-10-30Update the treeview in the objects-panel asynchronously, such that Inkscape ↵Diederik van Lierop1-2/+13
stays responsive with documents having a large number of objects
2019-10-19More improvements to the objects panel:Diederik van Lierop1-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
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-3/+7
2019-10-11Prevent the objects panel from grinding Inkscape to a halt, for example when ↵Diederik van Lierop1-0/+7
ungrouping a large group
2019-07-21Make menu icon preference apply to Layers and Objects dialogsPatrick Storz1-0/+3
Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons.
2019-07-20Simplify code for context menu items of Layers and Objects dialogsPatrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2017-12-19Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah1-14/+4
the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
2017-12-13Minor header cleanup. Add a few class names.Tavmjong Bah1-1/+1
2017-10-17Replace boost::scoped_ptrJan Lingscheid1-2/+1
This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes.
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-8/+6
2017-05-23bugfix: change active layerchr1-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)
2017-05-18ObjectsPanel: Polish collapse/expand behaviourchr1-1/+1
(bzr r15698.1.5)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-10/+0
(bzr r15023.2.7)
2015-06-18Enable column headers. Add tooltips to headers.Tavmjong Bah1-1/+8
(bzr r14204)
2015-05-02gtk3 compile fixTomasz Boczkowski1-4/+0
(bzr r14059.1.13)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2014-09-27Update to experimental r13565Liam P. White1-0/+263
(bzr r13341.5.16)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+255
(bzr r13090.1.1)