summaryrefslogtreecommitdiffstats
path: root/src/dialogs/layers-panel.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-810/+0
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-2/+5
2008-10-27From trunkTed Gould1-3/+4
2008-10-11Merging from trunkTed Gould1-0/+14
2008-07-20extract ImageToggler from layers dialogJohan B. C. Engelen1-108/+3
2008-07-15Fixed layers dialog to correctly fetch icons from new location/code.Jon A. Cruz1-16/+15
2008-07-02add shadow to layers listMenTaLguY1-0/+1
2008-07-02add tab to layers dialogMenTaLguY1-3/+6
2008-06-14Added duplicate layer command. Fixes bug #171246.Jon A. Cruz1-1/+7
2008-06-13Added the ability to toggle a layer "solo". Fixes bug #171530.Jon A. Cruz1-3/+9
2008-01-01make blend versus blur more configurable on a case-by-case basisMenTaLguY1-1/+1
2008-01-01separate blend history for objects versus layersMenTaLguY1-1/+2
2008-01-01first crack at enabling blend for layers dialogMenTaLguY1-54/+5
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-10/+6
2007-11-22The dialog to panel refactoring:gustav_b1-9/+9
2007-11-10Warning cleanupJon A. Cruz1-8/+8
2007-08-29Dockable dialogs patch applied gustav_b1-10/+11
2007-01-17prevent self-induced firings of opacity-changed callback; fixes 1636968bulia byak1-5/+2
2006-12-23Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 rangeJohn Bintz1-9/+9
2006-10-10undo annotationsbulia byak1-4/+4
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-1/+1
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-1/+1
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-3/+6
2006-06-05Allow "new layer" action when no layer selectedJon A. Cruz1-3/+7
2006-06-05comment cleanupJon A. Cruz1-2/+2
2006-06-05Fixing crash on layer delete undoJon A. Cruz1-3/+5
2006-06-01Added opacity sliderJon A. Cruz1-0/+60
2006-05-29workaround assertion upon file revertJon A. Cruz1-6/+9
2006-05-28Option to keep selection when changing layersJon A. Cruz1-8/+2
2006-05-28clicking toggles doesn't change selected layer.Jon A. Cruz1-1/+83
2006-05-27make button labels translatable, and use HButtonBox versus HBox for better ap...MenTaLguY1-16/+20
2006-05-27Prevent layer name duplicationJon A. Cruz1-2/+2
2006-05-26Clear old selection when changing layerJon A. Cruz1-1/+7
2006-05-23Panel refactoringJon A. Cruz1-1/+1
2006-05-21Adding notification when managed layers change.Jon A. Cruz1-3/+25
2006-05-20Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz1-14/+102
2006-05-19Selection and event handling cleanup. Added deeper display.Jon A. Cruz1-92/+133
2006-05-18stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...Jon A. Cruz1-9/+138
2006-05-17Flipped top/bottom in layers UI to reflect visible stacking.Jon A. Cruz1-2/+2
2006-05-17Switched icons to stock generic.Jon A. Cruz1-8/+19
2006-05-17* src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.mjwybrow1-1/+1
2006-05-15Base implementation of a layers dialog.Jon A. Cruz1-0/+487