goma /
wine /
713462dfc4e3268f30da6ebf87db6f904c6d5542 - 713462d Read/load type libraries. Implementation of ITypeLib, ITYpeInfo, by Rein Klazes · 26 years ago
- 3e9608d Allow NULL as argument to SysFreeString in accordance with SDK. by Rein Klazes · 26 years ago
- 0a7aa16 - more up-to-date description of source tree by Klaas van Gend · 26 years ago
- 1c9b13e Added 2 stubs. by Robert W Hall · 26 years ago
- 7b5fcc7 Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target. by Ulrich Weigand · 26 years ago
- 2bb2d9b Fixed potential memory corruption in EVENT_QueryZOrder. by Ulrich Weigand · 26 years ago
- e40c9b0 Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT. by Guy Albertelli · 26 years ago
- a27807d o check for both CW_USEDEFAULT and CW_USEDEFAULT16. by Slava Monich · 26 years ago
- 6f456c2 Added partial implementation for DPA_LoadStream and stub for by Ian Schmidt · 26 years ago
- 1fe9eb1 Make it possible to link Wine statically (at least on RedHat 6.0). by Pavel Roskin · 26 years ago
- dfed208 When looking into sys menu, check if items are present before dereferencing. by Eric Pouech · 26 years ago
- 153334e Removed DummyMotionNotify EVENT driver routine. by Ulrich Weigand · 26 years ago
- 5a70c97 Autoconfigure the directories in the manpage. by Marcus Meissner · 26 years ago
- e8df90b Add stub for LockFileEx (KERNEL32.513). by James Juran · 26 years ago
- 39f69f7 Current status of Wine on internationalisation. by Klaas van Gend · 26 years ago
- be7a9d1 Do not process WM_LBUTTONUP message in ButtonWndProc() by Rein Klazes · 26 years ago
- 86b686f From CreateCompatibleDC, pass the device name associated with the by Noel Borthwick · 26 years ago
- 28b3ee7 Added some digital video interface by Eric Pouech · 26 years ago
- 6f28722 Workaroung gcc 2.7.2.x sig 11 issue. by Eric Pouech · 26 years ago
- 6671ea9 Added (still incomplete) handling of MCI_BREAK command. by Eric Pouech · 26 years ago
- 7c0b4c3 Updated documentation/no-windows. by James Juran · 26 years ago
- 4ebd9d8 Speedup enhancement for the 8->16 and 8->32 copy loop hotspots, by Marcus Meissner · 26 years ago
- eb2e77f Made handle table a separate object. by Alexandre Julliard · 26 years ago
- 1bdd154 Added optional debugging code in object management. by Alexandre Julliard · 26 years ago
- 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
- 8e238d0 Reimplemented the CheckRadioButton function. by Luc Tourangeau · 26 years ago
- bbafc7a Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- 0df4878 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- 00ced7b Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- 21d50f8 Fixed a behavior of the focus when a parent window is disabled. by Francis Beaudet · 26 years ago
- 0f44fb3 Fixed a bug which causes the PolyBezier to not be updated on redraw by Joshua Thielen · 26 years ago
- 16c3cc2 Remove unnecessary warning in TranslateAccelator. by Gerard Patel · 26 years ago
- 0042cb3 Fixed duplicate_handle to work with pseudo-handles (reported by Marcus by Alexandre Julliard · 26 years ago
- f981c6c ver.h is a legacy header. winver.h should be used instead. by Paul Quinn · 26 years ago
- 230599a Fixed some warnings. by Marcus Meissner · 26 years ago
- a6d833a - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo. by Luc Tourangeau · 26 years ago
- a811ea5 Fixed a couple of missing event notifications. Some more debugging messages. by Ove Kaaven · 26 years ago
- 365c54e Icelandic keyboard support. by Rikhardur Egilsson · 26 years ago
- 34d6c9f - better debug output for surface creation by Lionel Ulmer · 26 years ago
- 0ed4258 Corrected warning. by Lionel Ulmer · 26 years ago
- d9ab1f3 Support TPM_RETURNCMD in TrackPopupMenu. by Pascal Lessard · 26 years ago
- c868cd3 Fix <return> key (somehow we get a control keystate). by Marcus Meissner · 26 years ago
- 61e18d4 Fixed compilation erros on non-Linux systems. by Gerald Pfeifer · 26 years ago
- 25cf49e Added missing TRACE define when NO_DEBUG_MSGS was defined. by Eric Pouech · 26 years ago
- 38aeff0 Added missing WINAPI for SHValidateUNC. by Ian Schmidt · 26 years ago
- 76355f4 Adapted to the new dll resource handling by Bertho Stultiens. by Klaas van Gend · 26 years ago
- c2bc2ef Release the Win16Lock before calling WinExec. by Alexandre Julliard · 26 years ago
- bda3969 Removed process argument to PROCESS_CallUserSignalProc. by Alexandre Julliard · 26 years ago
- 463fd4f Moved remaining initialisations to the new process context. by Alexandre Julliard · 26 years ago
- d2b7a0b Added support for dumping variable-size data of server replies. by Alexandre Julliard · 26 years ago
- bfe8c8c fixed builtin mmsystem.dll init sequence by Eric Pouech · 26 years ago
- 0e56104 removed obsoleted init.c source file by Eric Pouech · 26 years ago
- a7fa84c removed unnecessary MCI drivers entry point by Eric Pouech · 26 years ago
- d54fa78 moved to new trace interface by Eric Pouech · 26 years ago
- 06c7f93 included DLL init sequence (from obsoleted init.c) by Eric Pouech · 26 years ago
- 0eacb6f included midi init sequence (from obsoleted init.c) by Eric Pouech · 26 years ago
- 824c3fd included mci init sequence (from obsoleted init.c) moved to new trace interface by Eric Pouech · 26 years ago
- 2dd802c output: better internal thread interface (orthogonalization of states and events) by Eric Pouech · 26 years ago
- 9c75a8a moved to the new debug interface by Eric Pouech · 26 years ago
- a2b3001 moved to the new debug interface by Eric Pouech · 26 years ago
- b343fa8 Updated traces. by Eric Pouech · 26 years ago
- c744345 Remove extraneous winuser16.h. by Eric Pouech · 26 years ago
- 258bb10 Changed printf into TRACE. by Eric Pouech · 26 years ago
- 3b50d21 Fixed a few typos. by Eric Pouech · 26 years ago
- cb0f1a9 Check when backtracking the stack if frames are correct (readable). by Eric Pouech · 26 years ago
- 89fc6fd Moved WINSOCK network IO event handling to special thread. by Ulrich Weigand · 26 years ago
- a1957c4 Wait until child initialized before returning from PROCESS_Create. by Ulrich Weigand · 26 years ago
- 6d389b8 Use register functions with arguments for LogApiThk... by Ulrich Weigand · 26 years ago
- 37c07bc Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
- 4cc1b33 Implemented the Win32 debug API functions. by Alexandre Julliard · 26 years ago
- e712e07 Added debug events support. by Alexandre Julliard · 26 years ago
- 3e2be8d Release 990523. by Alexandre Julliard · 26 years ago wine-990523
- 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 158f00e Bugfix: dwFlags must describe target process in UserSignalProc. by Ulrich Weigand · 26 years ago
- beed983 Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98 Explorer. by Ian Schmidt · 26 years ago
- dead0e1 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 26 years ago
- d30821a Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF by Ulrich Weigand · 26 years ago
- e99e844 Fix typo (wrong DISPLAY.CheckCursor ordinal). by Ulrich Weigand · 26 years ago
- ac8cbe6 Bugfix: syslevel relay check was too strict. by Ulrich Weigand · 26 years ago
- adb8793 Do not use pagesize aligned size_low to grow mapped file, but original by Marcus Meissner · 26 years ago
- 37b2006 - added some more debug output by Lionel Ulmer · 26 years ago
- 4812647 Fixed a major memory leak in the window management code. by Francis Beaudet · 26 years ago
- 6cf348d In SetWindowPos if changing Z order and child window not yet in its by Eric Pouech · 26 years ago
- d1bb7f7 Disable passing device context to X11DRV_DIB_BuildColorMap when RGB by Pavel Roskin · 26 years ago
- 2c419ac Don't freeze other thread while it may hold the X critical section. by Ulrich Weigand · 26 years ago
- 4698dc5 Added UserRepaintDisable16(). by Ulrich Weigand · 26 years ago
- a11de67 Removed EVENT_WaitNetEvent() calls. by Ulrich Weigand · 26 years ago
- 5cd4737 Added IsUserIdle16(). by Ulrich Weigand · 26 years ago
- 5c982c9 Adapted to EVENT_ driver changes. by Ulrich Weigand · 26 years ago
- 8c2dc8b Adapted to event synchronization changes. by Ulrich Weigand · 26 years ago
- 7581f85 Moved X input event handling out of EVENT_WaitNetEvent and into by Ulrich Weigand · 26 years ago
- c758201 Don't change Z-order of child windows when activating. by Ulrich Weigand · 26 years ago
- ee2d9d5 Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory by Huw D M Davies · 26 years ago
- 338d3b2 Create a new configuration manifest constant HAVE_OSS_MIDI. by Eric Pouech · 26 years ago
- 6ba5914 Fixed silly EINTR bug with starting dosmod. by Ove Kaaven · 26 years ago
- 7894c22 Should compare to X11 constant "None" since a colormap is an X by Kevin Holbrook · 26 years ago
- 7572207 Stop a listbox bug that causes a div by zero when the item height by Paul Quinn · 26 years ago
- 594d5dd About dialog translated to Portuguese. by Andre Malafaya Baptista · 26 years ago
- da5d417 task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3. by James Juran · 26 years ago