reactos/win32ss/gdi/ntgdi
Joachim Henze 72a4ecb7fc [0.4.10][WIN32SS] Fix regression CORE-15558 Font enumeration
Fixes CORE-15558 "AbiWord font listbox should display a specific font only once, but displays each of them many times instead"
which regressed by SVN r75491 == 0.4.7-dev-32-g d10c0ec112

by porting back the commits:
0.4.12-dev-320-g 6e4e5a004c
and
0.4.13-dev-107-g ae8417fd90 to prevent introducing another regression CORE_15785 with the initial fix.
and some more addendums to prevent introducing regression CORE_15755

I verified afterwards that all 3 issues: CORE-15558, CORE_15785 and CORE_15755 are in fixed state.

Actually I don't really like the resulting code due to the qsort() that it introduces into
win32ss/gdi/gdi32/objects/font.c
We did not need that at all before 0.4.7-dev-32-g d10c0ec112
In case that qsort() would ever reveal any new trouble like reduced performance or stack overflow,
we should structurally revert all that context to 0.4.7-dev-31 instead.
IntEnumFontFamilies() is called immediately upon process initialization for many applications and the qsorted-list is *huge*,
so this indeed could be relevant for performance.
2020-12-31 22:09:07 +01:00
..
arc.c
baseobj.hpp
bezier.c
bitblt.c
bitmaps.c
bitmaps.h
brush.cpp
brush.h
brush.hpp
cliprgn.c
cliprgn.h
color.h
coord.c [GDI] - Add type for setting world transform modification modes. 2017-11-24 17:22:43 -06:00
coord.h
dc.h
dcattr.c
dclife.c
dcobjs.c
dcstate.c
dcutil.c
device.c
dib.h
dibobj.c [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
drawing.c
fillshap.c [WIN32K] Check for empty output rect in GreGradientFill 2017-12-28 10:46:01 +01:00
font.c [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
font.h [0.4.10] [FONT][WIN32SS] Include the style name in the registry key. 2018-10-02 23:42:51 +02:00
freetype.c [0.4.10][WIN32SS] Fix regression CORE-15558 Font enumeration 2020-12-31 22:09:07 +01:00
gdibatch.c
gdidbg.c [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
gdidebug.h
gdifloat.h
gdikdbgext.c
gdiobj.c [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
gdiobj.h
gdipool.c
icm.c
init.c
intgdi.h
line.c
metafile.c
misc.h [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
paint.h
palette.c [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
palette.h
path.c [GDI] - Add type for setting world transform modification modes. 2017-11-24 17:22:43 -06:00
path.h
pen.c
pen.h
polyfill.c
print.c [WIN32SS] 2017-11-18 12:15:45 +01:00
rect.c
rect.h [WIN32K] Implement RECTL_bClipRectBySize() and use it in IntEngBitBlt() to clip the target rect against the bounds of the target surface. Also clip the source rect against the source surface. Fixes remaining part of CORE-14463 2018-06-30 16:40:04 +02:00
region.c [0.4.10][WIN32SS] Fix assert with Winamp 5.666 CORE-10774 2020-12-11 04:07:20 +01:00
region.h
stockobj.c [WIN32SS][FONT] Fix the system logical stock font data (#709) 2018-08-10 15:37:37 +02:00
text.c [0.4.10] [WIN32SS][FONT] Fix GetTextFace function and related (#829) CORE-14926 2018-08-30 19:50:06 +02:00
text.h [0.4.10] [WIN32SS][FONT] Fix GetTextFace function and related (#829) CORE-14926 2018-08-30 19:50:06 +02:00
wingl.c
xformobj.c
xformobj.h