summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Multiple fixes for the objects panelDiederik van Lierop2019-11-181-39/+105
|
* Use same label for Layers and Objects dialogsNathan Lee2019-11-101-13/+5
| | | | | Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129
* Update the treeview in the objects-panel asynchronously, such that Inkscape ↵Diederik van Lierop2019-10-301-84/+140
| | | | stays responsive with documents having a large number of objects
* Update bounding box on changing blurNathan Lee2019-10-291-0/+1
|
* Fix some blurs iddle large loopsJabiertxof2019-10-281-1/+0
|
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-3/+3
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* Improvements to blending and tooltipJabier Arraiza2019-10-201-2/+18
|
* More improvements to the objects panel:Diederik van Lierop2019-10-191-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
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-19/+42
|
* Fix compiling bugJabier Arraiza2019-10-141-1/+1
|
* Re-Add blending modes UI using CSS instead filtersJabier Arraiza2019-10-141-51/+9
|
* Fix misleading indentationDiederik van Lierop2019-10-121-1/+2
|
* Update objects.cppMarc Jeanmougin2019-10-121-1/+1
|
* Prevent the objects panel from grinding Inkscape to a halt, for example when ↵Diederik van Lierop2019-10-111-31/+154
| | | | ungrouping a large group
* Make menu icon preference apply to Layers and Objects dialogsPatrick Storz2019-07-211-1/+4
| | | | | 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-62/+37
|
* Fix icon positions in context menus of Layers and Objects dialogsPatrick Storz2019-07-201-1/+7
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/462
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-9/+0
|
* Add Delete to Objects Dialog context menuNathan Lee2019-05-121-2/+3
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/226
* Remove crashes when using attributes XML dialog with Objects dialog open (II)Jabier Arraiza2019-01-181-3/+6
|
* modernize loopsMarc Jeanmougin2019-01-021-14/+13
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-1/+1
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* 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" wherever possibleEduard Braun2018-10-011-3/+0
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Fixing coding styleJabiertxo Arraiza Cenoz2018-08-041-2/+4
|
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-041-2/+2
|
* adding gtk-themeJabier Arraiza2018-07-211-5/+4
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-52/+52
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-17/+22
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-261-0/+6
|
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-1/+1
|
* Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah2017-12-191-77/+29
| | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-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.
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* fix set_set_Marc Jeanmougin2017-08-071-1/+1
|
* objects dialog: Gtk+ < 3.16 compatAlexander Valavanis2017-08-061-0/+4
|
* Merge branch 'shortcuts' (!41)Eduard Braun2017-07-111-7/+1
|\
| * Merge branch 'master' into shortcutsEduard Braun2017-07-091-32/+51
| |\
| * | Improve and simplify shortcut handling.Eduard Braun2017-06-231-7/+1
| | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* | | Update GtkDialog usageAlexander Valavanis2017-07-091-1/+1
| |/ |/|
* | Fix Gtk alignment APIAlexander Valavanis2017-07-081-1/+2
| |
* | Gtkmm deprecation fixesAlexander Valavanis2017-07-061-12/+27
| |
* | Rm remaining imagemenuitem usageAlexander Valavanis2017-06-291-17/+21
| |