Hans Leidekker
|
d6bb9e76b3
|
gdi32: Return registered monitor profile from GetICMProfile.
|
2008-02-28 10:44:02 +01:00 |
Paul Vriens
|
7911424f9d
|
gdi32/tests: Skip a test as it crashes on Vista.
|
2008-02-27 14:52:24 +01:00 |
Paul Vriens
|
e9ccee0501
|
gdi32/tests: Skip functions that are available but not implemented.
|
2008-02-27 14:52:24 +01:00 |
Rob Shearman
|
582de7ba0d
|
gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set.
In this case, we can just call SetDIBits which is likely to be a lot faster.
|
2008-02-22 11:44:58 +01:00 |
Michael Stefaniuc
|
de66aebebd
|
gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW().
|
2008-02-20 12:07:03 +01:00 |
Aric Stewart
|
a41e77448c
|
gdi32: Japanese Windows had a default fallback Font SystemLink of Microsoft Sans Serif. Implement that for Japanese.
|
2008-02-19 14:56:22 +01:00 |
Michael Stefaniuc
|
e9a8e6a426
|
gdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c.
|
2008-02-19 13:39:24 +01:00 |
Roderick Colenbrander
|
c937634376
|
gdi32: GetPaletteEntries should not filter peFlags (test included).
|
2008-02-19 12:06:10 +01:00 |
Alexandre Julliard
|
1fa9e526ff
|
gdi32: Avoid calling GetObject16 from 32-bit code.
|
2008-02-18 18:07:51 +01:00 |
Alexandre Julliard
|
30e2cb1616
|
gdi32: Move a few more gdiobj functions to gdi16.c.
|
2008-02-18 17:53:43 +01:00 |
Alexandre Julliard
|
aa500d266f
|
gdi32: Get rid of the 16-bit GetObject functions.
|
2008-02-18 17:50:35 +01:00 |
Alexandre Julliard
|
a306af0c62
|
gdi32: Reimplemented GetObject16 and moved it to gdi16.c.
|
2008-02-18 17:46:29 +01:00 |
Alexandre Julliard
|
1fdae2b2a5
|
gdi32: Reimplemented IsGDIObject16 and moved it to gdi16.c.
|
2008-02-18 17:26:31 +01:00 |
Alexandre Julliard
|
50dea38178
|
gdi32: Export the DC hook functions as 32-bit functions.
|
2008-02-17 20:29:55 +01:00 |
Michael Stefaniuc
|
3db6eeeda9
|
gdi32: Move two 16bit function stubs to gdi16.c.
|
2008-02-13 16:41:03 +01:00 |
Gerald Pfeifer
|
21b334713c
|
gdi32: For unsigned types, directly use INTERNAL_YDS
|
2008-02-12 22:35:43 +01:00 |
Detlef Riekenberg
|
cbb85daa8f
|
gdi32: Add stub for GdiInitSpool and GdiGetSpoolMessage.
|
2008-02-07 11:59:53 +01:00 |
Reece H. Dunn
|
dc267e75b4
|
gdi32: Improve the failure reporting in the bitmap tests.
|
2008-02-06 13:49:52 +01:00 |
Alexandre Julliard
|
7fdb61bd7e
|
gdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer used.
|
2008-02-05 21:58:04 +01:00 |
Alexandre Julliard
|
1e3c47eae9
|
gdi32: Get rid of DC_GetDCPtr in the palette functions.
|
2008-02-05 21:57:35 +01:00 |
Alexandre Julliard
|
8815e63835
|
gdi32: Get rid of DC_GetDCPtr in the GDI object functions.
|
2008-02-05 21:17:28 +01:00 |
Alexandre Julliard
|
4b14a080fe
|
gdi32: Get rid of DC_GetDCPtr in font functions.
|
2008-02-05 21:16:27 +01:00 |
Alexandre Julliard
|
35c09c01b2
|
gdi32: Use a separate critical section for freetype locking instead of relying on the GDI lock.
|
2008-02-05 21:16:06 +01:00 |
Alexandre Julliard
|
31576d408e
|
gdi32: Avoid locking in BITMAP_CopyBitmap.
|
2008-02-05 18:26:25 +01:00 |
Alexandre Julliard
|
630c976f88
|
gdi32: Don't hold the GDI lock when calling DC_InitDC.
|
2008-02-05 18:26:18 +01:00 |
Alexandre Julliard
|
67a9edbdf4
|
gdi32: Get rid of a few more uses of DC_GetDCPtr.
|
2008-02-05 17:35:40 +01:00 |
Alexandre Julliard
|
b962fca75c
|
gdi32: Avoid locking in CreateCompatibleBitmap.
|
2008-02-05 17:34:56 +01:00 |
Aric Stewart
|
1ce79f87dd
|
gdi32: Child fonts need to be scaled like their parent. With input from Dmitry Timoshkov.
|
2008-02-05 12:19:50 +01:00 |
Reece H. Dunn
|
e3a5167ffe
|
gdi32: Vista returns UNICODE_NOCHAR if a character does not exist.
|
2008-01-25 12:30:24 +01:00 |
Francois Gouget
|
d0794c4aeb
|
Assorted spelling fixes.
|
2008-01-23 21:16:22 +01:00 |
Kai Blin
|
a12f7069b0
|
gdi32: Fix spec file to export the right symbols for GetGlyphOutline.
|
2008-01-23 12:05:54 +01:00 |
Hans Leidekker
|
8d35fd8d23
|
gdi32: Add tests for GetICMProfile and SetICMMode.
|
2008-01-22 12:01:54 +01:00 |
Hans Leidekker
|
20c1e503e9
|
gdi32: Make GetICMProfile behave more like native. Rewrite ansi version as a wrapper and move color management functions to their own file.
|
2008-01-22 12:01:36 +01:00 |
Hans Leidekker
|
6f3607af0b
|
gdi32: Last parameter of GetICMProfile is an output parameter.
|
2008-01-22 12:00:55 +01:00 |
Marcus Meissner
|
a63664f1ec
|
gdi32: Fix possible NULL ptr in TRACE.
|
2008-01-21 11:50:49 +01:00 |
Dmitry Timoshkov
|
0acfe68864
|
gdi32: Actually perform the fractional scaling test, make it pass under Wine.
|
2008-01-21 11:39:20 +01:00 |
Sin-ta Hsiea
|
e61abafbb5
|
gdi32: Fix Traditional Chinese font mapping to "PMingLiU", "MingLiU".
|
2008-01-16 20:09:49 +01:00 |
Francois Gouget
|
44b52b128c
|
Assorted spelling fixes.
|
2008-01-16 12:48:29 +01:00 |
Francois Gouget
|
f6fab295f3
|
Fix spelling error in the generated conformance test files.
|
2008-01-16 12:46:18 +01:00 |
Francois Gouget
|
22edaaef16
|
gdi32: Small wording tweaks in comments.
|
2008-01-16 12:46:04 +01:00 |
Dmitry Timoshkov
|
ec4a46f93a
|
gdi32: Allocate cache for face enumeration data only when necessary.
|
2008-01-16 12:16:52 +01:00 |
Dan Kegel
|
3ed880ff9d
|
gdi32: Fix AddFontResource behavior with relative paths.
|
2008-01-15 14:35:14 +01:00 |
Dmitry Timoshkov
|
d5456de058
|
gdi32: Do not allow to create too large device dependent bitmaps like Windows does.
|
2008-01-15 12:39:50 +01:00 |
Dmitry Timoshkov
|
2fdaa56693
|
gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine.
|
2008-01-15 11:38:15 +01:00 |
Dmitry Timoshkov
|
c7a6c1af0d
|
gdi32: Initialize more fields in GetEnumStructs.
|
2008-01-14 13:11:48 +01:00 |
Dmitry Timoshkov
|
d973271566
|
gdi32: Use public FS_xxxxxx defines.
|
2008-01-14 13:11:42 +01:00 |
Dmitry Timoshkov
|
4a8f9347bd
|
gdi32: Simplify GetEnumStructs.
|
2008-01-11 12:23:14 +01:00 |
Dmitry Timoshkov
|
f542511209
|
gdi32: Fix a GdiFont leak.
|
2008-01-11 12:22:44 +01:00 |
Dmitry Timoshkov
|
92a74a8271
|
gdi32: Fix the regression caused by the scaling font metrics patch.
|
2008-01-10 11:33:39 +01:00 |
Gerald Pfeifer
|
43837ed227
|
gdi32: Tighten range checking in PlayEnhMetaFileRecord() and remove four useless checks.
|
2008-01-09 13:38:03 +01:00 |
Dmitry Timoshkov
|
535053b927
|
gdi32: Add support for scaling font metrics.
|
2008-01-08 17:05:35 +01:00 |
Dmitry Timoshkov
|
3068ac9eca
|
gdi32: Add more tests for bitmap font metrics scaling.
|
2008-01-08 12:54:49 +01:00 |
Eric Pouech
|
47a38c3631
|
gdi32: Break loop in MF_PlayMetaFile when META_EOF is found.
|
2008-01-07 23:02:19 +01:00 |
Alexandre Julliard
|
645a1e30a1
|
gdi32/tests: Avoid using size_t in traces.
|
2008-01-07 17:18:29 +01:00 |
Andrew Talbot
|
d0d4c74e85
|
gdi32: Remove unneeded casts.
|
2008-01-07 12:18:50 +01:00 |
Dmitry Timoshkov
|
4bb1c18835
|
gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndirectW.
|
2008-01-04 12:12:14 +01:00 |
Austin English
|
464258b7cd
|
Spelling fixes.
|
2008-01-03 13:08:54 +01:00 |
Hans Leidekker
|
864741c1b4
|
gdi32: Add a stub implementation for RemoveFontMemResourceEx.
|
2008-01-02 13:29:52 +01:00 |
Aric Stewart
|
a8e62526f7
|
fonts: Correct External leading for japanese small font and enable fontmetric test for the font.
|
2007-12-27 14:13:30 +01:00 |
Peter Oberndorfer
|
cea66e5859
|
gdi32: Fix a comment typo.
|
2007-12-23 14:17:11 +01:00 |
Zhangrong Huang
|
0e4f8d1e2c
|
gdi32, winex11.drv: Correct default Chinese font name.
|
2007-12-21 13:46:10 +01:00 |
Dmitry Timoshkov
|
c3fe9ec2f7
|
gdi32: Add a test for minimal acceptable DEVMODEA size, make it pass under Wine.
|
2007-12-20 10:47:40 +01:00 |
Dmitry Timoshkov
|
c316c1a29f
|
gdi32: In the calculations use a fixed dmSize, not a passed in (possibly too large) one.
|
2007-12-19 12:19:53 +01:00 |
Dmitry Timoshkov
|
49f1600b3f
|
gdi32: When compiling with PSDK headers request latest DEVMODE definition.
|
2007-12-19 12:19:49 +01:00 |
Michael Stefaniuc
|
6b21feaec3
|
gdi32: There is no need to cast NULL to a function pointer.
|
2007-12-19 12:19:03 +01:00 |
Francois Gouget
|
f1c27eda6b
|
Assorted spelling fixes.
|
2007-12-18 14:16:11 +01:00 |
Dmitry Timoshkov
|
beb2dfec2c
|
gdi32: Add a GdiConvertToDevmodeW test, make it pass under Wine.
|
2007-12-18 13:30:42 +01:00 |
Stefan Dösinger
|
5461d505d7
|
winex11: Activate the depth-bpp difference.
|
2007-12-17 12:25:50 +01:00 |
Alexandre Julliard
|
976939745d
|
gdi32/tests: Fix a compiler warning.
|
2007-12-14 14:31:06 +01:00 |
Stefan Dösinger
|
b3d1ea8596
|
gdi32: Test the "alpha" channel on compatible bitmaps.
|
2007-12-14 14:06:45 +01:00 |
Aric Stewart
|
3c9e7aba75
|
gdi32: Cache font enum info.
Cache the enum info so that repeated calls to EnumFontFamiles and such
does not have to repeatedly load the font file.
|
2007-12-13 14:30:40 +01:00 |
Stefan Dösinger
|
f2547427c0
|
gdi32: Test the bit depth of compatible bitmaps explicitly.
|
2007-12-13 13:09:55 +01:00 |
Stefan Dösinger
|
d5d8a5be48
|
gdi32: Test bitmap depths.
|
2007-12-12 13:48:06 +01:00 |
Stefan Dösinger
|
aa390e840b
|
gdi32, winex11drv: Add a test for compatible bitmap depths.
|
2007-12-12 13:46:42 +01:00 |
Hans Leidekker
|
0dc765809c
|
gdi32: GetCharABCWidthsI does not require a scalable font.
|
2007-12-10 12:27:13 +01:00 |
Aric Stewart
|
0433883ec1
|
gdi32: Font tests with Japanese font data. Thanks to Dmitry Timoshkov for the data and tests.
|
2007-12-10 12:12:57 +01:00 |
Detlef Riekenberg
|
efb13b28df
|
Assorted spelling fixes.
|
2007-12-08 19:55:39 +01:00 |
Hans Leidekker
|
8487c2dd2a
|
gdi32: Implement GetTextExtentExPointI.
|
2007-12-03 15:54:05 +01:00 |
Gerald Pfeifer
|
24186d42da
|
gdi32: Fix the type of two loop variables.
|
2007-11-29 15:36:49 +01:00 |
Andrew Talbot
|
03bba1e6d4
|
gdi32: Fix a typo.
|
2007-11-27 12:29:57 +01:00 |
Roderick Colenbrander
|
8295c547f3
|
wgl: Add wglCopyContext support.
|
2007-11-12 14:16:44 +01:00 |
Francois Gouget
|
2bbfc931d1
|
gdi32/tests: Dynamically load GdiAlphaBlend() so the test runs on Win9x.
|
2007-11-09 13:06:25 +01:00 |
Alexandre Julliard
|
9a368cc475
|
gdi32: Make all internal gdi functions hidden.
|
2007-11-07 17:50:57 +01:00 |
Laurent Vromman
|
52f769e88d
|
gdi32: Correct a test where the tested function was not called.
|
2007-11-07 12:10:43 +01:00 |
Laurent Vromman
|
6f140f9bec
|
gdi32: Add a test for CloseFigure.
|
2007-11-06 14:00:40 +01:00 |
Alexander Dorofeyev
|
3ac3a5dcb5
|
gdi32: Fix unchecked NULL ptr in BIDI_Reorder.
|
2007-10-24 15:36:37 +02:00 |
Dan Kegel
|
f4b0cf5f5b
|
gdi32/tests: Fix false pass in warn+heap case.
|
2007-10-24 13:47:28 +02:00 |
Alexander Dorofeyev
|
cdca301821
|
gdi32: Fix runaway loop because of unsigned comparison in BIDI_Reorder.
|
2007-10-23 19:37:36 +02:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Hans Leidekker
|
d21c5044c6
|
gdi32: Remove a test that expects the break character to equal ascii space.
|
2007-10-23 12:22:59 +02:00 |
Alexander Dorofeyev
|
4b5ca2ed0e
|
gdi32: Fix off by one error in BIDI_Reorder.
|
2007-10-22 15:58:46 +02:00 |
Lionel Debroux
|
b78ed57a39
|
gdi32/tests: Fix memory leak (found by Smatch).
|
2007-10-22 15:58:16 +02:00 |
Gerald Pfeifer
|
d594c1eab4
|
gdi32: Add a set of braces to silence a GCC 3.4 warning.
|
2007-10-22 12:36:07 +02:00 |
Alexandre Julliard
|
5c07673077
|
configure: Check for fontconfig in the X directory if not found in the standard places.
|
2007-10-17 17:04:01 +02:00 |
Gerald Pfeifer
|
4e60df85d8
|
gdi32: Avoid compiler warning in WineEngGetGlyphOutline().
|
2007-10-15 17:50:17 +02:00 |
Huw Davies
|
bc2a4dbee0
|
gdi32: Try to load Wine's TrueType fonts from the build directory.
|
2007-10-15 11:28:31 +02:00 |
Huw Davies
|
e5df622ff3
|
gdi32: Don't load Wine's bitmap-only TrueType fonts.
|
2007-10-15 11:28:26 +02:00 |
Huw Davies
|
6ee7182ebb
|
gdi32: Factor out the code to call FT_Load_Sfnt_Table.
|
2007-10-15 11:10:32 +02:00 |
Huw Davies
|
36db3630ec
|
gdi32: Fixed a misplaced break.
|
2007-10-05 10:23:54 +02:00 |
Huw Davies
|
05bb6f6ce4
|
gdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
|
2007-10-03 11:01:21 +02:00 |