Dmitry Timoshkov
|
50b6b376cb
|
gdi32: EnumFontFamilies should enumerate substituted fonts only when directly asked for.
|
2015-07-17 19:29:10 +09:00 |
Dmitry Timoshkov
|
5289c9fd92
|
gdi32: Add a test for enumerating substituted fonts.
EnumFontFamilies(NULL) should not enumerate substituted fonts,
but EnumFontFamilies("MS Shell Dlg") should do.
|
2015-07-17 19:28:32 +09:00 |
Huw Davies
|
c81ff0f8cf
|
gdi32/tests: Japanese Win 7 uses MS Shell Dlg as its default GUI font.
|
2015-06-19 20:14:38 +09:00 |
Huw Davies
|
002cf965e1
|
gdi32/tests: Fix Courier test on Arabic locales.
|
2015-06-18 21:41:02 +09:00 |
Francois Gouget
|
150d920310
|
gdi32/tests: Silence some font traces that generate too many lines.
|
2015-05-11 15:19:04 +09:00 |
Bruno Jesus
|
5c323a540c
|
gdi32: Support negative count values in GetBitmapBits.
|
2015-04-08 16:23:49 +09:00 |
Thomas Faber
|
656bc70f80
|
gdi32/tests: Avoid variable length arrays (MSVC).
|
2015-02-17 22:28:14 +09:00 |
Michael Stefaniuc
|
80218d19ef
|
gdi32/tests: Don't clear a variable before it goes out of scope (PVS-Studio).
|
2014-11-28 17:04:21 +01:00 |
Amine Khaldi
|
b9f18b3431
|
gdi32/tests: Add basic tests for the handling of dwCount parameter in ExtCreateRegion.
|
2014-11-03 16:35:11 +09:00 |
Matteo Bruni
|
a71f25d239
|
gdi32/tests: Add a test for GetGlyphOutline with an insufficient buffer.
|
2014-10-09 18:24:53 +02:00 |
Qian Hong
|
887a6832bb
|
gdi32/tests: Improve font name localization tests by not requiring a strict language match.
|
2014-07-10 12:40:44 +02:00 |
Alexandre Julliard
|
ec3f8a76d5
|
gdi32/tests: Silence some noisy traces.
|
2014-06-17 10:58:51 +02:00 |
Alexandre Julliard
|
7d21dd26c8
|
gdi32/tests: Remove some noisy traces.
|
2014-06-13 10:12:28 +02:00 |
Huw Davies
|
80a29e2d31
|
gdi32: CLIP_DFA_DISABLE should disable the font association mechanism.
|
2014-06-11 19:15:28 +02:00 |
Huw Davies
|
0987e77089
|
gdi32/tests: tmLastChar is solely governed by the last entry before 0xffff in the cmap.
|
2014-06-11 16:04:55 +02:00 |
Alex Henrie
|
0fb88f8d01
|
gdi32/tests: Add MS Shell Dlg tests.
|
2014-05-13 19:58:09 +02:00 |
Stefan Dösinger
|
a373c35371
|
gdi32/tests: Test RGBQUAD.rgbReserved in SetDIBColorTable.
|
2014-05-07 20:21:52 +02:00 |
Huw Davies
|
c66f0019ff
|
gdi32: In a Hebrew locale the last char of a symbol font is reported as 0xf896 rather than 0xf0ff.
|
2014-05-07 18:57:35 +02:00 |
Akihiro Sagawa
|
b6ef7274c5
|
gdi32/tests: Make bmi structure const.
|
2014-05-02 16:29:03 +02:00 |
Alexandre Julliard
|
47ed5655c5
|
gdi32/tests: Don't fetch the bits into the DIB itself.
|
2014-04-28 14:37:02 +02:00 |
Austin English
|
d0fa8cbc74
|
gdi32/tests: Skip some tests if Times New Roman is not installed.
|
2014-04-11 19:12:31 +02:00 |
Akihiro Sagawa
|
f548ce29ed
|
gdi32/tests: GetGlyphOutlineA is broken for johab charset on windows.
|
2014-03-20 10:41:48 +01:00 |
André Hentschel
|
87d85357cd
|
gdi32/tests: GetCharABCWidthsA is broken for johab charset on windows.
|
2014-03-18 11:40:30 +01:00 |
Akihiro Sagawa
|
04e8b00ab0
|
gdi32: Improve the font enumeration order for complex script locales.
|
2014-03-12 20:27:43 +01:00 |
Henri Verbeet
|
cf5023bfff
|
gdi32/tests: Fix test_device_caps() on multihead setups.
Unfortunately this currently mostly fails on Wine.
|
2014-03-11 19:39:36 +01:00 |
Henri Verbeet
|
d8ec2b5d95
|
gdi32/tests: Fix test_window_dc_clipping() when the virtual screen origin is not (0, 0).
|
2014-03-11 19:39:35 +01:00 |
Akihiro Sagawa
|
1e7116ca9f
|
gdi32/tests: Avoid using GetGlyphIndices directly.
|
2014-02-19 16:39:29 +01:00 |
Akihiro Sagawa
|
efe7a9763f
|
gdi32/tests: Improve the font search method for test_EnumFontFamiliesEx_default_charset.
|
2014-02-19 16:39:29 +01:00 |
Akihiro Sagawa
|
feaf554778
|
gdi32/tests: Mark Win2k result as broken.
|
2014-02-19 16:39:28 +01:00 |
Alexandre Julliard
|
36301db4d3
|
gdi32/tests: Update a few more failing DIB cases.
|
2014-01-14 20:18:15 +01:00 |
Akihiro Sagawa
|
f6475ace5f
|
gdi32: Improve vertical writing metrics.
|
2014-01-13 17:37:38 +01:00 |
Akihiro Sagawa
|
a221654aae
|
gdi32/tests: Add tests for vertical writing metrics.
|
2014-01-13 17:37:37 +01:00 |
Akihiro Sagawa
|
f6bc356860
|
gdi32: Fix ABC metrics for rotated font.
|
2014-01-13 17:37:35 +01:00 |
Akihiro Sagawa
|
b8f22f4755
|
gdi32/tests: Add more GetCharABCWidths tests for rotated font.
|
2014-01-13 17:37:34 +01:00 |
Alexandre Julliard
|
d1463cc44b
|
gdi32/tests: Run all DIB tests with a hardcoded palette.
|
2014-01-09 17:39:53 +01:00 |
Alexandre Julliard
|
eba26475fb
|
gdi32/tests: Don't test unreliable palette entries.
|
2014-01-09 17:39:52 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Francois Gouget
|
b6ba53e572
|
gdi32/tests: Fix a flood of failures on Windows XP SP1 and 2003 pre-SP1.
|
2014-01-01 11:45:00 +01:00 |
Alexandre Julliard
|
64b21eee94
|
makedep: Generate rules for TrueType fonts in maintainer mode.
|
2013-12-27 14:31:51 +01:00 |
Frédéric Delanoy
|
cc97a2385a
|
gdi32/tests: Constify a character string.
|
2013-12-23 11:54:31 +01:00 |
Akihiro Sagawa
|
a88a121059
|
gdi32: Use ANSI character code as glyph index for bitmap fonts.
|
2013-12-11 18:16:59 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Frédéric Delanoy
|
259cb3c8cd
|
gdi32/tests: Use BOOL type where appropriate.
|
2013-11-07 13:13:12 +01:00 |
Frédéric Delanoy
|
4da17dbf5d
|
gdi32/tests: Align return type from SetVirtualResolution prototype with its definition.
|
2013-11-07 13:12:42 +01:00 |
Akihiro Sagawa
|
99ceb599bb
|
gdi32: Synthesize bold glyphs for outline fonts.
|
2013-10-21 20:23:55 +02:00 |
Akihiro Sagawa
|
cab2cacb8e
|
gdi32: Adjust fake bold outline font metrics.
|
2013-10-21 20:23:55 +02:00 |
Akihiro Sagawa
|
b6666014c5
|
gdi32/tests: Add tests for fake bold outline fonts.
|
2013-10-21 20:23:54 +02:00 |
Dmitry Timoshkov
|
87ae85f1b4
|
gdi32/tests: Enable gdi32 tests compilation with __WINESRC__ defined.
|
2013-10-17 10:47:00 +02:00 |
Dmitry Timoshkov
|
8c22e66217
|
gdi32/tests: Fix font tests compilation with __WINESRC__ defined.
|
2013-10-17 10:46:51 +02:00 |
Dmitry Timoshkov
|
f81c2e1caf
|
gdi32/tests: Fix pen tests compilation with __WINESRC__ defined.
|
2013-10-16 11:41:21 +02:00 |