summaryrefslogtreecommitdiffstats
path: root/src/dialogs/layers-panel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added duplicate layer command. Fixes bug #171246.Jon A. Cruz2008-06-141-1/+7
* Added the ability to toggle a layer "solo". Fixes bug #171530.Jon A. Cruz2008-06-131-3/+9
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-011-1/+1
* separate blend history for objects versus layersMenTaLguY2008-01-011-1/+2
* first crack at enabling blend for layers dialogMenTaLguY2008-01-011-54/+5
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-10/+6
* The dialog to panel refactoring:gustav_b2007-11-221-9/+9
* Warning cleanupJon A. Cruz2007-11-101-8/+8
* Dockable dialogs patch applied gustav_b2007-08-291-10/+11
* prevent self-induced firings of opacity-changed callback; fixes 1636968bulia byak2007-01-171-5/+2
* Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 rangeJohn Bintz2006-12-231-9/+9
* undo annotationsbulia byak2006-10-101-4/+4
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-1/+1
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-1/+1
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-3/+6
* Allow "new layer" action when no layer selectedJon A. Cruz2006-06-051-3/+7
* comment cleanupJon A. Cruz2006-06-051-2/+2
* Fixing crash on layer delete undoJon A. Cruz2006-06-051-3/+5
* Added opacity sliderJon A. Cruz2006-06-011-0/+60
* workaround assertion upon file revertJon A. Cruz2006-05-291-6/+9
* Option to keep selection when changing layersJon A. Cruz2006-05-281-8/+2
* clicking toggles doesn't change selected layer.Jon A. Cruz2006-05-281-1/+83
* make button labels translatable, and use HButtonBox versus HBox for better ap...MenTaLguY2006-05-271-16/+20
* Prevent layer name duplicationJon A. Cruz2006-05-271-2/+2
* Clear old selection when changing layerJon A. Cruz2006-05-261-1/+7
* Panel refactoringJon A. Cruz2006-05-231-1/+1
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-3/+25
* Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2006-05-201-14/+102
* Selection and event handling cleanup. Added deeper display.Jon A. Cruz2006-05-191-92/+133
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...Jon A. Cruz2006-05-181-9/+138
* Flipped top/bottom in layers UI to reflect visible stacking.Jon A. Cruz2006-05-171-2/+2
* Switched icons to stock generic.Jon A. Cruz2006-05-171-8/+19
* * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.mjwybrow2006-05-171-1/+1
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+487