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
Guy L. Albertelli
ad3815929d
- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
...
- Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}
2001-11-13 21:28:21 +00:00
Eric Pouech
fa7a8c6306
Fixed some race conditions in notification vs. operation
...
synchronization using the same in process message ring in waveIn as in
waveOut.
2001-11-12 15:55:37 +00:00
Huw D M Davies
c10d17dee9
Fixes stupid bug with typelib filenames.
2001-11-12 15:50:01 +00:00
Lawson Whitney
9eaefced36
Cast id to unsigned in GetDlgItem16.
2001-11-12 15:49:38 +00:00
Gerson Kurz
d13e6a9a93
Parity settings were not set properly in BuildCommDCBAndTimeouts()
...
because of an off-by-one error.
2001-11-12 15:49:08 +00:00
Gerard Patel
9dea5b3ac8
Fixed handling of -1 itemid in WM_DRAWITEM.
2001-11-12 15:48:20 +00:00
Gerard Patel
3953614bbd
- implement mbscspn mostly as a stub
...
- reimplement mktime
2001-11-12 15:47:26 +00:00
Andreas Mohr
7f7c6477d3
- don't forget to initialize number of connections to 0
...
- add "RAS doesn't work" warning
2001-11-12 15:46:33 +00:00
Simon Britnell
78bae03241
Cleaned up the wodPlayer functionality to make it easier to follow.
...
Changed notification to be calculated from bytes played rather than
time elapsed.
2001-11-09 20:26:59 +00:00
Travis Michielsen
1160c58c62
Test bits with '&' instead of '&&'.
2001-11-09 20:05:06 +00:00
Andriy Palamarchuk
67fab90d5b
Implemented SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING system
...
parameters processing.
2001-11-09 20:02:41 +00:00
François Gouget
a5bb38e402
Correct handling of strings in setValue.
...
Better handling of str(x) and hex(x) in setValue.
Misc typos.
2001-11-09 19:32:02 +00:00
Francois Gouget
608a33c5d0
Document the new -winver versions.
2001-11-09 19:21:16 +00:00
Joshua Thielen
80e7837105
Changed BM_ messages SETCHECK and GETCHECK to SETCHECK16 and
...
GETCHECK16 in CheckDlgItem16 and IsDlgItemChecked16.
Cast UINT16 value to UINT or INT depending on sign in SetDlgItemInt16.
2001-11-09 19:18:45 +00:00
François Gouget
85a663f3ae
Recognize the FreeBSD dlopen equivalent of "cannot open".
2001-11-09 19:17:35 +00:00
Guy L. Albertelli
11a5e849b4
Use proper unicode routine.
2001-11-09 19:16:36 +00:00
François Gouget
1c3a242ec2
Make out-of-source-tree builds work with Solaris make.
2001-11-09 19:15:51 +00:00
Alexandre Julliard
9f3cdd19bc
Release 20011108.
2001-11-08 19:58:05 +00:00
Alexandre Julliard
22c2ac7273
Implemented inline version of the iswxxx functions.
2001-11-08 19:16:34 +00:00
Ove Kaaven
e2c477b21a
Moved the int 9 (keyboard) handler to dlls/winedos.
2001-11-08 17:06:40 +00:00
Mike McCormack
daf347ac8b
Find out how much data is available when calling ReadFileEx.
2001-11-08 17:06:08 +00:00
Gerard Patel
6c58cdce16
Repaired child window activation broken by previous change.
2001-11-07 23:19:42 +00:00
Dmitry Timoshkov
5d3e1f70bd
Add dumping of window styles at the window creation time.
2001-11-07 21:52:24 +00:00
Ove Kaaven
cc4c23cac5
Added a few default palette entries for the VGA/MCGA 256-color mode.
...
Made the VGA mode set go through RunInThread, so that the VGA graphics
window gets owned by the right thread.
2001-11-07 20:54:08 +00:00
Alexandre Julliard
c4be541dfa
Avoid ftruncate to work around broken UMSDOS file system.
2001-11-07 20:25:12 +00:00
Andriy Palamarchuk
c9228e1076
Created new infrastructure for SystemParametersInfo function. Used it
...
to implement processing for SPI_GET/SETBEEP, SPI_GET/SETBORDER,
SPI_GET/SETSHOWSOUNDS system parameters.
2001-11-07 20:24:29 +00:00
Bill Medland
7e101054bb
Minor grammatical corrections.
2001-11-07 20:16:22 +00:00
Ove Kaaven
cf6f12f3cf
Added RunInThread callout to winedos.
2001-11-07 20:15:39 +00:00
Mike McCormack
309ed4e1f1
Make ConnectNamedPipe work in overlapped mode.
2001-11-07 20:14:45 +00:00
Mike McCormack
37f61c45de
Ignore DSR/DTR flow control in DCB. termios doesn't support it.
2001-11-07 20:13:25 +00:00
Guy Albertelli
aafec98803
- Define rest of URL_ESCAPE... and other flags.
...
- Define implemented interfaces for reg.c and url.c.
2001-11-06 22:31:19 +00:00
Guy Albertelli
8014f85dc2
- Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
...
and URL_DONT_ESCAPE_EXTRA_INFO in the UrlEscape{A|W} routines.
- Make UrlCanonicalizeA use UrlCanonicalizeW.
- Implement full functionality in UrlCanonicalizeW.
- Implement UrlCombine{A|W}.
2001-11-06 22:29:38 +00:00
Guy Albertelli
46780b009c
- Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
...
- Fix error in SHLWAPI_18
- New file (ordinal.h) with documentation for _1, &_2.
2001-11-06 22:29:02 +00:00
Alexandre Julliard
03e07b56e3
Window activation cleanups.
2001-11-06 22:28:18 +00:00