reactos/base/applications/mspaint
Katayama Hirofumi MZ 44b2a46d03
[MSPAINT] Avoid flickering when resizing (#5144)
- Add CPaletteWindow::OnEraseBkgnd to avoid flickering.
- Add getColorBoxRect and drawColorBox helper functions to draw a color box.
- Add CPaletteWindow::DoHitTest helper function to do a hit test.
- Improve CPaletteWindow::OnPaint by using a memory bitmap.
- Improve readability of CMainWindow::alignChildrenToMainWindow.
CORE-18867
2023-03-15 07:29:25 +09:00
..
help
icons
lang [TRANSLATION] Add/Update Turkish (tr-TR) translations (#4959) 2023-02-15 17:29:52 +01:00
CMakeLists.txt [MSPAINT][EXPLORER][SHELL32] Enable ATL asserts in CMake 2022-09-10 17:27:50 +02:00
common.h
dialogs.cpp
dialogs.h
dib.cpp [MSPAINT] Treat as a file even if the bitmap file is empty 2023-03-05 20:53:38 +09:00
dib.h [MSPAINT] Implement skew (#4362) 2022-02-14 16:18:18 +09:00
drawing.cpp [MSPAINT] Implement skew (#4362) 2022-02-14 16:18:18 +09:00
drawing.h [MSPAINT] Implement skew (#4362) 2022-02-14 16:18:18 +09:00
fullscreen.cpp
fullscreen.h
globalvar.h [MSPAINT] Delete unused HWND hToolBtn[16] global variable 2023-03-11 14:19:12 +09:00
history.cpp [MSPAINT] Implement skew (#4362) 2022-02-14 16:18:18 +09:00
history.h [MSPAINT] Improve Undo/Redo and finishing tool (#4324) 2022-01-30 12:05:23 +09:00
imgarea.cpp [MSPAINT] Improve Undo/Redo and finishing tool (#4324) 2022-01-30 12:05:23 +09:00
imgarea.h [MSPAINT] CImageAreaWindow should inherit CWindowImpl<CImgAreaWindow> 2023-03-14 14:17:40 +09:00
main.cpp [MSPAINT] Use _CrtSetDbgFlag to check memory leak 2023-03-14 07:17:14 +09:00
miniature.cpp
miniature.h
mouse.cpp [MSPAINT] Improve Undo/Redo and finishing tool (#4324) 2022-01-30 12:05:23 +09:00
mspaint.exe.manifest [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
palette.cpp [MSPAINT] Avoid flickering when resizing (#5144) 2023-03-15 07:29:25 +09:00
palette.h [MSPAINT] Avoid flickering when resizing (#5144) 2023-03-15 07:29:25 +09:00
palettemodel.cpp
palettemodel.h
precomp.h [MSPAINT][EXPLORER][SHELL32] Enable ATL asserts in CMake 2022-09-10 17:27:50 +02:00
registry.cpp [MSPAINT] Remember status bar visibility (#5145) 2023-03-11 11:41:52 +09:00
registry.h [MSPAINT] Remember status bar visibility (#5145) 2023-03-11 11:41:52 +09:00
resource.h [MSPAINT] Avoid flickering when resizing (#5144) 2023-03-15 07:29:25 +09:00
rsrc.rc [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
scrollbox.cpp
scrollbox.h
selection.cpp [MSPAINT] Implement skew (#4362) 2022-02-14 16:18:18 +09:00
selection.h [MSPAINT] Improve Undo/Redo and finishing tool (#4324) 2022-01-30 12:05:23 +09:00
selectionmodel.cpp [MSPAINT] Implement skew (#4362) 2022-02-14 16:18:18 +09:00
selectionmodel.h [MSPAINT] Implement skew (#4362) 2022-02-14 16:18:18 +09:00
sizebox.cpp
sizebox.h
textedit.cpp
textedit.h
toolbox.cpp [MSPAINT] Avoid flickering when resizing (#5144) 2023-03-15 07:29:25 +09:00
toolbox.h [MSPAINT] Avoid flickering when resizing (#5144) 2023-03-15 07:29:25 +09:00
toolsettings.cpp [MSPAINT] Improve Undo/Redo and finishing tool (#4324) 2022-01-30 12:05:23 +09:00
toolsettings.h
toolsmodel.cpp [MSPAINT] Implement canvas rotation (#4360) 2022-02-14 12:08:34 +09:00
toolsmodel.h [MSPAINT] Improve Undo/Redo and finishing tool (#4324) 2022-01-30 12:05:23 +09:00
winproc.cpp [MSPAINT] Avoid flickering when resizing (#5144) 2023-03-15 07:29:25 +09:00
winproc.h [MSPAINT] Window class of main window should be 'MSPaintApp' 2023-03-14 14:09:17 +09:00