summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-10Use same label for Layers and Objects dialogsNathan Lee1-2/+2
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-0/+1
2019-07-21Make menu icon preference apply to Layers and Objects dialogsPatrick Storz1-1/+3
2019-07-20Simplify code for context menu items of Layers and Objects dialogsPatrick Storz1-50/+29
2019-07-20Fix icon positions in context menus of Layers and Objects dialogsPatrick Storz1-1/+6
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-8/+0
2019-04-25fix #158 crash on exit w/ layer dialogThomas Holder1-0/+1
2019-01-02modernize loopsMarc Jeanmougin1-12/+12
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-2/+2
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
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
2018-09-11Remove the custom handling of column editability, that is not how to do it.Martin Owens1-46/+1
2018-07-21adding gtk-themeJabier Arraiza1-6/+6
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-38/+38
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
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-7/+12
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-12-26GtkMM popup menu deprecation fixesAlexander Valavanis1-0/+5
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-1/+1
2017-12-19Enable SimpleFilterModifier to handle blend and blur filter primitives at the...Tavmjong Bah1-1/+4
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-2/+2
2017-07-29layers dialog: Gtk < 3.16 fallbackAlexander Valavanis1-0/+4
2017-06-29Rm remaining imagemenuitem usageAlexander Valavanis1-16/+19
2017-06-29Remove old icon handling codeAlexander Valavanis1-5/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+1
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-4/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+12
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-12/+1
2015-12-19fixes layer movement when there is a document scaling factorMarc Jeanmougin1-2/+2
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-8/+0
2015-06-03Fix undo history entry for moving a layer (consistency)su_v1-1/+1
2015-05-10Fix for bug 1194091Marc Jeanmougin1-2/+10
2014-06-29Layers. Fix for Bug #1326131 (Can't delete layer from context menu).Nicolas Dufour1-4/+8
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-16/+16
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-8/+8
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-09-07Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ...Nicolas Dufour1-1/+2
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-3/+4
2013-06-28Fix crash when undoing/redoing a duplicate layer.Martin Owens1-2/+2
2013-05-12Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour1-0/+2
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
2012-11-26Fix undo history entry for layer renaming to be consistent with 'Rename Layer...su_v1-1/+1