[CLIPBRD]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 14 Nov 2015 16:45:41 +0000 (16:45 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 14 Nov 2015 16:45:41 +0000 (16:45 +0000)
commit1ec8189e8737fb688810de89c49cb472cc06a59f
tree60657208ce2fef952dd3d967d25ac608f34468a6
parent9bccd936558eb1374d5a2b718614954f32973fc3
[CLIPBRD]
- Change SetDIBitsToDeviceFromClipboard to correctly use the requested format instead of always using CF_DIBV5
- Enable/Disable the menu point "Save as..." dynamically
- Remove unneeded import libraries
- Add WS_EX_ACCEPTFILES window style and handle WM_DROPFILES
- Add some defines and structures for handling clipboard files (work in progress)
- Add Open and Save dialogs
Patch by Ricardo Hanke. CORE-10520

svn path=/trunk/; revision=69890
reactos/base/applications/clipbrd/CMakeLists.txt
reactos/base/applications/clipbrd/clipbrd.c
reactos/base/applications/clipbrd/fileutils.c [new file with mode: 0644]
reactos/base/applications/clipbrd/fileutils.h [new file with mode: 0644]
reactos/base/applications/clipbrd/lang/de-DE.rc
reactos/base/applications/clipbrd/lang/en-US.rc
reactos/base/applications/clipbrd/lang/fr-FR.rc
reactos/base/applications/clipbrd/precomp.h
reactos/base/applications/clipbrd/resources.h
reactos/base/applications/clipbrd/winutils.c