wine
20 years agoAdded some missing prototypes.
Eric Pouech [Tue, 18 May 2004 20:43:29 +0000 (20:43 +0000)] 
Added some missing prototypes.

20 years agoWhen building PostScript paths with the *_PATH escapes, don't clip the
Huw Davies [Tue, 18 May 2004 20:42:09 +0000 (20:42 +0000)] 
When building PostScript paths with the *_PATH escapes, don't clip the
path building primitives.  The clipping comes into play when we
actually draw something.

20 years agoAdded version info to MSI dll.
Christian Costa [Tue, 18 May 2004 20:41:47 +0000 (20:41 +0000)] 
Added version info to MSI dll.

20 years agoImplemented the debug version of operator new (C++).
Patrik Stridvall [Tue, 18 May 2004 01:05:36 +0000 (01:05 +0000)] 
Implemented the debug version of operator new (C++).

20 years agoAdded empty (stubs in spec only) d3drm.
Ivan Leo Murray-Smith [Tue, 18 May 2004 00:54:12 +0000 (00:54 +0000)] 
Added empty (stubs in spec only) d3drm.

20 years agoOnly child windows receive WM_SHOWWINDOW in DestroyWindow() under
Dmitry Timoshkov [Tue, 18 May 2004 00:48:52 +0000 (00:48 +0000)] 
Only child windows receive WM_SHOWWINDOW in DestroyWindow() under
Windows.

20 years agoAdded a couple of tests for SetActiveWindow.
Alexandre Julliard [Tue, 18 May 2004 00:48:09 +0000 (00:48 +0000)] 
Added a couple of tests for SetActiveWindow.

20 years agoEnabled pixel shaders 1.4.
Christian Costa [Tue, 18 May 2004 00:45:21 +0000 (00:45 +0000)] 
Enabled pixel shaders 1.4.
Fixed handling of macros at the end of vertex shaders.
Handled NOP and PHASE instructions.
Fixed versions of several instructions.
Improved pixel shader dump traces.
Fixed write mask.
Fixed X2 and -X2 source modifiers and implements DZ and DW ones.
Implemented texcrd, texld, texm3x3pad, texm3x3tex, texm3x3spec and
texm3x3vspec instructions (and partially texbem).
Added cnd, cmp and lrp instructions.
Rewrite of the "autoparam" code so we can add more complicated
instructions (only cnd and cmp as well as simple instructions use that
code at the moment).

20 years ago- TBN_DRAGOUT and NM_RDBLCLK notifications.
Robert Shearman [Tue, 18 May 2004 00:44:47 +0000 (00:44 +0000)] 
- TBN_DRAGOUT and NM_RDBLCLK notifications.
- Remove unneeded member of private toolbar struct.

20 years agoAdded support for mapping UNC filenames to the dosdevices directory.
Alexandre Julliard [Mon, 17 May 2004 21:09:19 +0000 (21:09 +0000)] 
Added support for mapping UNC filenames to the dosdevices directory.

20 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 17 May 2004 21:08:31 +0000 (21:08 +0000)] 
Fixed some issues found by winapi_check.

20 years agoStrSpnW doesn't exist in comctl32.dll but StrCSpnW does.
Patrik Stridvall [Mon, 17 May 2004 20:51:27 +0000 (20:51 +0000)] 
StrSpnW doesn't exist in comctl32.dll but StrCSpnW does.

20 years agoAdded the IInternetSession interface.
Patrik Stridvall [Mon, 17 May 2004 20:51:02 +0000 (20:51 +0000)] 
Added the IInternetSession interface.

20 years ago- API files update.
Patrik Stridvall [Mon, 17 May 2004 20:50:24 +0000 (20:50 +0000)] 
- API files update.
- Minor bug fixes.

20 years agoFix scanf handling of float numbers (beginning with a dot).
Raphael Junqueira [Mon, 17 May 2004 19:49:44 +0000 (19:49 +0000)] 
Fix scanf handling of float numbers (beginning with a dot).

20 years agoCombobox popups should be always-on-top.
Thomas Weidenmueller [Mon, 17 May 2004 19:49:19 +0000 (19:49 +0000)] 
Combobox popups should be always-on-top.

20 years agoHandle XYZRHW vertex mode correctly in slow path.
Christian Costa [Mon, 17 May 2004 19:49:01 +0000 (19:49 +0000)] 
Handle XYZRHW vertex mode correctly in slow path.

20 years ago- First drafts for IDirectMusicSegment::GetParam and
Raphael Junqueira [Mon, 17 May 2004 19:48:49 +0000 (19:48 +0000)] 
- First drafts for IDirectMusicSegment::GetParam and
  IDirectMusicTempoTrack::GetParam (need modif on Load).
- Return value fixes for GetClassID of TempoTrack and Segment.

20 years ago- Let the subclassing stack grow the opposite way to make the code
Filip Navara [Mon, 17 May 2004 19:48:24 +0000 (19:48 +0000)] 
- Let the subclassing stack grow the opposite way to make the code
  more transparent.
- Remove SubclassWndProc and move its logic to DefSubclassProc.

20 years ago- If a crypto provider does not have a Signature in the registry,
Juan Lang [Mon, 17 May 2004 19:48:00 +0000 (19:48 +0000)] 
- If a crypto provider does not have a Signature in the registry,
  check for the presence of the SigInFile value before failing.
- Get rid of a couple redundant assignments.

20 years agoRemoved the no longer used SMB file I/O support, we can't do reliable
Alexandre Julliard [Fri, 14 May 2004 22:24:48 +0000 (22:24 +0000)] 
Removed the no longer used SMB file I/O support, we can't do reliable
file I/O in user space anyway.

20 years agoBetter fix for removing trailing spaces in RtlGetFullPathName_U.
Alexandre Julliard [Fri, 14 May 2004 22:10:24 +0000 (22:10 +0000)] 
Better fix for removing trailing spaces in RtlGetFullPathName_U.
Need to remove trailing dots too (reported by Ken Belleau).

20 years agoUse environment variables instead of config file entries to specify
Alexandre Julliard [Fri, 14 May 2004 21:43:18 +0000 (21:43 +0000)] 
Use environment variables instead of config file entries to specify
path, profile, temp, windows and system directories.
Convert existing config file entries to registry values under
HKCU\Environment.

20 years agoAdded Environment section.
Alexandre Julliard [Fri, 14 May 2004 21:40:48 +0000 (21:40 +0000)] 
Added Environment section.
Fixed path of shell folders key in HKEY_USERS.

20 years agoUpdated the version info of all DirectX dlls to the version numbers of
Ivan Leo Murray-Smith [Fri, 14 May 2004 21:37:32 +0000 (21:37 +0000)] 
Updated the version info of all DirectX dlls to the version numbers of
DirectX 9.0b for Windows 2000/XP.

20 years ago- Parse DMStyle motifs (ie patterns) and bands (fill lists).
Raphael Junqueira [Fri, 14 May 2004 21:36:15 +0000 (21:36 +0000)] 
- Parse DMStyle motifs (ie patterns) and bands (fill lists).
- Implement  IDirectMusicSegment8::InsertTrack and
  IDirectMusicSegment8::RemoveTrack (now EnumTrack GetParam, and
  GetTrack should be easy to do).

20 years agoSome updates to the faq.
Tom Wickline [Fri, 14 May 2004 21:35:32 +0000 (21:35 +0000)] 
Some updates to the faq.

20 years agoSet environment variables from the HKCU\Environment key too.
Alexandre Julliard [Fri, 14 May 2004 05:03:29 +0000 (05:03 +0000)] 
Set environment variables from the HKCU\Environment key too.
Moved current directory initialisation to process.c.
Make sure to always pass the correct current directory in the process
parameters for child processes.

20 years ago- Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
Raphael Junqueira [Fri, 14 May 2004 04:57:02 +0000 (04:57 +0000)] 
- Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
  dmstyle directory that share the debug and helper functions for dmusic
  dlls (as Rok's idea for dmloader).
- Use new helpers functions to load References on
  IDirectMusicSegTriggerTrack loading (currently they leak).
- IDirectMusicStyle (almost partial) loading.
- Minor fixes.

20 years agoFixed some of the GetShortPathName tests to use the short version of
Alexandre Julliard [Fri, 14 May 2004 04:55:28 +0000 (04:55 +0000)] 
Fixed some of the GetShortPathName tests to use the short version of
the current directory where needed.

20 years agoPrint human-readable capabilities flag.
Robert Reif [Fri, 14 May 2004 04:54:54 +0000 (04:54 +0000)] 
Print human-readable capabilities flag.

20 years agoMake sure to save the registry files even if we failed to load them.
Alexandre Julliard [Fri, 14 May 2004 00:45:11 +0000 (00:45 +0000)] 
Make sure to save the registry files even if we failed to load them.

20 years agoSample rate sanity check.
Robert Reif [Fri, 14 May 2004 00:44:06 +0000 (00:44 +0000)] 
Sample rate sanity check.
Fix SMPTE time.

20 years agoMake wineinstall use wineprefixcreate instead of duplicating the
Alexandre Julliard [Fri, 14 May 2004 00:43:50 +0000 (00:43 +0000)] 
Make wineinstall use wineprefixcreate instead of duplicating the
functionality.

20 years agoAdded proper support for switching file APIs between ANSI and OEM
Alexandre Julliard [Thu, 13 May 2004 20:21:25 +0000 (20:21 +0000)] 
Added proper support for switching file APIs between ANSI and OEM
codepages. Optimized some of the A->W conversions by using the
per-thread Unicode string buffer.

20 years agowaveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
Robert Reif [Thu, 13 May 2004 19:41:53 +0000 (19:41 +0000)] 
waveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
MMSYSERR_NODRIVER when no drivers present.
Add better error messages.

20 years agoUpdate to version 9.
Ivan Leo Murray-Smith [Thu, 13 May 2004 19:41:34 +0000 (19:41 +0000)] 
Update to version 9.

20 years agoAccept EMR_EXTTEXTOUT records with emrtext.offDx set to 0.
Dmitry Timoshkov [Thu, 13 May 2004 19:41:10 +0000 (19:41 +0000)] 
Accept EMR_EXTTEXTOUT records with emrtext.offDx set to 0.

20 years agoAdd new dlls and fix alphabetical location of a couple dlls.
Tom Wickline [Thu, 13 May 2004 19:40:53 +0000 (19:40 +0000)] 
Add new dlls and fix alphabetical location of a couple dlls.

20 years agoRemove trailing spaces from the filename in RtlGetFullPathName_U.
Alexandre Julliard [Thu, 13 May 2004 05:21:23 +0000 (05:21 +0000)] 
Remove trailing spaces from the filename in RtlGetFullPathName_U.

20 years ago- Fewer FIXMEs.
Raphael Junqueira [Thu, 13 May 2004 05:19:47 +0000 (05:19 +0000)] 
- Fewer FIXMEs.
- Better traces.
- IDirectMusicBand loading fixes:
  - load correctly instruments (and References
  - load IDirectMusicCollection object (using DMLoader)
  - insert the two on the list
- IDirectMusicBandTrack loading fixes (fill OBJECTDESC and parse UNFO
  infos).

20 years agoSome updates to the faq.
Tom Wickline [Thu, 13 May 2004 05:18:07 +0000 (05:18 +0000)] 
Some updates to the faq.

20 years agoFree up the original buffer pointer instead of the one we advanced.
Chris Morgan [Thu, 13 May 2004 05:17:41 +0000 (05:17 +0000)] 
Free up the original buffer pointer instead of the one we advanced.
Only call getDrive() once inside of addDrive().

20 years agoPrevent memory leak and superfluous status notifications.
Kevin Koltzau [Thu, 13 May 2004 05:17:25 +0000 (05:17 +0000)] 
Prevent memory leak and superfluous status notifications.

20 years agoFixed copy/paste bug in previous change.
Alexandre Julliard [Thu, 13 May 2004 00:23:25 +0000 (00:23 +0000)] 
Fixed copy/paste bug in previous change.

20 years agodmloader: complete rewrite and full implementation.
Rok Mandeljc [Thu, 13 May 2004 00:00:22 +0000 (00:00 +0000)] 
dmloader: complete rewrite and full implementation.

20 years agoIDirectMusicBand loading.
Raphael Junqueira [Wed, 12 May 2004 23:58:05 +0000 (23:58 +0000)] 
IDirectMusicBand loading.

20 years agoPass crypt provider and type to CPAcquireContext.
Mike McCormack [Wed, 12 May 2004 23:29:44 +0000 (23:29 +0000)] 
Pass crypt provider and type to CPAcquireContext.

20 years agoFixed the prototypes of the _adj_fdiv_* functions.
Alexandre Julliard [Wed, 12 May 2004 23:22:36 +0000 (23:22 +0000)] 
Fixed the prototypes of the _adj_fdiv_* functions.

20 years ago- Segment loading fix (correct FOURCC_RIFF tracks handling).
Raphael Junqueira [Wed, 12 May 2004 23:18:22 +0000 (23:18 +0000)] 
- Segment loading fix (correct FOURCC_RIFF tracks handling).
- IDirectMusicStyleTrack loading (need DM References).
- IDirectMusicBandTrack loading (need IDirectMusicBand loading).

20 years agoAdded version info.
Tom Wickline [Wed, 12 May 2004 23:17:33 +0000 (23:17 +0000)] 
Added version info.

20 years agoThe PostScript clip operator doesn't clear the current path, so after
Huw Davies [Wed, 12 May 2004 23:03:22 +0000 (23:03 +0000)] 
The PostScript clip operator doesn't clear the current path, so after
the CLIP_TO_PATH escape we want to clear it ourselves.

20 years agoAdd DT_END_ELLIPSIS as defaut style for text.
Maxime Bellengé [Wed, 12 May 2004 23:03:03 +0000 (23:03 +0000)] 
Add DT_END_ELLIPSIS as defaut style for text.

20 years agoProperly retrieve and release handles.
Kevin Koltzau [Wed, 12 May 2004 23:02:40 +0000 (23:02 +0000)] 
Properly retrieve and release handles.

20 years ago- rewrote the file code so that streams manage low level file desc
Eric Pouech [Wed, 12 May 2004 00:12:26 +0000 (00:12 +0000)] 
- rewrote the file code so that streams manage low level file desc
  (the code was written the other way around)
- reworked the flag handling code (now the stream._flag is closer to
  what MS does)
- simplified temp files handling by using FILE_FLAG_DELETE_ON_CLOSE in
  CreateFile
- fixed a couple of bugs

20 years agoSupport lpstrCustomFilter and return nFilterIndex in file dialog.
Wolfgang Schwotzer [Wed, 12 May 2004 00:12:04 +0000 (00:12 +0000)] 
Support lpstrCustomFilter and return nFilterIndex in file dialog.

20 years agoAdds msg711 winemp3 to list of codecs.
Robert Reif [Wed, 12 May 2004 00:11:12 +0000 (00:11 +0000)] 
Adds msg711 winemp3 to list of codecs.

20 years ago- Typo fix in dmusicf.h.
Raphael Junqueira [Tue, 11 May 2004 22:18:43 +0000 (22:18 +0000)] 
- Typo fix in dmusicf.h.
- IDirectMusicChordTrack loading.
- Many IsDirty and GetClassID stubs.

20 years agoImplement ImageEnumerateCertificates and ImageGetCertificateHeader.
Mike McCormack [Tue, 11 May 2004 22:17:49 +0000 (22:17 +0000)] 
Implement ImageEnumerateCertificates and ImageGetCertificateHeader.

20 years agoFix Croatian keyboard layout to better match the XFree86 one.
Dmitry Timoshkov [Tue, 11 May 2004 22:17:36 +0000 (22:17 +0000)] 
Fix Croatian keyboard layout to better match the XFree86 one.

20 years ago- Add a test for GetWindowInfo, it should not check cbSize member of
Dmitry Timoshkov [Tue, 11 May 2004 22:17:19 +0000 (22:17 +0000)] 
- Add a test for GetWindowInfo, it should not check cbSize member of
  the WINDOWINFO structure.
- Add tests for window state at the time the system calls
  HCBT_CREATEWND (failing under Wine at the moment).

20 years agoHandle case where iterator range contains 0 elements.
Ulrich Czekalla [Tue, 11 May 2004 22:16:54 +0000 (22:16 +0000)] 
Handle case where iterator range contains 0 elements.

20 years agoInitial support for automatically creating the ~/.wine directory on
Alexandre Julliard [Tue, 11 May 2004 04:29:18 +0000 (04:29 +0000)] 
Initial support for automatically creating the ~/.wine directory on
startup.

20 years agoSeveral of the registry keys for system colors and system metrics were
Jake Hamby [Tue, 11 May 2004 04:28:35 +0000 (04:28 +0000)] 
Several of the registry keys for system colors and system metrics were
incorrect.

20 years agoAdd an interface name to wineoss, winealsa, winearts and winejack.
Robert Reif [Tue, 11 May 2004 04:28:13 +0000 (04:28 +0000)] 
Add an interface name to wineoss, winealsa, winearts and winejack.
Add support for wave interface message where missing.

20 years ago- Many IDirectMusicSegment fixes (loading).
Raphael Junqueira [Tue, 11 May 2004 04:27:23 +0000 (04:27 +0000)] 
- Many IDirectMusicSegment fixes (loading).
- AudioPath crash fix (don't use DSound APIs if buffer is null).
- Move generic functions to dmime_main.c for future reuse (from
  segment.c).
- IDirectMusicTempoTrack loading (many tempo case must be handled).
- IDirectMusicSegTriggerTrack loading implementation (now
  DMRF/DirectMusic References loading should be done).

20 years agoAdd some documentation on how threading is implemented in Wine.
Mike Hearn [Tue, 11 May 2004 04:26:36 +0000 (04:26 +0000)] 
Add some documentation on how threading is implemented in Wine.
Covers basic Win32 threading primitives, syslevels, the TEB and
pthreads vs kthreads.

20 years agoFixed buffer size handling in GetUserNameA (reported by Hannu
Alexandre Julliard [Mon, 10 May 2004 21:26:58 +0000 (21:26 +0000)] 
Fixed buffer size handling in GetUserNameA (reported by Hannu
Valtonen).

20 years agoImplemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet
Maxime Bellengé [Mon, 10 May 2004 21:26:04 +0000 (21:26 +0000)] 
Implemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet
styles.

20 years agoFixed W buffer handling.
Christian Costa [Mon, 10 May 2004 21:24:21 +0000 (21:24 +0000)] 
Fixed W buffer handling.

20 years agoFix clipboard regression.
Ulrich Czekalla [Mon, 10 May 2004 19:59:36 +0000 (19:59 +0000)] 
Fix clipboard regression.

20 years agoAdd more ShowWindow/SetWindowPos tests.
Dmitry Timoshkov [Mon, 10 May 2004 19:59:20 +0000 (19:59 +0000)] 
Add more ShowWindow/SetWindowPos tests.

20 years agoCleanup conversion from A->W.
Kevin Koltzau [Mon, 10 May 2004 19:59:05 +0000 (19:59 +0000)] 
Cleanup conversion from A->W.

20 years agoBetter have internal & external TEB definitions have the same size.
Eric Pouech [Mon, 10 May 2004 19:58:48 +0000 (19:58 +0000)] 
Better have internal & external TEB definitions have the same size.

20 years agoFixed a missing typedef.
Eric Pouech [Mon, 10 May 2004 19:58:15 +0000 (19:58 +0000)] 
Fixed a missing typedef.

20 years agoImplemented pixel shaders using ARB_fragment_program extension.
Christian Costa [Mon, 10 May 2004 19:57:51 +0000 (19:57 +0000)] 
Implemented pixel shaders using ARB_fragment_program extension.

20 years agoMore parameter checking fixes with tests.
Robert Reif [Mon, 10 May 2004 19:56:53 +0000 (19:56 +0000)] 
More parameter checking fixes with tests.

20 years agoCorrectly create the byte array of gif images to match what
Maxime Bellengé [Mon, 10 May 2004 19:56:34 +0000 (19:56 +0000)] 
Correctly create the byte array of gif images to match what
CreateDIBitmap expects.

20 years ago- Release DSBuffer on AudioPath destruction.
Raphael Junqueira [Mon, 10 May 2004 19:56:17 +0000 (19:56 +0000)] 
- Release DSBuffer on AudioPath destruction.
- Semi stub for AudioPath Activate.
- IDirectMusicPerformance8::CreateAudioPath stub.
- Most of the IDirectMusicSegment8_[Set,Get]* (using header).
- Load of Streamer IDirectMusicSegment8 header.

20 years agoIMessageFilter::HandleInComingCall() should be HandleIncomingCall().
Jake Hamby [Mon, 10 May 2004 19:55:00 +0000 (19:55 +0000)] 
IMessageFilter::HandleInComingCall() should be HandleIncomingCall().

20 years agoImplementation of lineGetTranslateCaps.
Rein Klazes [Mon, 10 May 2004 19:54:25 +0000 (19:54 +0000)] 
Implementation of lineGetTranslateCaps.

20 years agoEncoding fixes in Ukrainian translation.
Ilya Korniyko [Mon, 10 May 2004 19:54:10 +0000 (19:54 +0000)] 
Encoding fixes in Ukrainian translation.

20 years agoMoved loading of the home registry files to the server, there's no
Alexandre Julliard [Fri, 7 May 2004 04:13:21 +0000 (04:13 +0000)] 
Moved loading of the home registry files to the server, there's no
real need to make these configurable.

20 years agoUse the Unix codepage to convert the user name to Unicode.
Alexandre Julliard [Fri, 7 May 2004 04:01:28 +0000 (04:01 +0000)] 
Use the Unix codepage to convert the user name to Unicode.

20 years agoWNetGetConnection(): use QueryDosDevice to return a fake remote name
Krishna Murthy [Fri, 7 May 2004 03:59:41 +0000 (03:59 +0000)] 
WNetGetConnection(): use QueryDosDevice to return a fake remote name
instead of the drive label.

20 years agoImplemented IsAsyncMoniker.
Kevin Koltzau [Fri, 7 May 2004 03:49:19 +0000 (03:49 +0000)] 
Implemented IsAsyncMoniker.

20 years agoMake WM_GETMINMAXINFO default behaviour more like the Windows one.
Dmitry Timoshkov [Fri, 7 May 2004 00:41:32 +0000 (00:41 +0000)] 
Make WM_GETMINMAXINFO default behaviour more like the Windows one.

20 years agoUpdate spec file.
Matthew Davison [Fri, 7 May 2004 00:40:44 +0000 (00:40 +0000)] 
Update spec file.

20 years agoEM_UNDO should always return TRUE for single line edit.
Krishna Murthy [Fri, 7 May 2004 00:40:18 +0000 (00:40 +0000)] 
EM_UNDO should always return TRUE for single line edit.

20 years agoRemove the last remaining wine options when running programs.
Dimitrie O. Paun [Thu, 6 May 2004 23:51:43 +0000 (23:51 +0000)] 
Remove the last remaining wine options when running programs.
Keep support for --help, and --version when they are the only options
on the command line.

20 years agoFixed crash when selecting the drive letter combo box.
Alexandre Julliard [Thu, 6 May 2004 23:42:34 +0000 (23:42 +0000)] 
Fixed crash when selecting the drive letter combo box.

20 years agoRemoved handling of special root keys, this is done by the client now.
Alexandre Julliard [Thu, 6 May 2004 23:42:04 +0000 (23:42 +0000)] 
Removed handling of special root keys, this is done by the client now.

20 years agoIn get_buffer_space() function, HeapReAlloc() will not allocate memory
Andrey Panov [Thu, 6 May 2004 23:41:15 +0000 (23:41 +0000)] 
In get_buffer_space() function, HeapReAlloc() will not allocate memory
if passed *buffer value is NULL.

20 years agoAllow applications, under certain conditions, to set data into the
Ulrich Czekalla [Thu, 6 May 2004 23:40:30 +0000 (23:40 +0000)] 
Allow applications, under certain conditions, to set data into the
clipboard even if they are not the clipboard owners.

20 years agoIt's OK to have dwNumEntries == 0 if there is no network connection.
Dmitry Timoshkov [Thu, 6 May 2004 23:39:59 +0000 (23:39 +0000)] 
It's OK to have dwNumEntries == 0 if there is no network connection.

20 years ago- PMsg processing thread (currently only Notifications handling)
Raphael Junqueira [Thu, 6 May 2004 23:37:54 +0000 (23:37 +0000)] 
- PMsg processing thread (currently only Notifications handling)
- a chained list bug
- thread-safe lists
- real close on CloseDown

20 years agoRelease 20040505. wine-20040505
Alexandre Julliard [Thu, 6 May 2004 00:40:39 +0000 (00:40 +0000)] 
Release 20040505.

20 years agoKeep the translated READMEs in sync with the English one.
Vincent Béron [Thu, 6 May 2004 00:16:22 +0000 (00:16 +0000)] 
Keep the translated READMEs in sync with the English one.

20 years agoImplemented SystemClock (IReferenceClock by dshow).
Raphael Junqueira [Wed, 5 May 2004 23:51:59 +0000 (23:51 +0000)] 
Implemented SystemClock (IReferenceClock by dshow).

20 years agoRemove bitmaps that were only used for the 3.1 look.
Alexandre Julliard [Wed, 5 May 2004 23:50:37 +0000 (23:50 +0000)] 
Remove bitmaps that were only used for the 3.1 look.