Alexandre Julliard
|
091c342f32
|
gdi32: Add a generation count in the high word of GDI handles.
|
2012-10-17 21:38:07 +02:00 |
|
Alexandre Julliard
|
df357093cc
|
gdi32: Get rid of the GDIOBJHDR type.
|
2012-10-17 13:48:45 +02:00 |
|
Alexandre Julliard
|
3964aa4a8d
|
gdi32: Get rid of the METAFILEOBJ type, instead store a pointer to the metafile data.
|
2012-10-17 13:46:40 +02:00 |
|
Alexandre Julliard
|
89ecf02ca5
|
gdi32: Get rid of the RGNOBJ type, instead store a pointer to the region itself.
|
2012-10-17 13:28:25 +02:00 |
|
Alexandre Julliard
|
dfeeedcf74
|
gdi32: Store the object flags directly in the GDI handle table.
|
2012-10-17 13:27:54 +02:00 |
|
Alexandre Julliard
|
b95dd7e831
|
gdi32: Store the object selection count directly in the GDI handle table.
|
2012-10-17 13:17:56 +02:00 |
|
Alexandre Julliard
|
5f14ff42a8
|
gdi32: Process the object HDC list outside of the critical section.
|
2012-10-17 13:10:23 +02:00 |
|
Alexandre Julliard
|
2e693d00c9
|
gdi32: Store the HDC list directly in the GDI handle table.
|
2012-10-17 13:10:23 +02:00 |
|
Alexandre Julliard
|
cf3cafdc18
|
gdi32: Store the object function table directly in the GDI handle table.
|
2012-10-17 13:10:22 +02:00 |
|
Alexandre Julliard
|
2bdf447744
|
gdi32: Store the object type directly in the GDI handle table.
|
2012-10-17 13:10:21 +02:00 |
|
Alexandre Julliard
|
36f2b09632
|
gdi32: Always return the full DIB surface in GetImage and adjust coordinates accordingly.
Based on a patch by Ken Thomases.
|
2012-10-15 15:25:04 +02:00 |
|
Alexandre Julliard
|
2f92af70e0
|
gdi32: Add helper functions for converting between handle and index.
Also rename all instances of "large handles" since that's the only handle type now.
|
2012-10-12 11:36:24 +02:00 |
|
Daniel Lehman
|
ea6e0a833b
|
gdi32: Use HandleToULong inline function to convert handle to index instead of casting.
|
2012-10-12 11:27:58 +02:00 |
|
Alexandre Julliard
|
6e325afaa7
|
gdi32: Handle a missing source alpha directly in the blend_rect primitive instead of modifying the source data.
|
2012-10-10 20:34:08 +02:00 |
|
Alexandre Julliard
|
76272e0773
|
gdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB doesn't have an alpha channel.
|
2012-10-10 20:34:08 +02:00 |
|
Alexandre Julliard
|
34b70728f3
|
gdi32: Limit the allocation size to the useful data when converting DIB bits.
|
2012-10-10 20:34:07 +02:00 |
|
Alexandre Julliard
|
86cf1126a5
|
gdi32: Return the full DIB height in GetImage instead of clipping to the visible rect.
|
2012-10-10 20:34:07 +02:00 |
|
Huw Davies
|
0941fefbc0
|
gdi32: Correctly map the 256-level bitmap to the 5, 17 and 65-level bitmaps.
|
2012-10-01 12:12:15 +02:00 |
|
Francois Gouget
|
f77605c765
|
gdi32: Make dibdrv_wgl{Describe,Set}PixelFormat() static.
|
2012-10-01 11:59:58 +02:00 |
|
Alexandre Julliard
|
7eb49ae703
|
gdi32: Enumerate a default charset if no other valid charset was found.
|
2012-09-27 14:39:24 +02:00 |
|
Alexandre Julliard
|
f0e4062773
|
gdi32: Allow GetCharABCWidths on all scalable fonts, not just TrueType ones.
|
2012-09-27 13:13:43 +02:00 |
|
Francois Gouget
|
5f55a71b70
|
Assorted spelling fixes.
|
2012-09-24 22:27:29 +02:00 |
|
Alexandre Julliard
|
e95cff0332
|
gdi32: Always update the DC before looking for the physdev pointer.
|
2012-09-20 21:07:04 +02:00 |
|
Michael Stefaniuc
|
f824030a49
|
gdi32: Don't bother using the register storage class specifier.
|
2012-09-14 15:41:45 +02:00 |
|
Qian Hong
|
df8be7b81a
|
gdi32: Prepend at in get_outline_text_metrics for vertical fonts.
|
2012-09-12 16:04:53 +02:00 |
|
Qian Hong
|
2f76f35e46
|
gdi32/tests: Added more tests for vertical fonts.
|
2012-09-12 16:04:47 +02:00 |
|
Qian Hong
|
97904fd1ff
|
gdi32: Prepend at when create vertical font face.
|
2012-09-12 16:04:34 +02:00 |
|
Qian Hong
|
8f91b51674
|
gdi32/tests: Added tests for vertical fonts.
|
2012-09-12 16:04:25 +02:00 |
|
Qian Hong
|
6c1e264e8e
|
gdi32: Fixed localized font full name (UNIQUE ID).
|
2012-09-12 16:04:03 +02:00 |
|
Qian Hong
|
de5972081e
|
gdi32: Fixed get_name_table_entry for symbol fonts.
|
2012-09-11 11:15:33 +02:00 |
|
Qian Hong
|
84954c0dbe
|
gdi32/tests: Added tests for symbol fonts.
|
2012-09-11 11:15:30 +02:00 |
|
Qian Hong
|
80dbd4e9cf
|
gdi32: Fixed localized font style name.
|
2012-09-11 11:15:27 +02:00 |
|
Qian Hong
|
4461612e33
|
gdi32/tests: Better trace in test_fullname2_helper.
|
2012-09-11 11:14:37 +02:00 |
|
Qian Hong
|
e7dcb0e260
|
gdi32/tests: Fixed a typo in style name test.
|
2012-09-11 11:14:32 +02:00 |
|
Marcus Meissner
|
f5c5a30724
|
gdi32: Fixed passed buffer size.
|
2012-09-10 11:39:43 +02:00 |
|
Alexandre Julliard
|
05c32b9b89
|
gdi32: Move the SwapBuffers entry point to the OpenGL driver.
|
2012-09-10 11:38:28 +02:00 |
|
Qian Hong
|
245308597f
|
gdi32: Fixed family and face name on non English locale.
|
2012-09-07 13:33:47 +02:00 |
|
Qian Hong
|
733aca30f4
|
gdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
|
2012-09-07 13:32:56 +02:00 |
|
Qian Hong
|
abc8f2c6c2
|
gdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.
|
2012-09-07 13:32:35 +02:00 |
|
Qian Hong
|
180185d890
|
gdi32/tests: Added font name tests on English locale.
|
2012-09-07 13:32:06 +02:00 |
|
Alexandre Julliard
|
27b0b88a0b
|
gdi32: Add a graphics driver to render windows contents through the DIB engine.
|
2012-09-06 12:24:25 +02:00 |
|
Alexandre Julliard
|
01c9c1cbc2
|
gdi32: Let user32 specify the device rectangle when setting the visible region.
|
2012-09-05 21:56:56 +02:00 |
|
Alexandre Julliard
|
bf528c5e9c
|
gdi32: Allow removing a driver from the stack based on its function table.
|
2012-08-21 12:59:18 +02:00 |
|
Alexandre Julliard
|
0f5cc668ba
|
gdi32: Add a helper function to find a specific driver in the DC stack.
|
2012-08-21 12:54:01 +02:00 |
|
Dmitry Timoshkov
|
c8d61899db
|
gdi32: Make sure that pattern info is initialized before being used.
|
2012-08-20 10:52:57 +02:00 |
|
Michael Stefaniuc
|
4d3a7aa268
|
gdi32: Avoid TRUE:FALSE conditional expressions.
|
2012-08-13 17:29:23 +02:00 |
|
Alexandre Julliard
|
747d1631d5
|
gdi32: Compute the line parameters using the cropped coordinates to avoid overflows.
|
2012-07-31 17:59:12 +02:00 |
|
Alexandre Julliard
|
96e80c2623
|
gdi32: Move DescribePixelFormat and SetPixelFormat to the WGL driver.
|
2012-07-30 22:12:13 +02:00 |
|
Alexandre Julliard
|
6714f16c74
|
gdi32: Clip solid pen regions to the DIB rectangle to avoid overflows.
|
2012-07-30 17:13:36 +02:00 |
|
Alexandre Julliard
|
a9151e5da3
|
gdi32: Limit line drawing coordinates to reasonable values to avoid overflows.
|
2012-07-30 17:13:36 +02:00 |
|