comctl32: Monthcal today link test.
[wine] / dlls / gdi32 /
2007-10-15  Gerald Pfeifergdi32: Avoid compiler warning in WineEngGetGlyphOutline().
2007-10-15  Huw Daviesgdi32: Try to load Wine's TrueType fonts from the build...
2007-10-15  Huw Daviesgdi32: Don't load Wine's bitmap-only TrueType fonts.
2007-10-15  Huw Daviesgdi32: Factor out the code to call FT_Load_Sfnt_Table.
2007-10-05  Huw Daviesgdi32: Fixed a misplaced break.
2007-10-03  Huw Daviesgdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
2007-10-03  Huw Daviesgdi32: Only cache the glyph metrics when rendering...
2007-10-03  Huw Daviesgdi32: TrueType fonts from the data directory should...
2007-10-02  Dmitry Timoshkovgdi32: Prefer a Microsoft cmap table over other platfor...
2007-10-01  Stefan Leichtergdi32: Define WINE_FILEVERSION in version resource...
2007-10-01  Maarten Lankhorstgdi32: Fix 3 tiny bugs in bidi.
2007-10-01  Maarten Lankhorstgdi32: Fix meaning and use of bidirectionality flags.
2007-09-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Select...
2007-09-27  Alexandre Julliardgdi32: Move the object refcount handling to the SelectO...
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-27  Alexandre Julliardgdi32: Fix typo in FIXME (spotted by Rob Shearman).
2007-09-27  Anatoly Lyutingdi32: printdrv: Use umask for creating a spool file.
2007-09-26  Alexandre Julliardgdi32: Move the generic part of FontIsLinked() to font.c.
2007-09-26  Alexandre Julliardgdi32: Don't pass a DC handle to WineEngGetFontUnicodeR...
2007-09-26  Alexandre Julliardgdi32: Don't hold the gdi lock while calling DC driver...
2007-09-26  Alexandre Julliardgdi32: Don't hold the gdi lock while creating a DC.
2007-09-25  Andrew Talbotgdi32: Fix a memory leak.
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-21  Francois Gougetgdi32: Add a '\n' to a Wine trace.
2007-09-20  Dmitry Timoshkovgdi32: Use symbolic names for font tags.
2007-09-19  Maarten Lankhorstgdi: Implement line-by-line phase of the BiDi algorithm.
2007-09-19  Maarten Lankhorstgdi: Implement implicit resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement neutrals resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement weak resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement explicit resolving in BiDi.
2007-09-19  Maarten Lankhorstgdi: Implement BiDi classification of characters and...
2007-09-19  Maarten Lankhorstgdi: Remove support for libicu and all dependencies.
2007-09-18  Alexandre Julliardgdi32: Update the DC in most OpenGL functions.
2007-09-18  Alexandre Julliardgdi32: Replace remaining instance of DC_GetDCUpdate...
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-09-17  Chris Robinsongdi32: Don't hold the GDI lock when setting the pixel...
2007-09-17  Mikolaj Zalewskigdi32: Return the correct font type, ntmFlags and Pitch...
2007-09-17  Mikolaj Zalewskigdi32: If freetype fails try to load manually fonts...
2007-09-17  Mikolaj Zalewskigdi32: Implement AddFontMemResourceEx (based on a patch...
2007-09-17  Mikolaj Zalewskigdi32: Store child font links as pointers to struct...
2007-09-12  Alexandre Julliardgdi32: Don't store a DC pointer in the metafile devices.
2007-09-12  Dmitry Timoshkovgdi32: Use lower case font dir name to match unix direc...
2007-08-31  Alexandre Julliardgdi32: New DC locking mechanism that doesn't require...
2007-08-30  Aric Stewartgdi32: Allocate our glyph metrics in a 128 index chunk...
2007-08-30  Steven EdwardsRemove more unneeded wine 16bit header usage.
2007-08-29  Mikolaj Zalewskiwinex11.drv: Test for out-of-bound src coordinates...
2007-08-29  Roderick Colenbrandergdi32: Print the function name in wglGetProcAddress.
2007-08-23  Huw Daviesgdi32: Quote the printer name prior to passing it to...
2007-08-22  Alexandre Julliardgdi32: Fix a few more places that use the wrong get...
2007-08-22  Paul Vriensgdi32: Fix possible NULL pointer dereference (Coverity).
2007-08-22  Paul Vriensgdi32: Fix possible NULL pointer dereference (Coverity).
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-03  Evan Stadegdi32: Don't print fixme more than once.
2007-08-02  Dmitry Timoshkovgdi32: Also print a readable table name in the failure...
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-31  Dmitry Timoshkovgdi32: Make GetFontData traces more readable.
2007-07-31  Evan Stadegdi32: Handle PS_USERSTYLE in ExtCreatePen.
2007-07-31  Evan Stadegdi32: Added more tests for ExtCreatePen on PS_USERSTLYE.
2007-07-31  Evan Stadegdi32: Improve ExtCreatePen parameter checking.
2007-07-25  Alexandre Julliardgdi32/tests: Don't test default char, it doesn't have...
2007-07-19  Evan Stadegdi32: Improved PolyDraw in path closed case.
2007-07-17  Evan Stadegdi32: Added PATH_PolyDraw.
2007-07-17  Evan Stadegdi32: Added PolyDraw tests.
2007-07-16  Jeremy Whitegdi32: Added a test for the case where lpvBits in GetDI...
2007-07-16  Jeremy Whitegdi32: Do not fill in the color table if lpvBits is...
2007-07-11  Dmitry Timoshkovgdi32: Do not report an error if a requested to add...
2007-07-09  Alexandre Julliardconfigure: Merge the libfreetype existence check with...
2007-07-05  Huw Daviesgdi32: Using a bitmap font as the fallback sans serif...
2007-07-05  Misha Koshelevgdi32: Slightly simplify result handling in PolyDraw.
2007-07-04  Evan Stadegdi32: Don't access DC in PolyDraw after releasing...
2007-07-02  Alexandre Julliardconfigure: Make the libfontconfig soname check depend...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-27  Evan Stadegdi32: Added missing call to GDI_ReleaseObj.
2007-06-27  Michael Stefaniucgdi32: Remove superfluous casts of void pointers to...
2007-06-26  Michael Stefaniucgdi32: Multi-character character constants aren't porta...
2007-06-22  Misha Koshelevgdi32/tests: Fix test_widenpath to succeed on Win98.
2007-06-22  Misha Koshelevgdi32: Emulate AngleArc using ArcTo.
2007-06-22  Misha Koshelevgdi32/tests: Expand framework for tests of drawing...
2007-06-21  Misha Koshelevgdi32: Handle ArcTo in paths as native.
2007-06-21  Misha Koshelevgdi32: Allow arbitrary start entry types in PATH_DoArcP...
2007-06-21  Misha Koshelevgdi32: Set current position properly after ArcTo.
2007-06-21  Francois Gougetgdi32/tests: Run the GetTextMetricsA() tests on Windows...
2007-06-19  Misha Koshelevgdi32: Fix ArcTo to use proper starting and ending...
2007-06-19  Misha Koshelevgdi32/tests: Add framework for tests of drawing functio...
2007-06-14  Hans Leidekkergdi32: Add some tests for BITMAPINFOHEADER biSize checks.
2007-06-13  Dmitry Timoshkovgdi32: Make BITMAPINFOHEADER biSize check match what...
2007-05-31  Huw Daviesgdi32: Pass an lpDx array to the driver if the escapeme...
2007-05-30  Dmitry Timoshkovgdi32: Fix compilation warnings in 64-bit mode.
2007-05-30  Dmitry Timoshkovgdi32: Make SetDCHook 64-bit safe.
2007-05-29  Francois Gougetgdi32/tests: Fix a signed/unsigned int mismatch.
next