summaryrefslogtreecommitdiff
path: root/kde
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Remove run dialog and main menu action support from decorators.Danny Baumann6-40/+0
2009-01-14Implement KDecorationBridge unstable API, needed for KDE 4.2.Danny Baumann2-1/+32
2009-01-14Adapt for new krunner DBus interface in KDE 4.2.Danny Baumann1-3/+4
2009-01-14Plasma::PanelSvg was renamed to Plasma::FrameSvg in KDE 4.2.Danny Baumann2-12/+12
2008-09-17Make sure kwinadaptor.h is built before it's used in the source.Danny Baumann1-5/+6
2008-09-17Don't distribute autogenerated files.Dennis Kasprzyk2-6/+11
2008-09-10Improved handling of the "process killer" process.Dennis Kasprzyk2-27/+21
2008-06-24Use default icon, if no icon is stored in the window properties.Dennis Kasprzyk2-9/+33
2008-06-18Use a single shot timer to prevent recursive repaint calls, if a decoration s...Dennis Kasprzyk2-4/+2
2008-06-17Update switcher text background correctly.Dennis Kasprzyk1-2/+3
2008-05-29Applied libdecoration changes to kde4 window decorator.Dennis Kasprzyk1-36/+44
2008-05-29Applied libdecoration changes to kde3 window decorator.Dennis Kasprzyk1-36/+44
2008-05-20The decorator won't get a button release event after resize and move, so we h...Dennis Kasprzyk3-0/+23
2008-05-18Removed debug output code.Dennis Kasprzyk1-2/+0
2008-05-18Disable Qt 4.4 "window less child widgets" feature to make button drawing wor...Dennis Kasprzyk1-0/+3
2008-05-06Applied plasma API changes.Dennis Kasprzyk3-107/+28
2008-02-26Clear switcher content to make sure that the new background pixmap gets applied.Dennis Kasprzyk1-0/+1
2008-02-07Fixed handling of autogenerated files to make distcheck work again.Dennis Kasprzyk1-2/+3
2008-02-01Watch for plasma theme changes.Dennis Kasprzyk2-0/+17
2008-02-01Set switcher backgound pixmap instead of only a color.Dennis Kasprzyk2-11/+9
2008-02-01Use Plasma::Svg and some code from Plasma::Dialog to paint directly into a QP...Dennis Kasprzyk3-131/+153
2008-02-01Do not resize the decoration widget to the wrong dimensions first.Dennis Kasprzyk1-8/+5
2008-02-01Set switcher selection color.Dennis Kasprzyk3-2/+17
2008-02-01Removed old switcher code.Dennis Kasprzyk2-40/+7
2008-02-01Include only needed headers.Dennis Kasprzyk2-19/+6
2008-02-01Set blur property for the switcher window.Dennis Kasprzyk2-3/+83
2008-02-01Use Plasma to draw the application switcher window.Dennis Kasprzyk5-28/+393
2008-01-31Give switcher window active window decorations.Danny Baumann1-0/+3
2008-01-31Make decoration atom names part of the decoration interface.Danny Baumann2-12/+14
2008-01-30Use new atom names.Dennis Kasprzyk1-5/+6
2008-01-30Use new atom names.Dennis Kasprzyk1-5/+6
2008-01-30The KDE4 window decorator now only uses public KDE API (version >= 4.0.1) to ...Dennis Kasprzyk8-25/+327
2008-01-22Added kde-window-decorator KDE 4 port.Dennis Kasprzyk12-1/+4481
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 Reveman2-7/+0
2007-08-02Fix initialization order of mClientId and mFrame.David Reveman1-1/+1