summaryrefslogtreecommitdiff
path: root/panel/panel-base-window.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Improve thread-safety.Nick Schermer1-0/+2
2011-05-28Set window colormap and change autohide window type (bug #7435)Nick Schermer1-1/+4
2011-02-19Don't crash on a wrong colormap when changing screens.Nick Schermer1-16/+32
2011-02-13Print colormap debugging with PANEL_DEBUG=display-layout.Nick Schermer1-3/+2
2011-01-29Don't disappear when wm restarts with compositing (bug #7194).Nick Schermer1-53/+34
2011-01-24Improve window debug messages.Nick Schermer1-1/+1
2011-01-23Don't double expose the panel's child widget (bug #6872).Nick Schermer1-6/+3
2011-01-18Make the panels sticky for some window managers (bug #7130).Nick Schermer1-0/+4
2011-01-04Prepare for filtered debugging.Nick Schermer1-1/+1
2010-12-18Bump copyright to 2010 and fix licenses.Nick Schermer1-1/+1
2010-07-15Cleanup code a bit.Nick Schermer1-9/+3
2010-07-11Change colormap handling.Nick Schermer1-57/+34
2010-07-11Improve code for external plugins.Nick Schermer1-8/+0
2010-06-13Fix crash with panels without background color.Nick Schermer1-2/+9
2010-06-13Improve showing a window a bit.Nick Schermer1-0/+5
2010-05-28Fix possible uninitialized variable.Nick Schermer1-3/+3
2010-05-09Add support for more background options (bug #1731).Nick Schermer1-34/+268
2010-04-15Another try to fix the border positions.Nick Schermer1-3/+3
2010-04-15Fix rounding issues in panel borders.Nick Schermer1-9/+9
2010-03-04Restart external plugins on compositing changes.Nick Schermer1-0/+30
2010-02-26Get rid of the mask and make the code easier to understand.Nick Schermer1-2/+3
2010-02-26Follow GNU indent guidelines for switch.Nick Schermer1-77/+77
2010-02-26Review PanelBaseWindow.Nick Schermer1-42/+40
2010-02-26Add support for the 'old' 4.6 external plugins.Nick Schermer1-0/+4
2010-02-26Transfter the background alpha when needed and in a double.Nick Schermer1-1/+1
2010-02-26Get rid of the old SVN $Id$ lines.Nick Schermer1-1/+0
2010-02-26Set window properties in g_object_new().Nick Schermer1-6/+0
2010-02-26Make the selected panel color red.Nick Schermer1-3/+2
2010-02-26Improved panel window code.Nick Schermer1-0/+628