reactos/base/applications/mspaint
Katayama Hirofumi MZ b69a7460db [MSPAINT] Fix filter string UNICODE_NULL problem
Follow-up to #5882.
Some ATL CString do not append the string if there is
a UNICODE_NULL in the middle.
CORE-19094
2023-11-04 19:50:36 +09:00
..
help [MSPAINT] Optimize images for help docs (#5486) 2023-07-26 19:58:29 +03:00
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] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
canvas.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
canvas.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
CMakeLists.txt [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
common.h [MSPAINT] Show out-of-memory message (#5817) 2023-10-25 02:35:49 +09:00
dialogs.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
dialogs.h [MSPAINT] Support converting to black and white (#5554) 2023-08-11 20:27:12 +09:00
dib.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
dib.h [MSPAINT] Speed up for black and white (#5563) 2023-08-20 16:46:18 +09:00
drawing.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
drawing.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
fullscreen.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
fullscreen.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
globalvar.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
history.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
history.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
main.cpp [MSPAINT] Fix filter string UNICODE_NULL problem 2023-11-04 19:50:36 +09:00
miniature.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
miniature.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
mouse.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
mspaint.exe.manifest [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
palette.cpp [MSPAINT] Update copyright years for the C++ code 2023-06-27 21:22:21 +03:00
palette.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
palettemodel.cpp [MSPAINT] Update copyright years for the C++ code 2023-06-27 21:22:21 +03:00
palettemodel.h [MSPAINT] Update copyright years for the C++ code 2023-06-27 21:22:21 +03:00
precomp.h [MSPAINT] Fix Copy-To-File feature (#5877) 2023-11-04 05:56:10 +09:00
registry.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
registry.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
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] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
selectionmodel.h [MSPAINT] Fix Copy-To-File feature (#5877) 2023-11-04 05:56:10 +09:00
sizebox.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
sizebox.h [MSPAINT] Update copyright years for the C++ code 2023-06-27 21:22:21 +03:00
textedit.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
textedit.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
toolbox.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
toolbox.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
toolsettings.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
toolsettings.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
toolsmodel.cpp [MSPAINT] Refactor mouse moving code on canvas (#5878) 2023-11-03 22:41:06 +09:00
toolsmodel.h [MSPAINT] Refactor mouse moving code on canvas (#5878) 2023-11-03 22:41:06 +09:00
winproc.cpp [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00
winproc.h [MSPAINT] Adapt to Unicode and <strsafe.h> (#5882) 2023-11-04 19:25:45 +09:00