Dmitry Timoshkov
|
d9d5267237
|
gdi32: Remove a redundant check for Roman font presence.
Wine ships Tahoma and many other built-in fonts these days.
|
2011-03-14 12:39:28 +01:00 |
Alexandre Julliard
|
46bfaeae9e
|
gdi32: Avoid null pointer access when we are out of gdi handles.
|
2011-03-12 20:40:51 +01:00 |
Alexandre Julliard
|
9c7b528b6f
|
gdi32: Add null driver entry points for the path functions.
|
2011-03-11 20:43:15 +01:00 |
Alexandre Julliard
|
0d27e3c0ed
|
gdi32: Add null driver entry points for the palette functions.
|
2011-03-11 18:26:55 +01:00 |
Alexandre Julliard
|
0c33f1dd89
|
gdi32: Add null driver entry points for the color management functions.
|
2011-03-11 12:38:50 +01:00 |
Alexandre Julliard
|
806d0c4f86
|
gdi32: Add null driver entry points for the pixel format functions.
|
2011-03-11 12:38:19 +01:00 |
Alexandre Julliard
|
d1db4c859c
|
gdi32: Add null driver entry points for the device printer functions.
|
2011-03-11 12:36:38 +01:00 |
Alexandre Julliard
|
8c3766c5e7
|
gdi32: Move all the enhanced metafile DC setting functions to enhmfdrv/dc.c
|
2011-03-11 12:07:39 +01:00 |
Alexandre Julliard
|
7d1dd28d25
|
gdi32: Move all the metafile DC setting functions to mfdrv/dc.c
|
2011-03-11 12:07:34 +01:00 |
Alexandre Julliard
|
30997b5634
|
gdi32: Add a SetLayout driver entry point and implement it for enhanced metafiles.
|
2011-03-10 22:10:16 +01:00 |
Alexandre Julliard
|
965d41717b
|
gdi32: Add null driver entry points for the various DC settings functions.
|
2011-03-10 21:58:55 +01:00 |
Alexandre Julliard
|
75f792d729
|
gdi32: Add null driver entry points for SetDCBrush/PenColor.
|
2011-03-10 20:45:12 +01:00 |
Alexandre Julliard
|
dfaee0a5d7
|
gdi32: Fix handling of the DC brush/pen in metafiles.
|
2011-03-10 20:44:49 +01:00 |
Alexandre Julliard
|
adc63287b5
|
gdi32: Add null driver entry points for the object selection functions.
|
2011-03-10 12:39:03 +01:00 |
Alexandre Julliard
|
6d9ebd05a5
|
gdi32: Add null driver entry points for the OpenGL functions.
|
2011-03-10 12:39:03 +01:00 |
Alexandre Julliard
|
3a850fc842
|
gdi32: Add null driver entry points for the mapping functions.
|
2011-03-10 12:39:03 +01:00 |
Alexandre Julliard
|
6419edfb6d
|
gdi32: Add a mechanism for stacking gdi drivers.
|
2011-03-10 12:38:31 +01:00 |
Alexandre Julliard
|
ec54c80ee5
|
gdi32: Add null driver entry points for the clipping functions.
|
2011-03-09 20:21:46 +01:00 |
Alexandre Julliard
|
22f920df8e
|
gdi32: Add null driver entry points for the print spooler functions.
|
2011-03-09 11:47:31 +01:00 |
Alexandre Julliard
|
7e3a871497
|
gdi32: Add null driver entry points for painting functions that have a fallback implementation.
|
2011-03-09 11:47:30 +01:00 |
Alexandre Julliard
|
1f6f82782c
|
gdi32: Add null driver entry points for a number of simple painting functions.
|
2011-03-09 11:47:14 +01:00 |
Alexandre Julliard
|
c82cb23bc2
|
gdi32: Add initial support for a null graphics driver.
|
2011-03-08 22:35:18 +01:00 |
Alexandre Julliard
|
5f5c7020f3
|
gdi32: Add a common header to the physdev structure.
|
2011-03-08 22:34:57 +01:00 |
Alexandre Julliard
|
fcfbb46d2e
|
gdi32: GetDIBColorTable doesn't need to be part of the DC driver interface.
|
2011-03-08 16:55:04 +01:00 |
Alexandre Julliard
|
e6d9486453
|
gdi32: Fix parameter type in the ModifyWorldTransform driver entry point.
|
2011-03-08 15:21:52 +01:00 |
Dmitry Timoshkov
|
afcfb51055
|
gdi32: Add some additional tests for negative axes extents.
|
2011-03-08 12:30:39 +01:00 |
Francois Gouget
|
53bcd3edb5
|
gdi32/tests: Add a '\n' to an ok() call.
|
2011-03-07 11:09:19 +01:00 |
Huw Davies
|
f435963be4
|
gdi32: Remove a wayward CDECL.
|
2011-03-04 16:26:01 +01:00 |
John Edmonds
|
0d0d4f394f
|
gdi32: Fixes GetDIBits for top-down destination bitmaps.
|
2011-03-02 12:50:58 +01:00 |
John Edmonds
|
374db9240b
|
gdi32/tests: Updated tests for top-down destination bitmaps.
|
2011-03-02 12:50:58 +01:00 |
Austin English
|
197f2f8cad
|
gdi32/tests: Remove win9x hacks.
|
2011-02-28 13:13:05 +01:00 |
Peter Urbanec
|
de7d1ad77a
|
gdi32: Fix 64-bit pointer issues when copying upside-down bitmaps.
|
2011-02-25 17:21:51 +01:00 |
Austin English
|
c796ae653c
|
gdi32/tests: Remove win9x hacks.
|
2011-02-24 15:50:25 +01:00 |
Dmitry Timoshkov
|
1b041c92cb
|
gdi32: Add a EnumFontFamilies test to see how it handles various font faces.
|
2011-02-24 15:49:44 +01:00 |
Dmitry Timoshkov
|
2aaf6c2c8c
|
gdi32: EnumFontFamilies should also match against fully qualified face name.
|
2011-02-24 15:49:40 +01:00 |
Dmitry Timoshkov
|
9bc5946cde
|
gdi32: Use graphics mode specified at the EMF creation time when playing EMR_EXTTEXTOUT record.
|
2011-02-24 15:49:27 +01:00 |
John Edmonds
|
3c239fa0cd
|
gdi32: Fixed GetDIBits for top-down bitmaps.
|
2011-02-23 19:21:41 +01:00 |
John Edmonds
|
d2e1478db0
|
gdi32/tests: Added tests for copying a single pixel from top down and bottom up bitmaps.
|
2011-02-23 19:21:38 +01:00 |
Maarten Lankhorst
|
720bc3fa53
|
gdi32: Handle BITMAP_CopyBitmap correctly for negative heights.
|
2011-02-22 13:30:11 +01:00 |
Alexander Kochetkov
|
005915f405
|
gdi32: Fix scaling factors for EMR_EXTTEXTOUTW.
|
2011-02-22 13:24:53 +01:00 |
Dmitry Timoshkov
|
e0f5ddddf1
|
gdi32: Do not leak the hfont list (Valgrind).
|
2011-02-21 15:18:39 +01:00 |
Dmitry Timoshkov
|
20bdd203aa
|
gdi32: Go through all hfontlist entries not just the first one when checking whether font is in the child font list.
|
2011-02-21 15:18:37 +01:00 |
Dmitry Timoshkov
|
00c8250ff8
|
gdi32: Add dumping of child GDI font cache.
|
2011-02-21 15:18:33 +01:00 |
Austin English
|
e36370f04b
|
gdi32: Add a stub for GdiDrawStream.
|
2011-02-14 13:33:29 +01:00 |
Austin English
|
a13e596c78
|
gdi32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-10 09:57:32 -06:00 |
Peter Urbanec
|
b8e1a19a1d
|
gdi32/tests: Use virtual screen size instead of primary monitor screen size.
|
2011-02-09 14:11:22 -06:00 |
Austin English
|
b667582a71
|
gdi32/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-09 09:29:43 -06:00 |
Austin English
|
0a649054ae
|
gdi32/tests: Make sure to use return value (LLVM/Clang).
|
2011-02-07 10:07:13 -06:00 |
Kusanagi Kouichi
|
3311bbb319
|
gdi32: Check if a character is double byte or single byte.
|
2011-02-03 13:15:19 +01:00 |
Kusanagi Kouichi
|
c8ebdff8fa
|
gdi32/tests: Add tests for GetGlyphOutlineA.
|
2011-02-03 13:15:19 +01:00 |