Michael Stefaniuc
c3965bc5d0
Rename debug.h to debugtools.h.
2001-11-30 23:07:30 +00:00
Alexandre Julliard
9caa71eef4
Redesign of the server communication protocol to allow arbitrary sized
...
data to be exchanged.
Split request and reply structures to make backwards compatibility
easier.
Moved many console functions to dlls/kernel, added code page support,
changed a few requests to behave properly with the new protocol.
2001-11-30 18:46:42 +00:00
Andreas Mohr
8c2e573f9d
Avoid potential problems with filenames containing spaces.
2001-11-25 00:51:36 +00:00
Eric Pouech
1ac2b1e3c7
Now passing event with --use-event to let programs starting with
...
digits being run.
2001-11-25 00:49:36 +00:00
Joshua Thielen
3f089a1962
mmsystem.dll should be automatically loaded for 16-bit apps.
2001-11-25 00:49:10 +00:00
Eric Pouech
df90b00e12
Fixed IO when not run with wineconsole.
2001-11-25 00:48:44 +00:00
Alexandre Julliard
bef8e16fdf
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
2001-11-24 17:07:08 +00:00
Alexandre Julliard
e806c97610
Skip queue cleanups if queue has been destroyed already.
2001-11-24 03:44:47 +00:00
Alexandre Julliard
b0fa2a8ca8
Fixed registry routines broken by the structure sizes fix.
2001-11-24 03:41:37 +00:00
Eric Pouech
d0a04935ce
Revisited console support (got rid of old hacks and private editline
...
since we now have a brand new console), removed private debug heap.
2001-11-23 23:10:08 +00:00
Eric Pouech
0b83d4cbc6
New console code based on Win32 windows.
2001-11-23 23:04:58 +00:00
Dmitry Timoshkov
6b6596a1e3
Fixed packing and layout of many system structures.
2001-11-23 18:44:43 +00:00
Uwe Bonnes
b35d86aa13
MSVCRT_getenv: compare for the length of the key and return NULL in
...
case of failure.
2001-11-23 18:30:19 +00:00
Michael Stefaniuc
dc3fa49bc3
Add missing </para>.
2001-11-23 18:28:37 +00:00
Mike McCormack
cce46e5760
Check for completed overlappeds in ReadComm16 to solve problems with
...
programs that loop on it but don't get data.
2001-11-23 18:26:30 +00:00
Uwe Bonnes
cf80c545a5
_dev_t is an unsigned integer.
2001-11-23 18:25:34 +00:00
Andriy Palamarchuk
096bab67c0
Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
...
SPI_GET/SETSCREENSAVEACTIVE, SPI_GET/SETSCREENSAVERRUNNING.
2001-11-20 20:27:26 +00:00
James Juran
a630510baf
GetUserName should include the terminating null character when
...
returning the size of the buffer returned. Correctly handle the
ERROR_MORE_DATA case.
2001-11-20 20:26:54 +00:00
Andreas Mohr
55a14edd17
Use exception handler for GlobalUnlock, GlobalFree.
2001-11-20 20:26:35 +00:00
Patrik Stridvall
ae1c12c4cd
Documentation fixes.
2001-11-20 18:55:39 +00:00
Patrik Stridvall
8f4ffb92bd
Fixed some issues found by winapi_check.
2001-11-20 18:55:02 +00:00
Patrik Stridvall
433e6a2765
Minor API files update.
2001-11-20 18:54:43 +00:00
Dave Hawkes
73f58ee2c7
TOOLBAR_GetRect did not correctly translate the command ID to the
...
button index.
2001-11-20 18:54:04 +00:00
Dusan Lacko
8e44ba1c89
Add Debian/Mandrake menu system support.
2001-11-20 18:53:33 +00:00
Bill Medland
0ca07c972d
It is legal to call UnregisterClass with an hInstance of zero.
2001-11-20 18:53:16 +00:00
Francois Gouget
5c84fff413
Only include 'sys/user.h' for Linux. Fixes a compilation error on
...
FreeBSD 5.0.
2001-11-20 18:52:42 +00:00
Francois Gouget
ea31cf0a57
Fix LUID definition.
2001-11-20 18:52:20 +00:00
Dmitry Timoshkov
80eff97527
Convert message spy to unicode.
2001-11-20 18:50:56 +00:00
Dave Hawkes
e58557c634
Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
...
a char type and max_keycode is 255.
2001-11-20 18:49:38 +00:00
Andreas Mohr
9cef2d0b1d
- fix wrong hexadecimal GetLastError() output
...
- misc fixes
- changed my email address
2001-11-19 02:30:01 +00:00
James Juran
49c779a862
Prevent warnings about labels at end of switch statements when
...
compiling with gcc-3.x.
2001-11-19 02:24:14 +00:00
Francois Gouget
6e04f591f6
Fix the Solaris and FreeBSD compilation errors introduced by the
...
recent winsock update.
2001-11-19 02:23:22 +00:00
Simon Britnell
5ba7438df1
Fix a loop playing failure and a problem with choppy sound.
2001-11-19 02:10:50 +00:00
Francois Gouget
d5aebbe6b3
A few typos.
2001-11-19 02:09:49 +00:00
Francois Gouget
924aae8d2d
MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
2001-11-19 02:08:56 +00:00
Francois Gouget
1eb023dc7e
Better relaying for _lcreat.
2001-11-19 02:08:34 +00:00
Marcus Meissner
a32459ad72
Small typo in avicap32.spec fixed.
2001-11-19 02:07:40 +00:00
Gerard Patel
e717b1bf6f
Fix exchanged lines in WIN_GetWindowLong.
2001-11-19 02:07:11 +00:00
Alexandre Julliard
44cd974fff
Truncate the window text if it is too large for the request buffer.
2001-11-16 18:14:17 +00:00
Joshua Thielen
d9ed57ac99
Local classes registered with USER instance handle now are now found
...
in CLASS_FindClassByAtom.
2001-11-16 18:11:43 +00:00
Jussi Jumppanen
fb0eeab673
Added missing RichEdit defines.
2001-11-16 18:11:15 +00:00
Alexandre Julliard
47f9821817
Moved WIN_FindWinToRepaint functionality to the server.
2001-11-14 21:28:36 +00:00
Francois Gouget
272023190e
Make winsock.h and winsock2.h independent from the Unix headers.
...
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.
2001-11-14 21:26:23 +00:00
Dmitry Timoshkov
c3daf42268
Structure NEWTEXTMETRIC uses packing 4.
2001-11-14 21:23:46 +00:00
Jussi Jumppanen
d3f8e83495
Added missing MAPI defines.
2001-11-14 21:23:17 +00:00
Alexandre Julliard
805bdc53e8
Store the window caption text in the server.
...
Maintain a paint count separately for each window.
2001-11-13 22:23:48 +00:00
Gerard Patel
e5fe7798fe
Fix the server paint count in SetWindowPos.
2001-11-13 22:02:20 +00:00
Eric Pouech
d45f041ec2
Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
...
16/32 API call ordering.
2001-11-13 21:58:32 +00:00
Andriy Palamarchuk
0bf1c2460d
Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
...
SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
acceleration/threshold for relative mouse movements.
2001-11-13 21:30:59 +00:00
Andreas Mohr
07216db627
EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
...
starting line char index, not line index (== line number).
2001-11-13 21:29:38 +00:00