reactos/base/applications/mspaint
Katayama Hirofumi MZ 9f56e67bc2
[MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349)
CF_BITMAP is not recommended format for copying. In fact, Win10 won't accept it.
- Use CF_DIB clipboard format instead of CF_BITMAP in copying.
- Use CF_ENHMETAFILE, CF_DIB, or CF_BITMAP in pasting.
- Add BitmapToClipboardDIB, BitmapFromClipboardDIB, and BitmapFromHEMF helper functions to dib.cpp.
- Re-enable paste by fixing the bug that is embugged in the previous commit.
- Enable Cut, Copy, Paste, and Delete on text editing box by modifying OnInitMenuPopup.
- Add IDS_CANTPASTE resource string to show message on paste failure.
CORE-18867
2023-06-18 19:48:20 +09:00
..
help [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
icons [MSPAINT] Implement the text tool (#4237) 2022-01-05 16:26:05 +09:00
lang [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
atlimagedx.h [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
canvas.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
canvas.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
CMakeLists.txt [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
common.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
dialogs.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
dialogs.h [MSPAINT] Implement the text tool (#4237) 2022-01-05 16:26:05 +09:00
dib.cpp [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
dib.h [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
drawing.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
drawing.h [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
fullscreen.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
fullscreen.h [MSPAINT] Trivial improvements 2023-06-14 17:42:21 +09:00
globalvar.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
history.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
history.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
main.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
miniature.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
miniature.h [MSPAINT] Add CachedBufferDIB function and use it 2023-06-16 08:05:23 +09:00
mouse.cpp [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
mspaint.exe.manifest [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
palette.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
palette.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
palettemodel.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
palettemodel.h [MSPAINT] Add NUM_COLORS and enum PAL_TYPE (#4203) 2021-12-28 19:01:31 +09:00
precomp.h [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
registry.cpp [MSPAINT] Allow paletteWindow to be bottom-aligned (#5216) 2023-04-04 19:06:06 +09:00
registry.h [MSPAINT] Allow paletteWindow to be bottom-aligned (#5216) 2023-04-04 19:06:06 +09:00
resource.h [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
rsrc.rc [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
selectionmodel.cpp [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
selectionmodel.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
sizebox.cpp [MSPAINT] Make sizeboxes window-less (#5166) 2023-03-19 10:42:10 +09:00
sizebox.h [MSPAINT] Make sizeboxes window-less (#5166) 2023-03-19 10:42:10 +09:00
textedit.cpp [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
textedit.h [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
toolbox.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
toolbox.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
toolsettings.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
toolsettings.h [MSPAINT] Tool settings: Reduce magic numbers (#5168) 2023-03-21 13:13:53 +09:00
toolsmodel.cpp [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
toolsmodel.h [MSPAINT] Establish Undo/Redo management (#5347) 2023-06-17 21:15:35 +09:00
winproc.cpp [MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349) 2023-06-18 19:48:20 +09:00
winproc.h [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00