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 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
André Hentschel
|
540d1459f9
|
gdi32: Use boolean return values in boolean functions.
|
2014-01-30 14:51:36 +01:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
Alexandre Julliard
|
db2be9dc0b
|
configure: Add a pkg-config check for fontconfig.
|
2014-01-30 14:51:30 +01:00 |
Alexandre Julliard
|
8aa64e3580
|
configure: Automatically expand _CFLAGS and _LIBS variables in all makefiles.
|
2014-01-30 12:42:56 +01:00 |
Akihiro Sagawa
|
e06d2dbc67
|
gdi32: Fix regression due to sub-pixel shift calculations fixes.
|
2014-01-27 14:13: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 |
Akihiro Sagawa
|
e9188970a7
|
gdi32: Fix sub-pixel shift calculations for vertical writing.
|
2014-01-13 17:37:33 +01:00 |
Akihiro Sagawa
|
d33602564b
|
gdi32: Use the vertAdvance value for cellIncX if vertical metrics are available.
|
2014-01-13 17:37:32 +01:00 |
Akihiro Sagawa
|
ebccff8225
|
gdi32: Relax vertical face requirements.
|
2014-01-09 18:07:15 +01:00 |
Akihiro Sagawa
|
142a0f7af0
|
gdi32: Fix DBCS mask value in GetFontLanguageInfo.
|
2014-01-09 18:06:11 +01:00 |
Akihiro Sagawa
|
ab32c657ed
|
gdi32: Use defined names in GetFontLanguageInfo.
|
2014-01-09 18:06:05 +01:00 |
Frédéric Delanoy
|
91f2435469
|
Assorted spelling fixes.
|
2014-01-09 17:39:59 +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 |
Frédéric Delanoy
|
e7594272fe
|
gdi32: Use BOOL type where appropriate.
|
2014-01-06 17:14:32 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
André Hentschel
|
4573aecf5b
|
gdi32: Fix a comment.
|
2014-01-02 11:52:11 +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
|
200eb1d30b
|
gdi32: Trigger the display driver load for CreateCompatibleDC(0).
|
2013-12-30 19:01:53 +01:00 |
Alexandre Julliard
|
7c3bb6070a
|
gdi32: Don't bother returning the driver module from DRIVER_load_driver.
|
2013-12-30 19:01:52 +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 |
Alexandre Julliard
|
4f3d71cef3
|
makefiles: Get rid of the no longer used PO_SRCS variables.
|
2013-12-15 10:23:04 +01:00 |
Akihiro Sagawa
|
a88a121059
|
gdi32: Use ANSI character code as glyph index for bitmap fonts.
|
2013-12-11 18:16:59 +01:00 |
Akihiro Sagawa
|
882398b0a9
|
gdi32: Return ANSI character code as glyph index for bitmap fonts.
|
2013-12-11 16:30:22 +01:00 |
Aric Stewart
|
ff0717d004
|
gdi32: Use vertical orientation table to determine rotation.
|
2013-12-04 21:18:55 +01:00 |
Aric Stewart
|
742cde4fab
|
tools: Build vertical orientation table.
Based on data related to UTR #50 Unicode Vertical Text Layout.
|
2013-12-04 16:34:04 +01:00 |
Frédéric Delanoy
|
5ba7f79bad
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Alexandre Julliard
|
67f9b6e3c5
|
configure: Update FreeType configure checks for the changed headers location.
|
2013-11-30 11:55:26 +01:00 |
Alexandre Julliard
|
456c8f435a
|
makefiles: Remove the no longer needed EXTRASUBDIRS variables.
|
2013-11-09 22:10:52 +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
|
adee328a50
|
gdi32: Use BOOL type where appropriate.
|
2013-11-07 13:13:05 +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 |
Alexandre Julliard
|
5756ee09f3
|
makefiles: Add makedep pragmas for rc files that contain translations.
|
2013-11-05 20:38:19 +01:00 |
Alexandre Julliard
|
3bd1e59cfb
|
gdi32: Remove no longer used default driver name.
|
2013-10-30 09:47:22 +01:00 |
Alexandre Julliard
|
e650da3570
|
gdi32: Get rid of the driver module in the DC.
|
2013-10-29 12:51:26 +01:00 |
Alexandre Julliard
|
74efeab238
|
gdi32: Trigger creation of the desktop window when the display driver is needed.
|
2013-10-29 12:51:26 +01:00 |
Alexandre Julliard
|
9675aa173a
|
gdi32: Allow user32 to specify the display driver to use.
|
2013-10-29 12:51:26 +01:00 |