Stephane Lussier
5ca2ec4288
Return key should not be ignored in multiline edit even if
...
ES_WANTRETURN flag isn't set.
1999-09-27 11:45:07 +00:00
Francis Beaudet
ec09a400a7
DPtoLP needs to round the result.
...
Fixed MulDiv to deal better with negative numbers.
1999-09-27 11:44:01 +00:00
Francis Beaudet
d3d2477014
rcPaint has to be returned in logical coordinates but was intersected
...
with a client rectangle in device coordinates.
1999-09-27 11:42:34 +00:00
Richard Cohen
8b47ec24c4
Fixed GetRandomRgn.
1999-09-27 11:41:13 +00:00
Abey George
70810d97d5
Made GetCurrentDirectory return long name of the current directory.
1999-09-27 11:39:43 +00:00
Rein Klazes
61b15de4ba
Use an extra bit in the button status byte to flag whether the
...
DefButtonWndProc should process the WM_LBUTTONUP message.
1999-09-27 11:38:47 +00:00
Alexandre Julliard
3d06d20bab
Moved all signal support to a new platform-specific file.
...
Make use of the per-thread signal stack (Juergen Lock).
Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
1999-09-27 10:58:45 +00:00
Alexandre Julliard
55c2d900c6
Release 990923.
1999-09-23 16:39:17 +00:00
Noel Borthwick
ea0fd4d5d1
Added clipboard server.
1999-09-23 16:14:44 +00:00
Patrik Stridvall
37fd2d1c85
Made a new improved version of winapi-check in perl.
1999-09-23 15:14:20 +00:00
Alexandre Julliard
26e1653017
Implemented uppercasing functions (based on a patch by Robert
...
'Admiral' Coeyman).
1999-09-23 11:50:58 +00:00
Patrik Stridvall
8276f696fc
Fixed some of the issues reported by winapi-check.
1999-09-23 11:48:02 +00:00
Patrik Stridvall
fe28f25fcb
Modification due to problems with winapi-check.
1999-09-23 11:44:52 +00:00
Noomen Hamza
fcc24ff431
WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
...
closed after loosing the focus.
1999-09-23 11:42:16 +00:00
Francois Boisvert
3d696d93de
CreateDIBitmap creates a monochrome bitmap only when the first color of the
...
colormap is black followed by white. Otherwise it creates a color bitmap.
1999-09-23 11:40:38 +00:00
Noomen Hamza
5a3505c985
Non active window should be activated when it gets any
...
client/non-client double/single left/medium/right mouse click(s).
1999-09-23 11:36:25 +00:00
Eric Pouech
2b4102e459
Added WINEOSS descriptor.
1999-09-22 16:53:54 +00:00
Eric Pouech
cbb03cec93
MMSYSTEM_GetIData() now dies when no iData is present
...
Better error recovery when the process attachment fails
PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
Makes use of new lolvldrv.c interfaces
1999-09-22 16:53:32 +00:00
Eric Pouech
4853b6d0d2
Added lolvldrv.c and oss.c.
...
Thunks to 16 bit are now generated for the MMSYSTEM module.
1999-09-22 16:52:47 +00:00
Eric Pouech
6fea55f1e7
Added dlls/winmm and dlls/winmm/wineoss directories.
1999-09-22 16:51:42 +00:00
Eric Pouech
dc8d856c7a
No longer checking for correct iData in code.
1999-09-22 16:47:47 +00:00
Eric Pouech
526b3c920d
Added missing DriverCallBack function.
1999-09-22 16:47:25 +00:00
Eric Pouech
fa5f006d51
All headers (wave and midi functions) are now seen as segptr.
...
Added stub for joyGetPosEx16().
1999-09-22 16:46:44 +00:00
Eric Pouech
843ea29c9e
Added some missing defines.
1999-09-22 16:46:22 +00:00
Eric Pouech
4c37e23e6d
Now using the same structs for low-level drivers as Windows do.
1999-09-22 16:45:51 +00:00
Eric Pouech
22d333d869
Make it (almost) 32 bit only.
...
Reflected creation of WINEOSS module.
1999-09-22 16:45:33 +00:00
Eric Pouech
ed18ce6bc5
Make it (almost) 32 bit only.
...
Reflected creation of WINEOSS module.
No longer using ERR when no MIDI card is present.
1999-09-22 16:44:34 +00:00
Eric Pouech
bfa66f714c
Added stub for joyGetPosEx16().
1999-09-22 16:43:48 +00:00
Eric Pouech
81824b9b7f
No longer checking for correct iData in code.
...
Added look-up tables to command tables (speeds up queries).
1999-09-22 16:43:18 +00:00
Eric Pouech
e229260ee8
Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
1999-09-22 16:42:31 +00:00
Eric Pouech
644f9a727c
Now using modReset() instead of tweaking MIDI controls.
1999-09-22 16:42:03 +00:00
Eric Pouech
086883e8dd
Fixed returned type upon open.
...
Fixed some bogus error checking.
1999-09-22 16:41:32 +00:00
Eric Pouech
9000e7f264
Fixed returned type upon open.
1999-09-22 16:41:00 +00:00
Juergen Schmied
f53d7b3cbd
Do not set EH_NONCONTINUABLE.
1999-09-22 15:25:45 +00:00
Morten Eriksen
55bcda875b
Added simple console mode example program which lists information
...
about the version of Windows we're currently running on.
1999-09-22 15:22:58 +00:00
Alexandre Julliard
94822425f0
Fixed memory allocation bug.
1999-09-22 15:18:52 +00:00
Gerard Patel
99b68252a1
Fix infinite loop with glastXFocusWindow.
1999-09-22 15:16:50 +00:00
Stephane Lussier
251147741c
Allow creation of empty imagelist.
1999-09-22 15:15:57 +00:00
Ian Schmidt
31b47218c8
Added partial implementation of GetICMProfileA, required by Paint Shop
...
Pro 5.
1999-09-22 15:12:41 +00:00
Abey George
b59d4bc503
Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
...
when TPM_NONOTIFY flag is set in TrackPopupMenu.
1999-09-22 15:10:42 +00:00
David Luyer
63682fd9c2
getpeername() and getsockname() return errors in errno not h_errno.
1999-09-22 15:09:22 +00:00
Patrik Stridvall
e92331ffd0
Fixed ANSI C violations.
1999-09-20 18:52:06 +00:00
Ulrich Weigand
24dd5d9e4f
Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
1999-09-20 18:49:02 +00:00
Ulrich Weigand
c44ab1f0fd
Don't create thunk for task signal proc, call it directly.
1999-09-20 18:48:29 +00:00
Ulrich Weigand
f86aab84ba
DC hook proc thunk management simplified.
1999-09-20 18:47:14 +00:00
Ulrich Weigand
974fd10c69
System timer proc thunk creation moved out of if1632/thunk.c.
1999-09-20 18:45:53 +00:00
Ulrich Weigand
f0a1c2f741
Don't create thunk for CreateThread16 proc, call it directly.
1999-09-20 18:45:28 +00:00
Ulrich Weigand
f4edf2378e
Windows hook proc thunk management simplified.
1999-09-20 18:45:00 +00:00
Ulrich Weigand
2dec1ba403
Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
...
Removed persistent thunk creation routines.
1999-09-20 18:43:52 +00:00
Lionel Ulmer
d94475bdb2
Added the possibility to use DGA 2.0.
1999-09-20 18:42:46 +00:00