Doug Lyons
e06ec0a594
[GDI32_APITEST] Create StretchBlt Regression Test ( #3109 )
...
* Add gdi32_apitest:StretchBlt regression test.
* Give Wine proper credit for base code.
2020-09-10 18:15:12 +02:00
Amine Khaldi
139a3d6661
[CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905
2020-06-06 21:58:41 +03:00
Doug Lyons
02e27dd512
[GDI32_APITEST] Add Tahoma font to GetTextMetrics apitest set ( #2615 )
...
Tahoma is available in Windows and ReactOS both, so this allows us to compare these fonts in both systems.
2020-04-22 14:21:31 +09:00
Katayama Hirofumi MZ
5fbf239348
[GDI32_APITEST] Fix GetGlyphOutline testcase ( #2163 )
...
ROSTESTS-340
2019-12-22 22:59:22 +09:00
Timo Kreuzer
465745b683
[APITESTS] Improve and fix tests
2019-12-21 12:44:48 +01:00
Timo Kreuzer
2dfa6f2979
[GDI32_APITEST] Remove duplicated test in Test_CreateBitmap
2019-12-21 12:44:48 +01:00
Timo Kreuzer
a4ca5f05d1
[GDI32_APITEST] Fix AddFontResource test ( #1901 )
...
This commit uses GetCurrentDirectoryA rather than GetWindowsDirectoryA for convenience.
2019-09-14 00:25:20 +09:00
Victor Perevertkin
6b10706205
[APITESTS] Use StringCbPrintfA instead of sprintf
...
And fix a buffer size in Test_AddFontResourceA
2019-08-20 15:05:47 +02:00
Katayama Hirofumi MZ
595ae4c551
[GDI32_APITEST] Improve SetWorldTransform testcase ( #1717 )
...
Improve the testcase for gdi32!SetWorldTransform function. CORE-15554
2019-07-05 22:31:56 +09:00
Timo Kreuzer
f565083d58
[GDI32_APITEST] Extend test for SetWorldTransform ( #1686 )
2019-06-24 21:16:10 +02:00
Katayama Hirofumi MZ
d182f449fc
[GDI32_APITEST] Fixup of 90be07f
( #1675 )
2019-06-21 15:50:53 +09:00
Katayama Hirofumi MZ
90be07f79a
[GDI32_APITEST] Improve TextTransform (add translation) ( #1675 )
...
Add some coordinate translation tests. CORE-15554
2019-06-21 15:45:54 +09:00
Katayama Hirofumi MZ
ed0c613528
[GDI32_APITEST] Improve GetGlyphIndices testcase ( #1582 )
...
Strengthen the testcase for gdi32!GetGlyphIndicesW. CORE-12825
2019-05-27 11:19:44 +09:00
Katayama Hirofumi MZ
68fcf906d9
[GDI32_APITEST] Strengthen TextTransform more ( #1568 )
...
Appendant to #1567 . Add more tests for gdi32_apitest!TextTransform. CORE-15554
2019-05-19 19:11:12 +09:00
Katayama Hirofumi MZ
3a071a19ef
[GDI32_APITEST] Fix MSVC build
2019-05-19 15:08:38 +09:00
Katayama Hirofumi MZ
7373cb3174
[GDI32_APITEST] Strengthen TextTransform testcase ( #1567 )
...
CORE-15554
2019-05-19 14:13:56 +09:00
Katayama Hirofumi MZ
88fbb600bf
[GDI32_APITEST] Improve SetMapMode testcase ( #1547 )
...
Check the relation of mode change and viewport change. CORE-14994
2019-05-01 18:28:18 +09:00
Katayama Hirofumi MZ
cd489d8d9b
[GDI32_APITEST] Fix build s/IGNORE/NO_CHECK/
2019-04-22 14:20:42 +09:00
Katayama Hirofumi MZ
a6b84082e6
[GDI32_APITEST] Rewrite DPtoLP testcase ( #1509 )
...
Sorry, I had to rewrite gdi32!DPtoLP testcase. ROSTESTS-319
2019-04-22 13:48:57 +09:00
Katayama Hirofumi MZ
3a2a99efb6
[GDI32_APITEST] Rewrite LPtoDP testcase ( #1508 )
...
Sorry, I had to rewrite gdi32!LPtoDP testcase. ROSTESTS-319
2019-04-22 13:48:14 +09:00
Katayama Hirofumi MZ
8bf795ff76
[GDI32_APITEST] Add LPtoDP testcase ( #1462 )
...
ROSTESTS-320
2019-04-04 10:44:52 +09:00
Katayama Hirofumi MZ
2c48ab4c0e
[ROSTESTS][GDI32_APITEST] Follow up of #1459 ( #1460 )
...
ROSTESTS-319
2019-04-04 05:25:02 +09:00
Katayama Hirofumi MZ
e157a5fe1c
[GDI32_APITEST] Improve DPtoLP testcase ( #1459 )
...
ROSTESTS-319
2019-04-03 22:48:42 +09:00
Katayama Hirofumi MZ
234a78e09f
[ROSTESTS][GDI32_APITEST] Follow up of #1457 ( #1458 )
...
Thanks, @SergeGautherie.
2019-04-03 20:42:21 +09:00
Katayama Hirofumi MZ
f65a62ea5b
[ROSTESTS][GDI32_APITEST] Refactor testcases ( #1457 )
...
[ROSTESTS][GDI32_APITEST] Refactor testcases
2019-04-03 17:22:21 +09:00
Katayama Hirofumi MZ
e7846c0c67
[APITESTS][GDI32] Add TextTransform testcase ( #1319 )
...
Prove text/font transformation functionality (#1238 ). CORE-15554
2019-01-30 21:23:42 +09:00
Timo Kreuzer
bb9a5f6046
[ROSTESTS] Fix 64bit issues ( #1261 )
2019-01-20 15:58:32 +01:00
Katayama Hirofumi MZ
cdaff94c3d
[GDI32_APITEST] Improve CreateFontIndirect testcase
2019-01-06 09:20:30 +09:00
Hermès Bélusca-Maïto
9a11551a56
[GDI32_APITEST:GetTextFace] Replace tabs by spaces.
2018-09-01 17:18:03 +02:00
Doug Lyons
c74696c06d
[GDI32_APITEST] Add tests for GetTextFaceAliasW(), based on Katayama Hirofumi MZ's tests from CORE-14926.
...
CORE-14995
2018-09-01 17:17:08 +02:00
Katayama Hirofumi MZ
b8ea1b3416
[GDI32][APITESTS] Add GetGlyphOutline testcase ( #776 )
...
CORE-14928
2018-08-20 16:31:32 +02:00
Serge Gautherie
155bd681a0
[GDI32_APITEST] Remove broken EngDeleteSemaphore.c ( #655 )
...
- Checks are actually uses-after-free, "by design" :-<
- Actual test code duplicates EngCreateSemaphore.c, EngAcquireSemaphore.c and EngReleaseSemaphore.c.
2018-08-19 22:33:56 +02:00
Katayama Hirofumi MZ
19f8ed2b7a
[GDI32_APITEST] Add GetTextMetrics tests to gdi32_apitest ( #307 )
...
CORE-13840
2018-01-26 23:23:00 +02:00
Amine Khaldi
e36cf4acaf
[APITESTS][WINETESTS] Addendum to the recent PCH work.
2017-12-18 13:21:47 +01:00
Amine Khaldi
eafa77f30a
[GDI32_APITEST] Properly add CreateDIBPatternBrush.c to the source files list instead of relying on CMake to do so.
2017-12-09 20:03:08 +01:00
Amine Khaldi
aee83c359c
[GDI32_APITEST] Add a PCH.
2017-12-02 22:14:47 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00