1. b5fc589 Set the socket to overlapped mode. by Martin Wilck · 22 years ago
  2. 938ed57 Skip Unicode tests if there's no Unicode support. by Francois Gouget · 22 years ago
  3. ee4d9c5 Return an error if dwSize is not valid. by Francois Gouget · 22 years ago
  4. 6ae2a1f Added EDEADLOCK. by Francois Gouget · 22 years ago
  5. ed2f8fc Added rules for compiling IDL files. by Alexandre Julliard · 22 years ago
  6. 492e963 Added rules for building the FAQ. by Alexandre Julliard · 22 years ago
  7. 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
  8. 94f8359 Added the FAQ, and build it when creating the documentation for the website. by Tony Lambregts · 22 years ago
  9. dab0cf3 Use COMSPEC command interpreter to run .bat files. by Uwe Bonnes · 22 years ago
  10. 8e266a6 Fixed error checking in file creation and closing. by Andreas Mohr · 22 years ago
  11. 71e8808 Add support for D3DBLEND_ONE for D3DRENDERSTATE_{DEST/SRC}BLEND. by Christian Costa · 22 years ago
  12. 2748368 Install ipexport.h and icmpapi.h with the other Windows includes. by Alexandre Julliard · 22 years ago
  13. 729dd8b Added more types to wtypes.idl. by Ove Kaaven · 22 years ago
  14. 2a5f290 Fixed test to run fine (0 errors) on Win NT. by Martin Wilck · 22 years ago
  15. c0e2c5a SHGetSetSettings has now the right signature and the expected behavior by Alberto Massari · 22 years ago
  16. 25304d0 Fix ANSI->Unicode calling for ExtractIconExA/W. by Rolf Kalbermatter · 22 years ago
  17. a53a988 Modify PrivateExtractIcons{AW} to match better current MDSN documentation. by Rolf Kalbermatter · 22 years ago
  18. caa603f Change header install location as such: by Dimitrie O. Paun · 22 years ago
  19. 9169729 Merged font.h and path.h into gdi.h. Moved x11font.h to by Alexandre Julliard · 22 years ago
  20. e30a967 Parse the NOT operator, the [idempotent] attribute, and the handle_t by Ove Kaaven · 22 years ago
  21. 2ec8b71 Clean up int21 handling. Move error handling to winedos. by Jukka Heinonen · 22 years ago
  22. 7b7f198 Move DPMI segments to winedos. by Jukka Heinonen · 22 years ago
  23. 5261f03 - only handle memory allocation for non-already loaded textures by Lionel Ulmer · 22 years ago
  24. d77294a Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 22 years ago
  25. 2db0415 Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightState from failing. by Christian Costa · 22 years ago
  26. 7bff19e Added FIXME:s in the stubs. by Patrik Stridvall · 22 years ago
  27. 41fcb0b - implement the texturing the D3D3 way - prepare for multi-texturing support by Lionel Ulmer · 22 years ago
  28. 0e32a2b Protect PALETTEENTRY and LOGPALETTE with #ifndefs. by Ove Kaaven · 22 years ago
  29. 7421425 Rename old DOS3Call as INT_Int21Handler and make new DOS3Call call by Jukka Heinonen · 22 years ago
  30. c71cf7e Move int13 handler to winedos. by Jukka Heinonen · 22 years ago
  31. 528ac63 Fix for MIDI Mapper. by Jeff Smith · 22 years ago
  32. d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
  33. 0a6c272 Add D3D capability. by Christian Costa · 22 years ago
  34. c5f3875 - actually use the VertexBuffer stubs by Lionel Ulmer · 22 years ago
  35. f4b941e Beginning of support for D3D7 / D3DDevice7. by Lionel Ulmer · 22 years ago
  36. e0c6370c Removed some checklink rules made unnecessary by the -z defs linker flag. by Alexandre Julliard · 22 years ago
  37. a6e5080 - some more code sharing between D3DDevice versions by Lionel Ulmer · 22 years ago
  38. 2b47a2b Add a way to tell msvcrt to define wchar_t. by Dimitrie O. Paun · 22 years ago
  39. 708c4b2 - fixed D3DFVF_VERTEX case - some other miscellaneous fixes by Lionel Ulmer · 22 years ago
  40. b1b696b Change CRLF end of lines in LF only. by Vincent Béron · 22 years ago
  41. 5f49e78 - start of support for device locking / unlocking via glReadPixels / by Lionel Ulmer · 22 years ago
  42. 684444e Some fixes to Belarusian locale. by Hleb Valoska · 22 years ago
  43. fc46e46 - Fixed bug caused by changes to Wine. by Patrik Stridvall · 22 years ago
  44. 952407b {Get,Set}ThreadPriorityBoost and SetThreadIdealProcessor are missing by Francois Gouget · 22 years ago
  45. f465a8d GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed. by Francois Gouget · 22 years ago
  46. 3475b9e SetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed. by Francois Gouget · 22 years ago
  47. e2b06d2 Added stub implementation with correct prototypes for by Rolf Kalbermatter · 22 years ago
  48. 9e2ab03 Make wcmd available from inside the source tree. by Uwe Bonnes · 22 years ago
  49. 2b87b23 Implemented GetRenderTarget. by Lionel Ulmer · 22 years ago
  50. 9e94cec Added enumeration of ZBuffer format. by Lionel Ulmer · 22 years ago
  51. 109fb9c Update the debugger documentation for current usage. by Tony Lambregts · 22 years ago
  52. 5926cea Partially implemented kernel/user times in GetThreadTimes (based on a by Alexandre Julliard · 22 years ago
  53. 374a7ab Implement wglCreateLayerContext for layer 0. by Lionel Ulmer · 22 years ago
  54. 5cb15cd Do not forget to AddRef the returned Direct3D interface. by Lionel Ulmer · 22 years ago
  55. bc8cc53 Add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw driver. by Lionel Ulmer · 22 years ago
  56. 0327e34 Added declaration for SignalObjectAndWait. by Francois Gouget · 22 years ago
  57. 79027d1 Added constants for _set_error_mode(). by Francois Gouget · 22 years ago
  58. 5e0bdcc Fixed 32 bit flag in midiOutShortMsg. by Jeff Smith · 22 years ago
  59. 8ab84e2 Replace LPDDSURFACEDESC by LPDDSURFACEDESC2 in IDirectDrawSurface4 by Christian Costa · 22 years ago
  60. 60e0491 Fixed text mode value. by Andreas Mohr · 22 years ago
  61. 10c5d27 Add the 48 and 96kHz WAVE_FORMAT constants. by Francois Gouget · 22 years ago
  62. 34e2f87 Handle encapsulated unions in a cleaner (and less buggy) way. Emit the by Ove Kaaven · 22 years ago
  63. 75e9c46 Added missing union names for some encapsulated unions. by Ove Kaaven · 22 years ago
  64. da0b4dc - fix caps filling to be more in line with what we support by Lionel Ulmer · 22 years ago
  65. 60cba99 Fixed some problems with asynchronous file IO. by Martin Wilck · 22 years ago
  66. 4941a3a - fix texture snooping (plus adds snoop for 1555 format) by Lionel Ulmer · 22 years ago
  67. e45b1e5 Provide stubs for DnsHostnameToComputerNameA/W. by Steve Lustbader · 22 years ago
  68. 14a2270 Added definitions for a couple of stub functions that we import so by Alexandre Julliard · 22 years ago
  69. 6cd866b Fixed some issues found by winapi_check. by Patrik Stridvall · 22 years ago
  70. 3546290 Moved handlers for int25 and int26 to winedos. by Jukka Heinonen · 22 years ago
  71. 96ad51b EnumFont16 should enumerate gdi fonts too. by Huw D M Davies · 22 years ago
  72. d2e881d - Typesafe parameters from TREEVIEW_NotifyFormat. by Dimitrie O. Paun · 22 years ago
  73. 6a6eae8 Added SwitchToThread. by Francois Gouget · 22 years ago
  74. ea966aa Fix for implicit declaration of abs. by Vincent Béron · 22 years ago
  75. ca7bce5 Fix for deprecated use of label at the end of compound statement. by Vincent Béron · 22 years ago
  76. 5a29089 Correct GetNumberFormatA for zero decimals and for zero grouping. by Bill Medland · 22 years ago
  77. 04b1054 Prevent Winhelp from crashing when it can't find the helpfile. by Matthew Davison · 22 years ago
  78. ae24769 Add some DDRAW and D3D definitions. by Christian Costa · 22 years ago
  79. f2c2eaf - API files update. - Minor improvement and bug fixes. by Patrik Stridvall · 22 years ago
  80. 21c3dfa Release 20021125. by Alexandre Julliard · 22 years ago wine-20021125
  81. 6caeb72 Fixed pthreads on FreeBSD (based on patch by Alexandre Julliard). by Patrik Stridvall · 22 years ago
  82. 1b20db4 Added CS_DBLCLKS style to dialog window class. by Alexandre Julliard · 22 years ago
  83. 3597717 Change some of the number seperators to "Neutral" rather than "Left to right". by Shachar Shemesh · 22 years ago
  84. a2e1222 Stubs for CreateTimerQueue and DeleteTimerQueueEx. by Steve Lustbader · 22 years ago
  85. f1e1fd0 Assorted Win2k/WinXP stubs. by Steve Lustbader · 22 years ago
  86. a5d7fbf Converted implementation of _lseek to _lseeki64, implemented _lseek by by Stefan Leichter · 22 years ago
  87. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  88. c124fd6 X11DRV_DrawArc: Don't overwrite the ENDCAP style. by Uwe Bonnes · 22 years ago
  89. 47977c4 X11DRV_SelectPen(): Don't use a pen with half the width. by Uwe Bonnes · 22 years ago
  90. 1e6258f Added the missing cx member to the MyDLGITEMTEMPLATEEX struct. by Andreas Mohr · 22 years ago
  91. b88a9d5 Converted implementation of _stat and _fstat to _stati64 and by Stefan Leichter · 22 years ago
  92. 0ba86d8 Add support for VarAnd between integers. by Jason Edmeades · 22 years ago
  93. dd738ea - Prevent the backbuffer to also have the frontbuffer flag set. by Lionel Ulmer · 22 years ago
  94. 2696ae4 Moved some GetThreadTimes tests out of the todo block. by Alexandre Julliard · 22 years ago
  95. 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
  96. 8ed35fe Warnings fixes. by Alexandre Julliard · 22 years ago
  97. 6f3015b - Move SetSystemTime, GetTimeZoneInformation and by György 'Nog' Jeney · 22 years ago
  98. eb56d81 LVN_GETDISPINFO seems to always be Ansi. by Aric Stewart · 22 years ago
  99. 473d6cb StretchDIBits: avoid crash on null pointers. by Steve Lustbader · 22 years ago
  100. bcca0cb Add support for painting SBS_SIZEBOX style properly. by Robert Shearman · 22 years ago