Michael Stefaniuc
|
5f62da109e
|
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call.
|
2007-04-25 12:26:07 +02:00 |
Dmitry Timoshkov
|
ebe2ac4879
|
gdi32: Fix a couple of problems with negative lfWidth test.
|
2007-04-12 16:11:58 +02:00 |
Felix Nawothnig
|
f73d7d07c8
|
gdi32: Properly handle negative font widths.
|
2007-04-02 11:18:38 +02:00 |
Dmitry Timoshkov
|
bd07f3f39e
|
gdi32: Add a GetTextMetrics test, make it pass under Wine.
|
2007-03-15 13:09:56 +01:00 |
Stefan Huehner
|
51a7ca3440
|
Change some functions arguments from () -> (void).
|
2007-03-12 12:25:31 +01:00 |
Dmitry Timoshkov
|
7f16f21cf7
|
gdi32: Add an extensive EnumFontFamilies test, fix some failures when running under Wine.
|
2007-03-06 21:52:00 +01:00 |
Paul Vriens
|
a105c6b1de
|
gdi32/tests: Use skip where appropriate.
|
2007-03-05 18:08:43 +01:00 |
Paul Vriens
|
37cba3a9f9
|
gdi32/tests: Make sure we can run on win9x and NT again.
|
2007-03-05 18:08:35 +01:00 |
Hans Leidekker
|
748032e0fb
|
gdi32: Implement GetFontUnicodeRanges.
|
2007-03-02 11:39:32 +01:00 |
Dmitry Timoshkov
|
14478b8ba2
|
gdi32: Move get_glyph_indices near its caller test_font_charset.
|
2007-02-20 12:24:00 +01:00 |
Alexandre Julliard
|
6ede7a1130
|
gdi32/tests: Create a window for justification tests that generate output
instead of painting over the desktop.
|
2007-02-15 19:41:34 +01:00 |
Dmitry Timoshkov
|
8295d9040b
|
gdi32: Skip the SYMBOL_CHARSET test if Symbol or Wingdings is not installed.
|
2007-02-15 16:55:23 +01:00 |
Dmitry Timoshkov
|
64e1ce40aa
|
gdi32: Fix a typo in the memcmp call.
|
2007-02-15 15:42:54 +01:00 |
Pedro Araujo Chaves Jr
|
2051bcccca
|
gdi32: Fix for GetTextExtentExPointW() and ExtTextOutW().
|
2007-02-15 13:27:24 +01:00 |
Dmitry Timoshkov
|
37591409b2
|
gdi32: Revert 1440eb5a35 and add the test showing that the change was wrong.
|
2007-02-15 11:21:53 +01:00 |
Dmitry Timoshkov
|
e915a3cfb1
|
gdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTextMetricsA, add a test case.
|
2007-02-05 14:03:45 +01:00 |
Francois Gouget
|
7a76ae1a65
|
gdi32/tests: Replace an '#if 0' with an 'if (0)'.
|
2007-01-08 12:09:05 +01:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |