1. 8a82991 Doc update. by Andreas Mohr · 26 years ago
  2. a63458d Some interrupt enhancements. by Andreas Mohr · 26 years ago
  3. 935ccab implemented timer latching by Andreas Mohr · 26 years ago
  4. f56d029 Implemented the startup-shutdown mechanism for the COM subsystem. by Francis Beaudet · 26 years ago
  5. 18f1975 Added Fi.s by Alexandre Julliard · 26 years ago
  6. d92b947 Added an implementation of the OLE structured storage. The main by Francis Beaudet · 26 years ago
  7. b77de02 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit by Ove Kaaven · 26 years ago
  8. 6b5a811 Some more warnings and bugs fixed. by Marcus Meissner · 26 years ago
  9. b2e099c Small update. by Alex Priem · 26 years ago
  10. d2d7f96 - The usual bugfixes. by Alex Priem · 26 years ago
  11. 84ee125 Make sure that the keystate received by the WM_XBUTTONUP and by Francis Beaudet · 26 years ago
  12. 6d59445 Doc updates. by Matthew Becker · 26 years ago
  13. e1d19f3 Berend Reitsma <berend at asset-control.com> by Alexandre Julliard · 26 years ago
  14. 9c77b47 Preliminary color console support. by Joseph Pranevich · 26 years ago
  15. c38189d Updated Finnish language support. by Jukka-Pekka Iivonen · 26 years ago
  16. 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
  17. 3fb3da2 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx classes. by Noomen Hamza · 26 years ago
  18. 2c3d07f Implemented the symbolfile command (as mentioned by the help by NF Stevens · 26 years ago
  19. 9266004 - Small bug fix. by Peter Hunnisett · 26 years ago
  20. 12e2d83 Fixed FILE_VIEW struct initialisation. by Marcus Meissner · 26 years ago
  21. 4d71236 Fixed non-i386 compile. by Andreas Mohr · 26 years ago
  22. c2a1063 Commented out unused variables to prevent needless compiler warnings. by James Juran · 26 years ago
  23. e32abe8 1st cut implementation of DdeInitialize32W and supporting code. by Keith Matthews · 26 years ago
  24. e905f3c Documentation standardizations. by Matthew Becker · 26 years ago
  25. 1c4786f - Made the message queue access to be thread safe. (Using two new by Stephane Lussier · 26 years ago
  26. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  27. 1f52db1 Fixed typo. by Herbert Rosmanith · 26 years ago
  28. 5a8cd24 Fixed various bugs. Made newbie mode easier. by Adam the Jazz Guy · 26 years ago
  29. ffb912e Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32). by Marcus Meissner · 26 years ago
  30. f0a3545 Switch ncurses.h/curses.h include (works better for FreeBSD). by Marcus Meissner · 26 years ago
  31. 08e250e Fixed loading of win32 drivers. by Marcus Meissner · 26 years ago
  32. 9416aba Don't abort PROFILE_GetSection on empty keys. by Alexandre Julliard · 26 years ago
  33. 6bc8bbd Temporary #if 0'ed part for builtin modules in MSACM to make it by Eric Pouech · 26 years ago
  34. 0248381 Added support for loading drivers in Wine. by Eric Pouech · 26 years ago
  35. c176162 A perl script to produce a bug report with little hassle. by Adam the Jazz Guy · 26 years ago
  36. c70ac18 Added (dummy) Death/Resurrection calls to DisplayDib. by Ove Kaaven · 26 years ago
  37. 01c7ee2 Allocate a DOS handle if we open a normal file with LZOpenFile16. by Marcus Meissner · 26 years ago
  38. 6e95399 - added depth conversion routines (only 8bpp -> 16 bpp for now) by Lionel Ulmer · 26 years ago
  39. 22c904d Implemented GetIconInfo16 -> call to GetIconInfo32. by Andreas Mohr · 26 years ago
  40. 47b3f32 Commented out EXEC_SERVER by Alexandre Julliard · 26 years ago
  41. 6b108a6 3 missing WINAPI added. by Marcus Meissner · 26 years ago
  42. cb23d48 Small fixes. by Juergen Schmied · 26 years ago
  43. 26ff83d Changed some treeview related definitions. by Juergen Schmied · 26 years ago
  44. a9c17d2 Implemented SHBrowseForFolder() dialog. by Juergen Schmied · 26 years ago
  45. 35dd387 Fixed typo in type (removed quite a few warnings). by Eric Pouech · 26 years ago
  46. 028c4341 Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs. by Marcus Meissner · 26 years ago
  47. 03f10f4 Do not endlessly loop in CONSOLE_get_input after EOF. by Marcus Meissner · 26 years ago
  48. d92c95d Make sure DrvGetPrinterData returns the correct data if cbData <= 1 by Huw D M Davies · 26 years ago
  49. a4c8445 - Changing MESSAGEQUEUE structure according to Ulrich proposition. by Stephane Lussier · 26 years ago
  50. d68d501 Fixed several bugs and typos. by Eric Kohl · 26 years ago
  51. 50d4892 Updates and fixes. by Eric Kohl · 26 years ago
  52. b406c7d New drag list control. by Eric Kohl · 26 years ago
  53. 6501663 Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr(). by Eric Kohl · 26 years ago
  54. 8305ad5 Added WM_[G/S]ETFONT handling. by Eric Kohl · 26 years ago
  55. 19ba719 Added WM_COMMAND and WM_NOTIFY handling. by Eric Kohl · 26 years ago
  56. 6d1ceb5 Fixed redraw bug for tracking tooltips. by Eric Kohl · 26 years ago
  57. 402fcbc Added some messages to the rebar control. by Eric Kohl · 26 years ago
  58. b02f65d Several internal functions won't compile when the conditional by Geoff Clare · 26 years ago
  59. bf310b8 Moved process.h higher up the include list, to avoid a problem with by Geoff Clare · 26 years ago
  60. a551238 The B57600 and B115200 symbols are not defined in Unixware. by Geoff Clare · 26 years ago
  61. 762f18d Change SW_??? options on list box scrolling so that they match what by NF Stevens · 26 years ago
  62. e257cb5 Moved DOS handle allocation slightly, to fix potential memory by Ove Kaaven · 26 years ago
  63. 36a806c Internal PostScript printer driver improvements. by Nick Holloway · 26 years ago
  64. c9b6534 Changed EDIT_EM_CharFromPos to return line number. by Gerard Patel · 26 years ago
  65. bb7959b Free the private data pointer, THEN set it to NULL. by Marcus Meissner · 26 years ago
  66. 1da0242 Missing WINAPI. by Marcus Meissner · 26 years ago
  67. 4fcd6d0 Implementation of the SafeArray family functions. by Sylvain St.Germain · 26 years ago
  68. c66f5d5 Added stub for SetThreadLocale. by Guy Albertelli · 26 years ago
  69. 5329217 Finished GetTextCharsetInfo routine. by Guy Albertelli · 26 years ago
  70. f7e185d Fixed FIXME in EnumTimeFormats32W by Guy Albertelli · 26 years ago
  71. a4f829f Fixed typos. by Pascal Cuoq · 26 years ago
  72. d72e2de Fixed source line matching for functions in DEBUG_ProcessCoffDebug; by Sergey Turchanov · 26 years ago
  73. c508772 Fix for files which do not contain exports (fg, EXE) to get processed by Sergey Turchanov · 26 years ago
  74. 9cf066e Implemented KERNEL.621 (CBClientThunkSLEx). by Ulrich Weigand · 26 years ago
  75. 40c11eb Allow switching off/on of debugmsgs in the debugger. by Marcus Meissner · 26 years ago
  76. a7894d9 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS data. by Andreas Mohr · 26 years ago
  77. 94e4485 Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, by Andreas Mohr · 26 years ago
  78. ba28ba1 - some fixes, cleaned up includes, fixed leaks by Juergen Schmied · 26 years ago
  79. 7b33e2b Moved the instance creation of GUID's to a new file. by Juergen Schmied · 26 years ago
  80. f072fc9 New file to instantiate GUID's ms-like. by Juergen Schmied · 26 years ago
  81. 308477b Set private data struct to NULL to expose problems in other code by Marcus Meissner · 26 years ago
  82. fa5fe42 Fixed typos. by Zygo Blaxell · 26 years ago
  83. b12e72d DOS programs use handles 0-4 without opening/closing any of those by Marcus Meissner · 26 years ago
  84. ab55442 Remove configure.in->configure rule (we might not have autoconf). by Marcus Meissner · 26 years ago
  85. 8b4431f Added "user-friendly" warning for missing X. by Ove Kaaven · 26 years ago
  86. 3d50646 Fixed GetObject macro problem. by Alexandre Julliard · 26 years ago
  87. 0c91d0a - updated documentation to be in sync with current code by Lionel Ulmer · 26 years ago
  88. b0485d5 - various warning and bug fixes by Lionel Ulmer · 26 years ago
  89. 1d3e501 - added more texture formats using OpenGL's packed pixel formats by Lionel Ulmer · 26 years ago
  90. 0155445 - better support for ExecuteBuffers by Lionel Ulmer · 26 years ago
  91. c531259 - corrected bug in Z Buffer allocation by Lionel Ulmer · 26 years ago
  92. 65e95f3 Missing WINAPI. by Morten Welinder · 26 years ago
  93. a0dc4e4 Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP. by Niclas Karlsson · 26 years ago
  94. 16af9ba Check opened enhmetafile for magic values. by Marcus Meissner · 26 years ago
  95. 689b9f8 Fixed duplicate sound buffer handling. Updated status. by Rob Riggs · 26 years ago
  96. 26cae9d New functions lmemcpynAtoW and lmemcpynWtoA for converting by Juergen Schmied · 26 years ago
  97. 58b2f0a Implemented CreateHalftonePalette. Fixed 3 crashes (1 real, 2 potential). by Juergen Schmied · 26 years ago
  98. 628e3e0 Implemented ExtractIconEx16, added some consts to ExtractIconEx*. by Marcus Meissner · 26 years ago
  99. 18aacf1 DoDragDrop and OleIsCurrentClipboard stub implementation. by Sylvain St.Germain · 26 years ago
  100. 4f85ca4 Make LoadTypeLib stub return failure instead of success. by Francis Beaudet · 26 years ago