Huw Davies
42e50e44f4
user32: Don't call CreateDesktop() with an empty desktop name.
...
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-24 18:34:15 +02:00
Zhiyi Zhang
b5d58ff69c
explorer: Initialize registry display settings for all adapters.
...
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-11 16:51:34 +02:00
Zebediah Figura
7b56edf9a4
explorer: Implement IShellWindows::FindWindowSW() for non-desktop windows.
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-18 12:10:49 +02:00
Zebediah Figura
54e1559a25
explorer: Implement IShellWindows::OnNavigate().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-18 12:10:47 +02:00
Zebediah Figura
aeff6f189f
explorer: Implement IShellWindows::Register() and IShellWindows::Revoke().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-18 12:10:44 +02:00
Jacek Caban
beaef92010
user32: Allow using null driver as a normal graphics driver.
...
When explicitly requested by config, Wine will use null driver in the
same way as we allow using it for invisible winstations.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-12 08:51:25 +01:00
Huw Davies
e73d824121
explorer: Set the default driver to mac,x11 in all cases.
...
The host specific options won't work with the PE build anyway.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-20 18:32:02 +02:00
Alexandre Julliard
e5e79bb7aa
explorer: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-03 16:30:39 +02:00
Alexandre Julliard
ed22f0454b
explorer: Move screen saver activation to the X11 driver.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-03 16:30:39 +02:00
Ralf Habacker
ddb713653b
explorer: Fix atom leaks caused by not releasing DDE interface.
...
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-29 17:48:33 +01:00
Alexandre Julliard
9f8049105d
explorer: Move the check for the magic root desktop to the X11 driver.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-31 16:43:18 +01:00
Michael Stefaniuc
83e481fee2
explorer: Use the ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-21 23:21:52 +02:00
Zebediah Figura
fc14753dc0
explorer: Wrap the desktop window procedure instead of replacing it.
...
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-04 19:07:22 +02:00
Alexandre Julliard
e6fdea726a
explorer: Allow the driver to override the desktop winproc at creation time.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-08 10:08:04 +02:00
Akihiro Sagawa
505be073a1
explorer: Avoid using isspace() for WCHARs.
...
Found with Coccinelle.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-17 16:11:27 +02:00
Bruno Jesus
3eaf586149
explorer: Ensure launchers_per_row is at least 1 as it is used in divisions.
...
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-12-07 14:45:17 +01:00
Alexandre Julliard
f4568fc640
explorer: Add a generic handler for desktop notifications.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-31 13:55:45 +09:00
Michael Stefaniuc
51144d6a6d
explorer: Print the debug string and not the pointer to it.
2015-06-30 17:40:27 +09:00
Nikolay Sivov
3ec3fa5eb7
explorer: Return desktop shellview interface.
2015-05-08 18:33:51 +09:00
Nikolay Sivov
d1e309abe2
explorer: Added IDispatch support for IShellWindows.
2015-05-05 10:16:45 +09:00
Nikolay Sivov
eeabe96abb
explorer: Return IShellBrowser in response to SID_STopLevelBrowser.
2015-05-04 15:08:38 +09:00
Nikolay Sivov
3c7bf0350a
explorer: Added stub IServiceProvider support for shell browser window.
2015-05-04 15:08:33 +09:00
Nikolay Sivov
68c5fed5cc
explorer: Implement Application property.
2015-05-04 15:08:27 +09:00
Nikolay Sivov
58775c878a
explorer: Added IDispatch support for ShellBrowserWindow instance.
2015-05-04 15:08:24 +09:00
Nikolay Sivov
a74c56a3b9
explorer: Added stub IWebBrowser2 support for desktop shell window.
2015-05-01 15:17:03 +09:00
Nikolay Sivov
b4769495bc
explorer: Added a stub IShellWindows implementation.
...
Most of it was done by Andrew Eikum.
2015-04-29 12:26:32 +09:00
Alexandre Julliard
aceec41e93
explorer: Cleanup system tray icons when their owner is destroyed instead of polling.
2015-03-27 20:40:36 +09:00
Alexandre Julliard
6bf64f0ac2
user32: Fail creation of the desktop window earlier on when it already exists.
2014-01-28 12:51:59 +01:00
Vincent Povirk
dfaf6a42ac
explorer: Default to showing the systray if the desktop is named "shell".
2014-01-08 16:11:40 +01:00
Vincent Povirk
913cb83622
explorer: Add a registry setting to always show the systray.
2014-01-08 16:11:39 +01:00
Alexandre Julliard
1483bfa21d
explorer: Remove SWP_NOACTIVATE to ensure that the foreground window is set to the desktop.
2013-11-04 20:14:33 +01:00
Alexandre Julliard
b236142530
explorer: Allow to specify the name of the graphics driver in the /desktop option.
2013-10-30 09:47:08 +01:00
Alexandre Julliard
43f042ed9c
explorer: Load the graphics driver specified in the registry instead of relying on gdi32.
2013-10-29 12:11:52 +01:00
Alexandre Julliard
f5113d2d56
user32: Set the display device property on the desktop window as soon as it is created.
2013-10-24 19:01:55 +02:00
Alexandre Julliard
a6c7f6a4ba
explorer: Store the graphics driver name for the desktop in the registry.
2013-10-22 20:19:16 +02:00
Alexandre Julliard
0d40cdc779
explorer: Avoid crashing when the desktop launchers are not initialized.
2013-10-18 14:39:38 +02:00
Alexandre Julliard
040bd407c7
explorer: Make sure the graphics driver module is always set.
2013-10-18 14:39:38 +02:00
Alexandre Julliard
13149b67d3
explorer: Create the driver desktop window after the window handle is created.
2013-10-16 12:13:50 +02:00
Alexandre Julliard
1f9c541b58
explorer: Set the final size of the desktop window only after it has been created.
2013-10-16 12:01:32 +02:00
Marcus Meissner
9a336ce3e7
explorer: Fixed wrong heapalloc size (Coverity).
2013-06-10 11:52:54 +02:00
Alexandre Julliard
9eb3f6a3db
explorer: Don't worry about desktop launchers in non-desktop mode.
2013-06-06 10:46:17 +02:00
Qian Hong
c8d1d4aadc
explorer: Create non-existent folders when initializing launchers.
2013-06-05 20:30:58 +02:00
Hans Leidekker
d62e7f7b9b
explorer: Watch the desktop folders for changes and update the launcher list accordingly.
2013-05-28 14:55:42 +02:00
Hans Leidekker
e44f0c8f2d
explorer: Initial implementation of desktop launchers.
2013-05-28 14:55:32 +02:00
Alexandre Julliard
43ac582d7d
libport: Rename spawnvp to _spawnvp to avoid the deprecated name.
2013-04-09 15:26:10 +02:00
Ken Thomases
7eec5ad781
explorer: Create desktop window hidden and only show it if it wins the race.
2013-03-26 16:38:10 +01:00
Alexandre Julliard
a73c5d5c81
explorer: Return a simple boolean instead of a window in the wine_create_desktop entry point.
2013-02-06 12:50:04 +01:00
Alexandre Julliard
3e24a17c03
explorer: Retrieve the graphics driver module from gdi32.
2013-02-06 12:46:14 +01:00
Alexandre Julliard
1247225841
user32: Refresh the desktop when the wallpaper is changed.
2012-12-03 18:24:34 +01:00
Alexandre Julliard
b2fa004ee4
user32: Simplify initialization of the desktop wallpaper.
2012-11-15 21:21:48 +01:00