projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add de-interleaving for GIF images.
[wine]
/
dlls
/
gdi
/
2004-09-15
Vincent Béron
Use the preferred FT_ENCODING values rather than ft_enc...
tree
|
commitdiff
2004-09-13
Jon Griffiths
CreateDCA -> CreateDCW
tree
|
commitdiff
2004-09-13
Alexandre Julliard
Authors: Michael Kaufmann <hallo@michael-kaufmann.ch...
tree
|
commitdiff
2004-09-13
Dmitry Timoshkov
When DC mapping changes reselect current pen to update...
tree
|
commitdiff
2004-09-08
Hans Leidekker
Fix signed/unsigned comparison warnings.
tree
|
commitdiff
2004-09-07
Francois Gouget
Test some more gdi types.
tree
|
commitdiff
2004-09-06
Francois Gouget
Disable MSVC warning 4116 to avoid the 'unnamed type...
tree
|
commitdiff
2004-09-02
Robert Shearman
Default clipping region should be resolution of the...
tree
|
commitdiff
2004-09-02
Dmitry Timoshkov
Added a test showing how GDI scales bitmap font metrics.
tree
|
commitdiff
2004-09-01
Mike McCormack
Add a basic GDI LOGFONT test, fix a couple of failures.
tree
|
commitdiff
2004-09-01
Alexandre Julliard
Inline functions don't need WINE_UNUSED.
tree
|
commitdiff
2004-08-31
Alexandre Julliard
Get rid of the non-standard CONV_POINT and CONV_RECT...
tree
|
commitdiff
2004-08-26
Huw Davies
FreeType doesn't supply a charmap for bitmap fonts...
tree
|
commitdiff
2004-08-25
Huw Davies
Make the DEFAULT_GUI_FONT scalable with screen resoluti...
tree
|
commitdiff
2004-08-25
Francois Gouget
Enable the disabled tests in tests.data or add a commen...
tree
|
commitdiff
2004-08-22
Francois Gouget
Remove these Wine-only types:
tree
|
commitdiff
2004-08-20
Jon Griffiths
Return a stock brush when asking for a brush with the...
tree
|
commitdiff
2004-08-20
Robert Shearman
- Fix type in GetRandomRegion function.
tree
|
commitdiff
2004-08-17
Huw Davies
Convert installed font list to list.h.
tree
|
commitdiff
2004-08-13
Huw Davies
If a device doesn't support device bitmaps, then store...
tree
|
commitdiff
2004-08-12
Huw Davies
Repect the width of both the src and dst when calculati...
tree
|
commitdiff
2004-08-11
Alexandre Julliard
Avoid some non-portable makefile constructs, and get...
tree
|
commitdiff
2004-08-11
Huw Davies
Don't try to rotate bitmap fonts.
tree
|
commitdiff
2004-08-11
Huw Davies
Fix maskblt to work with any set of rops and to also...
tree
|
commitdiff
2004-08-11
Huw Davies
Don't ever return a bitmap font if the driver can't...
tree
|
commitdiff
2004-08-10
Huw Davies
We don't currently support horizontal stretching of...
tree
|
commitdiff
2004-08-09
Huw Davies
GetCharABCWidths should fail for non-scalable fonts.
tree
|
commitdiff
2004-08-09
Huw Davies
Try harder to match to a font if the family name is...
tree
|
commitdiff
2004-08-09
Huw Davies
Break and default char are both relative to first char...
tree
|
commitdiff
2004-08-06
Huw Davies
Actually pass the blend function on to the graphics...
tree
|
commitdiff
2004-08-06
Huw Davies
Maintain a cache (currently of up to 10) of unused...
tree
|
commitdiff
2004-08-04
Huw Davies
Convert gdi font list to use list.h.
tree
|
commitdiff
2004-08-02
Huw Davies
Implement AlphaBlend using the XRENDER extension.
tree
|
commitdiff
2004-07-30
Jeroen Janssen
Updated some MSDN links in the code.
tree
|
commitdiff
2004-07-22
Huw Davies
Make tmUnderlined and tmStruckOut reflect the values...
tree
|
commitdiff
2004-07-21
Alexandre Julliard
Moved all files from the objects/ directory to dlls...
tree
|
commitdiff
2004-07-21
Alexandre Julliard
Moved LineDDA implementation to dlls/gdi/painting.c.
tree
|
commitdiff
2004-07-14
Huw Davies
Fix font replacements to work with bitmap fonts.
tree
|
commitdiff
2004-07-13
Alexandre Julliard
Allow specifying multiple graphics drivers and use...
tree
|
commitdiff
2004-06-18
Dmitry Timoshkov
Do not allow creation of not aligned EMF records by...
tree
|
commitdiff
2004-06-16
Huw Davies
Add support for bitmap fonts.
tree
|
commitdiff
2004-05-18
Eric Pouech
Added some missing prototypes.
tree
|
commitdiff
2004-05-04
Francois Gouget
Make our ascii strings static const.
tree
|
commitdiff
2004-05-04
Alexandre Julliard
Updated the auto-generated tests.
tree
|
commitdiff
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
next