1. ed3ac5f explorer: Add support for displaying system tray notification balloons in desktop mode. by Alexandre Julliard · 14 years ago
  2. d2e0476 explorer: Store information needed for the info balloon in the tray icon structure. by Alexandre Julliard · 14 years ago
  3. 8c96385 explorer: Make the systray window look more like a real taskbar in desktop mode. by Alexandre Julliard · 14 years ago
  4. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  5. d8c0220 explorer: Only run the systray timer when a systray icon is present. by Alexandre Julliard · 15 years ago
  6. 6fb39df programs: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  7. 1d864cf explorer: Remove unneeded UNICODE define. by Michael Stefaniuc · 15 years ago
  8. 4c2c3ef shell32: Pack the systray data structure to allow crossing 32/64 boundaries. by Alexandre Julliard · 15 years ago
  9. 3cd9f97 shell32: Pack the appbar data structure to allow crossing 32/64 boundaries. by Alexandre Julliard · 15 years ago
  10. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  11. 781fcd4 explorer: Specify the full application path when starting winefile.exe. by Alexandre Julliard · 15 years ago
  12. 54d7c80 explorer: Initialize the Progman DDE interface when starting explorer. by Dmitry Timoshkov · 16 years ago
  13. 78dcb14 explorer: Quiet a few fixmes. by Vincent Povirk · 16 years ago
  14. d6bc9fc winex11.drv/explorer: Add CDECL to exported functions. by Maarten Lankhorst · 16 years ago
  15. e1ca679 explorer: Make appbar_wndproc() static. by Francois Gouget · 16 years ago
  16. 3f68641 explorer,shell32: Improve ABM_GETTASKBARPOS stub. by Vincent Povirk · 16 years ago
  17. ac865ad explorer: WM_SYSCOMMAND SC_SCREENSAVE to desktop triggers screen saver. by Paul Chitescu · 17 years ago
  18. aacfc6e explorer: Modify rects passed to SHAppBarMessage to not interfere with existing appbars. by Vincent Povirk · 17 years ago
  19. 8adae9a explorer: Track appbar positions and send ABN_POSCHANGED notifications. by Vincent Povirk · 17 years ago
  20. 96f8de0 explorer: Implement ABM_ADD and ABM_REMOVE. by Vincent Povirk · 17 years ago
  21. 3cce9ad shell32: Move SHAppBarMessage implementation from shell32 to explorer. by Vincent Povirk · 17 years ago
  22. b66685c programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. by Alexandre Julliard · 17 years ago
  23. f8096d2 systray: Keep systray hidden when requested by moving it off screen. by Aric Stewart · 17 years ago
  24. 966cf7c explorer.exe: Create the top-level message window along with the desktop window. by Alexandre Julliard · 17 years ago
  25. b11156b explorer: Allow explorer with no arguments to run winefile. by Lei Zhang · 17 years ago
  26. 26e566b explorer: Use a different return value to indicate that the x11 system tray is not available, so that x11drv can return errors too. by Alexandre Julliard · 17 years ago
  27. 21f0190 explorer: Retrieve the default desktop name from the startup parameters or the registry. by Alexandre Julliard · 17 years ago
  28. eb7f5dd explorer: Allow specifying a default size for each desktop using the HKCU\Software\Wine\Explorer\Desktops registry key. by Alexandre Julliard · 17 years ago
  29. 9bbbebc explorer: Convert the command line parsing to Unicode. by Alexandre Julliard · 17 years ago
  30. 9c02e01 explorer/mountmgr.sys: Move device hotplug code over to mount manager. by Maarten Lankhorst · 17 years ago
  31. 698805d explorer: Implement a global system tray window. by Alexandre Julliard · 17 years ago
  32. 52246fb winex11: Move all the embedded systray window support to winex11.drv. by Alexandre Julliard · 17 years ago
  33. 45322bb explorer: Clean up after CreateProcess in WinMain. by Rob Shearman · 17 years ago
  34. a82f4dd Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. by Rob Shearman · 17 years ago
  35. 2da8484 explorer: Add meaningful titles to virtual desktop windows. by Christian Authmann · 17 years ago
  36. be784ba systray: Better validate icon owner. by Kirill K. Smirnov · 17 years ago
  37. be2911a systray: Correctly handle icon addition/deletion. by Kirill K. Smirnov · 17 years ago
  38. 7515f31 systray: Avoid modifying non-existent tooltip windows of non-existent icon windows when application updates tip of hidden icon. by Kirill K. Smirnov · 17 years ago
  39. 4308323 systray: Add support for NIS_HIDDEN flag. by Kirill K. Smirnov · 17 years ago
  40. b391b8a systray: Properly track errors. by Kirill K. Smirnov · 17 years ago
  41. cbdf129 winex11: Export a function to dock a window into the system tray, and get rid of the WS_EX_TRAYWINDOW style. by Alexandre Julliard · 17 years ago
  42. a76abc0 winex11: Leave it up to explorer to specify the correct size and position for the desktop. by Alexandre Julliard · 17 years ago
  43. 1f90e88 explorer: Fix memory leak when one or more properties are not present on a hal device. by Rob Shearman · 17 years ago
  44. a32873b explorer: It no longer needs to be made a system process. by Alexandre Julliard · 17 years ago
  45. 8d2ef74 explorer: Make initialize_display_settings work with a Win9x version of rpcrt4. by Dmitry Timoshkov · 17 years ago
  46. e548864 explorer: Store current display mode in the registry on startup. by Dmitry Timoshkov · 17 years ago
  47. e301d17 explorer: Add a fixme to show when applications are trying to show a balloon tip in the taskbar notification area. by Rob Shearman · 17 years ago
  48. efda990 winex11.drv: Use display device guid managed by explorer. by Dmitry Timoshkov · 17 years ago
  49. c4b1195 Assorted spelling fixes. by Francois Gouget · 17 years ago
  50. c1099bb configure: Merge the libhal existence check with the soname check. by Alexandre Julliard · 18 years ago
  51. 446befb configure: Don't use a default soname if a library is not found, leave it undefined. by Alexandre Julliard · 18 years ago
  52. d45450d explorer.exe: Mark explorer as a system process. by Alexandre Julliard · 18 years ago
  53. 3c9e7a7 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. by Dmitry Timoshkov · 18 years ago
  54. 44e3200 shell32: Handle invalid cbSize in Shell_NotifyIcon[AW]. by Mikołaj Zalewski · 18 years ago
  55. cdf0686 shell32/explorer: Support different structure sizes in Shell_NotifyIcon. by Mikołaj Zalewski · 18 years ago
  56. 2689b5a explorer: Fix leak: always release the CFDictionary. by Ken Thomases · 18 years ago
  57. 3456e56 explorer/systray: Some code cleanup. by Kirill K. Smirnov · 18 years ago
  58. a7f8195 include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. by Francois Gouget · 18 years ago
  59. 0996980 user32/include: Don't define the OBM_*, OCR_* and OIC_* macros unless OEMRESOURCE is defined. by Francois Gouget · 18 years ago
  60. f0ca586 explorer: Build on Darwin versions prior to 8.0. by Phil Krylov · 18 years ago
  61. 6735eb2 explorer: Added dynamic drive support for MacOSX. by Alexandre Julliard · 19 years ago
  62. ab6fa81 explorer: Avoid repeated notifications on device removal. by Alexandre Julliard · 19 years ago
  63. dde935d explorer: Split the device management to a separate file to make it usable independently of HAL support. by Alexandre Julliard · 19 years ago
  64. 41dd56c "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  65. 9ae4e8d explorer: Work around the latest HAL binary compatibility breakage. by Alexandre Julliard · 19 years ago
  66. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  67. 70cb31e explorer: Add support for tooltips for system tray icons. by James Liggett · 19 years ago
  68. b3a72ad Remove some more unused debugging channels. by Marcus Meissner · 19 years ago
  69. 8e13333 explorer: Specify an explicit path when launching winefile. by Alexandre Julliard · 19 years ago
  70. 8653598 user: Defer all ExitWindowsEx processing to wineboot. by Alexandre Julliard · 19 years ago
  71. a075001 explorer: Never paint the desktop when using the X root window. by Alexandre Julliard · 19 years ago
  72. b550f34 user: Make ExitWindowsEx asynchronous by deferring the real work to the explorer process. by Robert Shearman · 19 years ago
  73. 028ab92 make_progs: Generate the .gitignore file. by Alexandre Julliard · 19 years ago
  74. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  75. 32b1a24 janitorial: Move the storage specifier to the beginning of the declaration. by Michael Stefaniuc · 19 years ago
  76. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  77. 6739420 explorer: Reuse drives that point to the same device to avoid memory leaks. by Alexandre Julliard · 19 years ago
  78. 7a32430 explorer: Initial version of dynamic drive support using HAL. by Alexandre Julliard · 19 years ago
  79. 58c61b5 explorer: Fixed a typo in system tray. by Andrew Riedi · 19 years ago
  80. 2eb46bb explorer: Don't use ExitWindows on shutdown. by Alexandre Julliard · 19 years ago
  81. db6608a x11drv: Moved desktop mode handling to the explorer process. by Alexandre Julliard · 19 years ago
  82. e8fe700 shell32: Adding a systray item with an invalid icon handle is allowed. by Robert Shearman · 19 years ago
  83. 576e3b7 explorer: Merged systray support with the desktop window main loop. by Alexandre Julliard · 19 years ago
  84. a93b6a5 explorer: Added desktop option. by Alexandre Julliard · 19 years ago
  85. acdd03a explorer: Moved systray configuration option to a more appropriate place by Alexandre Julliard · 19 years ago
  86. f689e3f shell32: Move systray handling to the explorer process. by Robert Shearman · 19 years ago
  87. 57a579f Make more arrays const. by Dmitry Timoshkov · 19 years ago
  88. 7439c29 explorer: Handle /select arguments correctly with the new winefile by Aric Stewart · 19 years ago
  89. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  90. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  91. 82f403b Fixed invalid C syntax. by Alexandre Julliard · 19 years ago
  92. 6bd1625 Beginnings of an explorer.exe replacement that wraps the existing by Aric Stewart · 19 years ago