Marcus Meissner
0d4f3cfb1f
Stub for VideoCapDriverDescAndVer.
1999-10-13 12:16:51 +00:00
Marcus Meissner
7e09874d92
Don't use malloc/free in winaspi32.
1999-10-13 12:14:26 +00:00
Rein Klazes
260cd4ec94
First implementation of LoadTypeLibEx().
1999-09-29 12:15:05 +00:00
Patrik Stridvall
e216de9794
Fixed some of the issues reported by winapi-check, by adding arguments
...
to varargs.
1999-09-29 10:27:00 +00:00
Peter Hunnisett
22b861c1be
- Moved dplay and dplayx to a proper home in the dlls directory.
...
- Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
- Implemented a class factory for dplay and dplobby. COM interfaces
now work for dp and dpl.
- Added a few more entries to dplayx.spec files. How do you find the
ordinals? I just guessed :(
- Seperated DirectPlay and DirectPlayLobby implementation into separate files.
- Included some missing header file definitions.
- Implemented the dplay dll in terms of the dplayx dll. I haven't
tested it so it may not work...
- A few bug fixes and a little new implementatioe.n
- Updated document with a more detailed implementation plan.
1999-09-28 16:35:32 +00:00
Alexandre Julliard
de5e1af2bd
Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
1999-09-28 13:15:27 +00:00
Ian Schmidt
cdff5431e0
Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
...
Explorer work better.
1999-09-28 13:04:58 +00:00
Peter Ganten
b398479d3f
Small wing enhancement.
1999-09-27 11:45:46 +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
Patrik Stridvall
8276f696fc
Fixed some of the issues reported by winapi-check.
1999-09-23 11:48:02 +00:00
Eric Pouech
6fea55f1e7
Added dlls/winmm and dlls/winmm/wineoss directories.
1999-09-22 16:51:42 +00:00
Juergen Schmied
f53d7b3cbd
Do not set EH_NONCONTINUABLE.
1999-09-22 15:25:45 +00:00
Stephane Lussier
251147741c
Allow creation of empty imagelist.
1999-09-22 15:15:57 +00:00
Patrik Stridvall
e92331ffd0
Fixed ANSI C violations.
1999-09-20 18:52:06 +00:00
Ulrich Weigand
f4edf2378e
Windows hook proc thunk management simplified.
1999-09-20 18:45:00 +00:00
Dennis Björklund
87bca23150
It's no error to send a WM_COMMAND to MenuHelp.
1999-09-20 18:37:25 +00:00
Juergen Schmied
dfc91a1b59
Added missing export.
1999-09-19 18:57:34 +00:00
Ulrich Weigand
2a722f498a
Moved bulk of OLE implementation to dlls/ subdirectories.
1999-09-19 18:36:53 +00:00
Francois Boisvert
be1cee7244
Added small feature in the file dialog.
1999-09-19 18:27:05 +00:00
Patrik Stridvall
311e456a64
Added support for anonymous structs/unions on compilers that implement it.
1999-09-19 14:20:33 +00:00
Stephane Lussier
274925980d
In ImageList_Draw when drawing the bitmap with the transparent flag
...
set, background color/foreground color should be set to white/black,
when doing bitblt operation with the bitmap mask.
1999-09-19 14:14:24 +00:00
Ulrich Weigand
3467dab377
Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
1999-09-19 12:15:58 +00:00
Thuy Nguyen
bf35d809d4
Added support for wizard property sheets.
1999-09-19 12:14:38 +00:00
David Luyer
b1f173da52
- iSelected should be -1 if no item selected (Gerard Patel)
...
- some of the checks for invalid items where > when they should have been >=
(Marcus Meissner)
- made InsertItem behave similarly to DeleteItem, ie, if the current item is
after where the item is inserted, increment the selected item (David Luyer)
1999-09-19 12:12:34 +00:00
Marcus Meissner
eb71e50491
Added SC_GET_DEVTYPE.
1999-09-19 12:08:18 +00:00
Juergen Schmied
0d0c5d8f50
More support for special pidls in SHGetSpecialFolderLocation.
1999-09-19 12:05:30 +00:00
Andreas Mohr
457884982f
Pretend successful execution of SHELL_NotifyIcon*().
1999-09-13 15:12:08 +00:00
Eric Pouech
200f8921b1
Fixed off by one allocation error (DPA and DSA).
1999-09-13 15:11:02 +00:00
Patrik Stridvall
f4fca7c459
Eliminated warnings.
1999-09-11 16:27:20 +00:00
Stephane Lussier
62c90d606e
Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
1999-09-11 16:23:35 +00:00
Huw D M Davies
c7665ebf40
Fixes DeviceCapabilities for DC_PAPERSIZE.
...
Various fixes for OpenPrinter and EnumPrinters.
Separation of GetPrinter in preparation for unification with EnumPrinters.
1999-09-10 14:37:29 +00:00
Niclas Karlsson
e4f61b6359
Fixed pattern matching in PathMatchSpecA/W
1999-09-10 13:57:13 +00:00
Francois Boisvert
dd93b71c71
Tabbing in the listview of the shellview.
1999-09-10 13:56:31 +00:00
Luc Tourangeau
89e6840b43
Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
...
LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
column width.
Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
1999-09-10 13:56:00 +00:00
Juergen Schmied
b785ce126d
Fixed crash in detach sequence.
1999-09-10 13:54:35 +00:00
Juergen Schmied
1e0eaed1de
Fixed wrong return value.
1999-09-10 13:54:15 +00:00
Juergen Schmied
f4e97be7af
Prevent endless loop in except2.
1999-09-10 13:53:50 +00:00
Marcus Meissner
2f521d3e98
Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
1999-09-10 13:51:11 +00:00
Huw D M Davies
685fa2d22d
Added loads of types, defines and declarations to winspool.h.
1999-09-04 14:30:33 +00:00
Francois Boisvert
eba2c792e9
Fixed the height of items in the lookin combobox of the filedlg95.
1999-09-04 14:28:49 +00:00
Pierre Mageau
4ac8db783d
Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
...
CURSORICON_FindBestIcon changed to find the correct icon.
ImageList_ReplaceIcon now calls CopyImage internally.
Assign a value for the hIconSm CLASS member (using CopyImage).
1999-09-04 11:16:48 +00:00
Thuy Nguyen
143fc51455
Give applications a copy of the property sheet dialog template as they
...
might modify it.
1999-09-04 11:09:20 +00:00
Uwe Bonnes
bd63880ca9
Implemented StrCmpNIA like the other StrCmpXX functions.
1999-09-04 11:04:45 +00:00
Francois Boisvert
25eeb8f880
Some <open> features in the file dialog 95.
1999-09-03 16:46:41 +00:00
Huw D M Davies
4fa52588a5
Check that lpCreate->lpszName is non-NULL.
1999-09-03 16:42:42 +00:00
Eric Pouech
5dc576b5c8
Fixed off by one allocation errors.
1999-09-03 15:06:25 +00:00
Juergen Lock
808403fe6f
Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
1999-09-03 12:46:38 +00:00
Francis Beaudet
360d089690
Fixed the support for the close button in the ShellAbout dialogs.
1999-09-03 12:42:40 +00:00
Klaas van Gend
d415c9cbf5
Added Dutch resources for PrintDlg32.
1999-09-03 12:41:54 +00:00
Klaas van Gend
7a41bea055
Completed PrintDlg32 resource stringtable.
1999-09-03 12:41:23 +00:00