winspool: Update the default settings when deleting the default printer.
[wine] / dlls / gdiplus /
2011-03-16  Francois Gougetgdiplus: Make load_ttf_name_id() static.
2011-03-15  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillPie.
2011-03-15  Vincent Povirkgdiplus: Use GdipFillPath to implement GdipFillEllipse.
2011-03-15  Vincent Povirkgdiplus: Add software implementation of GdipFillPath.
2011-03-15  Vincent Povirkgdiplus: Call GdiAlphaBlend only once per GdipFillRegio...
2011-03-15  Vincent Povirkgdiplus: Remove gdi32 fallback for bitmaps from GdipFil...
2011-03-11  Vincent Povirkgdiplus: Prefer to not use gdi32 for gradient and textu...
2011-03-11  Vincent Povirkgdiplus: Implement software rendering of texture brushes.
2011-03-11  Vincent Povirkgdiplus: Don't use gdi32 to scale or draw from outside...
2011-03-11  Vincent Povirkgdiplus: Implement bilinear interpolation.
2011-03-11  Vincent Povirkgdiplus: Move bitmap interpolation into a separate...
2011-03-10  Vincent Povirkgdiplus: Implement tiling wrap modes.
2011-03-10  Vincent Povirkgdiplus: Apply image attributes to bitmaps before resam...
2011-03-10  Vincent Povirkgdiplus: Read drawn bitmaps in one step instead of...
2011-03-10  Vincent Povirkgdiplus: Move ImageAttributes mapping into a helper...
2011-03-10  Vincent Povirkgdiplus: Add tests for interpolation mode and make...
2011-03-10  Alexandre Julliardgdiplus: Use signed types in convert_pixels to avoid...
2011-03-09  Austin Englishgdiplus: Avoid shadowing a parameter.
2011-03-09  Vincent Povirkgdiplus: Fix a handle leak in GdipDrawString.
2011-03-03  Maarten Lankhorstgdiplus: Implement GdipAddPathString.
2011-03-03  Maarten Lankhorstgdiplus: Add tests and fix GdipDrawImagePointsRect.
2011-03-03  Maarten Lankhorstgdiplus: Clean up gdip_format_string.
2011-02-25  Vincent Povirkgdiplus: Implement ImageLockModeUserInputBuf.
2011-02-25  Vincent Povirkgdiplus: Copy only the area requested when (un)locking...
2011-02-25  Vincent Povirkgdiplus: Don't copy bits into the buffer when a bitmap...
2011-02-25  Vincent Povirkgdiplus: Copy the bits on bitmap unlock if the write...
2011-02-25  Vincent Povirkgdiplus: Test writes with conversion and without a...
2011-02-22  Maarten Lankhorstgdiplus: Implement in-memory font storage.
2011-02-17  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-15  Vincent Povirkgdiplus: Add tests for locked image bit reading/writing.
2011-02-15  Vincent Povirkgdiplus: Add test for ImageLockModeUserInputBuf.
2011-02-15  Vincent Povirkgdiplus: Store an ImageAttributes in texture brushes.
2011-02-10  Austin Englishgdiplus/tests: Remove redundant assignments (LLVM/Clang).
2011-02-10  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-10  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-09  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-02-07  Vincent Povirkgdiplus: Fix error path in GdipAddPathRectangle.
2011-02-07  Vincent Povirkgdiplus: Allow adding rectangles with negative sizes...
2011-02-07  EG Galanogdiplus/tests: Make sure return value is used (LLVM...
2011-02-07  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-01-27  Vincent Povirkgdiplus: Test the types of records in an empty EMF+.
2011-01-27  Vincent Povirkgdiplus: Test for EMF+ recording.
2011-01-27  Vincent Povirkgdiplus: Stub GdipGetHemfFromMetafile.
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of line gradient...
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of hatch brushes.
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of GdipFillRegion.
2011-01-24  Vincent Povirkgdiplus: Factor the matrix creation code out of GdipTra...
2011-01-24  Vincent Povirkgdiplus: Factor out the gdi32 code of GdipFillRegion.
2011-01-17  Vincent Povirkgdiplus: Rewrite GdipCreateMatrix3.
2011-01-12  Martin Petricekgdiplus: Support for indexed formats in GdipBitmapSetPixel.
2010-11-12  Vincent Povirkgdiplus: Correctly store the given stride in created...
2010-11-10  Vincent Povirkgdiplus: Allow more drawing operations to succeed witho...
2010-11-01  Vincent Povirkgdiplus: Add tests for GdipGetLineTransform.
2010-11-01  Vincent Povirkgdiplus: Don't rely on an HDC in GdipMeasureString.
2010-11-01  Vincent Povirkgdiplus: Don't rely on an HDC in GdipMeasureCharacterRa...
2010-11-01  Vincent Povirkgdiplus: Don't rely on an HDC in GdipGetFontHeight.
2010-11-01  Vincent Povirkgdiplus: Add a test for GdipCreateMatrix3.
2010-11-01  Vincent Povirkgdiplus: Fix point conversion in GdipCreateLineBrushI.
2010-10-28  Vincent Povirkgdiplus: Reject linear gradients where the start and...
2010-10-28  Vincent Povirkgdiplus: Make get_path_hrgn work with HDC-less graphics...
2010-10-28  Vincent Povirkgdiplus: Implement GdipGetRegionScans.
2010-10-25  Austin Lundgdiplus/tests: Fix GetLogFont charset tests for Asian...
2010-10-01  Vincent Povirkgdiplus: Don't create a DIB section for non-alpha or...
2010-10-01  Vincent Povirkgdiplus: Implement GdipGetRegionScansCount.
2010-10-01  Vincent Povirkgdiplus: Implement GdipTransformRegion.
2010-10-01  Vincent Povirkgdiplus: Return 0 from GdiplusShutdown.
2010-10-01  Vincent Povirkgdiplus: Don't try to free invalid or already-freed...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-02  Vincent Povirkgdiplus: Set flags and dpi when images are loaded.
2010-08-31  Alexandre Julliardgdiplus: Use float instead of long in the spec file...
2010-08-24  Austin Englishgdiplus: Add a stub for GdipConvertToEmfPlusToFile.
2010-08-24  Austin Englishgdiplus: Add a stub for GdipWindingModeOutline.
2010-08-23  Vincent Povirkgdiplus: Set bitmap has alpha flag based on format.
2010-08-23  Vincent Povirkgdiplus: Stub GdipTranslatePenTransform.
2010-08-23  Vincent Povirkgdiplus: Stub GdipGetPathGradientPresetBlend.
2010-08-23  Vincent Povirkgdiplus: Stub GdipTranslatePathGradientTransform.
2010-08-18  Vincent Povirkgdiplus: Add a fallback method for getting HDC's from...
2010-08-17  Vincent Povirkgdiplus: Add tests for the HDC's we get from bitmap...
2010-08-17  Vincent Povirkgdiplus: Use the software method to draw HBITMAP-less...
2010-08-17  Vincent Povirkgdiplus: Stub GdipGetPathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipSetPathGradientLinearBlend.
2010-08-17  Vincent Povirkgdiplus: Stub GdipScalePathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipRotatePathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipSetPathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC to get the resolution...
2010-08-17  Vincent Povirkgdiplus: Give a nice warning when we try to draw to...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC in get_graphics_bounds.
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-08-03  Vincent Povirkgdiplus: Stub GdipMultiplyPathGradientTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipGetPathGradientPresetBlendCount.
2010-08-03  Vincent Povirkgdiplus: Stub GdipGetPenTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipRotatePenTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipSetPenTransform.
2010-07-28  Wade Gobelgdiplus: Implemented GdipFillClosedCurve and GdipFillCl...
2010-07-28  Wade Gobelgdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedC...
2010-07-26  Harry JefferyFixed various spelling mistakes.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
2010-07-19  Vincent Povirkgdiplus: Stub GdipMultiplyPenTransform.
next