Sign in
goma
/
wine
/
adb4cb38906dde1e2e83ae2ccd1e36d6b5a1a484
/
dlls
/
gdi
52c0832
Make Unicode strings static const.
by Francois Gouget
· 21 years ago
6a6c85c
Make Unicode const strings static so they are not copied to the stack
by Francois Gouget
· 21 years ago
1cb0cf4
Moved wine_get_unix_file_name implementation to ntdll, and changed it
by Alexandre Julliard
· 21 years ago
ac05d0d
Partial stub of GdiAlphaBlend/AlphaBlend.
by Kevin Koltzau
· 21 years ago
61acd0d
Fix bug in GdiGradientFill.
by Mike McCormack
· 21 years ago
307ee76
Optimize GdiGradientFill by drawing lines instead of pixels.
by Mike McCormack
· 21 years ago
d00141a
Write EMRPOLYLINE16 if points fit into a SHORT.
by Mike McCormack
· 21 years ago
4eaf41b
Unicodify CreateMetaFile.
by Mike McCormack
· 21 years ago
9e4ed64
.spec.c files are no longer used for 32-bit dlls.
by Alexandre Julliard
· 21 years ago
21fc3c8
CreateDIBSection takes a const pointer to BITMAPINFO.
by Dmitry Timoshkov
· 21 years ago
90c42fe
Eliminate some unnecessary direct accesses to DC internals from EMF driver.
by Dmitry Timoshkov
· 21 years ago
84d66c0
Added an EMF test suite.
by Dmitry Timoshkov
· 21 years ago
d315f6b
Check for NULL pointers returned by HeapAlloc.
by Robert Shearman
· 21 years ago
db226a8
Add registry entries for any fonts found by fontconfig or that are in
by Huw Davies
· 21 years ago
05df86a
Moved more GDI definitions to gdi_private.h. Get rid of bitmap.h and palette.h.
by Alexandre Julliard
· 21 years ago
83decd2
Changed the CreateDC driver entry point to use an HDC instead of a DC pointer.
by Alexandre Julliard
· 21 years ago
ebd2480
Pass the gdiFont object to the SelectFont driver entry point so that
by Alexandre Julliard
· 21 years ago
8d18b2a
Pass the breakExtra value in the ExtTextOut driver call, since there
by Alexandre Julliard
· 21 years ago
cb4ecc8
Implemented Get/SetBoundsRect based on a patch by Ken Belleau.
by Alexandre Julliard
· 21 years ago
589e115
We no longer use the .exe.spec.c files.
by Alexandre Julliard
· 21 years ago
8677fbf
Add stub implementation for SetICMProfileA().
by Rein Klazes
· 21 years ago
492ac29
Added support for building a dll from a .def file for cases where we
by Alexandre Julliard
· 21 years ago
7fd58cb
Get rid of a few 16-bit exports in gdi32.
by Alexandre Julliard
· 21 years ago
e04fe7d
Moved hGCClipRgn handling to the graphics driver.
by Alexandre Julliard
· 21 years ago
85106cd
Moved remaining files from graphics/ to dlls/gdi.
by Alexandre Julliard
· 21 years ago
2cd9ee9
GetCharABCWidths returns the widths of unrotated glyphs like
by Huw Davies
· 21 years ago
beacd10
Moved some code out of the graphics/ directory into dlls/gdi.
by Alexandre Julliard
· 21 years ago
4a4b5d4
Implementation of gdi32.GdiTransparentBlt and msimg32.TransparentBlt.
by Kevin Koltzau
· 21 years ago
8607f28
GulimChe has the IsFixedPitch flag set, yet contains glyphs of
by Huw Davies
· 21 years ago
6b6ed72
Add missing '\n's to debug traces.
by Francois Gouget
· 21 years ago
7494b5b
Add trailing '\n's to ok() calls. Check whether _MSC_VER is defined.
by Francois Gouget
· 21 years ago
f20ce3b
Fix MultiByteToWideChar and WideCharToMultiByte when called with code
by Rein Klazes
· 21 years ago
5e86e9d
Fix compilation if Freetype isn't installed.
by Huw Davies
· 21 years ago
32f1ac3
Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
by Alexandre Julliard
· 21 years ago
82ceaca
Fix compilation with ICU after introduction of gdi_private.h.
by Vincent Béron
· 21 years ago
7342390
Get rid of the global INTERNAL_[XY]WSTODS macros.
by Alexandre Julliard
· 21 years ago
6ec42c0
Moved a bunch of definitions from gdi.h into a new gdi_private.h to
by Alexandre Julliard
· 21 years ago
85dcf1e
Moved SetDrawable, StartGraphicsExposures and EndGraphicsExposures
by Alexandre Julliard
· 21 years ago
53145d9
Moved some code around to avoid exporting DIB functions from gdi32.
by Alexandre Julliard
· 21 years ago
2197311
Added stub for EnumICMProfilesA/W.
by Marcus Meissner
· 21 years ago
5bf3a26
Made wine_get_unix_file_name take a Unicode string pointer.
by Eric Pouech
· 21 years ago
7d7ce50
Older versions of freetype do not have FT_Get_First_Char.
by Marcus Meissner
· 21 years ago
c91c868
If a font has a version 0 OS2 table then Windows uses ANSI_CHARSET if
by Huw Davies
· 21 years ago
6d4fc7e
If usWinAscent + usWinDescent == 0 then use the Ascender and Descender
by Huw Davies
· 21 years ago
1025ff0
Implement CopyEnhMetaFileW.
by Huw Davies
· 21 years ago
7eab865
Use the handle deletion mechanism in wmfs.
by Mike McCormack
· 21 years ago
9e8ce63
Let enhmetafiles reuse gdi handles. This works by a dc 'registering'
by Huw Davies
· 21 years ago
e617a9c
Include ft2build.h before freetype/freetype.h. Libfreetype 2.1.7 requires this.
by Rein Klazes
· 21 years ago
f9be2f3
Removed some unnecessary includes.
by Alexandre Julliard
· 21 years ago
ef2ac7a
Scale the OUTLINETEXTMETRIC's bounding box with the font size.
by Huw Davies
· 21 years ago
bec6cfe
Constify strings.
by Dmitry Timoshkov
· 21 years ago
6e12807
Load any TrueType fonts that fontconfig knows about.
by Huw Davies
· 21 years ago
bd699e5
Implemented GetDCPenColor and GetDCBrushColor.
by Vincent Béron
· 21 years ago
16ff668
Implemented SetDCPenColor and SetDCBrushColor.
by Ulrich Czekalla
· 21 years ago
d9b1bb7
Use freetype 2.0 defines for font encodings instead of misuse of MS_MAKE_TAG.
by Marcus Meissner
· 21 years ago
b83789f
Updated some of the generated tests.
by Alexandre Julliard
· 21 years ago
46329e8
Fix EMF driver UpdateBBox routine. The EMF bounding box must be stored
by Dave Belanger
· 21 years ago
b1b1e29
Specify fourcc codes for encodings directly, instead of using changing
by Marcus Meissner
· 21 years ago
2925d6a
Improved selection of freetype face charmap.
by Dave Belanger
· 21 years ago
53f2e61
Implemented BitBlt, StretchBlt and SetDIBitsToDevice EMF driver
by Dave Belanger
· 21 years ago
2581db8
Fixed some problems found while compiling and linking Wine under Cygwin.
by Dmitry Timoshkov
· 21 years ago
9973af5
Implementation of underline and strikeout text in xrender.
by Dave Belanger
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
3da1e24
Implementation of SetTextJustication EMF driver callback.
by Dave Belanger
· 21 years ago
43e8471
Improved font glyph transformation support in GetGlyphOutline.
by Dave Belanger
· 21 years ago
5735c58
Improved the bounding box calculation for the EMF driver ExtTextOut
by Dave Belanger
· 21 years ago
36a6c74
Implementation of EMF driver OffsetViewportOrg and OffsetWindowOrg
by Dave Belanger
· 21 years ago
633e379
Implementation of SetPixel metarecord.
by Dave Belanger
· 21 years ago
a7bbf47
Avoid excessive heap memory reallocation when generating EMF
by Dave Belanger
· 21 years ago
61ef356
Some spelling fixes.
by Francois Gouget
· 21 years ago
d1fa4b2
Spit out EMR_RESTOREDC metarecords with -1 as argument as long as we
by Dave Belanger
· 21 years ago
78711dd
Improved generation of font signature from freetype face charmaps.
by Dave Belanger
· 21 years ago
f0d96a2
Face families are in the top 4 bits of lfPitchAndFamily, so mask with
by Dave Belanger
· 21 years ago
325f646
Implemented the SetArcDirection metarecord in EMF driver.
by Dave Belanger
· 22 years ago
4c1fa16
Documentation updates.
by Jon Griffiths
· 22 years ago
a613de2
Use #ifdef instead of #if for all feature tests.
by Daniel Marmier
· 22 years ago
8b25584
Remove the obsolete pascal16 (replaced by pascal -ret16).
by Dimitrie O. Paun
· 22 years ago
16cd861
Moved DLLFLAGS to a separate variable instead of including it in DEFS.
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
038ede8
Avoid heap reallocation each time a metarecord is written in memory
by Alexandre Julliard
· 22 years ago
549e247
Implementation of SelectPalette and RealizePalette in the metafile driver.
by Dave Belanger
· 22 years ago
2c754a6
Save the ext alignment information in a 8-bytes metarecord as it should be.
by Warren Baird
· 22 years ago
19b6a49
Allocate DebugInfo field for all critical sections (based on a patch
by Alexandre Julliard
· 22 years ago
3a910c7
Convert CreateDC to unicode in the driver interface.
by Dmitry Timoshkov
· 22 years ago
4e1ef0c
For all DLLs with defined DllMain and which do not require
by Dmitry Timoshkov
· 22 years ago
409374d
Implementation of the reordering algorithm by calling ICU's reordering
by Shachar Shemesh
· 22 years ago
69ac76d
Handle CreateMetaFileW(NULL) correctly.
by Mike McCormack
· 22 years ago
280528a
Added special case for "display" in DRIVER_GetDriverName so that
by Alexandre Julliard
· 22 years ago
c23f857
Don't enable client side fonts unless we have at least one non-symbol
by Huw Davies
· 22 years ago
10c37640
Record SetWorldTransform and ModifyWorldTransform in enhanced metafiles.
by Mike McCormack
· 22 years ago
4ee8290
Added checks for ICU libraries (based on a patch by Shachar Shemesh).
by Alexandre Julliard
· 22 years ago
399967c
Implemented GdiComment for enhanced metafiles.
by Mike McCormack
· 22 years ago
cc5f3cd
Implemented a few more device caps.
by Huw Davies
· 22 years ago
3b57086
Implemented StretchDIBits in the EMF code.
by Mike McCormack
· 22 years ago
7faae4c
Fixed some issues in EMFDRV_ExtTextOut.
by Dmitry Timoshkov
· 22 years ago
6ac6751
Record escapes in metafiles.
by Huw Davies
· 22 years ago
e1147ba
Use a different magic for memory DCs and get rid of the DC_MEMORY flag.
by Alexandre Julliard
· 22 years ago
fde5ab1
Reset signal handlers when starting child process.
by Alexandre Julliard
· 22 years ago
2711374
Fix the PolyPolygon function so it really generates a polypolygon and
by Warren Baird
· 22 years ago
ee3e986
Allow the cups port to be redirectable. This gives us the option of
by Huw Davies
· 22 years ago
Next »