1. ede82e3 Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
  2. f310fdf Removed a couple of unneeded helper functions. by Alexandre Julliard · 21 years ago
  3. 5a864b2 Use dibsections for the images. by Ulrich Czekalla · 21 years ago
  4. 9af2de8 If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate the area that by Huw Davies · 21 years ago
  5. 455a223 Implemented rendering synthesized BITMAP and DIB formats. by Ulrich Czekalla · 21 years ago
  6. 4d984fd Create real file handles for VxDs instead of using the server device by Alexandre Julliard · 21 years ago
  7. 64d68b1 - Implement string functions in comctl32. by Robert Shearman · 21 years ago
  8. c162263 First step in using faster approach for A<->W message mapping. by Dmitry Timoshkov · 21 years ago
  9. e879638 LVN_BEGINRDRAG is implemented now. Fix typo. by Dimitrie O. Paun · 21 years ago
  10. 92002d9 Implemented system metric functions. by Kevin Koltzau · 21 years ago
  11. a21cf07 Added support for implementing VxDs as separate dlls and loading them by Alexandre Julliard · 21 years ago
  12. 8677fbf Add stub implementation for SetICMProfileA(). by Rein Klazes · 21 years ago
  13. d240ae8 Implemented LISTVIEW_ApproximateViewRect for LVS_REPORT. by Aric Stewart · 21 years ago
  14. bb6fde2 Fix for deadlock when using private colormap. by Finlo Boyde · 21 years ago
  15. 87bef51 Replaced the timer and its callback by a thread for receiving midi in by Christian Costa · 21 years ago
  16. ca89016 To reduce debugging noise, make IMalloc32/IMallocSpy implementations by Mike Hearn · 21 years ago
  17. c042e13 Fixed varargs handling in the scanf functions (spotted by Eric Pouech). by Alexandre Julliard · 21 years ago
  18. 0bc05d4 Advance index as we set the atom values. by Ulrich Czekalla · 21 years ago
  19. a41017f The presence of FGetComponentPath is used to check if mapi32.dll is by Mike Hearn · 21 years ago
  20. 2e2d6ec Stub the stopwatch API. by Jon Griffiths · 21 years ago
  21. 1c63357 Fixed a trace. by Alexandre Julliard · 21 years ago
  22. 7142a4e ListView should behave in OWNERDRAW as in FULLROWSELECT. This allows by Fabian Cenedese · 21 years ago
  23. 997ce19 Forward some wrapper functions since we don't care about compatibility by Robert Shearman · 21 years ago
  24. 0462858 Support emulation of the privileged mov dr7,eax instruction. by Marcus Meissner · 21 years ago
  25. fabcd27 Added some stubs. by Christian Costa · 21 years ago
  26. 0fd8e51 Corrected method of creating registry keys, both to fix an issue where by Kevin Koltzau · 21 years ago
  27. 187c8b7 Move string functions to separate file. by Robert Shearman · 21 years ago
  28. 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
  29. 14743a0 SetMenu should always call SetWindowPos whether the window is visible by Huw Davies · 21 years ago
  30. 41596e8 - Fix some traces. by Robert Shearman · 21 years ago
  31. 393ae7d Accept VT_BOOL mixed with another type as valid combination in VarOr/VarAnd. by Fabian Cenedese · 21 years ago
  32. 780deec - Add IntlStrEqWorkerA/W. - StrCmp tests. by Robert Shearman · 21 years ago
  33. 524cad7 Documentation update. by Robert Shearman · 21 years ago
  34. cba227bc Write section access also assumes read access. by Dmitry Timoshkov · 21 years ago
  35. f28552b Keep track of theme filename within THEME_FILE. by Kevin Koltzau · 21 years ago
  36. 68eb0dd Allow specification of "DLLMODE=native" for native dlls. by Marcus Meissner · 21 years ago
  37. 095b498 Renamed --exe-mode option to --mode now that it can be used for dlls too. by Alexandre Julliard · 21 years ago
  38. d04f253 Grow the treeview control expander button by 1px in each direction to by Mike Hearn · 21 years ago
  39. d338374 No need to link against the uuid library. by Sami Aario · 21 years ago
  40. 685b936 The clip rectangle for ExtTextOut is in logical coords. by Alexandre Julliard · 21 years ago
  41. 80064d7 Take palette into account while responding on ICM_DECOMPRESS_GETFORMAT. by Dmitry Timoshkov · 21 years ago
  42. 533a999 Implement DrawThemeBackgroundEx, DrawThemeText, GetThemeTextExtent. by Kevin Koltzau · 21 years ago
  43. 676e059 Store pointers in the internal structures and not handles. by Lionel Ulmer · 21 years ago
  44. 225f142 Added surface tests. by Sami Aario · 21 years ago
  45. d699361 Add secondary buffer array. by Robert Reif · 21 years ago
  46. e56178d Work toward properly updating the SelectionMark when the selected by Aric Stewart · 21 years ago
  47. 20fff3d Enable hardware secondary buffer support on cards that support it (SB by Robert Reif · 21 years ago
  48. 61cb017 Save oss device fd and creation flags in dsound buffer object. by Robert Reif · 21 years ago
  49. 7fd58cb Get rid of a few 16-bit exports in gdi32. by Alexandre Julliard · 21 years ago
  50. 7fc37b1 Use the Mozilla Active X control in place of the IE6 Active X control. by Mike McCormack · 21 years ago
  51. e9b7222 Split buffer creation function into primary and secondary buffer by Robert Reif · 21 years ago
  52. b6de304 Implement enough of rsabase.dll to get Steam to login. by Mike McCormack · 21 years ago
  53. b6adacb Moved dsound mmap mapping info into dsound objects. by Robert Reif · 21 years ago
  54. 391aede Use pipe sync code from wineoss. by Robert Reif · 21 years ago
  55. e04fe7d Moved hGCClipRgn handling to the graphics driver. by Alexandre Julliard · 21 years ago
  56. 41b89dd Properly release hardware primary buffer when changing formats. by Robert Reif · 21 years ago
  57. 9a3056b Don't need primary lock. Fixes error in dsound tests in interactive mode. by Robert Reif · 21 years ago
  58. da6214a Get rid of a few more references to the DC structure. by Alexandre Julliard · 21 years ago
  59. a4626a4 Update the desktop window size and send WM_DISPLAYCHANGE on resolution changes. by Alex Pasadyn · 21 years ago
  60. 79692a3 We don't really need subdirectories in dlls/dinput. by Alexandre Julliard · 21 years ago
  61. 85106cd Moved remaining files from graphics/ to dlls/gdi. by Alexandre Julliard · 21 years ago
  62. d9558db Fix a TRACE. by Huw Davies · 21 years ago
  63. 2cd9ee9 GetCharABCWidths returns the widths of unrotated glyphs like by Huw Davies · 21 years ago
  64. 780667f Bracket code inserted by the PASSTHROUGH escapes by by Huw Davies · 21 years ago
  65. fe13d6a Make sure that the font ppem is always positive. Thanks to gslink. by Huw Davies · 21 years ago
  66. 9fd0183 Do not leave not initialized fields in the structure passed to by Dmitry Timoshkov · 21 years ago
  67. ccc57b3 Translate the returned hInstApp from the unicode worker function. by Dmitry Timoshkov · 21 years ago
  68. 850ee4b Authors: David Hammerton <david@transgaming.com>, Mike McCormack <mike@codeweavers.com> by Alexandre Julliard · 21 years ago
  69. beacd10 Moved some code out of the graphics/ directory into dlls/gdi. by Alexandre Julliard · 21 years ago
  70. df0916b Added the automatic tabbing in IsDialogMessage. by Bill Medland · 21 years ago
  71. c1acebc Get rid of the flatthunk.h header. by Alexandre Julliard · 21 years ago
  72. a2e2e18 Avoid a few more GetModuleHandle calls. by Alexandre Julliard · 21 years ago
  73. e92b7ee Store the kernel32 module handle globally to avoid some by Alexandre Julliard · 21 years ago
  74. cc535b7 There is no point in specifying both MEM_RESERVE and MEM_COMMIT for by Dmitry Timoshkov · 21 years ago
  75. ab2266d AFMT_AC3 might be not defined in the system headers. by Dmitry Timoshkov · 21 years ago
  76. fcc2fe1 Avoid double checking free type flags in NtFreeVirtualMemory. by Dmitry Timoshkov · 21 years ago
  77. 2ad864d Don't request PROT_EXEC permissions when mapping an image file to by Alexandre Julliard · 21 years ago
  78. 487b9f5 Moved some more definitions out of undocshell.h into the exported headers. by Alexandre Julliard · 21 years ago
  79. 951b0a2 Only redraw button in PressButton and Indeterminate if its state has changed. by Huw Davies · 21 years ago
  80. fa828cd - move some PIDL function declarations from undocshell.h into public by Martin Fuchs · 21 years ago
  81. e722167 Honour TB_SETMAXTEXTROWS. by Huw Davies · 21 years ago
  82. 000a5c7 Porting Fixes for Mingw/MSVC. by Steven Edwards · 21 years ago
  83. 54b6ccd Add support for BTNS_WHOLEDROPDOWN. by Ulrich Czekalla · 21 years ago
  84. d40ec6f Fix a couple of copy/paste errors. by Dmitry Timoshkov · 21 years ago
  85. e9b3690 Support for a small handful more return value/argument/variable types. by Alastair Bridgewater · 21 years ago
  86. 822f63d Fixes and support for TypeInfo alignment values. by Alastair Bridgewater · 21 years ago
  87. 03ecb16 Test StrRetToBSTR. by Jon Griffiths · 21 years ago
  88. d015d3b Add some missing prototypes, fix AssocIsDangerous. by Jon Griffiths · 21 years ago
  89. df24e10 Tests for StrRetToStrAW. by Jon Griffiths · 21 years ago
  90. 52cde9b StrRetToStrN returns BOOL and shouldn't crash on NULL dest. by Jon Griffiths · 21 years ago
  91. 2eee767 - CoSetState info should be thread local. by Robert Shearman · 21 years ago
  92. 9d956b2 Fixed Latin American keyboard. by Leonardo Quijano Vincenzi · 21 years ago
  93. d4745d5 Stubbed-out implementation of the ITypeLib interface. by Alastair Bridgewater · 21 years ago
  94. e6f0198 Add partial support for some undocumented toolbar messages. by Dmitry Timoshkov · 21 years ago
  95. ad5ff7c Assorted spelling and case fixes. by Francois Gouget · 21 years ago
  96. 1d5e6b6 Better TRACEing in some functions. by Lionel Ulmer · 21 years ago
  97. 453d090 Preliminary support for ICreateTypeInfo::AddImplType(). by Alastair Bridgewater · 21 years ago
  98. a1edb92 TB_ADDBUTTONS can pass a string ptr instead of an index. by Huw Davies · 21 years ago
  99. e0e3147 Implemented proper asynchronous InternetOpenUrl handling. by Lionel Ulmer · 21 years ago
  100. f9ce2138 Preliminary support for recording custom data in a type library. by Alastair Bridgewater · 21 years ago