Alexandre Julliard [Tue, 11 May 2004 04:29:18 +0000 (04:29 +0000)]
Initial support for automatically creating the ~/.wine directory on
startup.
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.
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.
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).
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.
Alexandre Julliard [Mon, 10 May 2004 21:26:58 +0000 (21:26 +0000)]
Fixed buffer size handling in GetUserNameA (reported by Hannu
Valtonen).
Maxime Bellengé [Mon, 10 May 2004 21:26:04 +0000 (21:26 +0000)]
Implemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet
styles.
Christian Costa [Mon, 10 May 2004 21:24:21 +0000 (21:24 +0000)]
Fixed W buffer handling.
Ulrich Czekalla [Mon, 10 May 2004 19:59:36 +0000 (19:59 +0000)]
Fix clipboard regression.
Dmitry Timoshkov [Mon, 10 May 2004 19:59:20 +0000 (19:59 +0000)]
Add more ShowWindow/SetWindowPos tests.
Kevin Koltzau [Mon, 10 May 2004 19:59:05 +0000 (19:59 +0000)]
Cleanup conversion from A->W.
Eric Pouech [Mon, 10 May 2004 19:58:48 +0000 (19:58 +0000)]
Better have internal & external TEB definitions have the same size.
Eric Pouech [Mon, 10 May 2004 19:58:15 +0000 (19:58 +0000)]
Fixed a missing typedef.
Christian Costa [Mon, 10 May 2004 19:57:51 +0000 (19:57 +0000)]
Implemented pixel shaders using ARB_fragment_program extension.
Robert Reif [Mon, 10 May 2004 19:56:53 +0000 (19:56 +0000)]
More parameter checking fixes with tests.
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.
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.
Jake Hamby [Mon, 10 May 2004 19:55:00 +0000 (19:55 +0000)]
IMessageFilter::HandleInComingCall() should be HandleIncomingCall().
Rein Klazes [Mon, 10 May 2004 19:54:25 +0000 (19:54 +0000)]
Implementation of lineGetTranslateCaps.
Ilya Korniyko [Mon, 10 May 2004 19:54:10 +0000 (19:54 +0000)]
Encoding fixes in Ukrainian translation.
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.
Alexandre Julliard [Fri, 7 May 2004 04:01:28 +0000 (04:01 +0000)]
Use the Unix codepage to convert the user name to Unicode.
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.
Kevin Koltzau [Fri, 7 May 2004 03:49:19 +0000 (03:49 +0000)]
Implemented IsAsyncMoniker.
Dmitry Timoshkov [Fri, 7 May 2004 00:41:32 +0000 (00:41 +0000)]
Make WM_GETMINMAXINFO default behaviour more like the Windows one.
Matthew Davison [Fri, 7 May 2004 00:40:44 +0000 (00:40 +0000)]
Update spec file.
Krishna Murthy [Fri, 7 May 2004 00:40:18 +0000 (00:40 +0000)]
EM_UNDO should always return TRUE for single line edit.
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.
Alexandre Julliard [Thu, 6 May 2004 23:42:34 +0000 (23:42 +0000)]
Fixed crash when selecting the drive letter combo box.
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.
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.
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.
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.
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
Alexandre Julliard [Thu, 6 May 2004 00:40:39 +0000 (00:40 +0000)]
Vincent Béron [Thu, 6 May 2004 00:16:22 +0000 (00:16 +0000)]
Keep the translated READMEs in sync with the English one.
Raphael Junqueira [Wed, 5 May 2004 23:51:59 +0000 (23:51 +0000)]
Implemented SystemClock (IReferenceClock by dshow).
Alexandre Julliard [Wed, 5 May 2004 23:50:37 +0000 (23:50 +0000)]
Remove bitmaps that were only used for the 3.1 look.
Wolfgang Schwotzer [Wed, 5 May 2004 23:49:39 +0000 (23:49 +0000)]
Update OFN_READONLY flag when closing file dialog.
Alexandre Julliard [Wed, 5 May 2004 22:09:09 +0000 (22:09 +0000)]
Added options to update an existing WINEPREFIX directory and to run
from inside a Wine source tree.
Alexandre Julliard [Wed, 5 May 2004 22:05:18 +0000 (22:05 +0000)]
Set additional environment variables at startup from
HKLM\System\CurrentControlSet\Control\Session Manager\Environment.
James Courtier-Dutton [Wed, 5 May 2004 22:03:48 +0000 (22:03 +0000)]
Updated to the new alsa api.
Alexandre Julliard [Wed, 5 May 2004 22:01:49 +0000 (22:01 +0000)]
A couple of changes to avoid some failures on XP.
Alexandre Julliard [Wed, 5 May 2004 22:01:10 +0000 (22:01 +0000)]
Added support for DIRID_USERPROFILE.
Steven Edwards [Wed, 5 May 2004 19:00:44 +0000 (19:00 +0000)]
Remove unused header.
Ferenc Wagner [Wed, 5 May 2004 19:00:34 +0000 (19:00 +0000)]
The msacm directory is special.
Jon Griffiths [Wed, 5 May 2004 19:00:21 +0000 (19:00 +0000)]
Trace the system and user locales upon startup.
Print the returned string if VarDateChangeTypeEx fails.
Raphael Junqueira [Wed, 5 May 2004 18:59:59 +0000 (18:59 +0000)]
- fix cRef Leak (init to 1, should be 0) of IDMPerformance
- SendPMsg implementation
- begin of Performance Processing queues implementation
Alexandre Julliard [Wed, 5 May 2004 05:56:37 +0000 (05:56 +0000)]
Initialize ntdll debugging earlier on so that we can trace the server
startup too.
Alexandre Julliard [Wed, 5 May 2004 05:54:44 +0000 (05:54 +0000)]
Replaced LPINPUT_RECORD by PINPUT_RECORD.
Steven Edwards [Wed, 5 May 2004 05:53:37 +0000 (05:53 +0000)]
Minor documentation updates.
Alexandre Julliard [Wed, 5 May 2004 01:39:12 +0000 (01:39 +0000)]
Fixed RtlSetEnvironmentVariable to deal properly with Unicode strings
that aren't null-terminated.
Francois Gouget [Wed, 5 May 2004 01:38:24 +0000 (01:38 +0000)]
We should not make deststring static since we count on it being fresh
and clean when entering test_RtlCopyString().
Francois Gouget [Wed, 5 May 2004 01:35:37 +0000 (01:35 +0000)]
Add trailing '\n's to ok() calls.
Raphael Junqueira [Wed, 5 May 2004 01:32:55 +0000 (01:32 +0000)]
- fix DirectSound Creation by dmusic (fix recent Unreal2 regression)
using Robert Reif patch
- use of ForegroundWindow if hWnd is NULL (as specified on msdn docs)
- begin of Performance PMsg implementation (we should use a processing
thread)
- better Segment loading
- some stubs for IsDirty (always FALSE)
Raphael Junqueira [Wed, 5 May 2004 01:32:21 +0000 (01:32 +0000)]
Make IDirectMusicScriptImpl_IDirectMusicScript_CallRoutine return S_OK
(with E_NOTIMPL we have some apps crashes).
Kevin Koltzau [Wed, 5 May 2004 01:32:00 +0000 (01:32 +0000)]
Implemented CoInternetCombineUrl and CoInternetCompareUrl.
Francois Gouget [Wed, 5 May 2004 01:09:24 +0000 (01:09 +0000)]
Assorted spelling fixes.
Jakob Eriksson [Wed, 5 May 2004 01:07:41 +0000 (01:07 +0000)]
Windows 95 has no StrRetToBSTR, add dynamic lookup to avoid blocking
dialog.
Jakob Eriksson [Wed, 5 May 2004 01:07:04 +0000 (01:07 +0000)]
Prevent Windows 95 from blocking on linking issue.
Francois Gouget [Wed, 5 May 2004 01:06:27 +0000 (01:06 +0000)]
winejack.drv only supports 16bit sound so we can simplify the sound
format checks.
Francois Gouget [Wed, 5 May 2004 01:06:09 +0000 (01:06 +0000)]
If ARTS_WaveInit() failed then transmit the failure upstream in
ARTS_DriverProc().
Robert Reif [Wed, 5 May 2004 01:01:31 +0000 (01:01 +0000)]
Added msacm32 to the tests.
Francois Gouget [Wed, 5 May 2004 01:00:54 +0000 (01:00 +0000)]
Taking into account wavemap and midimap there can be up to 8 output
drivers. So increase the size of the MMDrvs array accordingly.
Skip already loaded drivers before complaining (asserting) that they
don't fit in the MMDrvs array.
Alexandre Julliard [Tue, 4 May 2004 04:18:29 +0000 (04:18 +0000)]
Some more tests for focus behavior when hiding/showing windows.
Francois Gouget [Tue, 4 May 2004 04:13:05 +0000 (04:13 +0000)]
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
Marcus Meissner [Tue, 4 May 2004 03:10:50 +0000 (03:10 +0000)]
Fixed strict aliasing issues in dlls/ole32.
Alexandre Julliard [Tue, 4 May 2004 02:57:29 +0000 (02:57 +0000)]
Don't close the current thread display on process exit, we don't close
the other ones anyway. Should avoid XRender error in metafile test.
Chris Morgan [Tue, 4 May 2004 02:56:46 +0000 (02:56 +0000)]
Implemented an array of 26 drives and interface functions for adding,
copying, moving and deleting drives.
Added a "Show/Hide Advanced" button in the drive edit dialog that
toggles the display of advanced options and resizes/moves controls.
Disable the 'autodetect' radio button in the drive edit dialog until
we have autodetection support.
Map window 'x' button to dialog close.
Krzysztof Foltman [Tue, 4 May 2004 02:55:28 +0000 (02:55 +0000)]
- F2 is now an accelerator for rename
- panel switching via TAB doesn't use IsDialogMessage anymore
- focus is correctly set after main window activation (Alt+TAB etc),
removed some focus-related bugs
- pressing ENTER or double-clicking a value edits it
- setting a value to an empty string is now allowed
- adding a new value starts rename automatically
- renaming a value doesn't move the cursor
- removed some unnecessary code (NM_RCLICK in ListView etc)
- right-click on tree view displays "New..." menu
- default values are treated like in Windows RegEdit (displayed even
when they aren't physically present, can't be renamed or deleted)
- Polish translation had some weird characters added before Polish
letters
Ulrich Czekalla [Tue, 4 May 2004 02:54:30 +0000 (02:54 +0000)]
Delegates messages directly to the edit control window proc instead of
containing an edit control. Fixes problems with subclassing the
richedit control.
Maxime Bellengé [Tue, 4 May 2004 02:54:11 +0000 (02:54 +0000)]
Add NM_RCLICK notification support for toolbars.
Maxime Bellengé [Tue, 4 May 2004 02:53:48 +0000 (02:53 +0000)]
- Fix palette creation.
- Fix upside down Gif.
- Add support for transparent Gif.
Alexandre Julliard [Tue, 4 May 2004 00:43:46 +0000 (00:43 +0000)]
Avoid killing threads with TerminateThread, this can cause deadlocks.
Alexandre Julliard [Tue, 4 May 2004 00:43:02 +0000 (00:43 +0000)]
Explicitly specify alignment of 64-bit types.
Alexandre Julliard [Tue, 4 May 2004 00:41:11 +0000 (00:41 +0000)]
Updated the auto-generated tests.
Hans Leidekker [Tue, 4 May 2004 00:38:27 +0000 (00:38 +0000)]
- Assume 8 byte maximum alignment.
- Sync type testing data with the headers.
Alexandre Julliard [Mon, 3 May 2004 20:22:07 +0000 (20:22 +0000)]
Make GetVolumeInformation default to reporting NTFS for non-FAT
filesystems.
Alexandre Julliard [Mon, 3 May 2004 20:20:54 +0000 (20:20 +0000)]
OF_CREATE should force write access in OpenFile.
Pavel Roskin [Mon, 3 May 2004 20:20:08 +0000 (20:20 +0000)]
Make the file type combobox non-editable.
Jon Griffiths [Mon, 3 May 2004 20:19:35 +0000 (20:19 +0000)]
Add the IMAPIProp/IPropData definitions.
Ferenc Wagner [Mon, 3 May 2004 20:19:13 +0000 (20:19 +0000)]
Disable buffering of test output to keep more information in case of a
crash.
Jon Griffiths [Mon, 3 May 2004 20:19:00 +0000 (20:19 +0000)]
Implement and test ScCopyProps/ScRelocProps.
Aric Stewart [Mon, 3 May 2004 20:18:43 +0000 (20:18 +0000)]
Strip leading whitespace when adding a new value and not just when
replacing a current value.
Robert Reif [Mon, 3 May 2004 20:17:43 +0000 (20:17 +0000)]
Added tests for msacm32.dll.
Robert Reif [Mon, 3 May 2004 20:09:42 +0000 (20:09 +0000)]
Better function parameter checking.
Wolfgang Schwotzer [Mon, 3 May 2004 20:09:09 +0000 (20:09 +0000)]
Make file dialog support FNERR_BUFFERTOSMALL if buffer too small.
Andreas Mohr [Mon, 3 May 2004 20:07:53 +0000 (20:07 +0000)]
Use WINEDEBUG instead of --debugmsg.
Jakob Eriksson [Mon, 3 May 2004 20:07:24 +0000 (20:07 +0000)]
Prevent from crashing/hanging in Windows 95 OSR2.
Kevin Koltzau [Mon, 3 May 2004 20:07:03 +0000 (20:07 +0000)]
Handle context in CreateURLMoniker.
Maxime Bellengé [Mon, 3 May 2004 20:05:43 +0000 (20:05 +0000)]
Fix the size of the listview items in the customize dialog.
Matthew Davison [Mon, 3 May 2004 20:05:11 +0000 (20:05 +0000)]
Updated to include functions from windows 98SE.
Alexandre Julliard [Sun, 2 May 2004 04:22:31 +0000 (04:22 +0000)]
Authors: Christian Costa <titan.costa@wanadoo.fr>, Jason Edmeades <us@the-edmeades.demon.co.uk>
Fixes for rendering targets.
Ge van Geldorp [Sun, 2 May 2004 04:21:48 +0000 (04:21 +0000)]
Always reset AUTO_RESIZE flag on exit from REBAR_ForceResize.
Gerald Pfeifer [Sun, 2 May 2004 04:21:28 +0000 (04:21 +0000)]
Include <stdlib.h> to obtain a prototype of abs().
Marcus Meissner [Sun, 2 May 2004 04:21:16 +0000 (04:21 +0000)]
Use memcpy instead of weird casts.
Maxime Bellengé [Sun, 2 May 2004 04:21:01 +0000 (04:21 +0000)]
Fix TB_GETSTYLE message to return the style of the toolbar and not the
style of a button.
Marcus Meissner [Sun, 2 May 2004 04:20:37 +0000 (04:20 +0000)]
Implemented CoReleaseMarshalData.
Maxime Bellengé [Sun, 2 May 2004 04:20:23 +0000 (04:20 +0000)]
Fix a string allocation.
Huw Davies [Sun, 2 May 2004 04:20:06 +0000 (04:20 +0000)]
Implemented TVS_NOSCROLL.