Gerard Patel
e38b0e10d5
Fixed window locking bug in CalcChildScroll.
1999-04-10 16:28:12 +00:00
Ove Kaaven
1441e03e0c
Fixed fake multimedia timers. Grim Fandango is now able to start up
...
when under favorable conditions. The preview movie on the Brood Wars
disc now plays, too.
1999-04-10 16:27:08 +00:00
Klaas van Gend
7dae09fb5e
Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
...
instead of returning the right buffersize.
1999-04-10 16:26:15 +00:00
Guy Albertelli
e711ba2366
Fixed SearchPathA return value.
1999-04-06 07:14:09 +00:00
Lionel Ulmer
81c7544184
- clean-up of texture 'loading'
...
- added SetColorKey callback for already loaded textures
1999-04-06 07:10:48 +00:00
Francois Gouget
c7481b7298
Fixed a problem pointed out by Kevin Holbrook.
1999-04-06 07:09:09 +00:00
Francois Gouget
e581409f14
commctrl.h must include prsht.h.
1999-04-06 07:07:44 +00:00
Francois Gouget
a113234f13
Warning fix.
1999-04-06 07:06:59 +00:00
Francois Gouget
7204f9c53f
Added a new implementation of the ICOM macros that use Microsoft style
...
virtual methods to implement the COM interfaces in C++.
1999-04-06 07:06:05 +00:00
Keith Matthews
32b0162e26
Correction of Mutex handling in DdeInitializeW for cases other than
...
1st call. Addition of instance handling to DdeCreateStringHandleA,
DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
cut implementation of DdeUnitialize, move of internal structure defs
in from ddeml.h. Removed non-ANSI comment.
1999-04-06 07:04:45 +00:00
Keith Matthews
89c377ce54
Moved internal structures to ddeml.c, also removed non-ANSI comments,
...
and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
1999-04-06 07:02:23 +00:00
Alexandre Julliard
f9e030dc3c
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Fixed memory leaks in mixerOpen16/mixerClose,
midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
midiInOpen16/midiInClose16.
1999-04-06 07:01:33 +00:00
Adam Sacarny
833e47d2ef
Added sanity check for whitespace in file names, various other fixups.
1999-04-06 06:59:49 +00:00
Luc Tourangeau
5ee117ba22
WM_MOUSEMOVE implementation bug fix.
1999-04-04 12:48:21 +00:00
José Marcos López
05eb8b5125
Added Spanish keyboard layout.
1999-04-04 12:44:42 +00:00
Lawson Whitney
96b93bb7f7
Fixed the modem control part of EscapeCommFunction16.
1999-04-04 12:38:35 +00:00
Gerard Patel
ffa0b1313f
Added missing goto.
1999-04-04 12:37:48 +00:00
Marcus Meissner
9819f2b72c
EnumCalendarInfoA stub.
1999-04-04 12:36:29 +00:00
Francois Boisvert
7d7fe7c121
Suspend the window locks before DefKeybEventProc and
...
DefMouseEventProc.
1999-04-03 16:27:53 +00:00
Joerg Mayer
8de3ba8f6e
More #pragma fixes (idea Ove Kaaven, mistakes are mine).
1999-04-03 16:26:36 +00:00
Eric Pouech
c049e81683
No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
...
WM_CREATE messages.
1999-04-03 16:24:47 +00:00
Marcus Meissner
574ef76b9f
Added some SetLastError()s in GetProcAddress() and LoadLibrary().
1999-04-03 16:23:47 +00:00
Christian Schlaile
cc08b38f95
Implemented makepath, rand() returns correct range, fixed fputc.
1999-04-03 16:22:01 +00:00
Alexandre Julliard
d5240f13db
Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
...
Moved _lcreat16_uniq to int21.c
1999-04-03 13:54:51 +00:00
Pavel Roskin
734247b529
Casts to (SEGPTR) removed. They did nothing anyway.
...
Includes added or removed where necessary.
Win16 functions replaced with their Win32 counterparts. Comments added
where it was impossible.
CALLBACK added where necessary. Some declarations fixed.
Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
Listbox enabled in hello3.
1999-04-03 13:52:04 +00:00
Eric Pouech
24f5ffc620
Updated French keyboard.
1999-04-03 13:50:58 +00:00
Alex Korobka
5a3a9a86ab
Fancier version of hello.c courtesy of Huw Davies.
1999-04-03 13:50:08 +00:00
Pavel Roskin
22c5d8f5e2
Fixed compilation of the Control panel.
1999-04-03 11:23:15 +00:00
Ove Kaaven
787cf10922
'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
...
the dead key mapping stuff to the actual mapping code too. Prettied
up the fixme message. Added a check where if the keys of two layouts
match exactly, the one with the best-matching keycode order is chosen,
so that the QWERTY and Dvorak layouts can be distinguished.
1999-04-03 11:18:58 +00:00
Eric Pouech
c53def75cf
Added (empty) stub for OpenVxDHandle.
1999-04-03 11:18:06 +00:00
Eric Pouech
b94ac22f16
mmioOpen() now handles correctly MMIO_PARSE flag.
1999-04-03 11:17:31 +00:00
Luc Tourangeau
df5fbc75d1
Background color fix when disabled or read only.
1999-04-03 11:14:30 +00:00
Francois Boisvert
86e2e11137
Transfered the window struct memory release from WIN_DestroyWindow to
...
WIN_ReleaseWndPtr.
1999-04-03 11:13:33 +00:00
Thuy Nguyen
96d0359a09
DLGITEMTEMPLATE structure had one too many member.
1999-04-03 11:12:46 +00:00
Eric Pouech
15ca6c43a9
Prevent crash in debugger.
1999-04-03 11:10:54 +00:00
Francis Beaudet
f585c61dd1
Implemented the Win95 look and feel.
1999-04-02 10:37:42 +00:00
Francis Beaudet
373db5cea2
Wrote a basic implementation of the WM_PRINT message.
1999-04-02 10:36:21 +00:00
Francois Boisvert
d96bc15580
Suspend all windows locks before the control is passed to the
...
application.
Also fixed some bugs in dce.c
1999-04-02 10:34:43 +00:00
Joerg Mayer
03b5529ab4
- Remove some old rc make stuff
...
- "make clean" omitted some include subdirs
1999-04-02 10:33:21 +00:00
Lionel Ulmer
4ddedb8131
Added DllClassFactory to DirectDraw.
1999-04-02 10:26:32 +00:00
Marcus Meissner
2199f6e078
Split off keysym/deadchar -> char mapping, use it in DetectLayout.
1999-04-01 12:05:44 +00:00
Alex Korobka
44a1b59cec
Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
...
mode go through window manager, small bugfixes for menu and window
code, extended clipboard driver model to handle formats other than
text.
1999-04-01 12:03:52 +00:00
Pavel Roskin
dc75bd4038
EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
...
true for multiline controls too, as my tests show.
1999-04-01 11:56:41 +00:00
Luc Tourangeau
3025dc181b
Added support for icon and smallicon views.
1999-04-01 11:55:44 +00:00
Ove Kaaven
240bdacb8d
Made DOSVM_GetTimer survive EAGAIN errors...
1999-04-01 11:53:52 +00:00
Ove Kaaven
a4dd1bee31
Implemented async comm buffers (but probably not bugfree), and along
...
with them, the functionality of async event notifications, mong them
EnableCommNotification. Removed a previous hack that was faking the
buffers, since we now have real buffers...
1999-04-01 11:52:16 +00:00
Ove Kaaven
bd370c4baf
Added CN_* flags used in WM_COMMNOTIFY.
1999-04-01 11:50:07 +00:00
Lionel Ulmer
31ce102fe6
Implement the EnumAttachedSurface method.
1999-04-01 11:49:29 +00:00
Noel Borthwick
0aef461def
Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
...
OleDestroyMenuDescriptor along with a bunch of internally used methods
and data structures.
1999-04-01 11:48:01 +00:00
Adrian Thurston
5a09711873
initguid.h should only contain the macro that defines the guids.
...
Added olectl.h to guid.c so some needed guids get defined.
Made GUID_NULL an actual guid set to 0,0,0...
1999-04-01 11:47:09 +00:00