projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jscript: Get rid of no longer used OP_label.
[wine]
/
dlls
/
gdi32
/
gdi_private.h
2012-01-10
Alexandre Julliard
gdi32: Use the bitmap part of the DIBSECTION structure...
blob
|
commitdiff
|
raw
2012-01-10
Alexandre Julliard
gdi32: Always store a DIBSECTION structure in the bitma...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Alexandre Julliard
gdi32: Get rid of the get_bitmap_funcs function.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-30
Alexandre Julliard
gdi32: Pass a brush_pattern structure to the SelectPen...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-30
Alexandre Julliard
gdi32: Pass a brush_pattern structure to the SelectBrus...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-29
Alexandre Julliard
gdi32: Add a structure to store all the extra informati...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-28
Alexandre Julliard
gdi32: Add a helper function to add a rectangle to...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-27
Alexandre Julliard
gdi32: Add a helper function to compute the list of...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
Alexandre Julliard
gdi32: Implement GetPixel in the null driver using...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-12
Alexandre Julliard
gdi32: Store the default color tables as static data.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-10
Alexandre Julliard
gdi32: Simplify computation of the DIB header size...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-10
Alexandre Julliard
gdi32: Always use biClrUsed for the number of colors...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-09
Alexandre Julliard
gdi32: Remove the nb_colors fields in the bitmap object...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-09
Alexandre Julliard
gdi32: Fix handling of DIB_PAL_COLORS in the various...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-08
Alexandre Julliard
gdi32: Add a helper to build a color table from the...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Alexandre Julliard
gdi32: Rename the CLIPPING_UpdateGCRegion function.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Alexandre Julliard
gdi32: Don't store the metaclip region, recompute it...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Alexandre Julliard
gdi32: Only store a total visible region when it's...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Alexandre Julliard
gdi32: Maintain a region inside gdi32 to keep track...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Alexandre Julliard
gdi32: Add a helper function to clip a rectangle to...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-05
Alexandre Julliard
gdi32: Use the DIB engine and PutImage for the null...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
Alexandre Julliard
gdi32: Use the DIB engine and PutImage for the null...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Alexandre Julliard
gdi32: Only store the path in the DC when it's closed.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-22
Alexandre Julliard
gdi32: Store a pointer to the path in the DC and make...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-22
Alexandre Julliard
gdi32: Add helper functions for allocating and freeing...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
Alexandre Julliard
gdi32: Add support for anti-aliasing in the null driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
Alexandre Julliard
gdi32: Add a helper function to determine anti-aliasing...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
Alexandre Julliard
gdi32: Add a null driver fallback implementation for...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Alexandre Julliard
gdi32: Don't set the bitmap owner when selecting a...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Alexandre Julliard
gdi32: Use the CopyBitmap entry point to copy the bitma...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Alexandre Julliard
gdi32: Implement the CopyBitmap entry point in the...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Alexandre Julliard
gdi32: Get rid of the get_bitmap_image helper.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-07
Akihiro Sagawa
gdi32: Use the translated string as a charset name.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-07
Alexandre Julliard
gdi32: Retrieve the brush pattern bits from the cache...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
Alexandre Julliard
gdi32: Retrieve the bits of a pattern brush when it...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-02
Alexandre Julliard
gdi32: Sanitize the DIB information for DIB pattern...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
Alexandre Julliard
gdi32: Add a DC driver entry point for GdiGradientFill.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-27
Alexandre Julliard
gdi32: Add a helper function to copy BITMAPINFO structu...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the ExtTextOut entry point in the...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the polyline entry points in the path...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the polygon entry points in the path...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the Bezier entry points in the path...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the arc entry points in the path driver.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the Rectangle and RoundRect entry...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the LineTo entry point in the path...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement the MoveTo entry point in the path...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Push a path driver on the DC stack when a path...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement GdiRealizationInfo as a standard drive...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement FontIsLinked as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement GetFontData as a standard driver entry...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement GetTextFace as a standard driver entry...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement GetTextExtentExPointI as a standard...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement GetTextCharsetInfo as a standard drive...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement GetOutlineTextMetrics as a standard...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Alexandre Julliard
gdi32: Implement GetKerningPairs as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
Alexandre Julliard
gdi32: Implement GetGlyphOutline as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
Alexandre Julliard
gdi32: Implement GetGlyphIndices as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
Alexandre Julliard
gdi32: Implement GetFontUnicodeRanges as a standard...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
Alexandre Julliard
gdi32: Reimplement GetCharABCWidthsFloat using the...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
Alexandre Julliard
gdi32: Implement GetCharABCWidthsI as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
Alexandre Julliard
gdi32: Implement GetCharABCWidths as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-24
Alexandre Julliard
gdi32: Implement EnumDeviceFonts as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-24
Alexandre Julliard
gdi32: Implement GetTextMetrics as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-20
Alexandre Julliard
gdi32: Implement GetCharWidthW as a standard driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-20
Alexandre Julliard
gdi32: Implement GetTextExtentExPointW as a standard...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
Alexandre Julliard
gdi32: Implement SelectFont as a standard driver entry...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
Alexandre Julliard
gdi32: Add support for pushing a font driver on the...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
Huw Davies
gdi32: Implement SetPixel.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Alexandre Julliard
gdi32: Get rid of the DC_FUNCTIONS typedef.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Huw Davies
gdi32: Make the convert_bits and stretch_bits helpers...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Huw Davies
gdi32: Move the intersection of vis rects into a separa...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Alexandre Julliard
gdi32: Add a fall back implementation of BlendImage...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-12
Alexandre Julliard
gdi32: Add an all-one alpha channel when converting...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Huw Davies
gdi32: Add a helper to retrieve the bounding rectangle.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-27
Huw Davies
gdi32: stretch_bitmapinfo may need to adjust the dst...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-14
Alexandre Julliard
gdi32: Add a null driver fallback for AlphaBlend, using...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-14
Alexandre Julliard
gdi32: Add a placeholder function for DIB stretching.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Alexandre Julliard
gdi32: Move DIB driver definitions to dibdrv.h.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Alexandre Julliard
gdi32: Allocate the DIB driver on first use, and free...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-07
Alexandre Julliard
gdi32: Add a driver entry point for CreateCompatibleDC.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-07
Alexandre Julliard
gdi32: Make the push/pop_dc_driver functions available...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-06
Alexandre Julliard
gdi32: Add a SetDIBitsToDevice implementation in the...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-04
Alexandre Julliard
gdi32: Fix coordinate mapping in Get/SetBoundsRect...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-02
Alexandre Julliard
gdi32: Make the BITMAPINFO parameters non-const in...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Alexandre Julliard
gdi32: Forward the null driver GetImage to the DIB...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-22
Huw Davies
gdi32: Change the object-level brush function to accept...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-22
Huw Davies
gdi32: Move to using a multi-line pen object-level...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-22
Huw Davies
gdi32: Use the gdi_image_bits structure to maintain...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-22
Huw Davies
gdi32: Add a helper to retrieve the bitmap functions.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Alexandre Julliard
gdi32: Get rid of the DIB_GetBitmapInfo function.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Alexandre Julliard
gdi32: Update the coordinates in convert_bitmapinfo...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Alexandre Julliard
gdi32: Use GetImage to retrieve the brush bits in metaf...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Alexandre Julliard
gdi32: Get rid of the SetBitmapBits driver entry point.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Alexandre Julliard
gdi32: Partial implementation of PutImage in the null...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Frédéric Delanoy
dlls: Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Huw Davies
gdi32: Add an inline helper to return the number of...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Alexandre Julliard
gdi32: Add an inline helper to retrieve a DDB byte...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Alexandre Julliard
gdi32: Implement GetImage in the null driver.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Alexandre Julliard
gdi32: Get rid of the SetDIBits driver entry point.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Huw Davies
gdi32: Rewrite SetDIBits to use the PutImage gdi driver...
blob
|
commitdiff
|
raw
|
diff to current
next