Sign in
goma
/
wine
/
f10b38811a69857cba9e60fc19a38ac8a3395117
/
dlls
f10b388
Correct typo in LoadWave (wave is an DMObject not a DMTrack).
by Raphael Junqueira
· 21 years ago
378dec1
Fix the case where lpszSearchFile is NULL in FtpFindFirstFile.
by Lionel Ulmer
· 21 years ago
c75c266
Fixed a bug where wrong a return value was returned when mapping is
by Robert Reif
· 21 years ago
cd072ca
Added trace and debug printing info.
by Robert Reif
· 21 years ago
fd75858
Added some trace and debug printing.
by Robert Reif
· 21 years ago
458cf0b
Added another possible windows failure mode.
by Robert Reif
· 21 years ago
5079a41
Add dialog class name to the list of classes handled by hook, add hook
by Dmitry Timoshkov
· 21 years ago
4751ff2
NT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip test if it returns
by Robert Reif
· 21 years ago
08183bd
Use wine_exec_wine_binary in all cases to start the server.
by Alexandre Julliard
· 21 years ago
3270bb1
Fixed CoMarshalInterThreadInterfaceInStream and CoGetInterfaceAndReleaseStream.
by Robert Shearman
· 21 years ago
c01570c
Removed dcom link.
by Ivan Leo Puoti
· 21 years ago
b1abca8
Initial version of the Wine preloader, used to reserve memory
by Alexandre Julliard
· 21 years ago
b4c2968
Print module name when calling LibMain.
by Mike Hearn
· 21 years ago
3d9fb73
Make sure that the size of the buffer passed to RegSetValueExW is in
by Aric Stewart
· 21 years ago
cdeeb84
Add a test for accessing classes from another thread.
by Dmitry Timoshkov
· 21 years ago
dc4d056
Don't rely on the reserved area list being empty in reserve_area,
by Alexandre Julliard
· 21 years ago
f974c85
Ensure that we can initialize the DOS memory area correctly even if it
by Alexandre Julliard
· 21 years ago
5ae62e3
Added support for dirids that map to a CSIDL value (based on a patch
by Alexandre Julliard
· 21 years ago
e2a7b28
Default to 96dpi when not specified in the config file.
by Mike Hearn
· 21 years ago
5b75c15
Implemented some texture operations using ATI_texture_env_combine3.
by Christian Costa
· 21 years ago
0a5f393
Fixed missing inversion in bit manipulation.
by Uwe Bonnes
· 21 years ago
41c6b5b
Fixed a problem were a trace accesses a data member that may be
by Robert Reif
· 21 years ago
63a4b20
Assume MAX_PATH length for pszDisplayName.
by Uwe Bonnes
· 21 years ago
f7e9e5b
Fixed typo.
by Uwe Bonnes
· 21 years ago
73ed82c
Fix the missing tread ID of some snoop return traces.
by Rein Klazes
· 21 years ago
a6e8430
Added WAVE_MAPPED flag test.
by Robert Reif
· 21 years ago
3e42f69
Changed my name, so update copyright info.
by Ivan Leo Puoti
· 21 years ago
2cf4ec3
Make underlining of fonts drawn at an angle follow the text.
by Troy Rollo
· 21 years ago
5f39506
- the hardware GL vendors (NVidia and ATI) can support more than 95
by Raphael Junqueira
· 21 years ago
0a5ad9e
Remove part of test that crashes win95.
by Kevin Koltzau
· 21 years ago
a286a30
Added stub for GetRecordInfoFromGuids.
by Alex Villacís Lasso
· 21 years ago
41b9ae3
Support loading of Wave segments on IDirectMusicSegment8.
by Raphael Junqueira
· 21 years ago
1a85a57
Fixed joystick device type for dinput8.
by Christian Costa
· 21 years ago
c51c46b
Moved stub of Control_FillCache_RunDLL from ascii to unicode.
by Stefan Leichter
· 21 years ago
9a472ba
- don't use a stupid "while (1);" thread when DMPerformance MSG Queue empty
by Raphael Junqueira
· 21 years ago
7109423
Allocate the shared heap inside the Win9x shared memory area.
by Alexandre Julliard
· 21 years ago
7163000
Only create the shared heap when Windows version is Win9x.
by Alexandre Julliard
· 21 years ago
1d2d2d6
Move all FTP functions to unicode. Improve FTP LIST parsing.
by Kevin Koltzau
· 21 years ago
94d74b5
Added support for managing reserved memory areas in libwine and ntdll.
by Alexandre Julliard
· 21 years ago
307edcc
Moved stub of StopWatch from ascii to unicode.
by Stefan Leichter
· 21 years ago
d5a3187
Implemented AreAnyAccessesGranted.
by William Lahti
· 21 years ago
b6dae78
Avoid a failure under Win9x.
by Dmitry Timoshkov
· 21 years ago
c4a5c73
Fix elf_read_wine_loader_dbg_info() for the !__ELF__ case.
by Dmitry Timoshkov
· 21 years ago
97ea6ff
Add message test for DrawMenuBar.
by Dmitry Timoshkov
· 21 years ago
9df137b
Add a test for focus change on ShowWindow(child, SW_HIDE).
by Dmitry Timoshkov
· 21 years ago
eef83b3
- some more fixes to elf module's symbol table handling (including
by Eric Pouech
· 21 years ago
20f25c3
Cygwin's mntent.h requires stdio.h to be included first.
by Dmitry Timoshkov
· 21 years ago
d8a59cd
Explicitly specify name of the pipe in the pipe test.
by Dmitry Timoshkov
· 21 years ago
09fed75
Some fixes to module browsing.
by Eric Pouech
· 21 years ago
8811628
Add a test for opening an already opened file for writing in a not
by Dmitry Timoshkov
· 21 years ago
fe0460f
Added some traces to kernel file functions.
by Christian Costa
· 21 years ago
eb04fd2
Converted the memory views list to use the standard functions from
by Alexandre Julliard
· 21 years ago
7f4e77b
- add version info to dplay.dll
by Tom Wickline
· 21 years ago
b0d62bb
Fixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPPER) test.
by Robert Reif
· 21 years ago
483803f
Added retrieval of ATI info.
by Christian Costa
· 21 years ago
e3a37c8
Revert broken strict aliasing fix.
by Marcus Meissner
· 21 years ago
e4dfaab
Add a test for window's hinstance.
by Dmitry Timoshkov
· 21 years ago
c3b8ce9
Split off the winmm capture test.
by Francois Gouget
· 21 years ago
16fe224
Don't use the Wine debug functions. Fixed wrong A/W length checks.
by Alexandre Julliard
· 21 years ago
d8e990c
- Make new tests pass on win2k SP4 and win95 OSR2.
by Dmitry Timoshkov
· 21 years ago
53a20f3
Add a 5 second test tone to help debug issues with the tone duration
by Francois Gouget
· 21 years ago
ceeed96
Use triggers to disable the sound input/output side we don't care
by Francois Gouget
· 21 years ago
ca7ee47
Better handling of User IDirectMusicTools.
by Raphael Junqueira
· 21 years ago
40dd969
- first draft of D3DCLIPSTATUS8 handling (not really used for now)
by Raphael Junqueira
· 21 years ago
dfbf36d
- Better loading of IDirectMusicSegTriggerTrack (internal list of
by Raphael Junqueira
· 21 years ago
df93f2e
GetModuleFileName[AW] doesn't terminate the string if the buffer is too small.
by Eric Pouech
· 21 years ago
48a8659
- removed file extension from module (and suffixed ELF modules with
by Eric Pouech
· 21 years ago
47a1df4
Added some optional messages to make all tests succeed on XP.
by Alexandre Julliard
· 21 years ago
bde649c
Added some missing prototypes.
by Eric Pouech
· 21 years ago
4d00315
When building PostScript paths with the *_PATH escapes, don't clip the
by Huw Davies
· 21 years ago
7c1ca0f
Added version info to MSI dll.
by Christian Costa
· 21 years ago
5c4420f
Implemented the debug version of operator new (C++).
by Patrik Stridvall
· 21 years ago
8f14eb0
Added empty (stubs in spec only) d3drm.
by Ivan Leo Murray-Smith
· 21 years ago
447e647
Added a couple of tests for SetActiveWindow.
by Alexandre Julliard
· 21 years ago
1cda8c7
Enabled pixel shaders 1.4.
by Christian Costa
· 21 years ago
01a5288
- TBN_DRAGOUT and NM_RDBLCLK notifications.
by Robert Shearman
· 21 years ago
cb27ab8
Added support for mapping UNC filenames to the dosdevices directory.
by Alexandre Julliard
· 21 years ago
070db4e
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 21 years ago
36eb791
StrSpnW doesn't exist in comctl32.dll but StrCSpnW does.
by Patrik Stridvall
· 21 years ago
2f339b2
Added the IInternetSession interface.
by Patrik Stridvall
· 21 years ago
d134aa5
Fix scanf handling of float numbers (beginning with a dot).
by Raphael Junqueira
· 21 years ago
36819ae
Handle XYZRHW vertex mode correctly in slow path.
by Christian Costa
· 21 years ago
8d95439
- First drafts for IDirectMusicSegment::GetParam and
by Raphael Junqueira
· 21 years ago
c8aba95
- Let the subclassing stack grow the opposite way to make the code
by Filip Navara
· 21 years ago
56b5164
- If a crypto provider does not have a Signature in the registry,
by Juan Lang
· 21 years ago
8c29b5f
Removed the no longer used SMB file I/O support, we can't do reliable
by Alexandre Julliard
· 21 years ago
63a5d81
Better fix for removing trailing spaces in RtlGetFullPathName_U.
by Alexandre Julliard
· 21 years ago
ad54691
Use environment variables instead of config file entries to specify
by Alexandre Julliard
· 21 years ago
10778aa
Updated the version info of all DirectX dlls to the version numbers of
by Ivan Leo Murray-Smith
· 21 years ago
858557f
- Parse DMStyle motifs (ie patterns) and bands (fill lists).
by Raphael Junqueira
· 21 years ago
6ab8827
Set environment variables from the HKCU\Environment key too.
by Alexandre Julliard
· 21 years ago
106e13a
- Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
by Raphael Junqueira
· 21 years ago
3c3d230
Fixed some of the GetShortPathName tests to use the short version of
by Alexandre Julliard
· 21 years ago
463d474
Print human-readable capabilities flag.
by Robert Reif
· 21 years ago
ee0868e
Sample rate sanity check. Fix SMPTE time.
by Robert Reif
· 21 years ago
0d33e5e
Added proper support for switching file APIs between ANSI and OEM
by Alexandre Julliard
· 21 years ago
eee90c2
waveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
by Robert Reif
· 21 years ago
ad32951
Update to version 9.
by Ivan Leo Murray-Smith
· 21 years ago
c00b0b0
Remove trailing spaces from the filename in RtlGetFullPathName_U.
by Alexandre Julliard
· 21 years ago
beaa084
- Fewer FIXMEs.
by Raphael Junqueira
· 21 years ago
Next »