shell32: Indentation fix.
[wine] / dlls / winex11.drv / systray.c
2012-10-25  Alexandre Julliardwinex11: Ignore WM_PAINT for layered system tray icons.
2012-10-15  Marcus Meissnerwinex11.drv: Free bitmap info after being done (Coverity).
2012-10-02  Alexandre Julliardwinex11: Use ARGB layered windows for system tray icons...
2012-09-18  Alexandre Julliardwinex11: Add window data locking to the system tray...
2012-09-17  Alexandre Julliardwinex11: Avoid passing a window data structure to funct...
2012-09-04  Alexandre Julliardwinex11: Create the whole window at window creation...
2012-09-03  Alexandre Julliardwinex11: Only create the client window when the pixel...
2012-08-16  Alexandre Julliardwinex11: Remove the remaining X11 locking calls.
2012-08-14  Alexandre Julliardwinex11: Remove X11 locking around simple X calls.
2012-01-11  AndrĂ© Hentschelwinex11.drv: No need for WINE_ prefixed debug output...
2010-12-15  Alexandre Julliardwinex11: Potentially update the system tray notificatio...
2010-12-15  Alexandre Julliardwinex11: Add support for displaying system tray notific...
2010-12-15  Alexandre Julliardwinex11: Store information needed for the info balloon...
2010-11-05  Alexandre Julliardwinex11: Don't try to unmap systray windows, it confuse...
2010-11-02  Alexandre Julliardwinex11: Re-dock icons when the system tray owner has...
2010-11-02  Alexandre Julliardwinex11: Improve management of the lifetime of embedded...
2010-11-01  Alexandre Julliardwinex11: Manage the system tray stand-alone window...
2010-01-22  Alexandre Julliardwinex11: Use the thread connection to clear the systray...
2009-12-28  Michael Stefaniucwinex11.drv: Remove some explicit LPARAM/WPARAM casts.
2008-12-17  Maarten Lankhorstwinex11.drv/explorer: Add CDECL to exported functions.
2008-06-26  Alexandre Julliardwinex11: Explicitly request creation of the thread...
2008-06-26  Alexandre Julliardwinex11: Pass the display as parameter to a few more...
2008-05-13  Alexandre Julliardexplorer: Use a different return value to indicate...
2008-05-02  Andrew Talbotwinex11.drv: Remove unused variables.
2008-04-28  Bryan DeGrendelwinex11: Rudimentary drawing support for display balloo...
2008-04-09  Alexandre Julliardwinex11: Get rid of the useless systray hidden flag.
2008-04-09  Alexandre Julliardwinex11: Add some generic support for XEMBED client...
2008-04-08  Alexandre Julliardwinex11: Add a timer to detect when a systray owner...
2008-04-08  Alexandre Julliardwinex11: Make the system tray window transparent.
2008-04-08  Alexandre Julliardwinex11: Move all the embedded systray window support...