projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wmiutils: Implement IWbemPath::GetServer.
[wine]
/
dlls
/
gdi32
/
dc.c
2012-12-10
Alexandre Julliard
gdi32: Fix handling of font orientation in advanced...
blob
|
commitdiff
|
raw
2012-12-05
Alexandre Julliard
gdi32: Don't store a font pointer in the generic part...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-27
Alexandre Julliard
gdi32: Fully reset the DC state before deleting it.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Alexandre Julliard
gdi32: Add a DC hook flag to reset the DC state.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-24
Alexandre Julliard
gdi32: Remove an unused DC field.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-22
Alexandre Julliard
gdi32: Export a function to retrieve the module handle...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-21
Alexandre Julliard
gdi32: Update the ref count of stock objects when delet...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Alexandre Julliard
gdi32: Get rid of the GDIOBJHDR type.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-17
Alexandre Julliard
gdi32: Store the object type directly in the GDI handle...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-20
Alexandre Julliard
gdi32: Always update the DC before looking for the...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-31
Alexandre Julliard
gdi32: Don't implement the gamma ramp functions in...
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-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-04-27
Alexandre Julliard
gdi32: Add a SetBoundsRect driver entry point.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-16
Alexandre Julliard
gdi32: Add a GetBoundsRect driver entry point.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-16
Alexandre Julliard
gdi32: Add helper functions for manipulating bounds...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-10
Alexandre Julliard
gdi32: Add explicit fields for the DC flags.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-10
Alexandre Julliard
gdi32: Clip the returned DC bounds to the device rectangle.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-10
Alexandre Julliard
gdi32: SaveDC doesn't save the DC bounds.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Alexandre Julliard
gdi32: Store foreground/background color even when...
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 create the DC visible region when necessary.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Alexandre Julliard
gdi32: Make sure DCs are fully zero-initialized.
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-11-22
Alexandre Julliard
gdi32: Store a pointer to the path in the DC and make...
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-19
Alexandre Julliard
gdi32: Add support for pushing a font driver on the...
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-09-26
André Hentschel
gdi32: Add traces for the gamma functions.
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: Leave it up to the driver to push the new device...
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-07
Alexandre Julliard
gdi32: Don't free a driver when it's popped from 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-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-18
Alexandre Julliard
gdi32: Remove the function table pointer from the DC...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-18
Alexandre Julliard
gdi32: Find the original driver by checking the CreateD...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Alexandre Julliard
gdi32: Add a null driver entry point for GetDeviceCaps.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Alexandre Julliard
gdi32: Properly manage the driver stack during DC creat...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Alexandre Julliard
gdi32: Get rid of the no longer used DC_SAVED flag.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Alexandre Julliard
gdi32: Don't allocate a GDI handle for saved DCs.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-16
Alexandre Julliard
gdi32: Add null driver entry points for the DC state...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-15
Alexandre Julliard
gdi32: Add null driver entry point for world transform...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-12
Alexandre Julliard
gdi32: Avoid null pointer access when we are out of...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-11
Alexandre Julliard
gdi32: Add null driver entry points for the palette...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-11
Alexandre Julliard
gdi32: Add null driver entry points for the color manag...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-10
Alexandre Julliard
gdi32: Add a SetLayout driver entry point and implement...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-10
Alexandre Julliard
gdi32: Add null driver entry points for the various...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-10
Alexandre Julliard
gdi32: Add null driver entry points for SetDCBrush...
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-03-10
Alexandre Julliard
gdi32: Add a mechanism for stacking gdi drivers.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-08
Alexandre Julliard
gdi32: Add initial support for a null graphics driver.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-08
Alexandre Julliard
gdi32: Add a common header to the physdev structure.
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-08-16
Detlef Riekenberg
gdi32: Always use a HANDLE for GDI_ReleaseObj.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-29
Alexandre Julliard
gdi32: Fix offset for mirrored devices that have a...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Alexandre Julliard
gdi32: Make the top right corner the DC origin for...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-26
Alexandre Julliard
gdi32: Get rid of the GetDCOrgEx driver entry point...
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-07-23
Alexandre Julliard
gdi32: Update the DC mappings when the layout is changed.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-21
Paul Chitescu
gdi32: If driver is missing claim vectorial fonts are...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-01
Andrew Nguyen
gdi32: Fix parameter handling of GetBoundsRect.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Alexandre Julliard
gdi32: Add a global function to retrieve the display...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-06
Alexandre Julliard
gdi32: Don't bother freeing graphics drivers.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Dmitry Timoshkov
user32: DeleteDC() should allow to delete a DC returned...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Alexandre Julliard
gdi32: Avoid calling get_dc_ptr on a null handle.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Alexandre Julliard
gdi32: Reset the visible region in ResetDC.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Alexandre Julliard
gdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-26
Alexandre Julliard
gdi32: Get rid of the 16-bit DC hook support.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-24
Huw Davies
gdi32: Implement GetTransform for the other valid trans...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-23
Huw Davies
gdi32: Implement SetVirtualResolution.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Alexandre Julliard
gdi32: Completely implement RestoreDC in the driver...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Alexandre Julliard
gdi32: Completely implement SaveDC in the driver, havin...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Alexandre Julliard
gdi32: Move the whole DC restoring functionality into...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Alexandre Julliard
gdi32: Move the whole DC saving functionality into...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Alexandre Julliard
gdi32: Move freeing of the DC path and regions into...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-06
Dmitry Timoshkov
gdi32: Cache current font code page in the DC structure.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-06
Dmitry Timoshkov
gdi32: Add a couple of SetGraphicsMode/SetWorldTransfor...
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: Increment the reference count for the initial...
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 Delete...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-26
Michael Stefaniuc
gdi32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-15
Francois Gouget
gdi32: Make [GS]etDCState() static.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Dmitry Timoshkov
Revert "gdi32: Reselect objects into the DC only if...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Dmitry Timoshkov
gdi32: Print the assigned world transform.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-22
Alexandre Julliard
gdi32: Perform coordinate transformations using doubles...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Dmitry Timoshkov
gdi32: Do not reselect objects while recording a metafi...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-23
Dmitry Timoshkov
gdi32: Reselect objects into the DC only if scaling...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Alexandre Julliard
gdi32: Fix CreateCompatibleDC to reject invalid DCs.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Austin English
gdi32: Spelling fixes.
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-17
Alexandre Julliard
gdi32: Export the DC hook functions as 32-bit functions.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Alexandre Julliard
gdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer...
blob
|
commitdiff
|
raw
|
diff to current
next