Krishna Murthy
b37eab4ec8
WNetGetConnection(): use QueryDosDevice to return a fake remote name
...
instead of the drive label.
2004-05-07 03:59:41 +00:00
Kevin Koltzau
57f7a2c181
Implemented IsAsyncMoniker.
2004-05-07 03:49:19 +00:00
Dmitry Timoshkov
80422fb830
Make WM_GETMINMAXINFO default behaviour more like the Windows one.
2004-05-07 00:41:32 +00:00
Matthew Davison
2e2f666032
Update spec file.
2004-05-07 00:40:44 +00:00
Krishna Murthy
a7c3107148
EM_UNDO should always return TRUE for single line edit.
2004-05-07 00:40:18 +00:00
Dimitrie O. Paun
f950d97381
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.
2004-05-06 23:51:43 +00:00
Alexandre Julliard
329aa748d4
Fixed crash when selecting the drive letter combo box.
2004-05-06 23:42:34 +00:00
Alexandre Julliard
7e9757c61d
Removed handling of special root keys, this is done by the client now.
2004-05-06 23:42:04 +00:00
Andrey Panov
f4a535d61e
In get_buffer_space() function, HeapReAlloc() will not allocate memory
...
if passed *buffer value is NULL.
2004-05-06 23:41:15 +00:00
Ulrich Czekalla
b41466b3b1
Allow applications, under certain conditions, to set data into the
...
clipboard even if they are not the clipboard owners.
2004-05-06 23:40:30 +00:00
Dmitry Timoshkov
56193ecc36
It's OK to have dwNumEntries == 0 if there is no network connection.
2004-05-06 23:39:59 +00:00
Raphael Junqueira
faf1b08ef4
- PMsg processing thread (currently only Notifications handling)
...
- a chained list bug
- thread-safe lists
- real close on CloseDown
2004-05-06 23:37:54 +00:00
Alexandre Julliard
311e034880
Release 20040505.
2004-05-06 00:40:39 +00:00
Vincent Béron
54984ea4ba
Keep the translated READMEs in sync with the English one.
2004-05-06 00:16:22 +00:00
Raphael Junqueira
0359eaa80c
Implemented SystemClock (IReferenceClock by dshow).
2004-05-05 23:51:59 +00:00
Alexandre Julliard
eed647d0ad
Remove bitmaps that were only used for the 3.1 look.
2004-05-05 23:50:37 +00:00
Wolfgang Schwotzer
bce73e4242
Update OFN_READONLY flag when closing file dialog.
2004-05-05 23:49:39 +00:00
Alexandre Julliard
5f27ca2085
Added options to update an existing WINEPREFIX directory and to run
...
from inside a Wine source tree.
2004-05-05 22:09:09 +00:00
Alexandre Julliard
0a19a07ecf
Set additional environment variables at startup from
...
HKLM\System\CurrentControlSet\Control\Session Manager\Environment.
2004-05-05 22:05:18 +00:00
James Courtier-Dutton
0040ba959b
Updated to the new alsa api.
2004-05-05 22:03:48 +00:00
Alexandre Julliard
900492a69c
A couple of changes to avoid some failures on XP.
2004-05-05 22:01:49 +00:00
Alexandre Julliard
4113217155
Added support for DIRID_USERPROFILE.
2004-05-05 22:01:10 +00:00
Steven Edwards
55954f2936
Remove unused header.
2004-05-05 19:00:44 +00:00
Ferenc Wagner
70cd740454
The msacm directory is special.
2004-05-05 19:00:34 +00:00
Jon Griffiths
0d1b4239fd
Trace the system and user locales upon startup.
...
Print the returned string if VarDateChangeTypeEx fails.
2004-05-05 19:00:21 +00:00
Raphael Junqueira
7be996e9b7
- fix cRef Leak (init to 1, should be 0) of IDMPerformance
...
- SendPMsg implementation
- begin of Performance Processing queues implementation
2004-05-05 18:59:59 +00:00
Alexandre Julliard
ae42aad2ae
Initialize ntdll debugging earlier on so that we can trace the server
...
startup too.
2004-05-05 05:56:37 +00:00
Alexandre Julliard
ab92cfe0a0
Replaced LPINPUT_RECORD by PINPUT_RECORD.
2004-05-05 05:54:44 +00:00
Steven Edwards
26fe914d89
Minor documentation updates.
2004-05-05 05:53:37 +00:00
Alexandre Julliard
048b3ac67c
Fixed RtlSetEnvironmentVariable to deal properly with Unicode strings
...
that aren't null-terminated.
2004-05-05 01:39:12 +00:00
Francois Gouget
4e5b9efcf0
We should not make deststring static since we count on it being fresh
...
and clean when entering test_RtlCopyString().
2004-05-05 01:38:24 +00:00
Francois Gouget
bc8007fb1a
Add trailing '\n's to ok() calls.
2004-05-05 01:35:37 +00:00
Raphael Junqueira
1afbcd71dd
- 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)
2004-05-05 01:32:55 +00:00
Raphael Junqueira
4dc686df3f
Make IDirectMusicScriptImpl_IDirectMusicScript_CallRoutine return S_OK
...
(with E_NOTIMPL we have some apps crashes).
2004-05-05 01:32:21 +00:00
Kevin Koltzau
f0b47e2631
Implemented CoInternetCombineUrl and CoInternetCompareUrl.
2004-05-05 01:32:00 +00:00
Francois Gouget
9f1aea2fb8
Assorted spelling fixes.
2004-05-05 01:09:24 +00:00
Jakob Eriksson
3d38e72d89
Windows 95 has no StrRetToBSTR, add dynamic lookup to avoid blocking
...
dialog.
2004-05-05 01:07:41 +00:00
Jakob Eriksson
9e19e3f81e
Prevent Windows 95 from blocking on linking issue.
2004-05-05 01:07:04 +00:00
Francois Gouget
df4409fb95
winejack.drv only supports 16bit sound so we can simplify the sound
...
format checks.
2004-05-05 01:06:27 +00:00
Francois Gouget
91c2507dd4
If ARTS_WaveInit() failed then transmit the failure upstream in
...
ARTS_DriverProc().
2004-05-05 01:06:09 +00:00
Robert Reif
127b25df49
Added msacm32 to the tests.
2004-05-05 01:01:31 +00:00
Francois Gouget
bf75c5c163
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.
2004-05-05 01:00:54 +00:00
Alexandre Julliard
319fa1c31e
Some more tests for focus behavior when hiding/showing windows.
2004-05-04 04:18:29 +00:00
Francois Gouget
cfc3943c5f
Make our ascii strings static const.
...
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Marcus Meissner
ff39b877a4
Fixed strict aliasing issues in dlls/ole32.
2004-05-04 03:10:50 +00:00
Alexandre Julliard
9f986f9a99
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.
2004-05-04 02:57:29 +00:00
Chris Morgan
49f0dd3a2c
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.
2004-05-04 02:56:46 +00:00
Krzysztof Foltman
b2d8cd3fdf
- 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
2004-05-04 02:55:28 +00:00
Ulrich Czekalla
088db8b428
Delegates messages directly to the edit control window proc instead of
...
containing an edit control. Fixes problems with subclassing the
richedit control.
2004-05-04 02:54:30 +00:00
Maxime Bellengé
7507ad2ac5
Add NM_RCLICK notification support for toolbars.
2004-05-04 02:54:11 +00:00