Bruno Jesus
|
5c323a540c
|
gdi32: Support negative count values in GetBitmapBits.
|
2015-04-08 16:23:49 +09:00 |
Thomas Faber
|
8a390c8661
|
gdi32: Avoid uninitialized variable use in EnumEnhMetaFile (MSVC).
|
2015-03-30 20:05:16 +09:00 |
Michael Stefaniuc
|
8293cf33e0
|
gdi32: Remove double parentheses, not a misplaced pair (PVS-Studio).
|
2015-03-06 20:32:00 +09:00 |
Alexandre Julliard
|
336be2f694
|
gdi32: Use shorter constants for byte and word masks to avoid warnings.
|
2015-03-04 21:50:35 +09:00 |
Michael Müller
|
e618ab65ed
|
gdi32: Fix arguments for OSMesaMakeCurrent when using 16 bit formats.
|
2015-02-26 20:10:08 +09:00 |
Thomas Faber
|
656bc70f80
|
gdi32/tests: Avoid variable length arrays (MSVC).
|
2015-02-17 22:28:14 +09:00 |
Ken Thomases
|
e9c36154e3
|
gdi32: Change an ERR to a WARN for fonts with too-long names.
The situation is commonplace on Macs and benign.
|
2015-02-16 19:18:39 +09:00 |
Aric Stewart
|
ecbda5686d
|
gdi32: Do not install fonts with a family name that is too long.
|
2015-01-20 16:34:22 +01:00 |
Nikolay Sivov
|
88202b3d9b
|
gdi32: Remove some useless returns.
|
2014-12-15 13:40:27 +01: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 |
Nikolay Sivov
|
0c507a1768
|
gdi32: Clarify read length values used with get_font_data().
|
2014-11-26 17:35:14 +01:00 |
André Hentschel
|
d83ae0ef40
|
gdi32: Remove unused function (Clang).
|
2014-11-25 19:49:36 +01:00 |
Nikolay Sivov
|
2f0a4a4425
|
gdi32: Remove undefs for names that are never defined.
|
2014-11-25 19:49:30 +01:00 |
André Hentschel
|
d9d1725295
|
gdi32: Remove unused string (Clang).
|
2014-11-20 22:32:04 +09: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 |
Michael Stefaniuc
|
b5a405af2f
|
gdi32: Remove a basically unused variable (PVS-Studio).
|
2014-11-03 16:34:52 +09:00 |
André Hentschel
|
88e8102570
|
gdi32: Fix typo in a condition (PVS-Studio).
|
2014-10-28 14:05:19 +09:00 |
Alexandre Julliard
|
55f24da978
|
gdi32: Check the hatch masks instead of the rop masks for the null and mask optimization case.
|
2014-10-27 17:35:44 +09:00 |
Matteo Bruni
|
a71f25d239
|
gdi32/tests: Add a test for GetGlyphOutline with an insufficient buffer.
|
2014-10-09 18:24:53 +02:00 |
Matteo Bruni
|
112a7f7f97
|
gdi32: Don't overflow the buffer in GetGlyphOutline.
|
2014-10-09 18:24:47 +02:00 |
Gerald Pfeifer
|
ff05f2dec6
|
gdi32: Remove unused constant bit_fields_565.
|
2014-08-11 23:55:19 +02:00 |
Thomas Faber
|
07ca1afbd3
|
gdi32: Do not omit mandatory argument to WriteFile.
|
2014-07-14 17:22:39 +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
|
18d410dec1
|
tools: Don't include wine/unicode.h if not necessary.
|
2014-07-08 17:00:22 +02:00 |
Alexander Almaleh
|
8762842cd3
|
gdi32: Fix XFORM.eM22 calculation in PlgBlt.
|
2014-06-26 21:19:25 +02:00 |
Frédéric Delanoy
|
2ab8729020
|
Assorted spelling/grammar fixes.
|
2014-06-20 12:19:31 +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 |
Alex Henrie
|
d2dce849b5
|
gdi32: Simplify family_matches and face_matches.
|
2014-05-07 10:22:08 +02:00 |
Henri Verbeet
|
9016d1eda0
|
gdi32: Use FIELD_OFFSET to calculate the structure size in GetRegionData().
|
2014-05-06 13:51:40 +02:00 |
Akihiro Sagawa
|
b6ef7274c5
|
gdi32/tests: Make bmi structure const.
|
2014-05-02 16:29:03 +02:00 |
Frédéric Delanoy
|
2e5cb7aac8
|
Assorted spelling/grammar fixes.
|
2014-04-30 18:34:20 +02:00 |
Alexandre Julliard
|
47ed5655c5
|
gdi32/tests: Don't fetch the bits into the DIB itself.
|
2014-04-28 14:37:02 +02:00 |
Nikolay Sivov
|
8a3f3c0817
|
gdi32/dibdrv: Fix a clipped_rects leak (Valgrind).
|
2014-04-25 11:05:19 +02:00 |
Alexandre Julliard
|
955676bc05
|
gdi32: Pass the full DC handle to the hook in DeleteDC.
|
2014-04-14 09:38:01 +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 |
Thomas Faber
|
ff3d728d74
|
gdi32: Avoid variable-length arrays.
|
2014-03-25 13:55:45 +01: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 |