projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
gdi32/tests: Fixed typo in localized name tests.
[wine]
/
dlls
/
gdi32
/
bitmap.c
2012-10-17
Alexandre Julliard
gdi32: Get rid of the GDIOBJHDR type.
blob
|
commitdiff
|
raw
2012-10-17
Alexandre Julliard
gdi32: Store the object selection count directly in...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-29
Alexandre Julliard
gdi32: Add a helper function that implements PutImage...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-29
Alexandre Julliard
gdi32: Add a helper function that implements GetImage...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-29
Alexandre Julliard
gdi32: Remove the null driver Get/PutImage fallbacks...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-29
Alexandre Julliard
gdi32: Always use the DIB engine for DDB rendering.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-25
Alexandre Julliard
gdi32: Always use the DIB engine for monochrome bitmap...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-25
Alexandre Julliard
gdi32: Check that the bitmap depth matches the DC when...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-24
Alexandre Julliard
gdi32: Remove the CopyBitmap driver entry point.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Alexandre Julliard
gdi32: Allow a driver to implement SelectBitmap but...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Alexandre Julliard
gdi32: Add a priority mechanism for pushing drivers...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-30
Alexandre Julliard
gdi32: Add support for clipping source coordinates...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Alexandre Julliard
gdi32: Simplify the CreateCompatibleBitmap implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Alexandre Julliard
gdi32: Use the bitmap part of the DIBSECTION structure...
blob
|
commitdiff
|
raw
|
diff to current
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
2012-01-10
Alexandre Julliard
gdi32: Use the bpp info from the bitmap structure now...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-10
Alexandre Julliard
gdi32: Add a separate set of GDI object functions for...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-12
Alexandre Julliard
gdi32: Pass the correct depth to PutImage for SetBitmap...
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-08
Alexandre Julliard
gdi32: Use PutImage directly to set the initial bitmap...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Alexandre Julliard
gdi32: Only create the DC visible region when necessary.
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-03
Alexandre Julliard
gdi32: Don't free bitmap bits when changing the owner...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
Alexandre Julliard
gdi32: Emulate DDB support using the DIB driver when...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
Alexandre Julliard
gdi32: Allocate the bits for a DDB the first time it...
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-17
Alexandre Julliard
gdi32: Get rid of the DC_FUNCTIONS typedef.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Huw Davies
gdi32: Display the depth of a bitmap rather than the...
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: Make the push/pop_dc_driver functions available...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-31
Alexandre Julliard
gdi32: Use SetDIBits to set the initial bits of a DDB.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-31
Alexandre Julliard
gdi32: Forward the null driver PutImage to the DIB...
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: Store the initial bitmap bits with DIB alignment.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-22
Huw Davies
gdi32: Use the dib driver GetImage and PutImage impleme...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-22
Huw Davies
gdi32: Allow SetBitmapBits to set incomplete scanlines.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-05
Alexandre Julliard
gdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-05
Alexandre Julliard
gdi32: Add a missing release in the error path.
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: Set the initial bits of a bitmap from the gdi...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Alexandre Julliard
gdi32: Reimplement SetBitmapBits using the PutImage...
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-07-25
Alexandre Julliard
gdi32: Get rid of the GetBitmapBits driver entry point.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Alexandre Julliard
gdi32: Reimplement GetBitmapBits using the GetImage...
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-18
Alexandre Julliard
gdi32: Remove the GetDIBits entry point from the graphi...
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-04-04
Huw Davies
gdi32: Add a skeleton dib driver.
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-10
Alexandre Julliard
gdi32: Add null driver entry points for the object...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-22
Maarten Lankhorst
gdi32: Handle BITMAP_CopyBitmap correctly for negative...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Alexandre Julliard
gdi32: Copy a DIB section as a DIB section in BITMAP_Co...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-26
Alexandre Julliard
gdi32: Store the total visible rectangle in the DC.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-15
Dmitry Timoshkov
gdi32: Fix GDI locking in SetBitmapBits.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-01
Henri Verbeet
gdi32: GetObject() should return the DIB's absolute...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-26
Alexandre Julliard
gdi32: Move the 16-bit DIB pointer support to gdi16.c.
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-29
Alexandre Julliard
gdi32: Store a separate flag to mark a GDI object for...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Alexandre Julliard
gdi32: Release GDI handles before freeing the object.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Alexandre Julliard
gdi32: Allocate and initialize GDI objects before givin...
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-27
Alexandre Julliard
gdi32: Don't hold the GDI lock while calling the GetObj...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-27
Alexandre Julliard
gdi32: Don't hold the GDI lock while calling the Delete...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Lei Zhang
gdi32: Prevent integer overflow in CreateBitmapIndirect.
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-02-18
Alexandre Julliard
gdi32: Get rid of the 16-bit GetObject functions.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Alexandre Julliard
gdi32: Avoid locking in BITMAP_CopyBitmap.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Alexandre Julliard
gdi32: Don't hold the GDI lock when calling DC_InitDC.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Alexandre Julliard
gdi32: Avoid locking in CreateCompatibleBitmap.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-15
Dmitry Timoshkov
gdi32: Do not allow to create too large device dependen...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-12
Stefan Dösinger
gdi32: Test bitmap depths.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-27
Alexandre Julliard
gdi32: Move the object refcount handling to the SelectO...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-27
Alexandre Julliard
gdi32: Don't pass an object pointer to the SelectObject...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Alexandre Julliard
gdi32: New DC locking mechanism that doesn't require...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-21
Alexandre Julliard
gdi32: Add separate functions for releasing/freeing...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-16
Dmitry Timoshkov
gdi32: CreateBitmapIndirect should ignore the provided...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Dmitry Timoshkov
gdi32: CreateBitmap and friends should return stock...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Alexandre Julliard
gdi32: Get rid of the gdi.h include.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
Alexandre Julliard
gdi32: Remove call to CreateCompatibleDC() from GetDIBi...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
Alexandre Julliard
gdi32: Renamed the gdi directory to gdi32.
blob
|
commitdiff
|
raw
|
diff to current