reactos/reactos/base/applications/mspaint
Benedikt Freisen 7c6b473efc [MSPAINT]
- port load and save to ATL::CImage
- let CImage generate the filter lists for the dialogs
- add menu entries "From Scanner or Camera..." and "Send..." (no functionality)
- add menu entries for most recently used files using ATL::CPath and ATL::CString
- manage list of most recently used files in registry using ATL::CRegKey
- use CString in some places instead of TCHAR arrays

Use of CImage for load/save adds support for all GDI+ formats but breaks import/export of dots per meter/inch values.

svn path=/trunk/; revision=72819
2016-09-26 19:53:42 +00:00
..
help [MSPAINT] rename source directory 2015-08-17 15:01:53 +00:00
icons [ICONS] Fix some blurry icons by Henry Tang Ih. CORE-10640 2015-12-16 14:57:14 +00:00
lang [MSPAINT] 2016-09-26 19:53:42 +00:00
CMakeLists.txt [MSPAINT] 2016-09-26 19:53:42 +00:00
definitions.h [MSPAINT] 2016-09-26 19:53:42 +00:00
dialogs.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
dialogs.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
dib.cpp [MSPAINT] 2016-09-26 19:53:42 +00:00
dib.h [MSPAINT] 2016-09-26 19:53:42 +00:00
drawing.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
drawing.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
fullscreen.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
fullscreen.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
globalvar.h [MSPAINT] 2016-09-26 19:53:42 +00:00
history.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
history.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
imgarea.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
imgarea.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
main.cpp [MSPAINT] 2016-09-26 19:53:42 +00:00
miniature.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
miniature.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
mouse.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
mouse.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
mspaint.exe.amd64.manifest [MSPAINT] rename source directory 2015-08-17 15:01:53 +00:00
mspaint.exe.manifest [MSPAINT] rename source directory 2015-08-17 15:01:53 +00:00
palette.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
palette.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
palettemodel.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
palettemodel.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
precomp.h [MSPAINT] 2016-09-26 19:53:42 +00:00
registry.cpp [MSPAINT] 2016-09-26 19:53:42 +00:00
registry.h [MSPAINT] 2016-09-26 19:53:42 +00:00
rsrc.rc [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
scrollbox.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
scrollbox.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
selection.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
selection.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
selectionmodel.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
selectionmodel.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
sizebox.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
sizebox.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
textedit.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
textedit.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
toolbox.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
toolbox.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
toolsettings.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
toolsettings.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
toolsmodel.cpp [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
toolsmodel.h [APPLICATIONS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-09 13:13:35 +00:00
winproc.cpp [MSPAINT] 2016-09-26 19:53:42 +00:00
winproc.h [MSPAINT] 2016-09-26 19:53:42 +00:00