oleaut32: Add a test for loading/saving an empty picture.
[wine] / dlls / gdi32 /
2012-11-19  Alexandre Julliardgdi32: Fix coordinate mapping of arc limits.
2012-11-15  Alexandre Julliardgdi32: Don't load bitmap glyphs when using subpixel...
2012-11-13  Piotr Cabangdi32: Added GetGlyphOutlineW tests on glyph that conta...
2012-11-13  Piotr Cabangdi32: Ignore contours containing one point in get_glyp...
2012-11-07  Alexandre Julliardgdi32: Avoid using the system GL headers.
2012-11-06  Alexandre Julliardgdi32: Take into account the FontSmoothing key for...
2012-11-06  Alexandre Julliardgdi32: Avoid opening the desktop registry key multiple...
2012-11-06  Alexandre Julliardgdi32: Use the fontconfig anti-aliasing setup even...
2012-11-06  Alexandre Julliardgdi32: Get rid of the non-standard flags in GetRasteriz...
2012-11-05  Alexandre Julliardgdi32: Determine the default anti-aliasing parameters...
2012-11-02  Alexandre Julliardgdi32: Set the font anti-aliasing flags from the fontco...
2012-11-02  Alexandre Julliardgdi32: Move checking of the subpixel support and gasp...
2012-11-02  Alexandre Julliardgdi32: Disable anti-aliasing when necessary in the...
2012-11-02  Alexandre Julliardgdi32: Store the anti-aliasing flags in the DC when...
2012-11-02  Alexandre Julliardgdi32: Add a parameter to return anti-aliasing flags...
2012-11-01  Alexandre Julliardgdi32: Store the fontconfig anti-aliasing flags for...
2012-11-01  Alexandre Julliardgdi32: Store the font file name in Unicode in the font...
2012-11-01  Alexandre Julliardgdi32: Avoid some redundant registry calls while loadin...
2012-10-30  Huw Daviesgdi32: Implement sub-pixel glyph smoothing.
2012-10-29  André Hentschelgdi32: Avoid memory leaks (coverity).
2012-10-26  Huw Daviesgdi32: Use a symbol charmap if all else fails.
2012-10-26  Huw Daviesgdi32: Simplify the code for charmap selection.
2012-10-25  Alexandre Julliardgdi32: Fix mapping of symbol font glyphs even when...
2012-10-25  André Hentschelgdi32: Fix free of address-of expression (coverity).
2012-10-24  André Hentschelgdi32: Fix copy-paste error (coverity).
2012-10-24  Alexandre Julliardgdi32: Add a DC hook flag to reset the DC state.
2012-10-24  Alexandre Julliardgdi32: Remove an unused DC field.
2012-10-22  Alexandre Julliardgdi32: Export a function to retrieve the module handle...
2012-10-21  Alexandre Julliardgdi32: Update the ref count of stock objects when delet...
2012-10-19  Huw Daviesgdi32: Move the string rendering code to a common function.
2012-10-19  Huw Daviesgdi32: Use the helper to draw the glyphs.
2012-10-19  Huw Daviesgdi32: Pass individual x, y co-ords to draw_glyph rathe...
2012-10-19  Huw Daviesgdi32: Pass a dib_info structure to draw_glyph.
2012-10-19  Qian Honggdi32/tests: Fixed typo in localized name tests.
2012-10-19  Qian Honggdi32/tests: Declared system_lang_id as a global variable.
2012-10-19  Qian Honggdi32/tests: Marked EnumFontFamiliesEx_default_charset...
2012-10-19  Qian Honggdi32/tests: Skip some broken bitmap font metrics tests...
2012-10-19  Qian Honggdi32/tests: Fixed broken value in bitmap font metrics...
2012-10-19  Qian Honggdi32/tests: Fixed broken bitmap font metrics test...
2012-10-19  Qian Honggdi32/tests: Fixed broken value in bitmap font metrics...
2012-10-18  Alexandre Julliardgdi32/tests: Avoid deleting invalid objects.
2012-10-18  Huw Daviesgdi32: Make get_glyph_bitmap return a dib_info structur...
2012-10-17  Alexandre Julliardgdi32: Add a generation count in the high word of GDI...
2012-10-17  Alexandre Julliardgdi32: Get rid of the GDIOBJHDR type.
2012-10-17  Alexandre Julliardgdi32: Get rid of the METAFILEOBJ type, instead store...
2012-10-17  Alexandre Julliardgdi32: Get rid of the RGNOBJ type, instead store a...
2012-10-17  Alexandre Julliardgdi32: Store the object flags directly in the GDI handl...
2012-10-17  Alexandre Julliardgdi32: Store the object selection count directly in...
2012-10-17  Alexandre Julliardgdi32: Process the object HDC list outside of the criti...
2012-10-17  Alexandre Julliardgdi32: Store the HDC list directly in the GDI handle...
2012-10-17  Alexandre Julliardgdi32: Store the object function table directly in...
2012-10-17  Alexandre Julliardgdi32: Store the object type directly in the GDI handle...
2012-10-15  Alexandre Julliardgdi32: Always return the full DIB surface in GetImage...
2012-10-12  Alexandre Julliardgdi32: Add helper functions for converting between...
2012-10-12  Daniel Lehmangdi32: Use HandleToULong inline function to convert...
2012-10-10  Alexandre Julliardgdi32: Handle a missing source alpha directly in the...
2012-10-10  Alexandre Julliardgdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB...
2012-10-10  Alexandre Julliardgdi32: Limit the allocation size to the useful data...
2012-10-10  Alexandre Julliardgdi32: Return the full DIB height in GetImage instead...
2012-10-01  Huw Daviesgdi32: Correctly map the 256-level bitmap to the 5...
2012-10-01  Francois Gougetgdi32: Make dibdrv_wgl{Describe,Set}PixelFormat() static.
2012-09-27  Alexandre Julliardgdi32: Enumerate a default charset if no other valid...
2012-09-27  Alexandre Julliardgdi32: Allow GetCharABCWidths on all scalable fonts...
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-20  Alexandre Julliardgdi32: Always update the DC before looking for the...
2012-09-14  Michael Stefaniucgdi32: Don't bother using the register storage class...
2012-09-12  Qian Honggdi32: Prepend at in get_outline_text_metrics for verti...
2012-09-12  Qian Honggdi32/tests: Added more tests for vertical fonts.
2012-09-12  Qian Honggdi32: Prepend at when create vertical font face.
2012-09-12  Qian Honggdi32/tests: Added tests for vertical fonts.
2012-09-12  Qian Honggdi32: Fixed localized font full name (UNIQUE ID).
2012-09-11  Qian Honggdi32: Fixed get_name_table_entry for symbol fonts.
2012-09-11  Qian Honggdi32/tests: Added tests for symbol fonts.
2012-09-11  Qian Honggdi32: Fixed localized font style name.
2012-09-11  Qian Honggdi32/tests: Better trace in test_fullname2_helper.
2012-09-11  Qian Honggdi32/tests: Fixed a typo in style name test.
2012-09-10  Marcus Meissnergdi32: Fixed passed buffer size.
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-09-07  Qian Honggdi32: Fixed family and face name on non English locale.
2012-09-07  Qian Honggdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
2012-09-07  Qian Honggdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.
2012-09-07  Qian Honggdi32/tests: Added font name tests on English locale.
2012-09-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-09-05  Alexandre Julliardgdi32: Let user32 specify the device rectangle when...
2012-08-21  Alexandre Julliardgdi32: Allow removing a driver from the stack based...
2012-08-21  Alexandre Julliardgdi32: Add a helper function to find a specific driver...
2012-08-20  Dmitry Timoshkovgdi32: Make sure that pattern info is initialized befor...
2012-08-13  Michael Stefaniucgdi32: Avoid TRUE:FALSE conditional expressions.
2012-07-31  Alexandre Julliardgdi32: Compute the line parameters using the cropped...
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-30  Alexandre Julliardgdi32: Clip solid pen regions to the DIB rectangle...
2012-07-30  Alexandre Julliardgdi32: Limit line drawing coordinates to reasonable...
2012-07-30  Alexandre Julliardgdi32: Add a helper function to initialize Bresenham...
2012-07-27  Alexandre Julliardgdi32: Support OpenGL in bitmaps through libOSMesa.
2012-07-23  Alexandre Julliardgdi32: Work around a gcc array out of bounds warning.
2012-07-19  Alexandre Julliardopengl32: Move the wgl functions to the main OpenGL...
2012-07-19  Alexandre Julliardgdi32: Remove left-over debug trace.
2012-07-19  Alexandre Julliardgdi32: PatBlt needs to bypass the brush for ROPs that...
2012-07-11  Francois Gougetgdi32: Remove an unused wgl debugging channel.
2012-07-02  Alexandre Julliardgdi32: Fix bitmap glyph allocation size in ExtTextOut...
next