17104 Commits

Author SHA1 Message Date
Francois Gouget
3e2868b457 Don't export the shell32 SHAllocShared functions by name.
Implement them by calling out their shlwapi equivalent (which had a
much more complete implementation anyway).
Fix the prototype of shlwapi's SHAllocShared().
Don't crash if lpvData is NULL in SHAllocShared().
Add a conformance test to shlwapi.
2004-08-31 17:38:59 +00:00
Francois Gouget
4b0cb7d581 Don't include 'mmddk.h', it's not needed. The winmm tests can now be
compiled on Windows without the DDK.
2004-08-31 17:33:03 +00:00
Francois Gouget
d661e1a2a9 MSVC does not like the typeof() in the function pointer declaration.
Fix a warning.
2004-08-31 17:32:43 +00:00
Francois Gouget
91562d5b22 Add PSZ to windef.h.
Add a couple missing declarations to winternl.h.
Tweak VM_COUNTERS to match the ddk declaration.
2004-08-31 17:32:29 +00:00
Alexander Yaworsky
3ab2818948 Sanity check when closing service handle. 2004-08-31 17:32:05 +00:00
Dmitry Timoshkov
55cc226d82 Set last error values compatible with Win9x implementation
of GetFileVersionInfoSize, Quicken installer depends on it.
2004-08-31 17:31:40 +00:00
Huw Davies
81a049bd7d Use 1/4" margins for some standard paper sizes.
Turn Type42 support off by default.
Bump the FileVersion.
2004-08-31 17:31:27 +00:00
Huw Davies
ea8550c2cf Complete cp1252 coverage.
Fix height of 'I'.
2004-08-31 17:31:13 +00:00
Alexandre Julliard
2ceb42dd43 Moved all files from the controls/ directory to dlls/user. 2004-08-31 01:10:08 +00:00
Alexandre Julliard
3c39a9912e Get rid of the non-standard CONV_POINT and CONV_RECT functions. 2004-08-31 00:02:02 +00:00
James Hawkins
1c251e9a69 Make CryptSetProviderEx only delete the 'Name' value and not delete
the entire 'Type XXX' key when deleting the default provider.
2004-08-30 23:57:18 +00:00
Alexander Yaworsky
5f115371ce Changed SC_HANDLEs from HKEYs to pointers to internal structures. 2004-08-30 23:57:03 +00:00
Alexandre Julliard
97f4e4ef7d Removed struct32.[ch]. 2004-08-30 19:32:08 +00:00
Alexandre Julliard
65c3765739 Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr>
- Fix debug info look-up (bug in translating the RVA of the debug
  directory).
- Fix code for adding PE export table as debug info (crash with NULL
  passed to RtlImageDirectoryEntryToData).
- Fix computation of non-relocatable ELF shared objects size.
- Fix loading (while parsing the link map) of new non-relocatable ELF
  shared objects (no longer take account load-address of link-map).
- Finished the AUTO_PUBLIC, NO_PUBLICS and PUBLICS_ONLY support for PE and ELF.
- Cleaned up public symbol management (which should now properly work).
2004-08-30 19:31:13 +00:00
Steven Edwards
b1bb722088 Add DllRegisterServer and friends for mlang. 2004-08-30 19:30:17 +00:00
Francois Gouget
21c85efd83 Also recognize '/' as the start of an option.
Implement 'notepad /p'.
Simplify many string parsing loops.
2004-08-30 19:29:13 +00:00
Francois Gouget
8fa7ee2632 Fix a memory leak.
Improve the GetFullPathName() error checks.
Stricter match check in GetLinkLocation().
Clarify the 'Unknown link location' message.
2004-08-30 19:28:59 +00:00
Evan Deaubl
a49aa4c2b2 Stop processing input stream when the outermost RTF group is closed. 2004-08-30 19:28:43 +00:00
Alexandre Julliard
c158550998 Moved a couple of 16-bit functions to user16.c. 2004-08-30 18:42:17 +00:00
Dmitry Timoshkov
f86f51a6e0 Add cyrillic glyphs to Wine Courier at 13 pixel size. 2004-08-30 18:41:22 +00:00
Robert Reif
fc2ad2160a Added some missing definitions. 2004-08-30 18:41:05 +00:00
Mike McCormack
9386cb2228 Use Heap functions instead of malloc/free. 2004-08-30 18:40:47 +00:00
Mike McCormack
55defb652a Added some defines used in RichEdit 2.0. 2004-08-30 18:40:34 +00:00
Filip Navara
c880c41f7a - Don't expect that drive C: exists, use the drive Windows is
installed on instead.
- Remove misleading message about file mapping.
2004-08-30 18:40:20 +00:00
Filip Navara
ff5ecfd89a For non-overlapped writes the lpNumberOfBytesWritten parameter of
WriteFile mustn't be NULL.
2004-08-30 18:40:06 +00:00
Kevin Koltzau
d660a6340f Correct parsing of /i argument. 2004-08-30 18:39:44 +00:00
Filip Navara
335983ed91 Fix loading wizard title and subtitle from resources. 2004-08-30 18:39:32 +00:00
Jacek Caban
c9a6c92e15 Polish translation update. 2004-08-30 18:39:06 +00:00
Jacek Caban
124eb32ea7 Added Polish translation. 2004-08-30 18:38:27 +00:00
James Hawkins
fae181b099 Added API documentation for DirectDrawEnumerateEx. 2004-08-30 18:37:17 +00:00
Robert Shearman
4d7892f886 TB_MARKITEM should redraw button. 2004-08-30 18:36:55 +00:00
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