.. |
tests
|
comdlg32: Fix test under win98.
|
2008-10-28 12:45:55 +01:00 |
800.bmp
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
cdlg.h
|
Annotate with allocation size attribute.
|
2008-09-05 11:22:26 +02:00 |
cdlg16.h
|
Don't include windows.h & co in the Wine sources.
|
2006-10-24 17:47:09 +02:00 |
cdlg32.c
|
comdlg32: Implement CDM_GETFOLDERIDLIST.
|
2008-06-20 12:12:50 +02:00 |
cdlg_Bg.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Ca.rc
|
comdlg32: Fix the Catalan translation including some size fixes too.
|
2008-05-27 12:06:03 +02:00 |
cdlg_Cs.rc
|
comdlg32: Remove spaces before '\n' in resource strings.
|
2008-06-11 20:02:54 +02:00 |
cdlg_Da.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_De.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_El.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_En.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Eo.rc
|
comdlg32: Remove spaces before '\n' in resource strings.
|
2008-06-11 20:02:54 +02:00 |
cdlg_Es.rc
|
comdlg32: Remove spaces before '\n' in resource strings.
|
2008-06-11 20:02:54 +02:00 |
cdlg_Fi.rc
|
comdlg32: Remove spaces before '\n' in resource strings.
|
2008-06-11 20:02:54 +02:00 |
cdlg_Fr.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Hu.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_It.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Ja.rc
|
comdlg32: Convert Japanese resource to UTF-8.
|
2008-10-13 11:40:54 +02:00 |
cdlg_Ko.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Nl.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_No.rc
|
Fix the resources to remove extraneous spaces in '...'.
|
2008-06-05 15:53:05 +02:00 |
cdlg_Pl.rc
|
comdlg32: Remove spaces before '\n' in resource strings.
|
2008-06-11 20:02:54 +02:00 |
cdlg_Pt.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Ro.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Ru.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Si.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Sk.rc
|
comdlg32: Remove spaces before '\n' in resource strings.
|
2008-06-11 20:02:54 +02:00 |
cdlg_Sv.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Th.rc
|
comdlg32: Fix the Thai translation.
|
2008-05-28 11:30:46 +02:00 |
cdlg_Tr.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Uk.rc
|
comdlg32: Remove spaces before '...'.
|
2008-06-12 12:03:36 +02:00 |
cdlg_Wa.rc
|
comdlg32: Fix the Walon translation.
|
2008-05-28 11:30:42 +02:00 |
cdlg_xx.rc
|
comdlg32: Remove spaces before '\n' (and some after) in resource strings.
|
2008-06-11 20:02:57 +02:00 |
cdlg_Zh.rc
|
comdlg32: Update simplified Chinese resource.
|
2008-09-02 11:57:36 +02:00 |
cdrom.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
colordlg.c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
colordlg16.c
|
Assorted spelling fixes.
|
2008-02-15 12:09:24 +01:00 |
comdlg32.spec
|
|
|
commdlg.spec
|
|
|
filedlg.c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
filedlg16.c
|
Assorted spelling fixes.
|
2008-02-15 12:09:24 +01:00 |
filedlg31.c
|
comdlg32: Avoid possible NULL pointer dereference (Coverity).
|
2008-10-15 16:44:05 +02:00 |
filedlg31.h
|
comdlg32: Remove inappropriate const qualifier.
|
2007-04-06 12:31:10 +02:00 |
filedlgbrowser.c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
filedlgbrowser.h
|
comdlg32: Moved prototypes to the header file and fixed declaration of FileOpenDlgInfosStr.
|
2006-11-30 15:15:46 +01:00 |
finddlg16.c
|
comdlg32: Constify some variables.
|
2007-04-06 12:31:09 +02:00 |
finddlg32.c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
floppy.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
folder.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
folder2.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
fontdlg.c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
fontdlg16.c
|
comdlg32: Cast-qual warning fix.
|
2007-07-09 11:45:57 +02:00 |
fontpics.bmp
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
hdisk.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
Makefile.in
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
network.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
pd32_collate.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
pd32_landscape.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
pd32_nocollate.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
pd32_portrait.ico
|
comdlg32: We can now store binary files in the repository.
|
2007-09-17 15:40:36 +02:00 |
printdlg.c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
printdlg.h
|
comdlg32: Make some data const.
|
2006-11-29 12:44:47 +01:00 |
printdlg16.c
|
comdlg32: Don't cast the return value of GetProp() as it is a HANLE aka void pointer.
|
2008-10-31 12:57:53 +01:00 |
rsrc.rc
|
comdlg32: Merge Chinese resources into a single file.
|
2008-08-29 13:52:47 +02:00 |