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
Eric Pouech
e514a4a404
Really enter the debugger when DebugBreak(Process) is invoked on
...
debuggee.
2002-06-02 21:20:22 +00:00
Eric Pouech
9c3059c31b
Added ctrl-c support.
2002-06-02 21:20:02 +00:00
Eric Pouech
1d86056a26
Better too long lines detection, added del key support in emacs mode.
2002-06-02 21:19:28 +00:00
Vincent Béron
1ae26ebafc
- Made sure const LP were actually const in dinput.h.
...
- Uniformized the {A,W} declarations of some structures.
2002-06-02 21:18:48 +00:00
Vincent Béron
c075f35e1a
Show in which file the function is actually implemented, as well as
...
the header in which it is defined.
2002-06-02 21:16:58 +00:00
Alexandre Julliard
7cae558bdc
Removed some more trailing whitespace.
2002-06-01 02:55:48 +00:00
Alexandre Julliard
4d73152b6d
Removed obsolete README.
2002-06-01 02:48:20 +00:00
Alexandre Julliard
ffb4956f4a
Added fallback read() for missing/failing mmap().
2002-06-01 02:47:58 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00