projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Make LdrLoadDll hotpatchable.
[wine]
/
dlls
/
gdi32
/
2012-01-06
Alexandre Julliard
gdi32: Add an empty ExtEscape DIB driver entry point.
tree
|
commitdiff
2012-01-06
Alexandre Julliard
gdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or...
tree
|
commitdiff
2012-01-06
Alexandre Julliard
gdi32: Add a stub for the ExtFloodFill entry point.
tree
|
commitdiff
2012-01-06
Alexandre Julliard
gdi32: Implement Arc, ArcTo, Chord, and Pie, using...
tree
|
commitdiff
2012-01-06
Alexandre Julliard
gdi32: Add a helper function for computing the device...
tree
|
commitdiff
2012-01-06
Alexandre Julliard
gdi32: Implement Ellipse and RoundRect, using line...
tree
|
commitdiff
2012-01-06
Alexandre Julliard
gdi32: Use a better algorithm for CreateRoundRectRgn.
tree
|
commitdiff
2012-01-05
Alexandre Julliard
gdi32: Draw rectangles in the order specified by the...
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32/tests: Add some tests for brushed and dashed...
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32: Get rid of the pen deferring support, all pen...
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32: Implement dashed wide lines.
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32: Add a helper function for drawing multiple line...
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32: Add a helper function for drawing a wide line...
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32: Skip empty segments at the beginning and end...
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32: Only create the round cap region once per call.
tree
|
commitdiff
2012-01-04
Alexandre Julliard
gdi32: Fix skipping of zero-length dashes.
tree
|
commitdiff
2012-01-03
Marcus Meissner
gdi32: Check return value of REGION_UnionRectWithRegion...
tree
|
commitdiff
2012-01-03
Alexandre Julliard
gdi32: Add stubs for the OpenGL entry points in the...
tree
|
commitdiff
2012-01-02
Alexandre Julliard
gdi32: Calculate the image size in GradientFill only...
tree
|
commitdiff
2011-12-30
Alexandre Julliard
gdi32: Don't bother computing interior regions when...
tree
|
commitdiff
2011-12-30
Alexandre Julliard
gdi32: Implement brushed pens.
tree
|
commitdiff
2011-12-30
Alexandre Julliard
gdi32: Define a structure to make the brush state indep...
tree
|
commitdiff
2011-12-30
Alexandre Julliard
gdi32: Pass a brush_pattern structure to the SelectPen...
tree
|
commitdiff
2011-12-30
Alexandre Julliard
gdi32: Pass a brush_pattern structure to the SelectBrus...
tree
|
commitdiff
2011-12-30
Alexandre Julliard
gdi32: Store the pattern brush information for geometri...
tree
|
commitdiff
2011-12-30
Alexandre Julliard
gdi32: Add sanity checks for brush hatch styles.
tree
|
commitdiff
2011-12-29
Alexandre Julliard
gdi32: Add a structure to store all the extra informati...
tree
|
commitdiff
2011-12-29
Alexandre Julliard
gdi32/tests: Get rid of Win9x compatibility in the...
tree
|
commitdiff
2011-12-29
Alexandre Julliard
gdi32: Add checks for invalid color usage values.
tree
|
commitdiff
2011-12-29
Alexandre Julliard
gdi32: Add helpers to paint a region with the brush...
tree
|
commitdiff
2011-12-29
Alexandre Julliard
gdi32: Implement PolyPolygon in the DIB driver.
tree
|
commitdiff
2011-12-29
Alexandre Julliard
gdi32: Use a region to render geometric and wide pens...
tree
|
commitdiff
2011-12-29
Alexandre Julliard
gdi32: Use a region to render geometric and wide pens...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Use a region to render geometric and wide pens...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Implement returning a region for 1-pixel wide...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Implement returning a region for 1-pixel wide...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Add support for updating a region from the pen...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Add support for 1-pixel wide PS_USERSTYLE pens.
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Add support for PS_ALTERNATE pens.
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Add support for 1-pixel wide geometric dashed...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Fix handling of invalid pen styles.
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Extended pens are always transparent.
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Wide cosmetic pens don't support dashes.
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Fix the scaling of the width of cosmetic pens.
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Pass the clip region to the brush_rect helper...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Add support for PS_INSIDEFRAME pens when drawing...
tree
|
commitdiff
2011-12-28
Alexandre Julliard
gdi32: Add a helper function to add a rectangle to...
tree
|
commitdiff
2011-12-27
Alexandre Julliard
gdi32: Compute the correct rectangle interior when...
tree
|
commitdiff
2011-12-27
Akihiro Sagawa
gdi32: Avoid making a DBCS character in range.
tree
|
commitdiff
2011-12-27
Alexandre Julliard
gdi32: Re-create the brush bits only when the ROP has...
tree
|
commitdiff
2011-12-27
Alexandre Julliard
gdi32: Avoid making a copy of the device clipping regio...
tree
|
commitdiff
2011-12-27
Alexandre Julliard
gdi32: Use the get_clipped_rects helper in the blitting...
tree
|
commitdiff
2011-12-27
Alexandre Julliard
gdi32: Use the get_clipped_rects helper in the pen...
tree
|
commitdiff
2011-12-27
Alexandre Julliard
gdi32: Use the get_clipped_rects helper in the text...
tree
|
commitdiff
2011-12-27
Alexandre Julliard
gdi32: Add a helper function to compute the list of...
tree
|
commitdiff
2011-12-23
Alexandre Julliard
gdi32/tests: Add tests for PALETTEINDEX colors.
tree
|
commitdiff
2011-12-22
Alexandre Julliard
gdi32: Always use proper RGB colors for monochrome...
tree
|
commitdiff
2011-12-22
Alexandre Julliard
gdi32: Add a common helper for computing pen and brush...
tree
|
commitdiff
2011-12-22
Alexandre Julliard
gdi32: Recompute the foreground masks on every use...
tree
|
commitdiff
2011-12-22
Alexandre Julliard
gdi32: Recompute the background masks on every use...
tree
|
commitdiff
2011-12-22
Alexandre Julliard
gdi32: Recompute the pen masks on every use to support...
tree
|
commitdiff
2011-12-22
Alexandre Julliard
gdi32: Recompute the brush masks on every use to suppor...
tree
|
commitdiff
2011-12-22
Huw Davies
gdi32/tests: Add tests for geometric solid pens.
tree
|
commitdiff
2011-12-22
Huw Davies
gdi32: Add support for geometric solid pens.
tree
|
commitdiff
2011-12-22
Alexandre Julliard
gdi32: Fix handling of COLORREFs with illegal values...
tree
|
commitdiff
2011-12-20
Kusanagi Kouichi
gdi32: Substitute glyph for vertical font only.
tree
|
commitdiff
2011-12-20
Kusanagi Kouichi
gdi32: Add vertical fonts to font list.
tree
|
commitdiff
2011-12-20
Kusanagi Kouichi
gdi32: Split AddFontToList into two functions.
tree
|
commitdiff
2011-12-20
Kusanagi Kouichi
gdi32: Merge two ifs.
tree
|
commitdiff
2011-12-20
Kusanagi Kouichi
gdi32: Use find_family_from_name and LIST_FOR_EACH...
tree
|
commitdiff
2011-12-20
Kusanagi Kouichi
gdi32: Add a helper function to convert a string from...
tree
|
commitdiff
2011-12-19
Alexandre Julliard
gdi32: Remove support for deferring brush calls to...
tree
|
commitdiff
2011-12-16
Francois Gouget
gdi32: Avoid hardcoding the Unicode string literal...
tree
|
commitdiff
2011-12-16
Alexandre Julliard
gdi32/tests: Add tests for device capabilities on memor...
tree
|
commitdiff
2011-12-14
Alexandre Julliard
gdi32/tests: Add some tests for behavior of 32-bit...
tree
|
commitdiff
2011-12-13
Kusanagi Kouichi
gdi32: Don't remove leading '@' from face name.
tree
|
commitdiff
2011-12-13
Kusanagi Kouichi
gdi32: Don't use preferred family name.
tree
|
commitdiff
2011-12-13
Kusanagi Kouichi
gdi32/tests: Add tests for vertical font.
tree
|
commitdiff
2011-12-13
Alexandre Julliard
gdi32/tests: Fix some test failures on old Windows...
tree
|
commitdiff
2011-12-13
Alexandre Julliard
gdi32: Implement GetPixel in the null driver using...
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Remove some color table size checks, we use...
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Implement GetNearestColor in the DIB driver.
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: init_dib_info() can no longer fail, and no longe...
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Remove support for private color maps.
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Pass the correct depth to PutImage for SetBitmap...
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32/tests: Add tests for 1-bpp DDB pattern brushes.
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Don't create a default color table for pattern...
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Select the pattern brush only when first used.
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Add a flag to request a default color table...
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Use the default DIB color table to create system...
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: Store the default color tables as static data.
tree
|
commitdiff
2011-12-12
Alexandre Julliard
gdi32: GetCharABCWidthsFloatW must succeed with non...
tree
|
commitdiff
2011-12-10
Alexandre Julliard
gdi32/tests: Fix some test failures on Windows.
tree
|
commitdiff
2011-12-10
Alexandre Julliard
gdi32: Simplify computation of the DIB header size...
tree
|
commitdiff
2011-12-10
Alexandre Julliard
gdi32: Make sure that biSizeImage always contains the...
tree
|
commitdiff
2011-12-10
Alexandre Julliard
gdi32: Always use biClrUsed for the number of colors...
tree
|
commitdiff
2011-12-09
Huw Davies
gdi32/tests: Add some tests for wide pens.
tree
|
commitdiff
2011-12-09
Huw Davies
gdi32: Add support for wide cosmetic pens.
tree
|
commitdiff
2011-12-09
Alexandre Julliard
gdi32/tests: Add tests for DIB_PAL_COLORS and DIB palet...
tree
|
commitdiff
2011-12-09
Alexandre Julliard
gdi32: Remove the nb_colors fields in the bitmap object...
tree
|
commitdiff
next