summaryrefslogtreecommitdiff
path: root/kde/window-decorator
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Remove run dialog and main menu action support from decorators.Danny Baumann3-22/+0
2008-09-17Don't distribute autogenerated files.Dennis Kasprzyk1-3/+3
2008-05-29Applied libdecoration changes to kde3 window decorator.Dennis Kasprzyk1-36/+44
2008-01-31Give switcher window active window decorations.Danny Baumann1-0/+3
2008-01-31Make decoration atom names part of the decoration interface.Danny Baumann1-6/+7
2008-01-30Use new atom names.Dennis Kasprzyk1-5/+6
2008-01-15Wait for the proper configure (and map) events before rebinding the decoratio...Dennis Kasprzyk3-9/+16
2007-11-19Use the kwin translation catalogue to provide a translated window menu.Dennis Kasprzyk1-0/+3
2007-11-11Fix dbus paths (shadow_offset_x/y -> shadow_x/y_offset).Danny Baumann1-2/+2
2007-11-11Fix typos.Danny Baumann1-2/+2
2007-11-11The display dbus path is now "display", no longer "allscreens".Danny Baumann1-2/+2
2007-10-30Add --sm-disable option to kwd.David Reveman1-0/+4
2007-10-30Reparent window just before mapping it and avoid hiding itDavid Reveman2-4/+4
2007-10-30Don't remove WType_TopLevel bit when reloading decorations.David Reveman1-1/+0
2007-10-30Make mCompositeWindow an X window instead of a QWidget.David Reveman2-16/+19
2007-10-30Remove whitespaces.David Reveman1-1/+1
2007-10-30Reparent window instead of flipping the WType_TopLevel bit.David Reveman3-18/+16
2007-10-16Use real screen number rather than 0.Danny Baumann1-4/+4
2007-09-28We don't need to care about converting the returned name string.Danny Baumann1-8/+2
2007-09-18Use KDE functions to get the visible window name.Dennis Kasprzyk2-7/+21
2007-09-05Only assign the default shadow to windows which use default decorations.Danny Baumann4-2/+13
2007-08-03Remove .cvsignore files.David Reveman1-5/+0
2007-08-02Fix initialization order of mClientId and mFrame.David Reveman1-1/+1
2007-08-02Shut up compiler.David Reveman1-1/+1
2007-07-27Fix type of path argument.David Reveman2-2/+2
2007-07-05Remove unnecessary NULL check.David Reveman1-22/+18
2007-05-08Fix typo.David Reveman1-1/+1
2007-04-05Avoid unnecessary work in kwd when window position changed.David Reveman1-15/+15
2007-03-30Make sure that widget or children isn't 0.David Reveman1-10/+19
2007-03-15Don't index past the end of the array.David Reveman1-1/+0
2007-03-12Respect allowed actions hint.Cedric1-3/+12
2007-03-09Call repaint to make sure decorations are updated properly whenDavid Reveman1-5/+2
2007-03-09Some themes update the layout when the borders function is calledDavid Reveman1-0/+1
2007-03-01Make sure mBorder gets initialized.David Reveman1-0/+2
2007-02-20Raise window when titlebar is clicked.Dennis Kasprzyk1-0/+1
2007-02-20Fix nasty server resource leak.Dennis Kasprzyk1-0/+3
2007-02-19Offset blut regions correctly.David Reveman1-7/+10
2007-01-26Add option to kwd for controlling decoration blurring.David Reveman7-2/+133
2007-01-04Avoid adding any of our own top level windows and deleting theDavid Reveman2-11/+38
2007-01-04Try to place titlebar stretch offset as far as possible to the leftDavid Reveman1-1/+26
2007-01-03Move return type above function name.David Reveman1-1/+2
2007-01-03Do not force a resize when maximize state changes.David Reveman1-1/+1
2006-12-30Add comment about using libtaskmanager for creating the window menu.David Reveman1-0/+4
2006-12-22Add author to some headers where it's missing.David Reveman9-12/+30
2006-12-22Add desktop sub menu to window popup window.David Reveman2-0/+57
2006-12-21Fix typo.David Reveman1-1/+1
2006-12-21Make sure we always have a reasonable geometry set.David Reveman1-0/+4
2006-12-21Decorate windows with unknown window type.David Reveman1-0/+1
2006-12-21Check window type before adding decorations to a window.David Reveman1-0/+20
2006-12-21Add support for force quit dialog.David Reveman5-1/+92