wine/dlls/commdlg fontdlg.c cdlg_Zh.rc cdlg_Wa ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 14 18:02:24 CST 2003


ChangeSet ID:	7257
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/02/14 18:02:24

Modified files:
	dlls/commdlg   : fontdlg.c cdlg_Zh.rc cdlg_Wa.rc cdlg_Sv.rc 
	                 cdlg_Sk.rc cdlg_Si.rc cdlg_Ru.rc cdlg_Pt.rc 
	                 cdlg_Pl.rc cdlg_Nl.rc cdlg_Ja.rc cdlg_It.rc 
	                 cdlg_Hu.rc cdlg_Fr.rc cdlg_Fi.rc cdlg_Es.rc 
	                 cdlg_En.rc cdlg_De.rc cdlg_Da.rc cdlg_Ca.rc 
	                 cdlg.h 

Log message:
	Shachar Shemesh <wine-patches at sun.consumer.org.il>
	- Implemented two lookup tables for the sample fonts. The first,
	"CHARSET_ORDER", is for converting codepage to ordinal charset num,
	and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample
	text.
	- Removed all references to changing the font directly in stc5.
	- Modified the "InvalidateRect" calls to invalidate the rect where
	stc5 is, rather than stc5 itself.
	- Added handling of WM_PAINT that draws the sample text, properly
	truncated.
	- Removed handling of WM_CTLCOLOR - no longer neccessary.

Patch: http://cvs.winehq.com/patch.py?id=7257

Old revision  New revision  Changes     Path
 1.47          1.48          +121 -37    wine/dlls/commdlg/fontdlg.c
 1.5           1.6           +1 -1       wine/dlls/commdlg/cdlg_Zh.rc
 1.8           1.9           +1 -1       wine/dlls/commdlg/cdlg_Wa.rc
 1.8           1.9           +1 -1       wine/dlls/commdlg/cdlg_Sv.rc
 1.7           1.8           +1 -1       wine/dlls/commdlg/cdlg_Sk.rc
 1.3           1.4           +1 -1       wine/dlls/commdlg/cdlg_Si.rc
 1.9           1.10          +1 -1       wine/dlls/commdlg/cdlg_Ru.rc
 1.8           1.9           +1 -1       wine/dlls/commdlg/cdlg_Pt.rc
 1.7           1.8           +1 -1       wine/dlls/commdlg/cdlg_Pl.rc
 1.8           1.9           +1 -1       wine/dlls/commdlg/cdlg_Nl.rc
 1.7           1.8           +1 -1       wine/dlls/commdlg/cdlg_Ja.rc
 1.7           1.8           +1 -1       wine/dlls/commdlg/cdlg_It.rc
 1.6           1.7           +1 -1       wine/dlls/commdlg/cdlg_Hu.rc
 1.9           1.10          +1 -1       wine/dlls/commdlg/cdlg_Fr.rc
 1.7           1.8           +1 -1       wine/dlls/commdlg/cdlg_Fi.rc
 1.6           1.7           +1 -1       wine/dlls/commdlg/cdlg_Es.rc
 1.24          1.25          +1 -1       wine/dlls/commdlg/cdlg_En.rc
 1.11          1.12          +1 -1       wine/dlls/commdlg/cdlg_De.rc
 1.8           1.9           +1 -1       wine/dlls/commdlg/cdlg_Da.rc
 1.7           1.8           +1 -1       wine/dlls/commdlg/cdlg_Ca.rc
 1.26          1.27          +22 -12     wine/dlls/commdlg/cdlg.h




More information about the wine-cvs mailing list