reactos/base/applications/mspaint
Katayama Hirofumi MZ 37f56d2448
[MSPAINT] Commonize OnFinishDraw and OnCancelDraw (#5875)
Reduce code and binary size a bit. This will reduce 1024 bytes in binary.
Unify ToolBase::OnFinishDraw and ToolBase::OnCancelDraw to ToolBase::OnEndDraw.
CORE-19094
2023-11-03 16:20:03 +09:00
..
help
icons [MSPAINT] Implement mouse middle button dragging (#5804) 2023-10-17 15:58:34 +09:00
lang [MSPAINT] Introduce Ctrl+Plus / Ctrl+Minus (#5717) 2023-09-23 09:26:11 +09:00
atlimagedx.h [MSPAINT][ATL] Delete deprecated functions (#5542) 2023-08-09 08:17:07 +09:00
canvas.cpp [MSPAINT] Commonize OnFinishDraw and OnCancelDraw (#5875) 2023-11-03 16:20:03 +09:00
canvas.h [MSPAINT] Implement mouse middle button dragging (#5804) 2023-10-17 15:58:34 +09:00
CMakeLists.txt
common.h [MSPAINT] Show out-of-memory message (#5817) 2023-10-25 02:35:49 +09:00
dialogs.cpp [MSPAINT] Do type-cast (BOOL) for TB_ISBUTTONCHECKED return 2023-10-12 19:31:22 +09:00
dialogs.h [MSPAINT] Support converting to black and white (#5554) 2023-08-11 20:27:12 +09:00
dib.cpp [MSPAINT] Show out-of-memory message (#5817) 2023-10-25 02:35:49 +09:00
dib.h [MSPAINT] Speed up for black and white (#5563) 2023-08-20 16:46:18 +09:00
drawing.cpp [MSPAINT] Larger/smaller brush nib on Ctrl+Plus/Minus (#5739) 2023-09-28 21:30:34 +09:00
drawing.h [MSPAINT] Larger/smaller brush nib on Ctrl+Plus/Minus (#5739) 2023-09-28 21:30:34 +09:00
fullscreen.cpp
fullscreen.h
globalvar.h
history.cpp [MSPAINT] Delete needless ImageModel::ResetToPrevious 2023-10-31 11:13:54 +09:00
history.h [MSPAINT] Delete needless ImageModel::ResetToPrevious 2023-10-31 11:13:54 +09:00
main.cpp [MSPAINT] Show out-of-memory message (#5817) 2023-10-25 02:35:49 +09:00
miniature.cpp
miniature.h
mouse.cpp [MSPAINT] Commonize OnFinishDraw and OnCancelDraw (#5875) 2023-11-03 16:20:03 +09:00
mspaint.exe.manifest
palette.cpp
palette.h
palettemodel.cpp
palettemodel.h
precomp.h [MSPAINT][NOTEPAD][REGEDIT] Don't use CRTDBG for these apps (#5788) 2023-10-12 22:53:02 +09:00
registry.cpp
registry.h
resource.h [MSPAINT] Implement mouse middle button dragging (#5804) 2023-10-17 15:58:34 +09:00
rsrc.rc [MSPAINT] Implement mouse middle button dragging (#5804) 2023-10-17 15:58:34 +09:00
selectionmodel.cpp [MSPAINT] "Selection Clone" and "Selection Brush" (#5734) 2023-09-28 07:34:25 +09:00
selectionmodel.h [MSPAINT] "Selection Clone" and "Selection Brush" (#5734) 2023-09-28 07:34:25 +09:00
sizebox.cpp
sizebox.h
textedit.cpp [MSPAINT] Commonize OnFinishDraw and OnCancelDraw (#5875) 2023-11-03 16:20:03 +09:00
textedit.h
toolbox.cpp [MSPAINT] Add border width to tool box (#5780) 2023-10-09 08:37:31 +09:00
toolbox.h [MSPAINT] Larger/smaller pen nib on Ctrl+Plus/Minus (#5738) 2023-09-28 16:32:36 +09:00
toolsettings.cpp [MSPAINT] Improve Zoom tool (#5798) 2023-10-17 07:25:50 +09:00
toolsettings.h [MSPAINT] Improve Zoom tool (#5781) 2023-10-10 10:59:29 +09:00
toolsmodel.cpp [MSPAINT] Commonize OnFinishDraw and OnCancelDraw (#5875) 2023-11-03 16:20:03 +09:00
toolsmodel.h [MSPAINT] Commonize OnFinishDraw and OnCancelDraw (#5875) 2023-11-03 16:20:03 +09:00
winproc.cpp [MSPAINT] Improve Zoom tool (#5798) 2023-10-17 07:25:50 +09:00
winproc.h