summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-18Multiple fixes for the objects panelDiederik van Lierop1-39/+105
2019-11-10Use same label for Layers and Objects dialogsNathan Lee1-13/+5
Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129
2019-10-30Update the treeview in the objects-panel asynchronously, such that Inkscape ↵Diederik van Lierop1-84/+140
stays responsive with documents having a large number of objects
2019-10-29Update bounding box on changing blurNathan Lee1-0/+1
2019-10-28Fix some blurs iddle large loopsJabiertxof1-1/+0
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-3/+3
fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
2019-10-20Improvements to blending and tooltipJabier Arraiza1-2/+18
2019-10-19More improvements to the objects panel:Diederik van Lierop1-112/+51
- 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-19/+42
2019-10-14Fix compiling bugJabier Arraiza1-1/+1
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza1-51/+9
2019-10-12Fix misleading indentationDiederik van Lierop1-1/+2
2019-10-12Update objects.cppMarc Jeanmougin1-1/+1
2019-10-11Prevent the objects panel from grinding Inkscape to a halt, for example when ↵Diederik van Lierop1-31/+154
ungrouping a large group
2019-07-21Make menu icon preference apply to Layers and Objects dialogsPatrick Storz1-1/+4
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-62/+37
2019-07-20Fix icon positions in context menus of Layers and Objects dialogsPatrick Storz1-1/+7
Fixes https://gitlab.com/inkscape/inbox/issues/462
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-9/+0
2019-05-12Add Delete to Objects Dialog context menuNathan Lee1-2/+3
Fixes https://gitlab.com/inkscape/inkscape/issues/226
2019-01-18Remove crashes when using attributes XML dialog with Objects dialog open (II)Jabier Arraiza1-3/+6
2019-01-02modernize loopsMarc Jeanmougin1-14/+13
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof1-1/+1
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
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-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-10-01Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun1-0/+2
Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
2018-08-04Fixing coding styleJabiertxo Arraiza Cenoz1-2/+4
2018-08-04Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz1-2/+2
2018-07-21adding gtk-themeJabier Arraiza1-5/+4
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-52/+52
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-6/+6
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-17/+22
A lot of header clean-up.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-12-26GtkMM popup menu deprecation fixesAlexander Valavanis1-0/+6
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-1/+1
2017-12-19Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah1-77/+29
the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-2/+2
Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2017-08-07fix set_set_Marc Jeanmougin1-1/+1
2017-08-06objects dialog: Gtk+ < 3.16 compatAlexander Valavanis1-0/+4
2017-07-09Update GtkDialog usageAlexander Valavanis1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-1/+2
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-12/+27
2017-06-29Rm remaining imagemenuitem usageAlexander Valavanis1-17/+21
2017-06-29Remove old icon handling codeAlexander Valavanis1-4/+3
2017-06-23Improve and simplify shortcut handling.Eduard Braun1-7/+1
Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
2017-05-23bugfix: change active layerchr1-0/+8
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)