1. 6b5a811 Some more warnings and bugs fixed. by Marcus Meissner · 26 years ago
  2. b2e099c Small update. by Alex Priem · 26 years ago
  3. d2d7f96 - The usual bugfixes. by Alex Priem · 26 years ago
  4. 6d59445 Doc updates. by Matthew Becker · 26 years ago
  5. c2a1063 Commented out unused variables to prevent needless compiler warnings. by James Juran · 26 years ago
  6. e905f3c Documentation standardizations. by Matthew Becker · 26 years ago
  7. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  8. ffb912e Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32). by Marcus Meissner · 26 years ago
  9. 6bc8bbd Temporary #if 0'ed part for builtin modules in MSACM to make it by Eric Pouech · 26 years ago
  10. 22c904d Implemented GetIconInfo16 -> call to GetIconInfo32. by Andreas Mohr · 26 years ago
  11. 6b108a6 3 missing WINAPI added. by Marcus Meissner · 26 years ago
  12. cb23d48 Small fixes. by Juergen Schmied · 26 years ago
  13. 26ff83d Changed some treeview related definitions. by Juergen Schmied · 26 years ago
  14. a9c17d2 Implemented SHBrowseForFolder() dialog. by Juergen Schmied · 26 years ago
  15. 028c4341 Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs. by Marcus Meissner · 26 years ago
  16. d68d501 Fixed several bugs and typos. by Eric Kohl · 26 years ago
  17. b406c7d New drag list control. by Eric Kohl · 26 years ago
  18. 6501663 Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr(). by Eric Kohl · 26 years ago
  19. 8305ad5 Added WM_[G/S]ETFONT handling. by Eric Kohl · 26 years ago
  20. 19ba719 Added WM_COMMAND and WM_NOTIFY handling. by Eric Kohl · 26 years ago
  21. 6d1ceb5 Fixed redraw bug for tracking tooltips. by Eric Kohl · 26 years ago
  22. 402fcbc Added some messages to the rebar control. by Eric Kohl · 26 years ago
  23. ba28ba1 - some fixes, cleaned up includes, fixed leaks by Juergen Schmied · 26 years ago
  24. 628e3e0 Implemented ExtractIconEx16, added some consts to ExtractIconEx*. by Marcus Meissner · 26 years ago
  25. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  26. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  27. f7b0de3 Moved ADVAPI32 files to dlls/advapi32. Added stubs for eventlog functions. by Juergen Schmied · 26 years ago
  28. afb1d2e New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister. by Juergen Schmied · 26 years ago
  29. b16d7a6 SHCloneSpecialIDList implemented. SHGetDataFromIDListA corrected. by Juergen Schmied · 26 years ago
  30. 746d129 Shell_GetCachedImageIndex32[A|W] implemented. by Juergen Schmied · 26 years ago
  31. 382e202 SendASPI32Command32 has to be __cdecl. by Andreas Mohr · 26 years ago
  32. 55de558 Use proper system directory. by Alexandre Julliard · 26 years ago
  33. ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
  34. 73458b0 Changed // comments to /* */ so WINE compiles with non-gcc compilers again. by Marcus Meissner · 26 years ago
  35. d70de84 IPaddress common control implementation. First try; needs more work to by Alex Priem · 26 years ago
  36. 0bb85b1 Fixed the TEXT redefined warnings. by Juergen Schmied · 26 years ago
  37. 506115b - Tooltip support by Alex Priem · 26 years ago
  38. 276ef66 New stubs. by Juergen Schmied · 26 years ago
  39. df3c5cf Fixes crash when running without external shell32.dll. by Juergen Schmied · 26 years ago
  40. 869bc25 Make the DOSASPI part use the excellent DPMI RMCB implementation done by Andreas Mohr · 26 years ago
  41. 374a0a8 Preliminary tooltip support. by Alex Priem · 26 years ago
  42. dd2e59c Small fixes. by Juergen Schmied · 26 years ago
  43. e304228 Stub Control_FillCache_RunDLL. by Juergen Schmied · 26 years ago
  44. 8c449a5 SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented. by Juergen Schmied · 26 years ago
  45. edfca5b ILAppend seems to work now. by Juergen Schmied · 26 years ago
  46. 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago
  47. 882c1be Some cleanup. by Juergen Schmied · 26 years ago
  48. 4e4608e SHMapPIDLToSystemImageListIndex try's to determine and load the exact by Juergen Schmied · 26 years ago
  49. 01fc2ba New HCR_GetDefaultIcon (internal). by Juergen Schmied · 26 years ago
  50. cd390f3 Adds the IPersistFile Interface to IShellLink[W] and gave both own by Juergen Schmied · 26 years ago
  51. b6eda08 Added Makefile. by Alexandre Julliard · 26 years ago
  52. 30ef877 Added RasEnumConnections stub. by Marcus Meissner · 26 years ago
  53. baae7c4 Bugfix in PathCombine32[A|W]. by Juergen Schmied · 26 years ago
  54. 18dbfaa Implemented ILGetDisplayName. by Juergen Schmied · 26 years ago
  55. 98f6cf0 Started implementation of ShellExecuteEx32A. Small changes. by Juergen Schmied · 26 years ago
  56. 3e813c1 Moved menu resources to rc-file. by Juergen Schmied · 26 years ago
  57. 7a6228d Fixed a bunch of compiler warnings. by Andreas Mohr · 26 years ago
  58. 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
  59. 65b637b * handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation. by Alex Priem · 26 years ago
  60. 2643894 Missing parentheses added. by Marcus Meissner · 26 years ago
  61. 2d617be Replace GRAPH_ functions with Win SDK equivalents. by Huw D M Davies · 26 years ago
  62. 7952ebf Fixed a real mode problem. by Andreas Mohr · 26 years ago
  63. a784a9d New functions ILGlobalClone/ILGlobalFree. by Juergen Schmied · 26 years ago
  64. 07e0d94 Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries. by Juergen Schmied · 26 years ago
  65. bcd05e9 Moved existing path - functions to shellpatch.c. by Juergen Schmied · 26 years ago
  66. 7109799 Moved existing IShellLink class. New stubs for IShellLinkW. by Juergen Schmied · 26 years ago
  67. 47a8004 Many fixes. by Juergen Schmied · 26 years ago
  68. be90e00 New function: _ILGetExtension. by Juergen Schmied · 26 years ago
  69. a9a4f4e New file. HKEY_CLASSES_ROOT handling. by Juergen Schmied · 26 years ago
  70. 8d2933d Added Unicode support (at least partially). by Eric Kohl · 26 years ago
  71. 8d1a2ff Added global subclassing atom, used by tooltips and updown (not yet). by Eric Kohl · 26 years ago
  72. 44443b6 Improved layout code. by Eric Kohl · 26 years ago
  73. 437449f Fixed ImageList_LoadImage(). by Eric Kohl · 26 years ago
  74. 66ef011 Added CMEM_SETITEM32A and message forwarding to combobox. by Eric Kohl · 26 years ago
  75. 0f7d521 Fixed some undocumented function names and implemented DPA_Merge partially. by Eric Kohl · 26 years ago
  76. e1ab22d PathAddBackshlash, PathRemoveBackslash: argument is not constant. by Marcus Meissner · 26 years ago
  77. 72b76d1 Cleanup, small fixes, a few new stubs. by Juergen Schmied · 26 years ago
  78. cf5faa6 Handling for listviewstyles, view mode buttons in filedialogs by Juergen Schmied · 26 years ago
  79. 1572d71 New file, wrapper for IShellBrowser class. by Juergen Schmied · 26 years ago
  80. 255bf17 New file, some helper functions for icon cache. by Juergen Schmied · 26 years ago
  81. 62c4f3d Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize. by Juergen Schmied · 26 years ago
  82. 42e68a6 Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W, by Juergen Schmied · 26 years ago
  83. c4b54f8 Little improvement. by Eric Kohl · 26 years ago
  84. dc17f8d Added preliminary hit testing. Makes regedit.exe happy ;-) by Eric Kohl · 26 years ago
  85. f280961 Improved documentation and fixed typos. by Eric Kohl · 26 years ago
  86. d040e9d Added DrawStatusText32AW() and CreateStatusWindow32AW(). by Eric Kohl · 26 years ago
  87. 1246185 Improved display and layout code. by Eric Kohl · 26 years ago
  88. a867030 New Files. Added 'date and time picker' and 'month calendar' control by Eric Kohl · 26 years ago
  89. 0d3f09f Erred in the bit macros in treeview.c. Shiftcounts were wrong. by Marcus Meissner · 26 years ago
  90. 9cfe2d5 Added stubs for user32,advapi32 functions. by Marcus Meissner · 26 years ago
  91. 51505b1 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/. by Marcus Meissner · 26 years ago
  92. d09136f Gets rid of the arch-dependent bit operations (tested on Linux and Solaris/x86). by Marcus Meissner · 26 years ago
  93. 309dbe1 New SHGetSimpleIDListFromPath32AW. Unicode-safe: PathFindFilename32AW. by Juergen Schmied · 26 years ago
  94. 1410cdd A couple of TRACE messages are missing a newline at the end. by NF Stevens · 26 years ago
  95. d0a130a Stub for SHSimpleIDListFromPath. by Michael Poole · 26 years ago
  96. 9d8e864 Added xxx_Unregister() functions to all common controls. by Eric Kohl · 26 years ago
  97. 3ad6746 Some minor improvements and fixes. by Eric Kohl · 26 years ago
  98. b075ce5 Improved the rebar control. by Eric Kohl · 26 years ago
  99. 9feb531 Added support for transparent and tracking tooltips. by Eric Kohl · 26 years ago
  100. e8d281d Changed some string-shell32 functions to 32AW, parameter are by Juergen Schmied · 26 years ago