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