Andreas Mohr
fe2dcf7439
Several GDI object handling functions are defined to take a HGDIOBJ
...
instead of a HANDLE.
2004-07-08 20:17:59 +00:00
Francois Gouget
ca942f1625
Assorted spelling fixes.
2004-07-08 20:16:23 +00:00
Troy Rollo
eed4411f8d
- Setting the scroll range with the "bRedraw" flag set to true on a
...
non-control scrollbar resulted in the scrollbar being drawn over the
whole window area.
- If you don't set WS_HSCROLL/WS_VSCROLL on window creation, setting a scroll
range does nothing. Setting the scroll range to a non-zero range should cause
scroll bars to be displayed. Setting the range to a zero range
should cause the relevant scroll bar to be hidden.
2004-07-08 20:15:46 +00:00
Ulrich Czekalla
5b1a13b281
If the selection owner doesn't understand TARGETS, try retrieving
...
XA_STRING.
2004-07-08 20:14:37 +00:00
Ulrich Czekalla
0a8d550901
Handle case when data type is not registered.
2004-07-08 20:14:23 +00:00
Robert Reif
cddb03e6b9
Added HKEY_DYN_DATA support.
2004-07-08 20:14:10 +00:00
Roger Olson
0da4277a62
Added stub for CreateRemoteThread().
2004-07-07 00:49:34 +00:00
Robert Reif
59cc52b8ba
Number of arguments to IDirectSoundBuffer8_GetObjectInPath was wrong.
2004-07-07 00:48:18 +00:00
Ge van Geldorp
606cc0acb6
Add missing privilege names.
2004-07-07 00:47:50 +00:00
Dmitry Timoshkov
3d36713c2a
Initialize also ACP, OEMCP and MACCP in registry on locale change.
2004-07-07 00:47:31 +00:00
Emmanuel Maillard
58dde17c91
Added Darwin support in get_default_drive_device.
2004-07-07 00:47:10 +00:00
Alexandre Julliard
6acd40dc98
Fixed X11DRV_GetDC for the desktop window.
...
Use the client window as drawable when possible.
2004-07-06 23:57:01 +00:00
Alexandre Julliard
3365eb7a2d
get_visible_region: do not clip out siblings of the top-level window.
2004-07-06 23:54:49 +00:00
Mike Hearn
95012151f9
Correct error code returned by CreateFile when given a non-existent
...
VxD on NT, add a test case.
2004-07-06 21:31:24 +00:00
Mike McCormack
0394eeed8d
Refcounting fixes.
2004-07-06 21:28:13 +00:00
Mike Hearn
17ad9fdd43
Add some explanations to compobj.c, implement flushing message queue
...
on shutdown.
2004-07-06 21:27:48 +00:00
Mike McCormack
4f7ad78bd9
Create a tooltip on demand in the Listview.
2004-07-06 21:27:34 +00:00
Richard Stonehouse
73c23f4958
Updated for the new 'dosdevices' directory system.
2004-07-06 21:03:57 +00:00
Ferenc Wagner
f8dba77dc8
Suppress some more error message boxes.
...
Truncate report file if too big.
2004-07-06 21:03:22 +00:00
Ferenc Wagner
13414ae867
Avoid segfaults on uninitialized data.
2004-07-06 21:02:51 +00:00
Jon Griffiths
8b3aeacfa3
Fix a typo in the TabCtrl_SetItem macro.
2004-07-06 21:02:36 +00:00
Aric Stewart
4bd374fa07
First implementation of the Advanced Template Library, with just a few
...
functions implemented.
2004-07-06 21:01:18 +00:00
Aric Stewart
680e200c75
Report NOT_IMPLEMENTED for not implemented token classes.
2004-07-06 19:42:30 +00:00
Mike McCormack
ea782b60d6
Translate ENODEV and ENXIO error codes to NT status codes.
2004-07-06 19:42:09 +00:00
Robert Reif
f0006c8e3e
Added some missing **LPLP typedefs.
2004-07-06 19:41:57 +00:00
Emmanuel Maillard
bc21f4410b
Check for -lresolv for Darwin.
2004-07-06 19:41:12 +00:00
Mike McCormack
dc8c03699e
Add Multi Language support IDL and headers.
2004-07-06 19:27:31 +00:00
Robert Reif
84e292c614
Fix IDirectSoundBuffer8_Initialize function prototype and use.
2004-07-06 19:27:00 +00:00
Marcus Meissner
1f787ca675
Generic SKIP_TAG to skip a number of bytes, use it where applicable.
2004-07-06 19:26:28 +00:00
Marcus Meissner
e7874fd802
Replace lvalue casts of post increments for newer compiler.
2004-07-06 19:26:16 +00:00
Robert Reif
5d8997d881
Create DirectSound or DirectSound8 depending on riid.
2004-07-06 19:25:59 +00:00
Mike McCormack
c4d7c8daa0
Allow binary fields with stream names longer than table names.
2004-07-06 19:00:46 +00:00
Aric Stewart
2cf222f9b7
Implemented CreateShortcut and PublishProduct.
2004-07-06 19:00:23 +00:00
Mike McCormack
24e9a34494
Fetch binary streams at the table level.
2004-07-06 18:56:12 +00:00
Aric Stewart
d784600d81
MsiGetProperty should return empty strings on error.
2004-07-06 18:54:38 +00:00
Aric Stewart
8f0a761948
Implemented registering Classes and ProgID.
2004-07-06 18:53:11 +00:00
Aric Stewart
fcb20c53f7
Implemented RegisterTypeLibraries.
2004-07-06 18:51:16 +00:00
Aric Stewart
b942e18636
Implemented ProcessComponents.
2004-07-06 18:50:02 +00:00
Aric Stewart
d2c395ad50
Send progress and action messages.
2004-07-06 18:48:15 +00:00
Aric Stewart
5b936ca2fd
Allow ADDLOCAL to override INSTALLLEVEL, implement LaunchConditions.
2004-07-06 18:47:09 +00:00
Alexandre Julliard
0c8d6908df
Avoid using strlen.
2004-07-06 18:46:05 +00:00
Alexandre Julliard
bfb98f66f6
Added tests for div_t and ldiv_t.
2004-07-06 18:45:26 +00:00
Pierre d'Herbemont
30d5ce7ffb
Define MSVCRT_div_t and MSVCRT_ldiv_t.
2004-07-06 18:45:02 +00:00
Mike McCormack
e7dba771b4
Add trustee functions.
2004-07-06 18:44:18 +00:00
Robert Reif
33e4506cda
Get certification for VerifyCertification from driver to match
...
GetCaps.
Change OSS driver to report certified.
Change OSS driver to show message name rather than number in traces.
2004-07-06 18:43:57 +00:00
Marcus Meissner
42e1216cf5
COPY_COLORKEY_FX: Do not use lvalue casts.
2004-07-06 18:43:10 +00:00
Aric Stewart
1ab0e4183e
Fix bugs in resolve_folder.
2004-07-06 18:42:56 +00:00
Aric Stewart
7d3e5973fe
Activate features and components based on their various conditions.
2004-07-04 00:36:58 +00:00
Aric Stewart
ec688fb4e0
Beginnings of costing and organizing into components and features.
2004-07-04 00:35:52 +00:00
Aric Stewart
e2d4ea8141
Fix command line processing and folder paths.
2004-07-04 00:33:45 +00:00