summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-21Make menu icon preference apply to Layers and Objects dialogsPatrick Storz1-0/+1
2019-07-20Simplify code for context menu items of Layers and Objects dialogsPatrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2018-01-17Move code related to SwatchesPanel where it belongsStefano Facchini1-5/+0
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-6/+0
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2012-11-18Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt clickJohn Smith1-1/+1
2012-10-23Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ...Alex Valavanis1-3/+6
2012-07-12Fix for 377294 : Layer dialog rename when no label existsJohn Smith1-1/+0
2012-07-08Fix for 181473 : Layer label edit keyboard shortcutsJohn Smith1-1/+2
2012-07-05Fix for 181473 : Layers drag and dropJohn Smith1-0/+12
2012-04-11Clean up a few Gtkmm orientablesAlex Valavanis1-0/+4
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-6/+3
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+0
2011-04-16change spinbox to new one in many places.Johan B. C. Engelen1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-04-27Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz1-4/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-07-29Remove unnecessary tab in Layers dialog (closes LP #364224)Maximilian Albert1-1/+0
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
2008-11-21Merge from fe-movedTed Gould1-2/+3
2008-07-02add tab to layers dialogMenTaLguY1-0/+3
2008-01-01first crack at enabling blend for layers dialogMenTaLguY1-5/+4
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-2/+0
2007-11-22The dialog to panel refactoring:gustav_b1-5/+5
2007-08-29Dockable dialogs patch applied gustav_b1-4/+4
2006-12-23Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 rangeJohn Bintz1-0/+2
2006-06-05Fixing crash on layer delete undoJon A. Cruz1-0/+3
2006-06-01Added opacity sliderJon A. Cruz1-0/+7
2006-05-28clicking toggles doesn't change selected layer.Jon A. Cruz1-0/+4
2006-05-27make button labels translatable, and use HButtonBox versus HBox for better ap...MenTaLguY1-1/+2
2006-05-21Adding notification when managed layers change.Jon A. Cruz1-3/+5
2006-05-19Selection and event handling cleanup. Added deeper display.Jon A. Cruz1-0/+6
2006-05-18stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...Jon A. Cruz1-1/+10
2006-05-17Switched icons to stock generic.Jon A. Cruz1-1/+1
2006-05-15Base implementation of a layers dialog.Jon A. Cruz1-0/+111