Mike McCormack
|
b5c63ed491
|
Initial mostly stub implementation of ODBC control panel.
|
2005-05-16 19:42:47 +00:00 |
Robert Shearman
|
2a782c65bd
|
Add user attribute to token objects.
|
2005-05-16 17:52:46 +00:00 |
Juan Lang
|
e140d02a2b
|
Differentiate between version 0 and version 1 property storages.
|
2005-05-16 17:52:36 +00:00 |
Alexandre Julliard
|
e4412a618c
|
Removed the special casing of kernel32 and ntdll for the TEB
definition in winternl.h.
|
2005-05-16 17:52:10 +00:00 |
Alexandre Julliard
|
19bfcd3533
|
Moved the remaining stack frame definitions to kernel_private.h and
removed stackframe.h.
|
2005-05-16 14:45:18 +00:00 |
Alexandre Julliard
|
827a69f8ca
|
Avoid referencing stackframe.h from outside kernel32.
|
2005-05-16 14:20:16 +00:00 |
Marcus Meissner
|
f3d99b2697
|
Move the Dll init function to compobj.c to avoid having global
variables. Remove need of ole32_main.h.
|
2005-05-16 14:12:53 +00:00 |
Martin Fuchs
|
08cf5a301a
|
Implement menu entry "format disk" (derived from Robert Dickenson's
code).
|
2005-05-16 14:08:41 +00:00 |
Robert Shearman
|
efbea2e2bc
|
Implement RegNotifyChangeKeyValue on top of NtNotifyChangeKey.
|
2005-05-16 14:08:11 +00:00 |
Dimi Paun
|
bac5f4603d
|
Use the standard Local*16() instead of LOCAL_*() functions.
|
2005-05-16 14:07:52 +00:00 |
Robert Reif
|
2d9e2a3300
|
Effect objects are not supported yet so don't crash when trying to
enumerate them.
|
2005-05-16 14:07:36 +00:00 |
Alexandre Julliard
|
95086f45a4
|
Moved data structures for 16-bit relay calls to winbase16.h and
removed builtin16.h.
|
2005-05-16 09:19:18 +00:00 |
Kees Cook
|
0cdc0479b8
|
Avoid segfault in hash update with corrupted decrypt data.
|
2005-05-16 09:15:24 +00:00 |
Michael Stefaniuc
|
3cf8d37067
|
Change an assert to a WARN.
|
2005-05-16 09:14:50 +00:00 |
Felix Nawothnig
|
d17e2073be
|
Keep width for cosmetic pens, don't use LPtoDP() for widths and
convert the dashes for PS_USERSTYLE pens into device units.
|
2005-05-16 09:13:28 +00:00 |
Vincent Béron
|
4440a7278f
|
Provide minimal API documentation in advapi/eventlog.c to silence some
winapi_check output.
Move around functions in riched20, richedit and rpcrt4 to achieve the
same goal.
|
2005-05-16 08:51:19 +00:00 |
Kees Cook
|
ea2fabca84
|
Avoid segfault when detecting decryption buffer size.
|
2005-05-16 08:50:45 +00:00 |
Uwe Bonnes
|
dc920056b1
|
Correct return value of fsetpos.
|
2005-05-16 08:50:28 +00:00 |
Ivan Leo Puoti
|
6be20a7c96
|
Minor fix in SetupQueueCopySectionW.
|
2005-05-16 08:49:51 +00:00 |
Dimi Paun
|
5eae73de10
|
Avoid using some LOCAL_*() functions.
|
2005-05-16 08:49:39 +00:00 |
Martin Fuchs
|
36f16c634b
|
Swedish translation of winefile resources by David Nordenberg,
proofread by Andreas Bjerkeholt.
|
2005-05-16 08:49:06 +00:00 |
Martin Fuchs
|
a55f54fb44
|
Implement switching of file sort order.
|
2005-05-16 08:48:54 +00:00 |
Martin Fuchs
|
c6b0ad6963
|
Define flags for SHFormatDrive().
|
2005-05-16 08:48:10 +00:00 |
Hans Leidekker
|
56058ddb15
|
Silence some unknown stab type messages.
|
2005-05-16 08:47:55 +00:00 |
Marcus Meissner
|
fc61f6c553
|
Make _xmalloc16() static.
|
2005-05-16 08:47:40 +00:00 |
Marcus Meissner
|
81e2677939
|
Staticify FTMarshalImpl definition.
|
2005-05-16 08:47:26 +00:00 |
Marcus Meissner
|
45bc1c21a1
|
Make HGLOBALStream_* functions static.
|
2005-05-16 08:47:14 +00:00 |
Mike McCormack
|
6e69a36d42
|
Added some xml headers.
|
2005-05-16 08:46:55 +00:00 |
Vincent Béron
|
187790948e
|
Update win16.api and win32.api to keep up with current Wine
development.
|
2005-05-16 08:46:00 +00:00 |
Vincent Béron
|
a01bd27aa1
|
Correct arg count for 3 functions in ntdll.spec and unicows.spec.
|
2005-05-16 08:45:46 +00:00 |
Michael Stefaniuc
|
d5e8a65f96
|
Add some SystemParametersInfo SPI_* defines.
|
2005-05-16 08:45:15 +00:00 |
Robert Reif
|
6dd763e03b
|
Pass around real version and do correct thing based on it.
Change cooperative level to pass on windows.
|
2005-05-16 08:44:14 +00:00 |
Juan Lang
|
5d90f2bcf9
|
Store property names in the code page of the property set.
|
2005-05-16 08:43:35 +00:00 |
Martin Fuchs
|
0d5d71999f
|
- spelling fixes (prefered -> preferred)
- add ", {0, 0}, 0, 0" in comment lines
- update copyright statement
|
2005-05-14 18:50:30 +00:00 |
Jeff Latimer
|
72f73ac452
|
Implement the IEnumMoniker interface for the ROT and provide tests to
exercise the interface.
|
2005-05-14 18:50:14 +00:00 |
Felix Nawothnig
|
7364f0a79c
|
Convert pen width to DP in StrokePath().
|
2005-05-14 18:49:52 +00:00 |
Mike McCormack
|
66cee15084
|
Set thread priorities to time critical.
|
2005-05-14 18:49:40 +00:00 |
Paul Vriens
|
4cc3b97ec1
|
Check for a NULL pointer in GetWindowTextA/W.
|
2005-05-14 18:49:19 +00:00 |
Robert Lunnon
|
bfec8c229d
|
Implement get_default_drive_device for Solaris.
|
2005-05-14 18:48:18 +00:00 |
Dimi Paun
|
e510a29159
|
Make LOCAL_*() just wrappers around Local*16() functions.
|
2005-05-14 12:18:15 +00:00 |
Alexandre Julliard
|
d876893fc1
|
Store the 16-bit stack pointer in the WOW32Reserved TEB field.
|
2005-05-14 12:16:46 +00:00 |
Alexandre Julliard
|
110c8dc54a
|
Fixed a number of atom test failures.
|
2005-05-14 11:11:21 +00:00 |
Alexandre Julliard
|
7e4af0f60b
|
Store the winsock per-thread data in NtCurrentTeb()->WinSockData
instead of using TlsAlloc.
|
2005-05-14 11:09:21 +00:00 |
Alexandre Julliard
|
55d449e476
|
Fixed another case where a mouse message could get assigned to a
different thread input.
|
2005-05-14 11:08:05 +00:00 |
Martin Fuchs
|
12f0b41d13
|
Display free and total disk space in status bar.
|
2005-05-14 11:07:39 +00:00 |
Felix Nawothnig
|
73eee2137c
|
Draw each figure as a single primitive in StrokePath().
|
2005-05-14 11:07:24 +00:00 |
Juan Lang
|
7bf1ee877d
|
- move _timezone to time.c, and correct its type
- implement _tzset, and initialize _daylight, _timezone, and _tzname
from libc values
|
2005-05-14 11:07:10 +00:00 |
Juan Lang
|
f12eadf7bf
|
- only log unsupported flags in ShellExecute
- environment variables are expanded, so SEE_MASK_DOENVSUBST is
supported
|
2005-05-14 11:06:54 +00:00 |
Juan Lang
|
2507264e05
|
- maintain proper byte order
- maintain PROPSETFLAG_ANSI flag based on codepage
- update comments
|
2005-05-14 11:06:44 +00:00 |
Gerold Jens Wucherpfennig
|
2ed3c40758
|
Initial FCI work (FCICreate and FCIDestroy).
|
2005-05-14 11:06:10 +00:00 |