Alexandre Julliard
04689b26f0
Always load the 32-bit dll containing a given 16-bit builtin.
...
Check the module name in addition to the file name when loading a
16-bit builtin dll.
2001-03-28 01:47:28 +00:00
Gavriel State
4d73ba6e21
- Always use a double-buffered visual if one is available.
...
- Ensure that all colormaps created use the double-buffered visual if
it exists. This prevents problems where DRI GL implementations fail
to work unless the colormap visual matches the window visual matches the
glX visual.
- Get around similar visual issue with the default GL context created for
apps that don't create their own contexts before trying to use GL functions.
2001-03-28 01:45:08 +00:00
Lawson Whitney
219353be4e
Fixed command-line example.
2001-03-28 01:40:30 +00:00
Alexandre Julliard
65fcd9e27a
Release 20010326.
2001-03-26 20:57:09 +00:00
Dmitry Timoshkov
b4a07b6ec7
Added some additional defaults and samples to [fonts] section.
2001-03-26 20:32:22 +00:00
Alexandre Julliard
26320d1f75
Cleanup properly on x11drv unloading.
...
Moved --synchronous option into config file.
Removed --desktop, --display and --language command-line options.
2001-03-23 23:45:45 +00:00
James Hatheway
d73c906328
- MCI_SAVE should overwrite its destination file.
...
- widClose() is sometimes failing... MCI (in WAVE_mciRecordCallback)
shouldn't queue up buffers if it knows we are no longer recording.
2001-03-23 23:39:28 +00:00
Alexandre Julliard
9515336378
Small dll separation fixes.
2001-03-23 19:13:23 +00:00
Alexandre Julliard
ab5e975907
Use TEB static buffer for Unicode conversion.
2001-03-23 19:12:01 +00:00
Francois Gouget
3c6c20f89d
Added handling of .hpp files (another extension for C++ headers).
...
The wrapper code needs to import dlls too.
All the generated wrapper files were identical, the 'variable'
subsitution was done on the template itself. Oups!
2001-03-23 19:07:59 +00:00
Francois Gouget
a7580c53c7
ConvertVersionInfo32To16: the end of the child list may also be marked
...
by a 0-byte child.
2001-03-23 19:07:35 +00:00
Michael McCormack
1c32a46d5a
Use poll() on the client-side during server waits to implement
...
overlapped I/O.
2001-03-22 20:09:34 +00:00
Alexandre Julliard
a5a872efca
Use the new send_fd mechanism for the set_console_fd server request.
2001-03-22 19:35:27 +00:00
Jeff Garzik
9fd15a9f2f
Added needed string.h includes.
2001-03-22 19:33:57 +00:00
Alexandre Julliard
f88e5aa7bf
Cleaned up assumptions about WS_CHILD flag so that we can allow it to
...
be changed in SetWindowLong.
2001-03-21 23:55:36 +00:00
Dmitry Timoshkov
2f7292cbeb
Increase debug buffer size up to 1024 bytes.
2001-03-21 23:54:59 +00:00
Alexandre Julliard
fc68434791
Added first version of the Perl regression testing framework.
2001-03-21 21:41:27 +00:00
Alexandre Julliard
fde1b0cb0c
Added "*" wildcard entry to DllOverrides to replace DllDefaults
...
section; this way it can also be specified on a per-app basis.
Removed compiled-in defaults for dlls mentioned in the sample config.
Update man page.
2001-03-21 20:33:11 +00:00
Jeff Garzik
3ea0c073f8
Warning fixes.
2001-03-21 20:31:26 +00:00
Jeff Garzik
f46eb1db43
Added some inclusions of string.h where necessary.
2001-03-21 20:30:46 +00:00
Alexandre Julliard
671da9f08e
Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
2001-03-21 03:38:44 +00:00
Dmitry Timoshkov
b77afe76b1
Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set.
2001-03-21 03:38:03 +00:00
Ove Kaaven
e746f665ef
Show an error if small enough fragment sizes couldn't be set.
...
Force a complete close/reopen of the sound device if pause is
requested in DirectSound mode (many drivers require this).
2001-03-21 03:37:33 +00:00
Ove Kaaven
03dab82c3f
Remove obsolete and misleading FIXME.
2001-03-21 03:37:10 +00:00
Ove Kaaven
df5ff61f7e
Implemented Get/SetDeviceGammaRamp.
2001-03-21 03:36:53 +00:00
Alexandre Julliard
b9c9cdc5d4
- Added support for app-specific dll overrides using
...
AppDefaults\<appname>\DllOverrides configuration section.
- Better support for multiple --dll options.
- Added warning message to discourage putting multiple dlls in a
single override entry.
2001-03-20 02:11:08 +00:00
Alexandre Julliard
857abbf398
Terminate process on unhandled ^C exception instead of launching the
...
debugger.
2001-03-20 02:01:10 +00:00
Ove Kaaven
27398d4966
Implemented Get/SetDeviceGammaRamp.
2001-03-20 01:55:18 +00:00
Eric Kohl
ca6c9a6a20
Added stubs for GetWindowsModuleFileName[A/W].
2001-03-20 01:53:51 +00:00
Guy L. Albertelli
627aa4d772
Native version seems to always re-draw the selected text at the end of
...
a rollup.
2001-03-20 01:51:58 +00:00
Ove Kaaven
313051f9d6
Added gamma ramp code to the XVidMode interface.
2001-03-20 01:24:08 +00:00
Ove Kaaven
529eaed93a
More DirectDraw HAL type declarations.
2001-03-20 01:15:36 +00:00
Satsuki Fujishima
66fb6075aa
Fixed FreeBDS xpg4 check.
2001-03-19 19:19:59 +00:00
Satsuki Fujishima
f34f418926
Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
2001-03-19 19:19:23 +00:00
Dmitry Timoshkov
13535251bf
Add version info for built-in oleaut32.dll.
2001-03-19 19:17:27 +00:00
Gerard Patel
2482ef3339
Fix system menu crash by ensuring that item->text is not null when
...
MF_TEXT set.
2001-03-19 19:16:21 +00:00
Ove Kaaven
1859dde8e9
Added IDirectDrawGammaControl interface declaration.
2001-03-19 19:15:57 +00:00
Dmitry Timoshkov
f7e7cd4aec
Truncate version data if provided buffer is not large enough.
2001-03-19 19:15:36 +00:00
Ove Kaaven
ed739334f4
Fixed sound disappearing after on-the-fly sample rate changes and
...
after certain underrun conditions.
Compilation fixes for when USE_DSOUND3D is defined.
2001-03-19 19:14:39 +00:00
Ove Kaaven
e17aaa22d4
Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set,
...
mouse clicks should go straight through the window.
2001-03-19 19:14:22 +00:00
Eric Kohl
76df432757
SHGetSpecialFolderPathA must be able to create a full path if it
...
doesn't exist.
2001-03-19 19:14:00 +00:00
Eric Kohl
03df00e925
Added stub for _setjmp3().
...
Implemented _sopen().
2001-03-19 19:13:40 +00:00
Gerard Patel
8b21b6b33a
Added version info.
2001-03-16 16:50:24 +00:00
Huw D M Davies
39f54283fc
Moved GetTextMetrics to unicode.
2001-03-16 16:43:14 +00:00
Dmitry Timoshkov
07b6e6e62e
Fixed prototype of GetFileVersionInfoA/W.
2001-03-16 16:42:20 +00:00
Guy L. Albertelli
a7a006a00d
- Documented things known to be unimplemented.
...
- Implemented CBN_SELCHANGE, CBN_KILLFOCUS, and CBN_SELENDOK.
- Corrected CBEN_ENDEDIT notifies to always have edit control text.
- Locked "selected" state of icon to focus state of edit control (if
it exists) just like native.
2001-03-16 16:41:56 +00:00
Guy L. Albertelli
0d2df474aa
- Correct RBN_CHILDSIZE band rectangle to match native.
...
- Correct flags in DeferWindowPos to SWP_NOZORDER to match native.
- Make handling ComboBox and ComboBoxEx the same when moving child
windows.
2001-03-16 16:41:32 +00:00
Guy L. Albertelli
bf89e7cdd1
Label the width and height correctly in the WINDOWPOS display.
2001-03-16 16:41:07 +00:00
Ove Kaaven
c5f35b701f
Added Win2000 WS_EX_LAYERED window style.
2001-03-16 16:40:43 +00:00
Marcus Meissner
ed9c2df70e
Replaced one .kde with .kde2 in KDE2 menu code.
2001-03-16 16:40:12 +00:00