1. 3acab71 Implemented GetDateFormatW. by Steve Lustbader · 23 years ago
  2. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  3. 66e3183 Fixed GetLocaleInfoW to handle Unicode properly and completed by Alexandre Julliard · 23 years ago
  4. 6b97f5e Very hacked implementation of url monikers. by Huw D M Davies · 23 years ago
  5. 1166dc7 Stubs for DragDropHelper. by Juergen Schmied · 23 years ago
  6. 5cdda82 Fixed duplication of definitions between shlwapi.h and obj_queryassociations.h. by Alexandre Julliard · 23 years ago
  7. f673b71 Fixed make install target to work even when nothing has been compiled by Alexandre Julliard · 23 years ago
  8. 449bb92 Fix use of LOCALE_NOUSEROVERRIDE flag in GetNumberFormatA and by Paul Millar · 23 years ago
  9. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  10. 3629074 Fixed buffer handling of some locale functions (based on a patch by by Alexandre Julliard · 23 years ago
  11. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  12. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  13. b06116e Added definitions for the Component Categories Manager. by John K. Hohm · 23 years ago
  14. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  15. b6a7ca5 Removed a bunch of multimedia code at Hidenori's request. by Alexandre Julliard · 23 years ago
  16. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  17. e747da4 Implemented the basic COM framework. Fixed all IUnknown of shdocvw.dll. by Hidenori Takeshima · 23 years ago
  18. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  19. c59655e Reimplement GetStringTypeA and GetStringTypeExA. by Dmitry Timoshkov · 23 years ago
  20. a3ff175 Moved guids needed for Proxy/Stub factories to respective .h files, by Marcus Meissner · 23 years ago
  21. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  22. 038af79 Fix the definition of structs NUMBERFMT* and CURRENCYFMT*. by Francois Gouget · 24 years ago
  23. eb273de Added missing IIDs. by Hidenori Takeshima · 24 years ago
  24. eecf93b Include GUIDs in strmif.h and uuids.h. by Hidenori Takeshima · 24 years ago
  25. da920ee Spelling fixes. by Andreas Mohr · 24 years ago
  26. a49b5be Fixed some more overflowing string traces. by Andreas Mohr · 24 years ago
  27. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  28. affc9a8 Move IsCharAlphaA and IsCharAlphaNumericA to user32. by Dmitry Timoshkov · 24 years ago
  29. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  30. 0925d6e When reading resources in NLS_LoadStringExW we should map by Huw D M Davies · 24 years ago
  31. 930b509 Include the GUIDs in ddrawi.h in the libwine_uuid.a library. by Ove Kaaven · 24 years ago
  32. 3d7cd87 - Provide lobby provider COM object header file and stub implementation by Peter Hunnisett · 24 years ago
  33. 035a758 Small typo fix. by James Hatheway · 24 years ago
  34. 77d06fc Implement TIME_FORCE24HOURFORMAT and TIME_NOTIMEMARKER flags in OLE_GetFormatA. by Rein Klazes · 24 years ago
  35. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  36. b99367e debugstr_xxx already does the quoting. by François Gouget · 24 years ago
  37. c4d1176 Renamed libuuid.a to libwine_uuid.a by Alexandre Julliard · 24 years ago
  38. 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
  39. 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
  40. 5be8e7d Created a small static library in ole/libuuid.a that contains all the by Alexandre Julliard · 24 years ago
  41. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  42. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  43. 5b971f0 Moved wsprintf functions to dlls/user. by Alexandre Julliard · 24 years ago
  44. f2918f9 CompareStringW returned wrong results sometimes. by Andreas Mohr · 24 years ago
  45. 3391555 We no longer have an ole/nls directory. by Dimitrie O. Paun · 24 years ago
  46. 6dfaf18 GetDateFormatA: Check range and recalculate wDayOfWeek. by Uwe Bonnes · 25 years ago
  47. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  48. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  49. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  50. b2628e5 Use the system local time if lpTime=NULL. by Dimitrie O. Paun · 25 years ago
  51. ef6dca5 - Implemented loading and initialization of service providers by Peter Hunnisett · 25 years ago
  52. 56f8e27 Added new language detection scheme that uses NLS data base instead of by Dmitry Timoshkov · 25 years ago
  53. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  54. c97bb4c Added Unicode ctype support. by Alexandre Julliard · 25 years ago
  55. 5ec92ad Fix for calling ctype functions with Unicode characters. by Hidenori Takeshima · 25 years ago
  56. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  57. bea617b Moved GUID definitions to their respective dll. by Alexandre Julliard · 25 years ago
  58. a0f0138 LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from by Dmitry Timoshkov · 25 years ago
  59. f1fd89d FindResourceExA/W should search for the specified language resource only. by Dmitry Timoshkov · 25 years ago
  60. ce4784d Made --language behave the same as setting the LANGUAGE environment variable. by Alexandre Julliard · 25 years ago
  61. 961053f Moved all NLS dependent data to the KERNEL resources. by Dmitry Timoshkov · 25 years ago
  62. 7415c21 Complete NLS values for Russian language. by Dmitry Timoshkov · 25 years ago
  63. 3c53612 Remove duplicates in the NLS files. by Dmitry Timoshkov · 25 years ago
  64. 8dd8d30 Commented out IsBadWritePtr check. Makes winhlp32.exe happy in extended search. by Bertho Stultiens · 25 years ago
  65. 5ea2247 Use the Unicode string functions from wine/unicode.h instead of the crtdll ones. by Alexandre Julliard · 25 years ago
  66. 846880b Basic Croatian language support. by Zoran Dzelajlija · 25 years ago
  67. ecd921e Separate OLE2NLS out of KERNEL. by Dimitrie O. Paun · 25 years ago
  68. 77f07cc Henning Hoffmann (of Macadamian for Corel) by Alexandre Julliard · 25 years ago
  69. 7b080ec Added further implementation of WINAPI EnumDateFormats() to support by Owen Wang · 25 years ago
  70. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  71. 3c30bba Implemented API EnumTimeFormatsA(). It supports now all different by Owen Wang · 25 years ago
  72. ef76a1c Michael Abd-El-Malek (Corel) by Alexandre Julliard · 25 years ago
  73. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  74. d628f43 Fixed some ANSI C violations. by Patrik Stridvall · 25 years ago
  75. c03da66 Improved CompareStringA performance. by Andrew Lewycky · 25 years ago
  76. c1a700c Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW() by Steven Elliott · 25 years ago
  77. 9b59da0 Misc small cleanups. by Alexandre Julliard · 25 years ago
  78. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  79. c4857a8 Japanese support implemented. by Hidenori Takeshima · 25 years ago
  80. 5e1ea6e Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in by Steven Elliott · 25 years ago
  81. 1758f2d Misc. fixes for compiler warnings. by James Abbatiello · 25 years ago
  82. 33536e2 Added support for the following celtic languages: Irish Gaelic, Scots by Alastair McKinstry · 25 years ago
  83. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  84. 05e8157 GetNumberFormatA implementation added. by Julio César Gázquez · 25 years ago
  85. ae26a07 EnumSystemLocalesA should look for registry values, not subkeys. by Rein Klazes · 25 years ago
  86. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  87. bb3929c Added some constants for Spanish. by Juergen Schmied · 25 years ago
  88. 3f15f81 Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case. by Eric Pouech · 25 years ago
  89. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  90. 8ced881 Implementation of RegisterNLSInfoChanged. by Andreas Mohr · 25 years ago
  91. febd2db Added some missing definitions. by Eric Pouech · 25 years ago
  92. 5b2415d Added some values that were missing in the Swedish nls file. by Dennis Bjorklund · 26 years ago
  93. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago
  94. 311e456 Added support for anonymous structs/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  95. 3467dab Move VerLanguageName[AW] back to base (exported from KERNEL32 ...). by Ulrich Weigand · 26 years ago
  96. e4fbab5 Added stub for OLE32.DllGetClassObject. by Juergen Schmied · 26 years ago
  97. 66e8c4e Added stub for RegisterActiveObject(). by Marcus Meissner · 26 years ago
  98. 2970067 - Implement interprocess clipboard communication. by Noel Borthwick · 26 years ago
  99. cf9395a Only declare DateStyle in a single compilation unit. by Eric Pouech · 26 years ago
  100. b101a5c Fixed typelib reading to correctly use the offset of the typelib that by Rein Klazes · 26 years ago