Uwe Bonnes
|
a8509028c1
|
Spelling fix.
|
2004-08-30 18:36:35 +00:00 |
Mike McCormack
|
6f74043bfb
|
Stub implementations for NtAdjustGroupsToken and NtAlertThread.
|
2004-08-30 18:36:24 +00:00 |
Robert Reif
|
1e82007cae
|
Test 32 bit float samples.
|
2004-08-30 18:36:06 +00:00 |
Robert Reif
|
79b1c4dbe7
|
Round results of conversions between OSS and windows values.
|
2004-08-30 18:35:53 +00:00 |
Alexandre Julliard
|
d78ee14b93
|
Print a warning when DllRegisterServer and similar functions are not
marked private.
|
2004-08-27 19:40:53 +00:00 |
Robert Reif
|
fa70d5c0d0
|
Adds tests to read and write control details.
|
2004-08-27 19:39:10 +00:00 |
Robert Reif
|
d7d1c3846b
|
Set proper target type.
Set proper max and step for mux control.
|
2004-08-27 19:38:47 +00:00 |
Alexandre Julliard
|
7c1e9361a3
|
Added a few missing -private flags.
|
2004-08-27 19:15:54 +00:00 |
Mike McCormack
|
f91e582536
|
Use buffers rather than linked lists for input and out buffers.
Stop reading input at a nul byte.
|
2004-08-27 19:15:08 +00:00 |
Mike McCormack
|
62bffe46e2
|
Added DllRegisterServer/DllUnregisterServer calls.
|
2004-08-27 19:12:27 +00:00 |
Mike McCormack
|
2b5322c7e9
|
Define a couple more SPI_ constants.
|
2004-08-27 19:12:12 +00:00 |
Francois Gouget
|
f9f68327cc
|
Hack winapi_parser so we recognise ElfW(auxv_t) as a type. Fixes the
scripts that compute API statistics.
|
2004-08-27 19:11:51 +00:00 |
Mike McCormack
|
60fbc97f08
|
Added a few more prototypes to the headers.
|
2004-08-27 19:11:37 +00:00 |
Mike McCormack
|
03425cb09d
|
Added stub implementations for NtDeleteFile and NtCancelIoFile.
|
2004-08-27 19:11:01 +00:00 |
Jacek Caban
|
ab4b5fbd70
|
Added suport for optional arguments in ITypeInfo::Invoke.
|
2004-08-27 19:10:47 +00:00 |
Dmitry Timoshkov
|
58fe866d01
|
Button should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
state.
Add a comprehensive test case for capture behaviour.
|
2004-08-26 18:33:40 +00:00 |
Dmitry Timoshkov
|
93dd39a37c
|
Button should send BM_SETSTATE message after it has changed its
internal state.
|
2004-08-26 18:31:56 +00:00 |
Huw Davies
|
ce4dfe23b4
|
Deprecate the "Resolution" entry in the config file in favour of
HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.
|
2004-08-26 18:24:49 +00:00 |
Huw Davies
|
329025915c
|
FreeType doesn't supply a charmap for bitmap fonts, so we must do our
own mapping. Thanks to Dmitry for testing.
|
2004-08-26 18:24:03 +00:00 |
Huw Davies
|
d082a9dbed
|
Change System to MS Shell Dlg.
|
2004-08-26 18:23:24 +00:00 |
Huw Davies
|
8e9d88c1a1
|
Fix full name of HKEY_CURRENT_CONFIG.
|
2004-08-26 18:22:58 +00:00 |
Robert Shearman
|
765b92f9ed
|
Don't use freed memory.
|
2004-08-26 18:22:43 +00:00 |
Robert Shearman
|
0aa22f989b
|
Allow image list tests to compile and run on old platforms.
|
2004-08-26 18:22:31 +00:00 |
Robert Shearman
|
7ed44d529a
|
Improve documentation for debugger functions.
|
2004-08-26 18:22:17 +00:00 |
Dmitry Timoshkov
|
58e93d5e14
|
Fix msg test failures when run under win2k.
|
2004-08-26 18:21:56 +00:00 |
Mike McCormack
|
8b424416bb
|
Calculate the correct size of dialog templates in the propsheet
control.
|
2004-08-26 18:11:43 +00:00 |
Evan Deaubl
|
627423d10b
|
Fix an ERR log in X11DRV_CreateWindow.
|
2004-08-26 18:11:29 +00:00 |
Mike McCormack
|
fea1a84572
|
Return the correct character count in DBCS locales.
|
2004-08-26 18:11:06 +00:00 |
Dmitry Timoshkov
|
97551bcef5
|
Try to avoid loading 16-bit DLLs into memory for accessing version
info, this might lead to undesired side effects like loading a bunch
of other 16-bit DLLs.
|
2004-08-26 18:10:24 +00:00 |
Alexander Yaworsky
|
968e252149
|
StartService must pass full command line to service program.
|
2004-08-26 18:10:01 +00:00 |
Alexandre Julliard
|
009ae91f34
|
Added some tests for paint messages and update regions.
|
2004-08-26 00:49:06 +00:00 |
Alexandre Julliard
|
0ba0d7a119
|
GetUpdateRgn should clip the returned region to the client area.
Changed GetUpdateRect and ExcludeUpdateRgn to call GetUpdateRgn.
Moved these 3 functions to dlls/user/painting.c.
|
2004-08-26 00:46:11 +00:00 |
Alexandre Julliard
|
b72994b6d4
|
Print the Window caption using Unicode calls.
Don't send WM_GETTEXT to retrieve the caption text.
|
2004-08-26 00:35:35 +00:00 |
Francois Gouget
|
dff5004bc0
|
Assorted spelling fixes.
|
2004-08-26 00:31:20 +00:00 |
Stefan Leichter
|
727a596e9b
|
Added missing line break.
|
2004-08-26 00:30:23 +00:00 |
Jason Edmeades
|
c5a95b82e9
|
Don't clear the information structure for non supported cases.
|
2004-08-26 00:30:02 +00:00 |
Evan Deaubl
|
18e195a89b
|
Added GetSecurityInfo stub.
|
2004-08-26 00:29:06 +00:00 |
Jason Edmeades
|
9638e02d7d
|
Ensure digits are printable characters from oleaut32 Format command.
|
2004-08-26 00:28:37 +00:00 |
Alexandre Julliard
|
f466c651ae
|
Allow enabling or disabling todo_wine for each message sequence so
that we can properly test the sequences that are already correct.
|
2004-08-25 17:35:06 +00:00 |
Jacek Caban
|
64d2da538d
|
Added message box to inform user that one needs Mozilla ActiveX.
|
2004-08-25 17:33:47 +00:00 |
Robert Shearman
|
cdb263e588
|
Replace GetWindowLong by GetWindowLongPtr.
|
2004-08-25 17:33:01 +00:00 |
Aric Stewart
|
bc6ce2b249
|
Free memory after we finish using it instead of just before.
|
2004-08-25 17:31:39 +00:00 |
Huw Davies
|
97ebf8f5a3
|
Make the DEFAULT_GUI_FONT scalable with screen resolution and let it
be 8pt MS Shell Dlg for simple scripts.
|
2004-08-25 17:31:17 +00:00 |
Dmitry Timoshkov
|
03490879bd
|
Fix an obvious typo leading to a crash.
|
2004-08-25 17:31:03 +00:00 |
Mike McCormack
|
fd4675c501
|
Make SetTokenInformation call NtSetInformationToken.
|
2004-08-25 17:30:46 +00:00 |
Mike McCormack
|
824e2fbc87
|
Signed compare fixes.
|
2004-08-25 17:30:31 +00:00 |
Mike McCormack
|
332408b836
|
Fix the ITS moniker implementation.
|
2004-08-25 17:30:18 +00:00 |
Ivan Leo Puoti
|
3615587427
|
Update cvs command line.
|
2004-08-25 17:29:43 +00:00 |
Robert Shearman
|
b18e158636
|
- Send NM_LDOWN notification.
- NM_RDBLCLK only needs to send a NMHDR structure.
- On mouse notifications returning 0 DefWndProc should be called.
|
2004-08-25 02:16:32 +00:00 |
Robert Shearman
|
ead9e56414
|
Bring common control header up to date with new additions in XP.
|
2004-08-25 02:14:28 +00:00 |