summaryrefslogtreecommitdiffstats
path: root/src/dialogs/layers-panel.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-146/+0
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Merge from fe-movedTed Gould2008-11-211-2/+3
| | | (bzr r6891)
* add tab to layers dialogMenTaLguY2008-07-021-0/+3
| | | (bzr r6114)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-011-5/+4
| | | (bzr r4354)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-2/+0
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
* The dialog to panel refactoring:gustav_b2007-11-221-5/+5
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Dockable dialogs patch applied gustav_b2007-08-291-4/+4
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 rangeJohn Bintz2006-12-231-0/+2
| | | (bzr r2100)
* Fixing crash on layer delete undoJon A. Cruz2006-06-051-0/+3
| | | (bzr r1156)
* Added opacity sliderJon A. Cruz2006-06-011-0/+7
| | | (bzr r1120)
* clicking toggles doesn't change selected layer.Jon A. Cruz2006-05-281-0/+4
| | | (bzr r1036)
* make button labels translatable, and use HButtonBox versus HBox for better ↵MenTaLguY2006-05-271-1/+2
| | | | | appearance (bzr r1025)
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-3/+5
| | | (bzr r917)
* Selection and event handling cleanup. Added deeper display.Jon A. Cruz2006-05-191-0/+6
| | | (bzr r892)
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ↵Jon A. Cruz2006-05-181-1/+10
| | | | | menu, in-place renamimg, and position-sensitive enabling (bzr r873)
* Switched icons to stock generic.Jon A. Cruz2006-05-171-1/+1
| | | (bzr r860)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+111
(bzr r843)