- Rewrite of the shell related parts of the dialog to use the already
commite2f4aefb38a4e02d012e9ef12720120c6a99088d
authorJuergen Schmied <juergen.schmied@debitel.net>
Fri, 2 Jun 2000 19:36:53 +0000 (2 19:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Jun 2000 19:36:53 +0000 (2 19:36 +0000)
tree5f5a841570dc1c19b29b29fd33eb74b9f405e428
parent2e011a52435c62571eb96cdcb2d0abddcba82df8
- Rewrite of the shell related parts of the dialog to use the already
  in shell32implemented functions (ShellFolder/Path*). Eliminated direct
  file access.
- Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
  some dlls per *.spec file
- Most OpenFile Flags (OFN_*) should work properly now
- The edit box should work right with all stuff entered in it like
  ..\temp\file.txt or just c: to change a drive
- Optimized DataObject handling
- Some bugs fixed, should work with native shell32 again.
- Stubs for PrintDlgEx
dlls/commdlg/cdlg.h
dlls/commdlg/cdlg32.c
dlls/commdlg/cdlg_En.rc
dlls/commdlg/comdlg32.spec
dlls/commdlg/filedlg95.c
dlls/commdlg/filedlgbrowser.c
dlls/commdlg/filedlgbrowser.h
dlls/commdlg/printdlg.c