reactos/base/applications/mspaint
Katayama Hirofumi MZ 7aadc1e1fe
[MSPAINT] Realize context menu on canvas (#5352)
- Add actions on Right-Click.
- Add ID_POPUPMENU resource menu.
- Use TrackPopupMenu to show the context menu.
- Improve CMainWindow::OnInitMenuPopup to display context menu.
- Add SelectionModel::m_bContentChanged flag to indicate whether the selection content is changed.
- Fix IDM_IMAGEINVERTCOLORS and IDM_IMAGEROTATEMIRROR commands.
CORE-18867
2023-06-19 07:51:19 +09:00
..
help
icons
lang [MSPAINT] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +09:00
atlimagedx.h [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
canvas.cpp [MSPAINT] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +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
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] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +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
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] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +09:00
rsrc.rc [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
selectionmodel.cpp [MSPAINT] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +09:00
selectionmodel.h [MSPAINT] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +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] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +09:00
winproc.h [MSPAINT] Realize context menu on canvas (#5352) 2023-06-19 07:51:19 +09:00