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 |
Kusanagi Kouichi
|
edabccd5af
|
gdi32/tests: Consolidate identity matrices.
|
2011-02-03 13:15:18 +01:00 |
Kusanagi Kouichi
|
2d6b748c79
|
gdi32: Upper 24 bits of a character range must be same.
|
2011-02-01 18:14:09 +01:00 |
David Hedberg
|
81bbd17c40
|
gdi32: Stay within the clipping area when painting text background.
|
2011-02-01 18:14:09 +01:00 |
Dmitry Timoshkov
|
73ef76538c
|
gdi32: Add ExtSelectClipRgn() tests for memory and window DCs.
|
2011-02-01 12:10:08 +01:00 |
Kusanagi Kouichi
|
c117d45cb3
|
gdi32: Reject invalid character range in GetCharABCWidthsA.
|
2011-01-28 14:50:20 +01:00 |
Kusanagi Kouichi
|
c706ecea82
|
gdi32/tests: Add some more tests for GetCharABCWidthsA.
|
2011-01-28 12:50:53 +01:00 |
Greg Geldorp
|
566d455b29
|
gdi32/tests: Fix font tests on Arabic machines.
|
2011-01-24 12:35:02 +01:00 |
Akihiro Sagawa
|
ac66c57523
|
gdi32: Use the helper function in GetCharABCWidthsFloatA to support DBCS.
|
2011-01-17 16:03:53 +01:00 |
Akihiro Sagawa
|
da76ffa90e
|
gdi32: Use the helper function in GetCharWidth32A to support DBCS.
|
2011-01-17 16:03:53 +01:00 |
Akihiro Sagawa
|
b9c41636bb
|
gdi32: Add a helper function to get chars in the range.
|
2011-01-17 16:03:41 +01:00 |
Akihiro Sagawa
|
d4924bf9a1
|
gdi32: Avoid an integer overflow in GetCharABCWidthsA.
|
2011-01-17 16:00:12 +01:00 |
Akihiro Sagawa
|
62b5963507
|
gdi32: Pass the byte count to FONT_mbtowc in GetCharABCWidthsA.
|
2011-01-17 15:59:26 +01:00 |
Akihiro Sagawa
|
c05d8781ad
|
gdi32/tests: Add more tests for GetCharABCWidthsA.
|
2011-01-17 15:59:12 +01:00 |
Greg Geldorp
|
16e9171989
|
gdi32/tests: Fix tmLastChar test.
|
2011-01-14 18:26:19 +01:00 |
Kusanagi Kouichi
|
5c987fc574
|
gdi32: GetCharABCWidthsA should work for DBCS.
|
2011-01-13 17:26:12 +01:00 |
Kusanagi Kouichi
|
fcb4a1610e
|
gdi32/tests: Add a test for GetCharABCWidthsA with DBCS.
|
2011-01-13 17:26:09 +01:00 |
Greg Geldorp
|
33a5cdbf79
|
gdi32/tests: Allow ANSI_CHARSET for some tests.
|
2011-01-12 14:56:05 +01:00 |
Greg Geldorp
|
3658b84509
|
gdi32/tests: Skip tests on unexpected font code page.
|
2011-01-11 16:05:48 +01:00 |
Greg Geldorp
|
857ebf02df
|
gdi32/tests: Fix some font test failures on non-English machines.
|
2011-01-10 13:03:52 +01:00 |
Greg Geldorp
|
1e922ebb07
|
gdi32/tests: Fix System font test for Japanese.
|
2011-01-07 15:00:52 +01:00 |
André Hentschel
|
56233536e8
|
gdi32/tests: Don't test function directly when reporting GetLastError().
|
2011-01-03 11:54:06 +01:00 |
Greg Geldorp
|
0b6e5c5535
|
gdi32/tests: Skip test that crashes on 64-bit.
|
2010-12-31 11:45:52 +01:00 |
Huw Davies
|
aec376dcef
|
gdi32: Clear the accel flags.
|
2010-12-17 13:26:01 +01:00 |
Wolfram Sang
|
27d2b9b814
|
winex11.drv: In GetDIBits() with DIB sections, always use dibpitch from the target.
|
2010-12-02 19:20:45 +01:00 |
André Hentschel
|
1f6f4329fd
|
gdi32/tests: Fix test on WinME.
|
2010-11-29 19:51:38 +01:00 |
Hans Leidekker
|
24ce163a8b
|
gdi32/tests: Fix a test failure on systems configured to use a color profile.
|
2010-11-26 14:58:47 +01:00 |
Austin Lund
|
a9aafec28a
|
gdi32/tests: Skip GetGlyphIndices tests for non-ANSI codepages.
|
2010-11-15 17:21:36 +01:00 |
Dmitry Timoshkov
|
d419f24372
|
gdi32: Remove broken check for WinXP.
|
2010-11-10 16:16:42 +01:00 |
Andrew Nguyen
|
c4a8de92c4
|
winex11.drv: Ensure that the WGL context is removed from the context list in wglDeleteContext.
|
2010-11-08 18:12:58 +01:00 |
Dmitry Timoshkov
|
5c011b3dbf
|
Revert "gdi32: Make AddFontToList skip adding a face into global lists if the font is not supposed to be enumerated, and return a pointer to first loaded face.".
This reverts commit a2047323c9 . That patch is not correct.
|
2010-11-05 17:15:35 +01:00 |
Alexandre Julliard
|
f914811359
|
gdi32: Remove unnecessary uses of wownt32.h.
|
2010-11-01 16:44:34 +01:00 |
Paul Vriens
|
6b73bee057
|
gdi32/tests: Fix crash and failures on Win95.
|
2010-11-01 11:35:58 +01:00 |
Dmitry Timoshkov
|
a2047323c9
|
gdi32: Make AddFontToList skip adding a face into global lists if the font is not supposed to be enumerated, and return a pointer to first loaded face.
|
2010-10-27 12:07:56 +02:00 |
Hans Leidekker
|
b32ed71ff5
|
gdi32: Fix invalid parameter handling in EnumICMProfiles and SetICMProfile.
|
2010-10-26 15:24:24 +02:00 |
Hans Leidekker
|
0839dabdab
|
gdi32: Move EnumICMProfiles to the driver.
|
2010-10-26 15:23:55 +02:00 |
Alexandre Julliard
|
295682f35c
|
gdi32/tests: Make the test clipping window topmost to see if it helps.
|
2010-10-15 16:17:51 +02:00 |