Rein Klazes
d93c7bca23
CoGetClassObject should complain about not being able to do
...
out-of-process servers *only* if the application doesn't include the
in-process options.
1999-11-10 19:57:45 +00:00
Ulrich Weigand
ae8342df48
Bugfix: Exception handlers are *not* WINAPI.
1999-11-10 19:42:13 +00:00
Patrik Stridvall
bb558b7a1a
Minor fixes.
1999-11-07 23:35:24 +00:00
Patrik Stridvall
21d90b509f
Removed obsolete files no longer in use.
1999-11-07 23:34:39 +00:00
Juergen Schmied
56403478c7
- unified templates for the open and the save dlg
...
- replaced buttons with a toolbar
1999-11-07 22:41:05 +00:00
Juergen Schmied
15602ccf40
- new interface declaration for IShellfolder2
...
- added this interface to all shell folders
- small fixes to shellview (crash with native comdlg32)
1999-11-07 22:31:18 +00:00
Francois Gouget
edf3e434b0
Added ICMP DLL implementation.
1999-11-07 21:22:17 +00:00
Rein Klazes
34a02f15d5
Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
1999-11-07 05:49:28 +00:00
Ulrich Czekalla
64bc46c31c
Implementation of custom dialog messages and notifications.
1999-11-07 05:39:24 +00:00
David Grant
977392c4a2
- Proper initialization of cchTextMax field was added for
...
TVN_GETDISPINFO notification message.
- TVM_SETITEM should update 'mask' field to synchronize it with
current item state.
1999-11-07 05:36:44 +00:00
Eric Pouech
e72a9b65c7
Fixed SetTitleA when string resources were to be loaded.
1999-11-07 05:28:32 +00:00
Pierre Mageau
710541fa08
- Fixed an error for scrolling in Listview (sometimes a column would
...
not be visible) due to my last checkin.
- Fixed an error for the header control when the Listview is resized with WM_SIZE
- Fixed the scrolling for small and large icon (this broke because of
the use of SB_PAGE in scrollInfo)
- Added a patch made by Noomen Hamza to update the item width when
adding a new item
1999-11-07 05:25:58 +00:00
Peter Hunnisett
88d89f93ea
- Added dplayx LibMain for initialization of all dplayx 'global' data
...
- Added start for global data manipulation
- TODO list updated
- Added some missing header file definitions
- Added the ansi versions of dplay and dplobby
- Fixed invalid macro for IDirectPlay4
- Cleaned up compiler warnings
- More implementation, bug fixes and critical region protection
1999-11-04 02:17:03 +00:00
Ulrich Czekalla
d11d6e2085
Set proper item focus on DeleteItem.
...
Clean up edit label implementation.
1999-11-04 01:42:36 +00:00
Thuy Nguyen
ac514e1ad0
PSM_ADDPAGE returns TRUE or FALSE.
1999-10-31 18:29:47 +00:00
Eric Pouech
1ddce71635
Made msacm32 really load ACM drivers.
1999-10-31 18:29:16 +00:00
Ulrich Czekalla
c7cc6f128b
Implementation of user defined templates.
1999-10-31 17:37:39 +00:00
Marcus Meissner
318094ec3e
IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
1999-10-31 17:36:47 +00:00
Pierre Mageau
382060dcb2
In report view mode of the listview control, implemented the
...
horizontal scrollbar functionality.
1999-10-31 17:35:47 +00:00
Huw D M Davies
cb6aa38d2f
Rewrite of EnumPrinters.
1999-10-31 17:34:31 +00:00
Thuy Nguyen
a7de24baa0
Fill in the hwndFrom field of the NMHDR structure when sending
...
notifications.
1999-10-31 17:33:50 +00:00
Ulrich Czekalla
9e2f14fb63
Added support for the addition and removal of custom I/O preocedures.
1999-10-31 02:25:32 +00:00
Abey George
3a2b1b6e42
Implemented ProgIDFromCLSID.
1999-10-31 02:24:51 +00:00
Thuy Nguyen
709b083824
Wizard mode property sheets have a tab control.
1999-10-31 02:24:29 +00:00
Eric Pouech
abe722778f
Added built-in msacm.drv and midimap.drv drivers.
1999-10-31 02:23:49 +00:00
Patrik Stridvall
2c92835f7b
Added missing configuration #if:s and #includes:s.
1999-10-31 02:07:54 +00:00
Patrik Stridvall
3a9c476a03
Fixed documentation.
1999-10-31 02:07:05 +00:00
Patrik Stridvall
009f4b402a
Solaris make doesn't like unnecessary \.
1999-10-31 02:01:57 +00:00
Francois Gouget
01c9ac401f
Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
1999-10-31 01:59:23 +00:00
Pierre Mageau
ebd6dbc5f8
A crash would occur if the file type in report mode was empty.
1999-10-31 01:55:36 +00:00
Eric Pouech
3b8e9b43d4
Fix (some) bad behavior with buffer underrun.
1999-10-31 01:53:47 +00:00
Eric Pouech
6036ad7f6f
Fixed PlaySound proc for non PCM content.
1999-10-31 01:53:21 +00:00
Ulrich Czekalla
dfd13e2fb6
- Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
...
- Treeview: colors returned by TVM_GET**COLOR are mixed up.
1999-10-31 01:52:42 +00:00
Pierre Mageau
c719e35b02
Clicking the combo box would cause a crash if it was empty.
1999-10-31 01:52:01 +00:00
Noomen Hamza
8d2e0bb772
Selected button within tab control will be painted with the right
...
color brush.
1999-10-31 01:43:25 +00:00
Pierre Mageau
86c507d606
Do not send two PSN_KILLACTIVE messages.
1999-10-31 01:40:28 +00:00
Francois Gouget
819e7946e9
Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
...
a COM interface one never has to name the lpVtbl field explicitly.
1999-10-25 15:43:36 +00:00
Andreas Mohr
deebddf24b
SysAllocStringLen16 needs to handle NULL pointers, too.
1999-10-25 15:41:24 +00:00
Ian Schmidt
ace09a720b
Partial implementation of the Shell32 call Win32DeleteFile(), required
...
by IE5's Explorer.
1999-10-25 15:36:39 +00:00
Patrik Stridvall
96336324cf
- Added missing configuration #if:s and #includes:s.
...
- Minor configuration related changes.
1999-10-24 22:13:47 +00:00
Patrik Stridvall
d7da486c96
Added spec file declarations for already implemented functions.
1999-10-24 21:35:16 +00:00
Patrik Stridvall
282b13bcdc
Solaris compile fix.
1999-10-24 21:29:48 +00:00
Francis Beaudet
56ab55d374
Enabled the persistent clipboard server.
1999-10-24 20:22:24 +00:00
Eric Pouech
68944c205c
Split the multimedia/ directory into dlls/ subdirectories.
1999-10-24 18:42:42 +00:00
Pierre Mageau
9f295f127e
Added the functionality of the thumb track.
1999-10-24 17:24:27 +00:00
Ulrich Czekalla
6966c65b87
PropertySheet didn't destroy page dialog's window while removing page.
1999-10-23 23:59:47 +00:00
Pierre Mageau
50f8e4b171
Update the item width upon a new column in the header control.
1999-10-23 23:57:42 +00:00
Gerard Patel
5f3d3a8d78
Reorder parameters to fix position of base reg relative to exception
...
frame.
1999-10-23 23:55:50 +00:00
Joshua Thielen
0c1dea0841
Fixed tooltips positioning.
1999-10-23 19:59:55 +00:00
Adrian Thurston
a0240cad52
Proper resource support for dialog title.
1999-10-23 18:59:01 +00:00