1. 052d108 DirectX uses a R/Z transform to translate a texture but under OpenGL a by Oliver Stieber · 20 years ago
  2. 6d85678 Print a warning when a generated import library doesn't export anything useful. by Alexandre Julliard · 20 years ago
  3. 52b5842 Remove a load of IWineD3DSurface * casts that are no longer required. by Oliver Stieber · 20 years ago
  4. 7cb748f Makes sure any internal reference counting is passed onto the parent, by Oliver Stieber · 20 years ago
  5. b8d3075 Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of by Alexandre Julliard · 20 years ago
  6. 52cf185 Use ReleaseDC instead of DeleteDC on DC handle. by Filip Navara · 20 years ago
  7. 98e3333 Rename bText to wType. by Paul Vriens · 20 years ago
  8. a1ebea4 Improve error handling for the init functions. by Hans Leidekker · 20 years ago
  9. a8f4b16 Translate the whole wparam to/from Unicode. by Phil Krylov · 20 years ago
  10. 85c9283 Don't generate import libraries for dlls that don't export anything. by Alexandre Julliard · 20 years ago
  11. 2cf3573 Avoid an orthographic error by rephrasing the message. by Dmitry Timoshkov · 20 years ago
  12. 56a94af Correct prototype for ldap_search_ext_s. by Hans Leidekker · 20 years ago
  13. b296b04 Forward GetFileVersionInfoA to GetFileVersionInfoW. by Paul Vriens · 20 years ago
  14. 96e052b Added stubs for objsel.dll and objsel.h. by Thomas Weidenmueller · 20 years ago
  15. 5b9ddcc Correct a regression issue with per-app settings. by Oliver Stieber · 20 years ago
  16. d0bac06 Added Russian resources. by Dmitrij Sinukov · 20 years ago
  17. ea6189e Implement resource tracking, require for reset and evict managed by Oliver Stieber · 20 years ago
  18. ef1da87 Cleanup and some additional tests. by Paul Vriens · 20 years ago
  19. 2d088c0 Resync with the latest DLLs that were added and/or moved. by Dimi Paun · 20 years ago
  20. c2cb39b Implemented EM_CHARFROMPOS RichEdit message. by Phil Krylov · 20 years ago
  21. 2b6b09f Generate ending \par in RTF output of RichEdit when streaming out a by Phil Krylov · 20 years ago
  22. 6dd67f3 Tests crash fix. by Jacek Caban · 20 years ago
  23. 2cec4f4 wait_for_poll can go into an infinite loop. Remove it and replace it by Robert Shearman · 20 years ago
  24. aea0ad9 Improve error handling for the bind functions. by Hans Leidekker · 20 years ago
  25. 40ac6ee Release 20050725. by Alexandre Julliard · 20 years ago wine-20050725
  26. 38904c4 Add theming for the up/down control. by Frank Richter · 20 years ago
  27. 5a2da4e Fixed "broken OpenGL setup" configure check, which used to report by Anderson Lizardo · 20 years ago
  28. 8d09a7c Implement ldap_search_ext* and ldap_start_tls_s* functions. by Hans Leidekker · 20 years ago
  29. d42210d Use theming for the ListView non-client area. by Frank Richter · 20 years ago
  30. 564872c Add theming support for header controls. by Frank Richter · 20 years ago
  31. bc07b2a Take into account CS_NOCLOSE window class style and SC_CLOSE system by Dmitry Timoshkov · 20 years ago
  32. a726387 Take into account CS_NOCLOSE window class style and SC_CLOSE system by Dmitry Timoshkov · 20 years ago
  33. 0cc138d Move and forward lz32 functions to kernel32. by Steven Edwards · 20 years ago
  34. 841b408 Fix thread tests on WinME. by Felix Nawothnig · 20 years ago
  35. 5b325a6 Skip test that crashes on W2K/WinXP/W2K. by Paul Vriens · 20 years ago
  36. 4f82e54 Fix some missing-declarations warnings. by Stefan Huehner · 20 years ago
  37. cc8762a - add a new settings for vbo support by Raphael Junqueira · 20 years ago
  38. 1009235 OpenThemeData() now always sets the window theme to the handle by Frank Richter · 20 years ago
  39. be5bf80 Implement ldap_sasl_bind* functions. by Hans Leidekker · 20 years ago
  40. 3e05fe1 Fix missing-declarations warnings. by Stefan Huehner · 20 years ago
  41. 043c0d4 Added some definitions to odbcinst.h. by Matthew Davison · 20 years ago
  42. 4d2e6b7 GetThemeBackgroundContentRect() does not use the content margins by Frank Richter · 20 years ago
  43. 0615309 Make winapi_check learn to parse some constructs with some rarely used keywords. by Vincent Béron · 20 years ago
  44. 5179aa1 Get started testing ShellExecute(). by Francois Gouget · 20 years ago
  45. 8759b5f Added EM_GETZOOM and EM_SETZOOM RichEdit message handlers. by Phil Krylov · 20 years ago
  46. 05b2c1c Remove multiple declarations of the same function, keeping the public by Vincent Béron · 20 years ago
  47. c5feb31 Implemented IsValidInterface16, CoMemAlloc. by Marcus Meissner · 20 years ago
  48. ca26076 Use proper macro for using IOKit includes. by Vincent Béron · 20 years ago
  49. a9038b5 Remove old stuff from winapi_check. by Vincent Béron · 20 years ago
  50. 13a0f60 Fix the ldap_search_s prototypes (reported by winapi_check). by Francois Gouget · 20 years ago
  51. 3e03bc1 - Call SetBkMode with the correct value from the NMTBCUSTOMDRAW by Robert Shearman · 20 years ago
  52. 87dacff - Height is now calculated based on the number of rows, not on the by Robert Shearman · 20 years ago
  53. 05f2506 TBSTATE_INDETERMINATE only takes effect if the button is enabled, by Robert Shearman · 20 years ago
  54. 481d189 Native autosizes on inserting/adding buttons, so we should too. by Robert Shearman · 20 years ago
  55. 8e21562 Added small assembly wrapper to call entry points without having to by Alexandre Julliard · 20 years ago
  56. 0293d52 Tweak some prototypes to be closer to the PSDK. by Francois Gouget · 20 years ago
  57. 96a3151 Update win32.api to match the current sources. by Francois Gouget · 20 years ago
  58. b7fcecc Use current process if assigned process cannot be opened. by Paul Vriens · 20 years ago
  59. 8b08684 The IsValidImageList test is not needed because if it isn't a valid by Robert Shearman · 20 years ago
  60. 455989f Add helper functions for converting LDAPControl structures. by Hans Leidekker · 20 years ago
  61. 64329de Store the SysIP property using a string to avoid trouble with 16-bit by Alexandre Julliard · 20 years ago
  62. 3ff8239 Fixed get_window_properties to correctly specify the output buffer in by Alexandre Julliard · 20 years ago
  63. 4ed08c4 Preserve the spaces before an opening quote in the middle of a token by Alexandre Julliard · 20 years ago
  64. 1c3054a Added OleSetMenuDescriptor16 stub. by Marcus Meissner · 20 years ago
  65. c8187b0 OleInitializeWOW gets 2 arguments. by Marcus Meissner · 20 years ago
  66. 2e0a42e The calculated button height should include the text height when no by Robert Shearman · 20 years ago
  67. 3b77de9 Implement the undocumented StartDocDlg[A|W]. These will be used by StartDoc. by Huw Davies · 20 years ago
  68. 88837b5 Bail out if the reg key is empty. This prevents us from writing by Aric Stewart · 20 years ago
  69. 8a36f2a Fixed EM_GETCHARFORMAT for selection containing a single character. by Phil Krylov · 20 years ago
  70. 42f3e22 Fixed an off-by-one error in EM_STREAMOUT handler for non-Unicode by Phil Krylov · 20 years ago
  71. 8d43d25 Remove unused variable in primitiveConvertToStridedData(). by Gerald Pfeifer · 20 years ago
  72. 92890e2 Added some missing but useful items to the TODO list. by Phil Krylov · 20 years ago
  73. ba4c617 16bit COM interfaces are cdecl, not WINAPI. by Marcus Meissner · 20 years ago
  74. e2a2b5f - cleanup wined3d settings init (now closing opened registry keys) by Raphael Junqueira · 20 years ago
  75. 385a199 Faster implementation of wcstombs that handles overlapping buffers by Alexandre Julliard · 20 years ago
  76. 34a5b56 We cannot use forwards anymore now that kernel functions are only by Alexandre Julliard · 20 years ago
  77. bd19d67 Assorted spelling fixes. by Francois Gouget · 20 years ago
  78. 6cb230d Correct dinput handling of sliders and non-zero-based axes through the by Daniel Remenak · 20 years ago
  79. b9efc4d Allow running opengl and DirectX applications without stencil support, by Oliver Stieber · 20 years ago
  80. 6b4c9ef Add some missing SEE_MASK_* flags. by Francois Gouget · 20 years ago
  81. d867a77 Make the unistd.h include conditional. by Francois Gouget · 20 years ago
  82. c995331 Fix the NdrVaryingArrayUnmarshall prototype (reported by winapi_check). by Francois Gouget · 20 years ago
  83. d327628 16bit interfaces are cdecl, so drop the WINAPI. by Marcus Meissner · 20 years ago
  84. f633a5c Convert long to short path in GetModuleFileName16. by Felix Nawothnig · 20 years ago
  85. 05f1805 Implement ldap_search* functions. by Hans Leidekker · 20 years ago
  86. b8585b8 Change some char* to const char* to fix warnigns. by Stefan Huehner · 20 years ago
  87. 76fdac0 Fix some -Wsign-compare warnings. by Stefan Huehner · 20 years ago
  88. 4605b95 Added some useful TRACEs. by Phil Krylov · 20 years ago
  89. f9f5eaa Moved midimap to the top-level dlls directory. by Rémi Assailly · 20 years ago
  90. b5a0433 Allow NULL parameter for WM_SETTEXT in RichEdit. by Phil Krylov · 20 years ago
  91. b676b62 Register functions with no arguments should still be called as stdcall by Alexandre Julliard · 20 years ago
  92. d8ad2d3 Implement ldap_init* and ldap_open* functions. by Hans Leidekker · 20 years ago
  93. a0edd25 Implemented EM_LINELENGTH RichEdit message. by Phil Krylov · 20 years ago
  94. 8ae2690 Add helper functions for converting string arrays into different encodings. by Hans Leidekker · 20 years ago
  95. f8079b6 Correct a problem with the way that FVF vertex arrays containing by Oliver Stieber · 20 years ago
  96. d1b575e Return attributes for the correct file in the unixfs ParseDisplayName. by Troy Rollo · 20 years ago
  97. 6de20f3 - Declare implemented functions inside #ifndef _DEBUG block. by Saulius Krasuckas · 20 years ago
  98. 84bb372 Added emulation of RichEdit 1.0 behaviour when the 1.0 window class is by Phil Krylov · 20 years ago
  99. d03f32b Define the DOCHOSTUIDBLCLK enumeration. by James Hawkins · 20 years ago
  100. 2125fa9 Fixed regression that occurred because changes to texture loading were by Oliver Stieber · 20 years ago