1. 87d95b7 Stubs for PolyTextOutA/W. by Peter Ganten · 26 years ago
  2. 56a8644 Extend DRAWMODE struct to win95 spec. by Huw D M Davies · 26 years ago
  3. 3467dab Move VerLanguageName[AW] back to base (exported from KERNEL32 ...). by Ulrich Weigand · 26 years ago
  4. 8388f67 Added stub implementation for EnumDisplayDevices*. by Marcus Meissner · 26 years ago
  5. 0d0c5d8 More support for special pidls in SHGetSpecialFolderLocation. by Juergen Schmied · 26 years ago
  6. 3471f0f Implemented invisible pens. by Luc Tourangeau · 26 years ago
  7. dee464c Fixed GetDIBits problems. by Karl Lessard · 26 years ago
  8. 32b4325 Add support for anonymous struct/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  9. 304d9a4 Change interfaces to THUNK_Alloc/Free slightly and make them non-static. by Huw D M Davies · 26 years ago
  10. f4fca7c Eliminated warnings. by Patrik Stridvall · 26 years ago
  11. fd24362 Winspool DocumentProperties and DeviceCapabilities should now work on by Huw D M Davies · 26 years ago
  12. 6dd3569 Add support for a large number of different paper sizes to PostScript driver. by Huw D M Davies · 26 years ago
  13. 4e40760 Added definitions of COM objects for D3D 6.x support. by Lionel Ulmer · 26 years ago
  14. 6831e0b Changed the pixmap to look like the windows default application icon. by Abey George · 26 years ago
  15. 891305b Removed __winelib flag. by Alexandre Julliard · 26 years ago
  16. 668228a Moved DDK level material to new include/mmddk.h file. by Eric Pouech · 26 years ago
  17. 7004766 Fix %fs for signal handlers in the FS_sig undefined case (this patch by Juergen Lock · 26 years ago
  18. e977d6c Added support of __thr_errno for reentrance on UnixWare. by Ron Record · 26 years ago
  19. 8dde3c7 Various fixes for the X11 font mapper, particularly: by Richard Cohen · 26 years ago
  20. 3b96efc Added configure check for str[n]casecmp. by Alexandre Julliard · 26 years ago
  21. 65367a9 Added type PWORD. by Huw D M Davies · 26 years ago
  22. 685fa2d Added loads of types, defines and declarations to winspool.h. by Huw D M Davies · 26 years ago
  23. 4ac8db7 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE. by Pierre Mageau · 26 years ago
  24. 4187579 Ian Ward Dan Langlois Speed up conversion between XImages and DIBSections. by Karl Lessard · 26 years ago
  25. cebd60b Removed global variable pCurrentTeb. by Ulrich Weigand · 26 years ago
  26. 4e87716 A few more DC_ defines from Win2000. by Huw D M Davies · 26 years ago
  27. 2970067 - Implement interprocess clipboard communication. by Noel Borthwick · 26 years ago
  28. 016e059 Fixed #ifdef symbol for PowerPC. by Alexandre Julliard · 26 years ago
  29. 4405f3c Removed unnecessary includes from ole related files. by Michael Veksler · 26 years ago
  30. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  31. 7760e7f Release 990815. by Alexandre Julliard · 26 years ago wine-990815
  32. 7ed1af3 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event by Francis Beaudet · 26 years ago
  33. 489cb8b GCC 3.0 has not been released yet, but it is good to be prepared. by Patrik Stridvall · 26 years ago
  34. eac255c More use of rc files for strings and menus, fixes. First internal icons. by Juergen Schmied · 26 years ago
  35. 03a6889 Implemented the WM_SETICON and WM_GETICON messages. by Thuy Nguyen · 26 years ago
  36. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  37. 6ab0fb1 CallTo16... / CallFrom16... Wine thunks reorganized: by Ulrich Weigand · 26 years ago
  38. fbde5be Version 1.0.14 of wrc. by Bertho Stultiens · 26 years ago
  39. bada25d Fixed SetLocalTime prototype. by Alexandre Julliard · 26 years ago
  40. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  41. d229b98 Reimplemented multi-byte and wide-chars functions to not depend on by Alexandre Julliard · 26 years ago
  42. bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
  43. 3d5f2a8 Implemented the return of hDevModes and hDevNames in the PRINTDLG by Klaas van Gend · 26 years ago
  44. 6103e4b Made hardware_event use win32-conformant parameters. by Ove Kaaven · 26 years ago
  45. 028e9a1 Implemented DirectInput Joystick support (tested with WC:Prophecy). by Marcus Meissner · 26 years ago
  46. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  47. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  48. bdf83bc Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling. by Alexandre Julliard · 26 years ago
  49. beb8fab Removed async I/O support. by Alexandre Julliard · 26 years ago
  50. c9c2a59 Use the service thread for comm notifications. by Alexandre Julliard · 26 years ago
  51. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  52. b375678 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a SIGCONTEXT. by Alexandre Julliard · 26 years ago
  53. 44379e8 Release 990731. by Alexandre Julliard · 26 years ago wine-990731
  54. 4a0af42 Added CONTEXT for ALPHA and MIPS. by Marcus Meissner · 26 years ago
  55. 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
  56. cf43332 Solaris C/C++ compile fix. by Patrik Stridvall · 26 years ago
  57. 0e38aa7 Various ANSI C compability fixes. by Patrik Stridvall · 26 years ago
  58. b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
  59. 081daf7 Implemented KERNEL.447 (WIN32_OldYield16). by Ulrich Weigand · 26 years ago
  60. 26ffb3c Fixed/added missing/wrong function prototypes and made internal by Patrik Stridvall · 26 years ago
  61. 478eee1 Eliminated warnings. by Patrik Stridvall · 26 years ago
  62. f9b5807 Some more messages. by Eric Kohl · 26 years ago
  63. d144e4a Bugfixes & further updates for the month calendar common control. by Alex Priem · 26 years ago
  64. c8cc325 Started implementing date/time common control. by Alex Priem · 26 years ago
  65. 43ac3d6 - added Collate/NoCollate Icons to Print32 dialog (unfortunately they by Klaas van Gend · 26 years ago
  66. 4e40dc0 Removed duplicated defines in winuser.h and commctrl.h. Also corrected by Yuxi Zhang · 26 years ago
  67. 63ff31e Added a call to the newpath operator immediately before the arc operator. by Luc Tourangeau · 26 years ago
  68. 98c3053 Added FinalUserInit16/FinalGdiInit16 stubs. by Ulrich Weigand · 26 years ago
  69. 87b81de Implemented the Win95 file open/save dialogs. by Francois Boisvert · 26 years ago
  70. 0f184bf Added more paper sizes and bin names to PPD parser. by Huw D M Davies · 26 years ago
  71. 565b2e0 Many fixes/reimplementations. by Juergen Schmied · 26 years ago
  72. f518b19 New file. Contains functions not in the official headers but widely by Juergen Schmied · 26 years ago
  73. 8156150 {Start|End}{Doc|Page} go through DCfuncs. by Huw D M Davies · 26 years ago
  74. 235776b Fixed incomplete proto. by Juergen Schmied · 26 years ago
  75. 2f4bd66 Unify startup sequence for Wine and WineLib. by Ulrich Weigand · 26 years ago
  76. 83579c8 Fix bug with pasting Wine clipboard content to external applications, by Noel Borthwick · 26 years ago
  77. 56c36e3 Implemented TREEVIEW_InsertItemW. by Francois Boisvert · 26 years ago
  78. 00bf381 Fixed inconsistency in conditions that determines if a window requires by Sylvain St-Germain · 26 years ago
  79. 28896ee For large font sizes call XLoadQueryFont with a 100 pixel high font by Huw D M Davies · 26 years ago
  80. d016b0a Implement handling of 32 bit AbortProc. by Huw D M Davies · 26 years ago
  81. 3b8a724 Suppressed compiler warning by using the 'unused' attribute. by Lionel Ulmer · 26 years ago
  82. 923f02b Removed some no longer used prototypes. Added command tables to MCI structure. by Eric Pouech · 26 years ago
  83. 87b9aa8 Fixed buggy prototype. by Eric Pouech · 26 years ago
  84. 8dbffe7 Removed MODULE_GetWndProcEntry16(). by Ulrich Weigand · 26 years ago
  85. 270c23d Add a few stubs, some C++ compatibility, and fix a few types. by Paul Quinn · 26 years ago
  86. dcbb9c0 Declare only one instance of GUID_NULL. by Albert den Haan · 26 years ago
  87. 5d68f79 Better detection of OpenGL. by Lionel Ulmer · 26 years ago
  88. 22d2c52 Bugfix: Reverted CallTo16 routines to STDCALL convention. by Ulrich Weigand · 26 years ago
  89. bb14056 EnumJobs stub. by Huw D M Davies · 26 years ago
  90. 2bce6fe - Added a new option 'noxshm' - Added a 16bpp -> 32 bpp conversion function by Lionel Ulmer · 26 years ago
  91. effc55e - implementation of SetDeviceClipping - coordinate system origin fix by Luc Tourangeau · 26 years ago
  92. e74f219 - Implementation of simple comctl32 v5.0 changes. by Alex Priem · 26 years ago
  93. 557ff41 Implemented the OLE Clipboard API. by Noel Borthwick · 26 years ago
  94. c37dd06 Delay WM_NCPAINT message until the "painter's algorithm" kicks in. by Francis Beaudet · 26 years ago
  95. d736ef4 Added version information for Win98. by Ian Schmidt · 26 years ago
  96. cbd5ed7 Macro definitions used SNDMSG instead of SendMessage[AW]. Bad. by Alex Priem · 26 years ago
  97. 4884396 Introduced a [psdrv] section in wine.conf with a ppdfile value by Thuy Nguyen · 26 years ago
  98. 59fb130 Implementation of the updown buddy windproc subclassing for the by Sylvain St-Germain · 26 years ago
  99. e5266e8 Add WINAPI for EntryAddrProc. by Uwe Bonnes · 26 years ago
  100. 5c92ff2 Changed way of allocation open mci drivers (array => list); this list by Eric Pouech · 26 years ago