projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gdi32: Add a helper function to add a rectangle to a region.
[wine]
/
dlls
/
gdi32
/
dib.c
2011-12-12
Alexandre Julliard
gdi32: Add a flag to request a default color table...
blob
|
commitdiff
|
raw
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-09
Alexandre Julliard
gdi32: Always allocate a full-size color table when...
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-08
Alexandre Julliard
gdi32: Use the convert_bits helper function in SetDIBit...
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-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-27
Alexandre Julliard
gdi32: Add a helper function to copy BITMAPINFO structu...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-21
Huw Davies
gdi32: Add a fake 1-entry color table for 1-bpp ddbs.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Huw Davies
gdi32: Implement nulldrv_StretchDIBits using the PutIma...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Huw Davies
gdi32: Allow a caller to build_rle_bitmap to not reques...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-13
Alexandre Julliard
gdi32: Add a check for null bitfields in SetDIBits.
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-09-07
Alexandre Julliard
gdi32: Always set biClrUsed in internal BITMAPINFO...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-06
Alexandre Julliard
gdi32: Add RLE support in SetDIBitsToDevice.
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-02
Alexandre Julliard
gdi32: Make the BITMAPINFO parameters non-const in...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-31
Alexandre Julliard
gdi32: Only use the hdc parameter in SetDIBits when...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-31
Alexandre Julliard
gdi32: Allow SetDIBits to use the null driver.
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-29
Alexandre Julliard
gdi32: Add parameter validation in GetDIBits.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Huw Davies
gdi32: Remove an unneeded level of indentation.
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-05
Alexandre Julliard
gdi32: Always set compression to BI_BITFIELDS for 16...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-05
Alexandre Julliard
gdi32: Validate the DIB parameters in functions that...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Huw Davies
gdi32: If possible use the GetImage driver entry to...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Huw Davies
gdi32: Simplify the code a little by using a separate...
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-04
Alexandre Julliard
gdi32: Create a sanitized BITMAPINFOHEADER in CreateDIB...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Alexandre Julliard
gdi32: Create a sanitized BITMAPINFOHEADER in GetDIBits.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Alexandre Julliard
gdi32: Move initialization of a correct BITMAPINFOHEADE...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Alexandre Julliard
gdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Alexandre Julliard
gdi32: Create a sanitized BITMAPINFO in StretchDIBits...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Alexandre Julliard
gdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
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-02
Huw Davies
gdi32: Actually use the dib driver's Get/PutImage if...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Huw Davies
gdi32: Use the helper to retrieve the number of colours.
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-28
Huw Davies
gdi32: Better handling of non-trivial source and destin...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Alexandre Julliard
gdi32: Implement GetImage in the DIB 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
2011-07-22
Huw Davies
gdi32: Fix the lines parameter of SetDIBits to be positive.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-22
Huw Davies
gdi32: Add a helper to fill out the colour table from...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-22
Huw Davies
gdi32: Add a helper to sanitize a BITMAPINFO structure.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Alexandre Julliard
gdi32: Pass the full bitblt_coords structure to the...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Alexandre Julliard
gdi32: Add inline helpers to compute DIB stride and...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Alexandre Julliard
gdi32: Move a couple of rectangle helper functions...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Huw Davies
gdi32: Implement GetDIBits using the GetImage driver...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Huw Davies
gdi32: Move the query info code to a separate function.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-13
Alexandre Julliard
gdi32: Graphics driver functions no longer need to...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-12
Huw Davies
gdi32: Use a local copy of the bitmap info structure...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-12
Huw Davies
gdi32: Don't use a dib-section's bitfields unless its...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Huw Davies
gdi32: Construct the EGA palette from the default palette.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Huw Davies
gdi32: Fix the 8 bpp generated colour table.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Huw Davies
gdi32: Simplify colour table generation.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-12
Huw Davies
gdi32: Don't set the bitfields when the dib section...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-12
Huw Davies
gdi32: Don't use the bitfields for the BI_RGB case.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-18
Alexandre Julliard
gdi32: Add a null driver entry point for StretchDIBits.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Alexandre Julliard
gdi32: Add null driver entry points for the DIB functions.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Alexandre Julliard
gdi32: Add null driver entry points for the bitmap...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-08
Alexandre Julliard
gdi32: GetDIBColorTable doesn't need to be part of...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-02
John Edmonds
gdi32: Fixes GetDIBits for top-down destination bitmaps.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-25
Peter Urbanec
gdi32: Fix 64-bit pointer issues when copying upside...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-23
John Edmonds
gdi32: Fixed GetDIBits for top-down bitmaps.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Alexandre Julliard
gdi32: Remove unnecessary uses of wownt32.h.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-30
Alexandre Julliard
gdi32: Replicate a Windows bug in StretchDIBits for...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Alexandre Julliard
gdi32: Reject invalid DIB depths in CreateDIBSection.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-27
Alexandre Julliard
gdi32: Only 16 and 32 bpp DIB sections can have bitfields.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-27
Alexandre Julliard
gdi32: Return the actual DIB section bitfields instead...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-14
Alexandre Julliard
Fix the bitmap info size computation when masks are...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-21
Alexandre Julliard
gdi32: Fix handling of bitmap header size for V4/V5...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-12
Nikolay Sivov
gdi32: Use supplied hdc for DIB_RGB_COLORS if it's...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Nikolay Sivov
gdi32: Always create a context for DIB_RGB_COLORS.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-22
Huw Davies
gdi32: CBM_INIT is a flag.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-04
Nikolay Sivov
gdi32: Check header pointer in CreateDIBitmap.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-19
Rob Shearman
gdi32: Move 16-bit functions not exported in gdi32...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Alexandre Julliard
gdi32: Use the official constants instead of the old...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-26
Michael Stefaniuc
gdi32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-24
Michael Stefaniuc
gdi32: Don't cast the void pointer returned by GDI_GetO...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-06
Andrew Talbot
gdi32: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Lei Zhang
gdi32: CreateDIBitmap should check for SetDIBits failure.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-01
Michael Karcher
gdi32: Fix palette of 1bpp DIB in GetDIBits.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-09
Michael Karcher
gdi32: Respect DIB_PAL_COLORS in every case.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Nikolay Sivov
gdi32: Avoid null pointer dereference in CreateDIBSection.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-02
Huw Davies
gdi32: Rename DIB_BitmapInfoSize to bitmap_info_size...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-21
Alexandre Julliard
gdi32: Return bitmask for 32-bit bitmaps too in GetDIBits.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-18
Alexandre Julliard
gdi32: Fixed initialization of bit masks in GetDIBits...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Alexandre Julliard
gdi32: Store the return value separately in StretchDIBi...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Alexandre Julliard
gdi32: Properly handle SetDIBits failure in StretchDIBits.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-01
James Hawkins
janitorial: Remove links to any microsoft site.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-22
Rob Shearman
gdi32: Optimise StretchBlt for the case where no stretc...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Alexandre Julliard
gdi32: Get rid of a few more uses of DC_GetDCPtr.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-16
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Andrew Talbot
gdi32: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
next