Brad Pepers
0bdff36d38
WinG fixes.
1999-02-09 15:37:16 +00:00
Huw D M Davies
7bb6fd1db3
GetMetaFileBitsEx should work in bytes not words.
1999-02-09 15:32:19 +00:00
Ulrich Weigand
4f85bad39e
Change fault handler 'addr' argument to LPCVOID.
1999-02-09 15:30:22 +00:00
Paul Quinn
f8db63bbc0
GetCursorPos is actually a BOOL.
1999-02-09 14:24:45 +00:00
Zygo Blaxell
1084b2cbff
Fix types of GetDIBits functions (LPSTR should be LPVOID).
1999-02-09 14:13:12 +00:00
Jason McMullan
e113b094f2
Adds support for EMR_STRETCHDIBITS in EMFs.
1999-02-09 14:08:57 +00:00
Patrik Stridvall
8d8703cb48
Moved some more code to the X11 driver.
1999-02-04 14:05:38 +00:00
Marcus Meissner
03479f8adb
Fixed a lot of warnings for possible problems.
1999-01-28 10:06:38 +00:00
Marcus Meissner
ffb912e692
Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
1999-01-28 09:14:38 +00:00
Andreas Mohr
22c904d3ca
Implemented GetIconInfo16 -> call to GetIconInfo32.
1999-01-26 14:56:01 +00:00
Guy Albertelli
532921729e
Finished GetTextCharsetInfo routine.
1999-01-24 09:50:09 +00:00
Marcus Meissner
16af9baf41
Check opened enhmetafile for magic values.
1999-01-23 12:20:41 +00:00
Juergen Schmied
58b2f0a0a2
Implemented CreateHalftonePalette.
...
Fixed 3 crashes (1 real, 2 potential).
1999-01-23 12:09:30 +00:00
Marcus Meissner
ae0a73d442
Some small fixes to enhmetafiles.
1999-01-20 14:11:07 +00:00
Alexandre Julliard
8da12c43a9
Group commit for recovery after disk crash.
...
See Changelog for changes WRT release 990110.
1999-01-17 16:55:11 +00:00
Alexandre Julliard
638f169b1e
Recovery of release 990110 after disk crash.
...
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00
Michael Veksler
ca1bc866cf
Moves more stuff from windows.h.
...
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
longer included from windows.h
1999-01-01 18:57:33 +00:00
NF Stevens
16f0dfbaa5
Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
1999-01-01 18:45:03 +00:00
Douglas Ridgway
ab9e8bc9f7
Implement TranslateCharsetInfo, change charset type to BYTE.
1999-01-01 18:41:22 +00:00
Patrik Stridvall
151170c437
Moved more things to the X11 driver.
1998-12-26 12:00:43 +00:00
Francois Gouget
815d320795
Fixed the prototype of CreateDIBPatternBrushPt
1998-12-26 11:57:38 +00:00
Douglas Ridgway
4f7d9ed1ac
Documentation for TranslateCharsetInfo.
1998-12-18 17:38:39 +00:00
Paul Quinn
1beaae5f9e
Lots of new defines and stubs.
1998-12-15 15:38:36 +00:00
Huw D M Davies
5a50273f5b
Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
...
misc/printdrv.c and fix a few compile warnings.
1998-12-11 10:17:31 +00:00
Alexandre Julliard
0c0e3bebb8
Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com>
...
Lots of new stubs.
1998-12-10 15:49:22 +00:00
Huw D M Davies
d6a91b7a74
Move OEM resources to the x11drv.
1998-12-02 10:29:04 +00:00
Ulrich Weigand
87dbaa9a05
Implemented GdiFreeResources (GDI.609).
1998-12-01 13:00:05 +00:00
Juergen Schmied
4493a74c23
Load now the first icon from the *.ani file instead of crashing.
1998-11-30 17:29:28 +00:00
Huw D M Davies
a38d84d854
GetSystemPaletteEntries returns palette size if entries==NULL.
...
Use this instead of COLOR_GetSystemPaletteSize.
1998-11-30 11:18:26 +00:00
Ulrich Weigand
e62cbca0fb
Removed some unnecessary FIXME outputs.
1998-11-26 15:06:47 +00:00
Huw D M Davies
9c68faadab
Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
1998-11-25 12:36:03 +00:00
Huw D M Davies
2bd3acf7c8
Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
1998-11-22 17:45:06 +00:00
Andreas Mohr
1e360ebbf9
Added Win16 implementation for GetRegionData().
1998-11-22 16:54:26 +00:00
Juergen Schmied
c509615f51
Checking for NULL-pointer.
1998-11-22 16:16:58 +00:00
Ian Schmidt
8150b52c36
Added stubs for two undocumented GDI routines, SetMagicColors and
...
SetSolidBrush. This allows Win98 native USER to start up.
1998-11-22 12:54:38 +00:00
Gael de Chalendar
d5af0175c7
Partially complete GetTextCharsetInfo and corrects return values for
...
this family of functions.
1998-11-22 12:19:49 +00:00
Eric Kohl
c011267b97
Fixed retrieval of invalid palette data in GetDIBits().
1998-11-15 18:10:11 +00:00
Dirk Thierbach
f1ac4ef72b
Fixed bug in StretchDIBits32 (wrong origin).
1998-11-15 17:25:44 +00:00
Ulrich Weigand
431d1a0ce2
Moved X11 mouse cursor handling to the DISPLAY driver.
1998-11-14 18:57:47 +00:00
Huw D M Davies
7b06d98404
Fixes a few of the many compiler warnings.
1998-11-14 17:13:51 +00:00
Huw D M Davies
d03d23d999
Fix allocation size in CreateDIBPatternBrush*.
1998-11-14 11:20:51 +00:00
Eric Pouech
cd67edd365
Prevent CreateDIBSection from seg faulting when one dimension of
...
section is 0.
1998-11-08 16:27:02 +00:00
Jeff Johann
471b5dff8d
Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
...
updates.
1998-11-08 15:07:22 +00:00
Rein Klazes
c66d9af7e7
ExtSelectClipRgn fix: RGN_DIFF did not work.
1998-11-08 13:01:41 +00:00
Ulrich Weigand
a11ce32ad4
Adapted to new input event handling.
1998-11-08 12:27:26 +00:00
Charles Suprin
4104301e6d
Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
1998-11-07 12:56:31 +00:00
Uwe Bonnes
1f43de3456
Fail if less then one entire line requested in GetBitmapBits32.
1998-11-07 12:25:18 +00:00
Rein Klazes
8a91b4ad3e
ExtSelectClipRgn() with RGN_COPY copies the wrong region.
1998-11-06 17:20:24 +00:00
Huw D M Davies
91d1608a59
Moved X11 DIB stuff to x11drv.
1998-11-06 11:03:00 +00:00
Jesper Skov
5c3e457b16
egcs 'ambiguous else' warnings fixes.
1998-11-01 19:27:22 +00:00