Uwe Bonnes
b0067efa53
Localization and many changes to behaviour and outlook.
2000-10-15 00:27:28 +00:00
Uwe Bonnes
f83ce82a60
Split out resources that might be localized.
...
Added German resources.
2000-10-15 00:26:58 +00:00
Uwe Bonnes
c3585ba32d
Added additional resource IDs.
2000-10-15 00:24:48 +00:00
Marcus Meissner
781eb0c660
Stubbed LookupAccountNameA.
2000-10-15 00:23:56 +00:00
Marcus Meissner
c429669791
Return "default" DirectDraw driver if we have at least one driver
...
registered.
2000-10-15 00:23:09 +00:00
Dmitry Timoshkov
63ba91dc8e
Fixed behaviour of window's system buttons.
2000-10-15 00:22:29 +00:00
Rein Klazes
e8b3afc2c1
LoadStringA inserts terminating null in the buffer when the string
...
resource is an empty string or when it can not be found.
2000-10-15 00:21:48 +00:00
Chris Morgan
56af064e01
Implemented the IDC_HAND cursor.
2000-10-13 23:43:45 +00:00
Francois Gouget
eb6500fba9
Fixed the signature of the FormatMessage APIs.
2000-10-13 23:41:12 +00:00
Francois Gouget
83804d28ee
The MODEM stuff has been spun off to its rightful place: mcx.h.
2000-10-13 23:16:46 +00:00
Francois Gouget
5e4b7de1b6
Completed/corrected the list of include files.
...
Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
2000-10-13 23:13:01 +00:00
Francois Gouget
6371e83259
Added a NOGDI protection.
...
Replaced _MAX_PATH with MAX_PATH.
#undef can be used directly on TRANSPARENT.
2000-10-13 23:12:19 +00:00
Francois Gouget
ff04b4ee21
Must include objbase.h.
2000-10-13 23:11:56 +00:00
Francois Gouget
50bcd1a8e3
HFILE is an int, not a regular HANDLE.
2000-10-13 23:11:05 +00:00
Andreas Mohr
855ac7a8f7
Added MSGF_DDEMGR.
2000-10-13 23:09:56 +00:00
Gerald Pfeifer
df47d35e9d
Fixed incorrect format string.
2000-10-13 23:08:13 +00:00
Chris Morgan
4494a500d6
Added changing mouse cursor when over a help topic link.
2000-10-13 23:07:43 +00:00
Marcus Meissner
4b3afdcce0
Implemented DirectInputCreateEx.
2000-10-13 23:07:29 +00:00
Louis Philippe Gagnon
d41e22bf0d
Do not send a WM_CONTEXTMENU message when a TreeView receives a
...
WM_RBUTTONUP.
2000-10-13 23:07:08 +00:00
Lawson Whitney
471323665d
Make findfunc look for .spec files, and put it with the other tools.
2000-10-13 23:06:40 +00:00
Guy Albertelli
b111b6d28f
Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
...
and IsBad[Read|Write]Ptr.
2000-10-13 23:06:13 +00:00
Andreas Mohr
1563abe8ec
- stupid spelling fixes
...
- some more loadorder array work
2000-10-13 20:26:52 +00:00
Alexandre Julliard
27952ef0ee
Added a few more large integer functions.
2000-10-13 20:26:03 +00:00
Marcus Meissner
97827ead5b
Stubbed GetDeviceGammaRamp.
2000-10-13 20:22:59 +00:00
Peter Hawkins
866c5886e5
Added DOS int 21h function 4452h support (DR-DOS version check).
2000-10-13 20:22:34 +00:00
Ove Kaaven
1cbaad7fba
Fill in the dsBmih.biSizeImage field of DIBSections with the
...
calculated bitmap size.
2000-10-13 20:21:45 +00:00
Chris Morgan
3b37e7ae6a
Indicate that the MIDI error message only affects programs that need MIDI.
2000-10-13 20:21:27 +00:00
Andreas Mohr
411faaee96
Get rid of shared heap fixme messages.
...
Slightly corrected my heap commit patch (Xilinx).
2000-10-13 20:21:09 +00:00
Ove Kaaven
dfa4130804
Merged DOSVM_Int with DOSVM_SimulateInt, and made it handle apps that
...
purposefully shuffle the interrupt vectors around.
2000-10-13 20:14:49 +00:00
Susan Farley
036ae0b6b3
To improve custom-drawn items, add focus border to itemRects and do
...
not overlap them.
2000-10-13 20:13:38 +00:00
Mike McCormack
11776c1fcf
Moved comm.c into kernel32.
2000-10-13 17:11:30 +00:00
Francois Gouget
eec9cbbe25
Claim that our headers conform to the version 5.0.
2000-10-13 17:10:34 +00:00
Francois Gouget
d068b3f62c
The string fields in PROPSHEETPAGEA should be ANSI strings.
2000-10-13 17:10:24 +00:00
Francois Gouget
c0bca77ecb
Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
2000-10-13 17:10:15 +00:00
Francois Gouget
a82de9b375
Added the missing TVINSERTSTRUCT synonyms.
...
Added missing CBEIF_xxx definitions.
2000-10-13 17:08:42 +00:00
Francois Gouget
529779cf4c
Fixed the signature of SysAllocStringByteLen.
2000-10-13 17:08:12 +00:00
Susan Farley
557066db1c
Status bars on managed windows should not have SIZEGRIP style.
2000-10-13 17:07:08 +00:00
Uwe Bonnes
6e843d7d58
Make reg the default output chanel.
2000-10-13 17:05:56 +00:00
Rein Klazes
81f7771972
Ignore setsockopt calls that make the size of the receive buffer too
...
small.
2000-10-13 17:05:35 +00:00
Stephane Lussier
907a1e615b
Subitems of listviews were not painted with the right background when:
...
-LVS_EX_FULLROWSELECT style is defined
-item is selected
-Listview doesn't have the focus.
2000-10-13 17:05:17 +00:00
Stephane Lussier
21b099f082
After accept is called on the socket, the listening socket needs to be
...
reselected.
2000-10-13 17:04:52 +00:00
Marcus Meissner
c0e3db958d
Check for buffer overflows on data returns from RegQueryValueExA.
2000-10-13 17:04:14 +00:00
Konrad Rieck
c6f0a4ed87
Changed repne to repnz for Solaris assembler.
2000-10-13 17:03:52 +00:00
Francois Gouget
48fc4aaaea
Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
...
API to winnls.h.
Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
winnt.h.
2000-10-12 23:20:29 +00:00
Francois Gouget
67c9691313
Added many missing *Pxxx types.
...
Removed a few *LPxxx types that are not supposed to be there (in
particular LPICONINFO).
Added a few missing *LPCxxx types (MENUITEMINFO, SCROLLINFO,
DLGITEMTEMPLATE).
WINHELP and PE_ACCEL are internal types.
MULTIKEYHELP and HELPWININFO both have an A and W variant.
NUMBERFMT, CURRENCYFMT and the related API belong to winnls.h.
Added missing ARW_xxx defines (for sysmetrics).
2000-10-12 23:18:55 +00:00
Francois Gouget
986f197497
ROTFLAGS have their own ifdef protection, take them out of the
...
_SECURITY_DEFINED ifdef block.
2000-10-12 23:15:29 +00:00
Francois Gouget
d55ccfd968
Added a declaration for GetEnhMetaFileDescription.
2000-10-12 23:14:52 +00:00
Andreas Mohr
f359b741e6
Added Fonts registry key.
2000-10-12 23:13:44 +00:00
Eric Pouech
295106d1e9
Fixed regression for debugger startup event creation.
2000-10-12 23:13:23 +00:00
Chris Morgan
4a49c8f080
Fix depressed state with flat toolbars so pressing the buttons draws
...
the button in a depressed state. Fix bitmap offsets, fixes bitmap
offset problems in file common dialog.
2000-10-12 23:11:35 +00:00