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
Susan Farley
3bd7f58706
On InsertItem with TVI_FIRST, the check for resetting firstVisible
...
must be done *before* the parent's firstChild changes.
2000-10-12 23:11:06 +00:00
Lionel Ulmer
85f4a49c2d
Support non-buffered overlays.
2000-10-12 23:09:40 +00:00
Guy L. Albertelli
f82e493cdd
Rewrite to support rows of bands.
...
Draw separators between bands in rows and between rows.
Support text and background color and color propagation.
Improve layout code.
Make fMask in internal structure the indicator of valid information.
Fix size of grippers.
Add debugging traces for future.
2000-10-12 23:09:01 +00:00
Serge Ivanov
7a9a2aa104
Simple NULL check.
2000-10-12 23:08:19 +00:00
Stephane Lussier
163830c569
- Background should not be drawn if the background color is CLR_NONE.
...
- Don't change the size to 0 for the header control of listview with
LVS_NOCOLUMNHEADER style. In fact just setting HDS_HIDDEN to the
header control is enough.
2000-10-12 23:07:41 +00:00
Marcus Meissner
fad4593a74
Added 16 (565) -> 15 (555) bit depth converter.
2000-10-12 23:05:48 +00:00
Hidenori Takeshima
beca6ada2a
Added support for cp936.
2000-10-12 23:05:21 +00:00
Alexandre Julliard
3f2b2d5ef4
Work-around for gcc bug.
2000-10-12 20:55:26 +00:00
Lionel Ulmer
a9d3fab147
Implememnted GetFourCCCodes.
2000-10-12 20:50:45 +00:00
Marcus Meissner
f71c962872
Enable XF86vmode switching possible for X11 too.
2000-10-12 20:47:42 +00:00
Eric Pouech
140d8cd909
Added PCM converter internal driver.
...
A few driver handling fixes.
2000-10-12 20:46:49 +00:00
Lionel Ulmer
bd8ede1bac
Fixed the OpenGL detection code.
2000-10-12 20:45:58 +00:00
Juergen Schmied
cc5365836a
Fixed loading of symbols from libraries.
2000-10-12 20:45:26 +00:00
Rein Klazes
977ec4d99d
Prevent SetFileAttributeA from making directory read-only.
2000-10-12 20:45:04 +00:00
Francois Gouget
5b317bc556
Enable anonymous struct/union support by default in both C and C++.
...
Disable them for compilers known not to support them.
Disable them for the WINE code.
2000-10-12 20:44:41 +00:00
Francois Gouget
8930569251
Added four DDElParam functions.
...
Now needs an 'extern "C"' protection for C++.
2000-10-12 20:44:14 +00:00
Francois Gouget
8ea8181341
Fix the parameter types and comments of the DDElParam functions.
2000-10-12 20:43:59 +00:00
Francois Gouget
17bd7c9af4
Removed stray A/W from invocations of WINELIB_NAME_AW.
2000-10-12 20:43:08 +00:00