Paul Rupe
21fbb40cb7
Support for LVM_SUBITEMHITTEST; check for out-of-bounds subitem index
...
in LISTVIEW_GetSubItemRect.
2002-06-10 22:47:41 +00:00
Nix N. Nix
e73d3c444b
Added RunFileDlg with MRU list.
...
Added template to all .rc files.
2002-06-10 02:34:36 +00:00
Tony Lambregts
5a04e00222
Some grammar fixes.
2002-06-10 02:32:59 +00:00
Won-kyu Park
ff4f41d81e
Added Korean resources.
2002-06-10 02:32:31 +00:00
Sander van Leeuwen
4911d0bf3b
- Save and restore current directory in GetFileDialog95W if
...
OFN_NOCHANGEDIR flag set.
- GetFileDialog95W: only convert ofn->lpTemplateName if it's a string
resource id (fixes OpenOffice 1.0 file open dialog crash).
- Ignore OFN_FILEMUSTEXIST flag for save file dialog (fixes save
dialog in ElstarFormular).
- Rewrote casts that some compilers don't accept.
2002-06-10 02:31:11 +00:00
Marcus Meissner
54c8f7b9a4
Changed DllOverrides so we use builtin rpcrt4, ole32, oleaut32.
2002-06-10 02:30:32 +00:00
Marcus Meissner
e81f10c97c
Merged the two serializer and unserializer functions into one, cleaned
...
them up.
VT_PTR: Handle NULL pointers by sending a cookie.
Added support for: VT_CARRAY, VT_DISPATCH, TKIND_RECORD, VT_VOID,
VT_UI1, VT_UI2, VT_ERROR, VT_UI4, VT_UINT.
Added a custom serializer for DISPPARAMS struct.
2002-06-10 02:30:20 +00:00
Marcus Meissner
238cdeab1b
Added some debugoutput functions for TYPEATTR, IDLDESC, VARDESC.
...
Support more parameters in _invoke (needed for IDispatch::Invoke in
the marshaller).
2002-06-10 02:29:55 +00:00
Sander van Leeuwen
ddf16e017c
Handle ascii & unicode drag and drop structures in DragQueryFileA &
...
DragQueryFileW.
2002-06-10 02:29:09 +00:00
Alexandre Julliard
85844e506d
Authors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer <lionel.ulmer@free.fr>
...
Added implementation of wglSwapLayerBuffers.
2002-06-10 02:28:42 +00:00
Mike McCormack
4e73595a0d
- Partially implement LdrGetDllHandle.
...
- Implement LdrGetProcedureAddress.
2002-06-10 02:28:00 +00:00
Vincent Béron
b65c99b045
Updated so it's in line with README.
2002-06-10 02:27:22 +00:00
Alexandre Julliard
a67f1c15a0
Release 20020605.
2002-06-05 18:18:04 +00:00
Vincent Béron
1f54f1b006
Updated README.fr so it's in line with README.
2002-06-05 17:50:13 +00:00
Marcelo Welter
eef5d668ce
Added PCF_TOTALTIMEOUTS to comm properties.
2002-06-05 17:27:48 +00:00
Gerald Pfeifer
25a3879647
Update FreeBSD-related notes.
2002-06-05 17:26:57 +00:00
Alexandre Julliard
034e39b2fe
Check access rights before renaming or deleting files (based on
...
patches by Uwe Bonnes and Dmitry Timoshkov).
2002-06-05 00:47:38 +00:00
Jean-Bruno Luginbühl
ccab28771b
French translation of the README file.
2002-06-05 00:46:25 +00:00
Alexandre Julliard
df6fa30288
Duplicated wsprintf implementation in shlwapi.
2002-06-04 23:11:09 +00:00
Andreas Mohr
a5589d5662
Documentation improvements.
2002-06-04 23:09:34 +00:00
Andreas Mohr
957f1f98ef
Only allow tabs in popup menus, and make sure to never display them.
2002-06-04 23:08:16 +00:00
Marcus Meissner
fd625ddb0b
Added marshalling of IUnknown.
2002-06-04 22:14:06 +00:00
Patrik Stridvall
05fffb15ec
API files update.
2002-06-04 22:13:21 +00:00
Patrik Stridvall
296c5a6b97
Fixed some issues found by winapi_check.
2002-06-04 22:12:50 +00:00
Alexandre Julliard
3c85eb18d7
Added --debugmsg option to the debugger.
2002-06-04 21:31:10 +00:00
Alexandre Julliard
65a42168e3
Merged Martin Fuchs' file manager (with the help of Steven Edwards).
2002-06-04 21:29:40 +00:00
Alexandre Julliard
1cf0261576
Check if relay debugging is still on before printing something.
2002-06-04 21:25:34 +00:00
Jason Edmeades
235d82ee44
nitialDir handling and InitialFile handling now agrees with MSDN
...
description, and testing on win2000 appears to agree.
ilename field not cleared when directory selected/clicked on.
OFN_NOVALIDATE field no longer causes traps, and appears to behave as
per w2k.
2002-06-04 21:23:12 +00:00
Alexandre Julliard
221b438287
Don't free the stack selector, it's freed in ExitThread anyway (thanks
...
to Christian Costa).
2002-06-04 17:55:48 +00:00
Eric Pouech
b706b23a10
Implemented a MP3 decoder (based on mpglib).
2002-06-04 17:53:46 +00:00
Alexandre Julliard
a061b84ee1
Moved specification of relay and snoop include/exclude functions to
...
the config file.
Changed spy config a bit to follow the same scheme.
Moved debug option parsing routine into libwine.
2002-06-04 17:48:41 +00:00
Alexandre Julliard
78b041cf52
Better encapsulation of the font and metafile objects.
2002-06-04 01:02:51 +00:00
Marcus Meissner
c6476e90ab
Warn the user if 'wine' will not find its libraries after installation
...
on 'make install'.
2002-06-04 00:59:57 +00:00
Bill Medland
978a934245
Fixed incorrect pointer-cast arithmetic.
...
Extended ole trace information.
Don't lose the existing pipes on alloc failure.
2002-06-04 00:53:21 +00:00
Johan Gill
bbbc18b12c
Added version info to 16-bit shell.dll.
2002-06-04 00:52:49 +00:00
Gerald Pfeifer
f1451e6650
Warning fix.
2002-06-04 00:52:01 +00:00
Eric Pouech
7efd615e4f
Fixed another regression in PlaySound.
2002-06-04 00:51:38 +00:00
Warren Turkal
37fb021a5a
More stream definitions.
2002-06-04 00:51:05 +00:00
Steven Edwards
fb24f71e5b
Porting fixes.
2002-06-04 00:50:11 +00:00
Alexandre Julliard
376e65092a
Better separation of the palette functions.
...
Removed the palette driver.
2002-06-02 21:40:24 +00:00
Eric Pouech
0d588a4a82
Fixed DebugBreakProcess (now generates EXCEPTION_BREAKPOINT instead of
...
EXCEPTION_SINGLE_STEP).
2002-06-02 21:36:39 +00:00
Eric Pouech
26c1c421a8
Added ability to turn on/off debug channels.
...
Reimplemented the info maps command.
2002-06-02 21:36:08 +00:00
Alexandre Julliard
70e192b9cf
Removed CURSORICON_IconToCursor now that we support color cursors.
2002-06-02 21:29:23 +00:00
John K. Hohm
36ed03e246
Complete ICatInformation implementation.
2002-06-02 21:25:08 +00:00
Mike McCormack
dec45522f6
Declare NtCreateFile(), NtOpenFile() and NtReadFile().
2002-06-02 21:24:34 +00:00
Sander van Leeuwen
b7828ac478
Fixed wrong cast; MSDN says lpDropFileStruct->pFiles is offset in
...
bytes (regardless of ascii/unicode).
2002-06-02 21:23:45 +00:00
Andriy Palamarchuk
4bdd90dcbc
Corrected installation of the wine applications, fixed call to
...
regedit.
2002-06-02 21:23:21 +00:00
Steven Edwards
fa679847ed
Portability fix.
2002-06-02 21:22:50 +00:00
Eric Pouech
93bfa0d6b1
Implementation for console control events (includes process groups
...
support).
2002-06-02 21:22:22 +00:00
Eric Pouech
5e765fb36a
Fixed some selection bugs.
2002-06-02 21:20:43 +00:00