Alexandre Julliard
8f4c007ff5
Fixed desktop window structure initialization.
2001-07-31 01:00:50 +00:00
Alexandre Julliard
502d83b1d2
Fixed a few problems with DCX_* flags handling.
2001-07-31 00:14:06 +00:00
Nog
111ec8d6c2
Don't enable the 'hot' state of a toolbar button when it's not
...
enabled.
2001-07-31 00:10:06 +00:00
Lionel Ulmer
7fc3a3bf20
- added support for the SGIS multitexture extension.
...
- misc. other fixes
2001-07-31 00:08:05 +00:00
Alexandre Julliard
11dd274cb0
Erase only client area on WM_ERASEBKGND.
2001-07-31 00:05:50 +00:00
Patrik Stridvall
647ac511a7
Made it possible to install the winapi tools.
2001-07-30 20:21:34 +00:00
Alexandre Julliard
b846b2df37
Force STRICT checking of callback function types when compiling Wine.
2001-07-30 19:10:43 +00:00
Alexandre Julliard
5905ba954a
Implement EnumProps on top of EnumPropsEx to avoid function pointer
...
type mismatches.
2001-07-30 19:05:38 +00:00
Alexandre Julliard
7c4b14031e
Fixed HTASK/HTASK16 handle mismatch.
2001-07-30 19:01:01 +00:00
Alexandre Julliard
e54cf7b4d5
Moved some handle declarations to the right headers.
2001-07-30 18:57:18 +00:00
Patrik Stridvall
cec294e4f3
A few bug fixes.
2001-07-30 18:49:10 +00:00
Francois Gouget
89a0c02b3f
Fix handling of the '--with-wine-xxx' options: only look in the
...
specified path.
Libraries and wine dlls are separate notions that need separate paths
-> add WINE_DLL_{ROOT,PATH}, --with-wine-dlls and a '-P' option.
Small fixes to the search order.
2001-07-30 18:44:48 +00:00
Alexandre Julliard
9208301d16
Rewrote Escape to avoid calling down to Escape16.
...
Replaced Escape by ExtEscape in the DC function table.
2001-07-29 20:25:14 +00:00
Patrik Stridvall
b71902952d
Added a filter rule for filtering make output with
...
tools/winapi/make_filter.
2001-07-29 20:20:13 +00:00
Patrik Stridvall
6ad988eb2d
Fixed some warnings.
2001-07-29 20:19:51 +00:00
Patrik Stridvall
5bc9a0b623
A few bug fixes.
2001-07-29 20:19:14 +00:00
Patrik Stridvall
03f3600816
Cleanup/removal of unnessary things that would have made winapi_*
...
parsing more complicated.
2001-07-29 20:18:51 +00:00
Alexandre Julliard
99bb9f9775
Added GetDeviceCaps to the DC driver interface. Removed devCaps
...
pointer in the generic DC structure.
2001-07-28 00:18:02 +00:00
Alexandre Julliard
4c5b35d6e9
Removed unused DC_FUNCS pointers.
2001-07-28 00:09:07 +00:00
Bob Goodwin
07b740fa3f
Fix the 16bit win95 version.
2001-07-27 23:57:38 +00:00
Francois Gouget
849cea008b
Put the per project paths before the wine paths.
...
Remove unnecessary libraries from the wine link test.
Move DLL_LINK from configure.in to the Make.rules file.
2001-07-27 23:56:58 +00:00
Andreas Mohr
0ce0bef9c1
Don't crash if DeviceCapabilities(DC_PAPERNAMES) fails.
2001-07-27 23:55:51 +00:00
Alexandre Julliard
9dd5b16382
Added missing ntdll imports.
2001-07-27 19:49:49 +00:00
Alexandre Julliard
3dd63eb2ad
Build the DC function table by using GetProcAddress on the graphics
...
driver module. Moved driver support to dlls/gdi.
2001-07-27 19:37:31 +00:00
Alexandre Julliard
e9dd63ef16
Removed import of x11drv from ddraw.
2001-07-26 21:48:17 +00:00
Patrik Stridvall
2344798c46
Fixed some warnings.
2001-07-26 21:44:44 +00:00
Patrik Stridvall
b3b61dad68
Documentation fixes.
2001-07-26 21:44:23 +00:00
Patrik Stridvall
bb72140265
Cleanup/removal of unnessary things that would have made winapi_*
...
parsing more complicated.
2001-07-26 21:44:12 +00:00
Patrik Stridvall
33c40709bf
- Moved comm related protoypes to the correct .h file.
...
- Cleaned up the include section.
2001-07-26 21:43:56 +00:00
Patrik Stridvall
65b07455d3
Removed inclusion of winnt.h because the porting layer shouldn't
...
include Windows specific stuff.
2001-07-26 21:43:29 +00:00
Ian Pilcher
42e052d405
Rewrite TrueType font metric parsing code.
2001-07-26 21:42:45 +00:00
Patrik Stridvall
67f0a70c33
- A few more bug fixes
...
- Reorganization continues
- New tool (make_filter) for filtering make output added
2001-07-26 21:42:12 +00:00
Dmitry Timoshkov
9a57ef4de1
Fix a typo.
2001-07-26 21:41:22 +00:00
Bill Medland
25e44dbf5c
Don't inline perfect_graphics().
2001-07-26 20:13:47 +00:00
Alexandre Julliard
5edf4e1cef
Removed a few unnecessary Callouts.
2001-07-26 20:12:54 +00:00
Alexandre Julliard
8afe6628f8
Avoid using GetFastQueue16 from USER.
2001-07-26 20:12:22 +00:00
Travis Michielsen
188b32b73f
Fully implement DrawTextEx* functions.
2001-07-26 20:10:40 +00:00
Marcus Meissner
40734af751
Be a bit more graceful on NULL property sheet titles.
2001-07-26 20:07:53 +00:00
Guy L. Albertelli
2435237537
- On TB_SETIMAGELIST retrieve new values of the bitmap width and
...
height (fixes overlap of image and text in IE4).
- Handle return codes from TBN_DROPDOWN (allows a "dropdown" to be
treated like a regular button).
- Implement TBN_BEGINDRAG and TBN_ENDDRAG in WM_LBUTTON{DOWN|UP} (not
necessary but done by native).
- Implement NM_RELEASEDCAPTURE and NM_CLICK.
2001-07-26 20:07:23 +00:00
Guy L. Albertelli
7f1d6d4752
Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN.
2001-07-26 20:06:41 +00:00
Mike McCormack
76e25f697f
Correct man page spec directory.
2001-07-26 20:06:00 +00:00
Alexandre Julliard
1922c72b8a
Removed unnecessary inclusion of heap.h.
2001-07-25 00:43:29 +00:00
Alexandre Julliard
e6c0642e79
Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit.
2001-07-24 22:15:47 +00:00
Alexandre Julliard
5f728cae70
Removed HEAP_strdupA.
2001-07-24 21:45:22 +00:00
Ian Pilcher
d8f2c8b67c
Make built-in font data read-only.
2001-07-24 21:40:15 +00:00
Alexandre Julliard
f925f81667
Got rid of all the ugly macros.
2001-07-24 20:54:30 +00:00
Ian Pilcher
4bc1ebb5ed
Modify init code to handle const data types.
2001-07-24 20:52:19 +00:00
Mike McCormack
e4ca13ea82
Move 16-bit COMM code to USER dll.
2001-07-24 20:49:41 +00:00
Jukka Heinonen
186a79cb92
WNDPROC handlers now check whether HWND argument is valid.
2001-07-24 01:16:16 +00:00
Marcus Meissner
c0ccd263a7
OLEAUT32.DllGetClassObject and support for the Ole StdFont added (just
...
giving back a 8 point System font for now).
2001-07-24 00:59:28 +00:00