ddraw: Use real handles for state blocks.
[wine] / dlls / gdi /
2006-10-16  Roderick Colenbranderwgl: Move wglShareLists to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentDC to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentContext to gdi32.
2006-10-13  Michael Stefaniucgdi/tests: Win64 printf format warning fixes.
2006-10-13  Michael Stefaniucgdi: Win64 printf format warning fixes.
2006-10-12  Roderick Colenbranderopengl: Fix wglMakeCurrent bug.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-04  Roderick Colenbrandergdi32: Route WGL font code through gdi32.dll.
2006-10-04  Roderick Colenbrandergdi32: Route WGL context code through gdi32.dll.
2006-10-02  Byeong-Sik Jeongdi32: Improve get_nearest_charset().
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Dmitry Timoshkovgdi32: Make GdiFont a proper C structure, with GdiFont...
2006-09-28  Dmitry Timoshkovgdi32: Modify kerning scaling algorithm to the one...
2006-09-26  Dmitry Timoshkovgdi32: Add a test for GetKerningPairs.
2006-09-26  Dmitry Timoshkovgdi32: Implement GetKerningPairs for TrueType fonts.
2006-09-25  Huw Daviesgdi32: Make the bitmap font tests locale aware.
2006-09-25  Huw Daviesgdi32: Win 2000 and Win XP behave differently if there...
2006-09-20  Huw Daviesgdi32: GetTextExtentPoint and GetTextExtentExPoint...
2006-09-20  Huw Daviesgdi32: Fix ppem in the case that there isn't an exact...
2006-09-20  Huw Daviesgdi32: Only run the GetGlyphIndices test if Symbol...
2006-09-20  Dmitry Timoshkovgdi: If there is no space for strings GetOutlineTextMet...
2006-09-14  Andrew Talbotgdi: Cast-qual warnings fix.
2006-09-14  Andrew Talbotgdi: Cast-qual warnings fix.
2006-09-14  Andrew Talbotgdi: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Byeong-Sik Jeongdi32: Fix init_system_links() for non-localized font...
2006-09-13  Byeong-Sik Jeongdi32: Fix wrong break statement use.
2006-09-11  Byeong-Sik Jeongdi32: Fix logical error of italic, bold determination.
2006-09-11  Byeong-Sik Jeongdi32: Fix DefaultGuiFont name string for Korean Charset.
2006-09-11  Jeff Latimergdi: Fix test for GetGlyphIndicesW on non Unicode systems.
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-10  Jeff Latimergdi: Change the metafile.c test to use sprintf instead...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-24  Jeff Latimergdi: Add missing glyph code to GetGlyphIndices and...
2006-08-10  Michael Stefaniucjanitorial: Removed the rest of the redundant NULL...
2006-08-01  Alexandre Julliardgdi: Fixed buffer overflow in GetCharABCWidthsI.
2006-07-28  Michael StefaniucFix 2 "static is not at beginning of declaration" warnings.
2006-07-24  Huw Daviesgdi32: Use the correct name when writing the fixed...
2006-07-21  Ge van Geldorpgdi: Use variables of correct size.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-07-12  Dan Hipschmangdi32: Implement GetTextExtentPoint in terms of GetText...
2006-07-12  Dan Hipschmangdi32: Add conformance test for GetTextExtentExPointW.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-26  Andrew Talbotgdi/tests: Write-strings warnings fix.
2006-06-21  Michael Kaufmanngdi32: SetWinMetaFileBits: Use the whole device surface...
2006-06-19  Alexandre Julliardgdi32: Get rid of the no longer needed DIB_CreateDIBSec...
2006-06-13  Alexandre Julliardgdi/tests: Don't use sizeof in ok() to avoid printf...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-06-06  qingdoa daoogdi: Don't treat a NULL rect as an empty rect in ExtTex...
2006-06-06  Michael Kaufmanngdi: New tests for GetDIBits.
2006-06-02  Huw Daviesgdi32: FreeType's idea of metrics has changed for bitma...
2006-05-30  Mike McCormackgdi32: Fix an unused variable warning.
2006-05-26  Huw Daviesgdi32: The font cache needs to discriminate whether...
2006-05-26  Dmitry Timoshkovgdi: Add more const qualifiers.
2006-05-25  Andrew Ziemgdi: Constify data.
2006-05-25  qingdoa daoogdi: Get correct horizontal spacing value in the presen...
2006-05-24  Mike McCormackFixed more boolean comparisons against TRUE.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Michael Kaufmanngdi: Fix GetObject for bitmaps.
2006-05-15  qingdoa daoogdi: Duplicate extent value for the second byte of...
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-05-15  Francois GougetVarious trace fixes.
2006-05-09  Louis. Lendersgdi32: Add stub for GetCharWidthI and GetFontUnicodeRanges.
2006-05-08  qingdoa daoogdi: A-to-W conversion should be font-independent.
2006-05-05  Troy Rollogdi: Fix GetTextExentExPointW to return values consiste...
2006-05-05  Huw Daviesgdi32: FcPatternGet( FC_FILE ) only returns the basenam...
2006-04-21  Alexandre Julliardgdi: Added WineEngGetCharABCWidthsI stub for the non...
2006-04-19  Jeff Latimergdi: Added implementation of GetCharABCWidthsI.
2006-04-19  Huw Daviesgdi32: Fix return values in BitBlt/StretchBlt.
2006-04-18  Huw Daviesgdi32: Fix {Bit,Stretch}Blt fallbacks to StretchDIBits.
2006-04-12  Jean-Philippe Ther... gdi32: Fix for PlayEnhMetaFileRecord support of EMR_SEL...
2006-04-12  Peter Oberndorfergdi: Do not convert string paramter when rendering...
2006-04-12  Peter Oberndorfergdi: Write out glyph count correctly in GetCharacterPla...
2006-04-10  Huw Daviesgdi32: Add support for ttc indices in the font link...
2006-04-10  Hans Leidekkergdi32: GetCharABCWidthsW should not crash on a NULL...
2006-04-07  Mike Hearngdi: Protect GetEnhMetaFilePaletteEntries against bad...
2006-04-07  Gerald Pfeifergdi: Also initialize a variable in the failure case.
2006-04-05  Huw Daviesgdi32: Always consume the subst structure.
2006-04-05  Huw Daviesgdi32: Use the localised family name if present
2006-04-05  Huw Daviesgdi32: Move a few functions around. Should be a nop.
2006-04-05  Dmitry Timoshkovgdi32: Add tests for GetBitmapBits and GetObject for...
2006-04-04  Huw Daviesgdi32: Use a function to add entries to the substitutio...
2006-04-04  Huw Daviesgdi32: Use RtlUshortByteSwap to read big endian words.
2006-04-04  Alexandre Julliardgdi: Change ReadFontDir error into a warning.
2006-04-03  Dmitry Timoshkovgdi: Separate GDI tests by moving them into appropriate...
2006-04-03  Dmitry Timoshkovgdi: Move WineEngInit call before stock fonts creation.
2006-04-03  Huw Daviesgdi32: Add tests for 'Small Fonts'.
2006-03-31  Alexandre Julliardgdi: In metafile test only print debug output if enabled.
2006-03-30  Dmitry Timoshkovgdi32: Add a test for WMF->EMF conversions performed...
2006-03-30  Huw Daviesgdi32: Move the font substitution list to a standard...
2006-03-21  Huw Daviesfonts: Use the EBLC table to retrieve the ascent of...
2006-03-21  Dmitry Timoshkovgdi: Fix a couple of todos in the bitmap test.
2006-03-20  Alexandre Julliardx11drv: Clear new bitmaps if they don't contain any...
next