projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Create the system heap event before the shared mapping to avoid a race
[wine]
/
dlls
/
gdi
/
2004-04-20
Francois Gouget
Make Unicode strings static const.
tree
|
commitdiff
2004-04-19
Francois Gouget
Make Unicode const strings static so they are not copie...
tree
|
commitdiff
2004-04-14
Alexandre Julliard
Moved wine_get_unix_file_name implementation to ntdll...
tree
|
commitdiff
2004-04-14
Kevin Koltzau
Partial stub of GdiAlphaBlend/AlphaBlend.
tree
|
commitdiff
2004-04-02
Mike McCormack
Fix bug in GdiGradientFill.
tree
|
commitdiff
2004-03-31
Mike McCormack
Optimize GdiGradientFill by drawing lines instead of...
tree
|
commitdiff
2004-03-29
Mike McCormack
Write EMRPOLYLINE16 if points fit into a SHORT.
tree
|
commitdiff
2004-03-29
Mike McCormack
Unicodify CreateMetaFile.
tree
|
commitdiff
2004-03-24
Alexandre Julliard
.spec.c files are no longer used for 32-bit dlls.
tree
|
commitdiff
2004-03-12
Dmitry Timoshkov
CreateDIBSection takes a const pointer to BITMAPINFO.
tree
|
commitdiff
2004-03-11
Dmitry Timoshkov
Eliminate some unnecessary direct accesses to DC intern...
tree
|
commitdiff
2004-03-09
Dmitry Timoshkov
Added an EMF test suite.
tree
|
commitdiff
2004-03-09
Robert Shearman
Check for NULL pointers returned by HeapAlloc.
tree
|
commitdiff
2004-03-09
Huw Davies
Add registry entries for any fonts found by fontconfig...
tree
|
commitdiff
2004-03-04
Alexandre Julliard
Moved more GDI definitions to gdi_private.h.
tree
|
commitdiff
2004-03-04
Alexandre Julliard
Changed the CreateDC driver entry point to use an HDC...
tree
|
commitdiff
2004-03-04
Alexandre Julliard
Pass the gdiFont object to the SelectFont driver entry...
tree
|
commitdiff
2004-03-04
Alexandre Julliard
Pass the breakExtra value in the ExtTextOut driver...
tree
|
commitdiff
2004-03-03
Alexandre Julliard
Implemented Get/SetBoundsRect based on a patch by Ken...
tree
|
commitdiff
2004-03-02
Alexandre Julliard
We no longer use the .exe.spec.c files.
tree
|
commitdiff
2004-02-20
Rein Klazes
Add stub implementation for SetICMProfileA().
tree
|
commitdiff
2004-02-17
Alexandre Julliard
Added support for building a dll from a .def file for...
tree
|
commitdiff
2004-02-13
Alexandre Julliard
Get rid of a few 16-bit exports in gdi32.
tree
|
commitdiff
2004-02-13
Alexandre Julliard
Moved hGCClipRgn handling to the graphics driver.
tree
|
commitdiff
2004-02-12
Alexandre Julliard
Moved remaining files from graphics/ to dlls/gdi.
tree
|
commitdiff
2004-02-12
Huw Davies
GetCharABCWidths returns the widths of unrotated glyphs...
tree
|
commitdiff
2004-02-12
Alexandre Julliard
Moved some code out of the graphics/ directory into...
tree
|
commitdiff
2004-02-02
Kevin Koltzau
Implementation of gdi32.GdiTransparentBlt and msimg32...
tree
|
commitdiff
2004-02-02
Huw Davies
GulimChe has the IsFixedPitch flag set, yet contains...
tree
|
commitdiff
2004-01-27
Francois Gouget
Add missing '\n's to debug traces.
tree
|
commitdiff
2004-01-23
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2004-01-20
Rein Klazes
Fix MultiByteToWideChar and WideCharToMultiByte when...
tree
|
commitdiff
2004-01-19
Huw Davies
Fix compilation if Freetype isn't installed.
tree
|
commitdiff
2004-01-18
Alexandre Julliard
Use the exported FONTENUMPROCW as parameter in the...
tree
|
commitdiff
2004-01-16
Vincent Béron
Fix compilation with ICU after introduction of gdi_priv...
tree
|
commitdiff
2004-01-15
Alexandre Julliard
Get rid of the global INTERNAL_[XY]WSTODS macros.
tree
|
commitdiff
2004-01-15
Alexandre Julliard
Moved a bunch of definitions from gdi.h into a new...
tree
|
commitdiff
2004-01-14
Alexandre Julliard
Moved SetDrawable, StartGraphicsExposures and EndGraphi...
tree
|
commitdiff
2004-01-13
Alexandre Julliard
Moved some code around to avoid exporting DIB functions...
tree
|
commitdiff
2004-01-13
Marcus Meissner
Added stub for EnumICMProfilesA/W.
tree
|
commitdiff
2004-01-05
Eric Pouech
Made wine_get_unix_file_name take a Unicode string...
tree
|
commitdiff
2003-12-15
Marcus Meissner
Older versions of freetype do not have FT_Get_First_Char.
tree
|
commitdiff
2003-12-10
Huw Davies
If a font has a version 0 OS2 table then Windows uses...
tree
|
commitdiff
2003-12-08
Huw Davies
If usWinAscent + usWinDescent == 0 then use the Ascende...
tree
|
commitdiff
2003-12-01
Huw Davies
Implement CopyEnhMetaFileW.
tree
|
commitdiff
2003-11-26
Mike McCormack
Use the handle deletion mechanism in wmfs.
tree
|
commitdiff
2003-11-25
Huw Davies
Let enhmetafiles reuse gdi handles. This works by...
tree
|
commitdiff
2003-11-19
Rein Klazes
Include ft2build.h before freetype/freetype.h. Libfreet...
tree
|
commitdiff
2003-11-17
Alexandre Julliard
Removed some unnecessary includes.
tree
|
commitdiff
2003-11-12
Huw Davies
Scale the OUTLINETEXTMETRIC's bounding box with the...
tree
|
commitdiff
2003-11-11
Dmitry Timoshkov
Constify strings.
tree
|
commitdiff
2003-11-09
Huw Davies
Load any TrueType fonts that fontconfig knows about.
tree
|
commitdiff
2003-11-05
Vincent Béron
Implemented GetDCPenColor and GetDCBrushColor.
tree
|
commitdiff
2003-11-05
Ulrich Czekalla
Implemented SetDCPenColor and SetDCBrushColor.
tree
|
commitdiff
2003-10-28
Marcus Meissner
Use freetype 2.0 defines for font encodings instead...
tree
|
commitdiff
2003-10-24
Alexandre Julliard
Updated some of the generated tests.
tree
|
commitdiff
2003-10-22
Dave Belanger
Fix EMF driver UpdateBBox routine. The EMF bounding...
tree
|
commitdiff
2003-10-15
Marcus Meissner
Specify fourcc codes for encodings directly, instead...
tree
|
commitdiff
2003-10-15
Dave Belanger
Improved selection of freetype face charmap.
tree
|
commitdiff
2003-10-15
Dave Belanger
Implemented BitBlt, StretchBlt and SetDIBitsToDevice...
tree
|
commitdiff
2003-10-14
Dmitry Timoshkov
Fixed some problems found while compiling and linking...
tree
|
commitdiff
2003-10-11
Dave Belanger
Implementation of underline and strikeout text in xrender.
tree
|
commitdiff
2003-10-11
Dimitrie O. Paun
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
tree
|
commitdiff
2003-10-10
Dave Belanger
Implementation of SetTextJustication EMF driver callback.
tree
|
commitdiff
2003-10-10
Dave Belanger
Improved font glyph transformation support in GetGlyphO...
tree
|
commitdiff
2003-10-09
Dave Belanger
Improved the bounding box calculation for the EMF drive...
tree
|
commitdiff
2003-10-09
Dave Belanger
Implementation of EMF driver OffsetViewportOrg and...
tree
|
commitdiff
2003-10-08
Dave Belanger
Implementation of SetPixel metarecord.
tree
|
commitdiff
2003-10-08
Dave Belanger
Avoid excessive heap memory reallocation when generatin...
tree
|
commitdiff
2003-10-08
Francois Gouget
Some spelling fixes.
tree
|
commitdiff
2003-10-07
Dave Belanger
Spit out EMR_RESTOREDC metarecords with -1 as argument...
tree
|
commitdiff
2003-10-04
Dave Belanger
Improved generation of font signature from freetype...
tree
|
commitdiff
2003-10-04
Dave Belanger
Face families are in the top 4 bits of lfPitchAndFamily...
tree
|
commitdiff
2003-10-04
Dave Belanger
Implemented the SetArcDirection metarecord in EMF driver.
tree
|
commitdiff
2003-10-01
Jon Griffiths
Documentation updates.
tree
|
commitdiff
2003-09-30
Daniel Marmier
Use #ifdef instead of #if for all feature tests.
tree
|
commitdiff
2003-09-26
Dimitrie O. Paun
Remove the obsolete pascal16 (replaced by pascal -ret16).
tree
|
commitdiff
2003-09-24
Alexandre Julliard
Moved DLLFLAGS to a separate variable instead of includ...
tree
|
commitdiff
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
tree
|
commitdiff
2003-09-03
Alexandre Julliard
Avoid heap reallocation each time a metarecord is writt...
tree
|
commitdiff
2003-08-30
Dave Belanger
Implementation of SelectPalette and RealizePalette...
tree
|
commitdiff
2003-08-30
Warren Baird
Save the ext alignment information in a 8-bytes metarec...
tree
|
commitdiff
2003-08-12
Alexandre Julliard
Allocate DebugInfo field for all critical sections...
tree
|
commitdiff
2003-08-12
Dmitry Timoshkov
Convert CreateDC to unicode in the driver interface.
tree
|
commitdiff
2003-06-30
Dmitry Timoshkov
For all DLLs with defined DllMain and which do not...
tree
|
commitdiff
2003-06-27
Shachar Shemesh
Implementation of the reordering algorithm by calling...
tree
|
commitdiff
2003-06-24
Mike McCormack
Handle CreateMetaFileW(NULL) correctly.
tree
|
commitdiff
2003-06-23
Alexandre Julliard
Added special case for "display" in DRIVER_GetDriverNam...
tree
|
commitdiff
2003-06-23
Huw Davies
Don't enable client side fonts unless we have at least...
tree
|
commitdiff
2003-06-23
Mike McCormack
Record SetWorldTransform and ModifyWorldTransform in...
tree
|
commitdiff
2003-06-20
Alexandre Julliard
Added checks for ICU libraries (based on a patch by...
tree
|
commitdiff
2003-05-21
Mike McCormack
Implemented GdiComment for enhanced metafiles.
tree
|
commitdiff
2003-05-19
Huw Davies
Implemented a few more device caps.
tree
|
commitdiff
2003-05-19
Mike McCormack
Implemented StretchDIBits in the EMF code.
tree
|
commitdiff
2003-05-19
Dmitry Timoshkov
Fixed some issues in EMFDRV_ExtTextOut.
tree
|
commitdiff
2003-05-19
Huw Davies
Record escapes in metafiles.
tree
|
commitdiff
2003-05-13
Alexandre Julliard
Use a different magic for memory DCs and get rid of...
tree
|
commitdiff
2003-05-13
Alexandre Julliard
Reset signal handlers when starting child process.
tree
|
commitdiff
2003-05-12
Warren Baird
Fix the PolyPolygon function so it really generates...
tree
|
commitdiff
2003-05-12
Huw Davies
Allow the cups port to be redirectable. This gives...
tree
|
commitdiff
next