1. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  2. d37b019 Fixed DPA_LoadStream and improved DPA_Merge. by Eric Kohl · 26 years ago
  3. 04a7c56 Added check for invalid parent item. by Eric Kohl · 26 years ago
  4. 45f8886 Added SHDoDragDrop() stub. by Eric Kohl · 26 years ago
  5. 121e672 Improved GetRandomRegion(). by Eric Kohl · 26 years ago
  6. dd5bf84 Added WNetRemoveCachedPassword() stub. by Eric Kohl · 26 years ago
  7. 329a14b Store buddy window. by Eric Kohl · 26 years ago
  8. a9e9def Started WM_NOTIFYFORMAT support. by Eric Kohl · 26 years ago
  9. 88e9501 Better ComboBoxEx placement. by Eric Kohl · 26 years ago
  10. fec2329 Ensure that the command-line passed to the various *CreateProcess by Dave Pickles · 26 years ago
  11. dfc46d9 Prevent bad window X error. by Lars Heete · 26 years ago
  12. 967ec70 The system menu icon on a MDI child window was corrupted when the by Abey George · 26 years ago
  13. 359a748 In case if scrollbar has the same background color as the window by Slava Monich · 26 years ago
  14. f2ef145 Fixed the stringcompare in _find_or_add_*() (was missing tolower()s). by Marcus Meissner · 26 years ago
  15. 719f308 Fix (well kludge around) FreeBSD's `Invalid address' errors. by Juergen Lock · 26 years ago
  16. 9cbe067 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  17. f9c20b6 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  18. 8becc69 Fixed alignment and position when looking for mmio chunks. by Eric Pouech · 26 years ago
  19. 9930c39 No longer using global vars (shared data) for mm timers, but a by Eric Pouech · 26 years ago
  20. bba54db No longer using global vars (shared data) for mm timers, but a by Eric Pouech · 26 years ago
  21. 2858ac9 Wrote a small document on how to package WINE for distributors. by Marcus Meissner · 26 years ago
  22. e3e54cd SetCursorPos() function was called with a window coordinates parameter. by Noomen Hamza · 26 years ago
  23. 62ad041 Fixed null ptr deref introduced in last patch. by Eric Pouech · 26 years ago
  24. 102e1f4 Kind of implemented OleMetaFilePictFromIconAndLabel. by Andreas Mohr · 26 years ago
  25. 74e77c2 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  26. b73d53c Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  27. 3c1ebcc Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  28. 5f8f4f7 Added more batch functionality, including the CALL GOTO and SHIFT by Dave Pickles · 26 years ago
  29. a72a394 Updated to reflect current status. by Eric Pouech · 26 years ago
  30. f1e1c39 NE_LoadFileModule: Free module when NE_LoadDLLs fails. by Uwe Bonnes · 26 years ago
  31. a319df3 Implemented the underline and strikeout text attributes for the Wine by Thuy Nguyen · 26 years ago
  32. 31c5854 EnableWindow doesn't release the capture of a child window. by Pascal Lessard · 26 years ago
  33. 16e278c Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is non-blank. by James Juran · 26 years ago
  34. 46c4d39 Remove the WM_LBUTTONUP message from the queue after selecting a mouse by Noomen Hamza · 26 years ago
  35. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  36. f26c89e Standard dialog boxes resources and OLE strings are now in cp1251 encoding by Alexander Kanavin · 26 years ago
  37. cd6f599 Share the HMODULE of built-in modules over all processes. by Ulrich Weigand · 26 years ago
  38. 26c21f1 Load USER32.DLL before calling UserSignalProc. by Ulrich Weigand · 26 years ago
  39. a923808 Use separate service for each windows timer. by Ulrich Weigand · 26 years ago
  40. 1597d73 Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it). by Andreas Mohr · 26 years ago
  41. 13a30ba Thou shalt not use C++ comments. by Eric Pouech · 26 years ago
  42. 09f03b4 Moved to new trace interface. Fixed driver closing. by Eric Pouech · 26 years ago
  43. cee1b3a Better handling of double quotes in MCI string commands. by Eric Pouech · 26 years ago
  44. 032a182 Fixed memory leak in mci structures. by Eric Pouech · 26 years ago
  45. 2e4c905 Fixed error handling in DGA_IDirectDraw2Impl_GetCaps(). by Eric Pouech · 26 years ago
  46. 7ac5754 Added missing GDI heap unlock. Moved to new debug interface. by Eric Pouech · 26 years ago
  47. 31f6bdf Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and by Eric Pouech · 26 years ago
  48. 0e6f061 Modified ImageList_LoadImageA to check the case where cx is set to zero. by Francois Boisvert · 26 years ago
  49. c778d9b Added Swiss french keyboard layout. by Philippe Froidevaux · 26 years ago
  50. fb65f7d Dump server objects on SIGHUP. by Alexandre Julliard · 26 years ago
  51. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  52. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  53. 385287a Added Wa.s by Alexandre Julliard · 26 years ago
  54. c42dfdd Fixed Winelib compilation. by Alexandre Julliard · 26 years ago
  55. 9597e20 Include instruction emulation in Winelib. by Alexandre Julliard · 26 years ago
  56. 58371aa A few optimizations. by Alexandre Julliard · 26 years ago
  57. 94eedf1 Use exceptions instead of ctx_debug_call. by Alexandre Julliard · 26 years ago
  58. 55e1af9 Added DebugBreak. by Alexandre Julliard · 26 years ago
  59. 410ae4f Debugger is now called by exception handling. by Alexandre Julliard · 26 years ago
  60. 1eeed68 Moved signal handling to exception.c, generate exceptions on signals. by Alexandre Julliard · 26 years ago
  61. 66f53a8 Walloon language update. by Pablo Saratxaga · 26 years ago
  62. 7f53c57 - Do not call XConfigureWindow if SetWindowPos was called due to a by Ulrich Weigand · 26 years ago
  63. d1fc9e8 Bug fix. by Andreas Mohr · 26 years ago
  64. 5d617e5 Fix compiler warning. by Ulrich Weigand · 26 years ago
  65. 0bc384f Install wine.man from current directory. by Alexander V. Lukyanov · 26 years ago
  66. f1293a4 Release 990613. by Alexandre Julliard · 26 years ago wine-990613
  67. 75b2177 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  68. a79cc39 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  69. 49080d3 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
  70. 1ab8907 Fixed ambigous else/brace problem, moved "name" computation in by Marcus Meissner · 26 years ago
  71. b883003 Do not reuse a passed CONST RECT * pointer. by Marcus Meissner · 26 years ago
  72. a7617a0 Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also by Ulrich Weigand · 26 years ago
  73. 23f4b09 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and by Ulrich Weigand · 26 years ago
  74. 352c939 Fixed small memory corruption. by Marcus Meissner · 26 years ago
  75. 857eb39 Mad the include files idempotent using a consistent macro naming scheme. by Patrik Stridvall · 26 years ago
  76. ff0149e Avoid painting destroyed windows. by Noomen Hamza · 26 years ago
  77. a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  78. fdcfdb9 Added missing/wrong includes. by Patrik Stridvall · 26 years ago
  79. 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
  80. cd3278b Rearrange winver detection code and cache the winver value we by Andreas Mohr · 26 years ago
  81. 5773dad Draws a border around windows with old win31 style (only ws_border) in by Gerard Patel · 26 years ago
  82. 6a3ad42 Added CINTERFACE and NONAMELESSUNION support. by Patrik Stridvall · 26 years ago
  83. 14da7b1 Added extern "C" if __cplusplus is defined. by Patrik Stridvall · 26 years ago
  84. 6ec3eaf Fixed a few behaviors of the combobox that were broken. by Francis Beaudet · 26 years ago
  85. 0e65b38 Add new "walk" command options to list processes and modref's. by Guy Albertelli · 26 years ago
  86. 63ec7da X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32 by Uwe Bonnes · 26 years ago
  87. 9e61c1c Changed xxx(VOID) to xxx(void). by Patrik Stridvall · 26 years ago
  88. 0e35eba - simplified internal data by Eric Pouech · 26 years ago
  89. 63c7cdf Made the service thread instanciable in every process. by Eric Pouech · 26 years ago
  90. ffe6b76 Use Autoconf to find path to ldconfig. by James Juran · 26 years ago
  91. 9823104 Fixed a problem with the LoadTypeLib method. by Francis Beaudet · 26 years ago
  92. adf8a0c Use @sysconfdir@ for the default registries in misc/registry.c too. by Marcus Meissner · 26 years ago
  93. e1f81a6 Added generic pixel converter for 8->24. by Marcus Meissner · 26 years ago
  94. 4b5f876 DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values by Pavel Roskin · 26 years ago
  95. e78e1af Various DPMI fixes and preliminary DPMI raw mode switch handler. by Ove Kaaven · 26 years ago
  96. fe0a5e8 Fixed imprecision in the MDI tiling functionality. by Noomen Hamza · 26 years ago
  97. e987634 Open files with more appropriate sharing mode. by Huw D M Davies · 26 years ago
  98. 0ae4e09 Small fixes for EnhMetaFile playback. by Huw D M Davies · 26 years ago
  99. 64eed99 Fixed an error and an off-by-one bug in DSA_SetItem(). This by Ian Schmidt · 26 years ago
  100. 8c72660 Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps() by Marcus Meissner · 26 years ago