Maarten Lankhorst
|
d6bc9fc9f3
|
winex11.drv/explorer: Add CDECL to exported functions.
|
2008-12-17 15:02:25 +01:00 |
Alexandre Julliard
|
b66685cdd8
|
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
|
2008-09-03 14:21:41 +02:00 |
Aric Stewart
|
f8096d2b84
|
systray: Keep systray hidden when requested by moving it off screen.
|
2008-08-29 14:00:12 +02:00 |
Alexandre Julliard
|
26e566b91f
|
explorer: Use a different return value to indicate that the x11 system tray is not available, so that x11drv can return errors too.
|
2008-05-13 21:02:46 +02:00 |
Alexandre Julliard
|
698805d8c5
|
explorer: Implement a global system tray window.
|
2008-04-08 15:56:24 +02:00 |
Alexandre Julliard
|
52246fb921
|
winex11: Move all the embedded systray window support to winex11.drv.
|
2008-04-08 15:47:36 +02:00 |
Kirill K. Smirnov
|
be784ba1c5
|
systray: Better validate icon owner.
|
2008-02-15 11:38:24 +01:00 |
Kirill K. Smirnov
|
be2911a180
|
systray: Correctly handle icon addition/deletion.
|
2008-02-15 11:38:19 +01:00 |
Kirill K. Smirnov
|
7515f312f9
|
systray: Avoid modifying non-existent tooltip windows of non-existent icon windows when application updates tip of hidden icon.
|
2008-02-15 11:35:16 +01:00 |
Kirill K. Smirnov
|
43083236c4
|
systray: Add support for NIS_HIDDEN flag.
|
2008-02-06 12:52:38 +01:00 |
Kirill K. Smirnov
|
b391b8af58
|
systray: Properly track errors.
|
2008-02-06 12:52:34 +01:00 |
Alexandre Julliard
|
cbdf1294e6
|
winex11: Export a function to dock a window into the system tray, and get rid of the WS_EX_TRAYWINDOW style.
|
2008-01-23 21:40:45 +01:00 |
Rob Shearman
|
e301d17211
|
explorer: Add a fixme to show when applications are trying to show a balloon tip in the taskbar notification area.
|
2007-11-20 12:28:59 +01:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Mikołaj Zalewski
|
44e3200a8d
|
shell32: Handle invalid cbSize in Shell_NotifyIcon[AW].
|
2007-05-11 11:45:45 +02:00 |
Mikołaj Zalewski
|
cdf06864e2
|
shell32/explorer: Support different structure sizes in Shell_NotifyIcon.
|
2007-03-19 13:05:30 +01:00 |
Kirill K. Smirnov
|
3456e5627a
|
explorer/systray: Some code cleanup.
|
2007-01-12 11:25:35 +01:00 |
James Liggett
|
70cb31e4e6
|
explorer: Add support for tooltips for system tray icons.
Based on the original systray implementation by Kai Morich <kai.morich@bigfoot.de>.
|
2006-09-11 12:15:51 +02:00 |
Michael Stefaniuc
|
32b1a24501
|
janitorial: Move the storage specifier to the beginning of the declaration.
|
2006-07-07 14:30:35 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Andrew Riedi
|
58c61b5615
|
explorer: Fixed a typo in system tray.
|
2006-04-17 11:18:42 +02:00 |
Robert Shearman
|
e8fe7004c7
|
shell32: Adding a systray item with an invalid icon handle is allowed.
|
2006-03-27 21:41:30 +02:00 |
Alexandre Julliard
|
576e3b7062
|
explorer: Merged systray support with the desktop window main loop.
Systray is now always available as part of the desktop and doesn't
need to be started from shell32.
|
2006-03-07 11:50:05 +01:00 |
Alexandre Julliard
|
acdd03add6
|
explorer: Moved systray configuration option to a more appropriate place
and make it compatible with the way other options are stored.
|
2006-02-22 17:01:15 +01:00 |
Robert Shearman
|
f689e3fca4
|
shell32: Move systray handling to the explorer process.
|
2006-02-22 16:33:33 +01:00 |