summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make menu icon preference apply to Layers and Objects dialogsPatrick Storz2019-07-211-0/+1
| | | | | 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-1/+1
|
* 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" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-5/+0
| | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-6/+0
| | | (bzr r15023.2.7)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt clickJohn Smith2012-11-181-1/+1
| | | (bzr r11879)
* Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ↵Alex Valavanis2012-10-231-3/+6
| | | | | | | | GTK+ 3 Fixed bugs: - https://launchpad.net/bugs/1069181 (bzr r11823)
* Fix for 377294 : Layer dialog rename when no label existsJohn Smith2012-07-121-1/+0
| | | (bzr r11541)
* Fix for 181473 : Layer label edit keyboard shortcutsJohn Smith2012-07-081-1/+2
| | | (bzr r11532)
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-0/+12
| | | (bzr r11526)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+4
| | | (bzr r11230)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-6/+3
| | | (bzr r11018)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10826)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-2/+2
| | | (bzr r10176)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-271-4/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8407)
* Remove unnecessary tab in Layers dialog (closes LP #364224)Maximilian Albert2009-07-291-1/+0
| | | (bzr r8358)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+146
should be. Build libinkscape.a - should reduce link time. (bzr r7337)