summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use same label for Layers and Objects dialogsNathan Lee2019-11-101-2/+2
| | | | | Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129
* Add export/import PDF blend modes and add isolation modifierJabier Arraiza2019-10-191-0/+1
|
* Make menu icon preference apply to Layers and Objects dialogsPatrick Storz2019-07-211-1/+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-50/+29
|
* Fix icon positions in context menus of Layers and Objects dialogsPatrick Storz2019-07-201-1/+6
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/462
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-8/+0
|
* fix #158 crash on exit w/ layer dialogThomas Holder2019-04-251-0/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-12/+12
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-2/+2
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-2/+2
| | | | 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.
* Remove the custom handling of column editability, that is not how to do it.Martin Owens2018-09-111-46/+1
|
* adding gtk-themeJabier Arraiza2018-07-211-6/+6
|
* 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-38/+38
| | | | | 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-1/+1
| | | | | 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-7/+12
| | | | 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/+5
|
* 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-1/+4
| | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-2/+2
|
* layers dialog: Gtk < 3.16 fallbackAlexander Valavanis2017-07-291-0/+4
|
* Rm remaining imagemenuitem usageAlexander Valavanis2017-06-291-16/+19
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-5/+4
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-4/+0
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+12
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+1
|/ | | (bzr r15025)
* fixes layer movement when there is a document scaling factorMarc Jeanmougin2015-12-191-2/+2
| | | (bzr r14538)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-8/+0
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Fix undo history entry for moving a layer (consistency)su_v2015-06-031-1/+1
| | | (bzr r14194)
* Fix for bug 1194091Marc Jeanmougin2015-05-101-2/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1194091 (bzr r14142)
* Layers. Fix for Bug #1326131 (Can't delete layer from context menu).Nicolas Dufour2014-06-291-4/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1326131 (bzr r13442)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-16/+16
| | | (bzr r13236)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-8/+8
| | | (bzr r12868)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ↵Nicolas Dufour2013-09-071-1/+2
| | | | | | | | instead of layer name). Fixed bugs: - https://launchpad.net/bugs/1219175 (bzr r12503)
* Merge recent changes from inkscape trunkEric Greveson2013-07-031-2/+2
|\ | | | | (bzr r12387.1.6)
| * Fix crash when undoing/redoing a duplicate layer.Martin Owens2013-06-281-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1183206 (bzr r12395)
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-3/+4
|/ | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-121-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328)
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)