reactos/base/applications/mspaint
Katayama Hirofumi MZ d708c7947b
[MSPAINT] Use better units for image resolution (#5301)
Our paint program used the pixels per meter (PPM)
unit but this unit is hardly used in the world.
Let's use DPI (dots per inch) and/or pixels per
centimeter (PPCM). CORE-18867
2023-06-04 11:24:00 +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 better units for image resolution (#5301) 2023-06-04 11:24:00 +09:00
atlimagedx.h [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
canvas.cpp [MSPAINT] Fix textbox background by using WM_CTLCOLOREDIT 2023-05-31 13:21:01 +09:00
canvas.h [MSPAINT] Fix textbox background by using WM_CTLCOLOREDIT 2023-05-31 13:21:01 +09:00
CMakeLists.txt [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
common.h [MSPAINT] Make selection window-less (#5208) 2023-04-01 22:01:04 +09:00
dialogs.cpp [MSPAINT] Use better units for image resolution (#5301) 2023-06-04 11:24:00 +09:00
dialogs.h [MSPAINT] Implement the text tool (#4237) 2022-01-05 16:26:05 +09:00
dib.cpp [MSPAINT] Use better units for image resolution (#5301) 2023-06-04 11:24:00 +09:00
dib.h [MSPAINT] Use better units for image resolution (#5301) 2023-06-04 11:24:00 +09:00
drawing.cpp [MSPAINT] Use black and R2_NOTXORPEN instead of white and R2_XORPEN 2023-05-31 17:00:05 +09:00
drawing.h [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
fullscreen.cpp [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
fullscreen.h [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
globalvar.h [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
history.cpp [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
history.h [MSPAINT] Make selection window-less (#5208) 2023-04-01 22:01:04 +09:00
main.cpp [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
miniature.cpp [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
miniature.h [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00
mouse.cpp [MSPAINT] Minor adjustment on drawing text on TOOL_TEXT 2023-05-31 13:31:50 +09:00
mspaint.exe.manifest [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
palette.cpp [MSPAINT] Fix handle leaks about memory bitmap 2023-04-09 11:17:17 +09:00
palette.h [MSPAINT] Allow paletteWindow to be bottom-aligned (#5216) 2023-04-04 19:06:06 +09:00
palettemodel.cpp [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +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 better units for image resolution (#5301) 2023-06-04 11:24:00 +09:00
rsrc.rc [MSPAINT] Fix manifest for mspaint. 2022-12-06 15:26:30 +01:00
selectionmodel.cpp [MSPAINT] Fix Copy and Paste 2023-04-09 09:14:32 +09:00
selectionmodel.h [MSPAINT] Fix Copy and Paste 2023-04-09 09:14:32 +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] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
textedit.h [MSPAINT] Implement the text tool (#4237) 2022-01-05 16:26:05 +09:00
toolbox.cpp [MSPAINT] Allow paletteWindow to be bottom-aligned (#5216) 2023-04-04 19:06:06 +09:00
toolbox.h [MSPAINT] Allow ToolBox to be right-aligned (#5213) 2023-04-03 14:34:56 +09:00
toolsettings.cpp [MSPAINT] Allow ToolBox to be right-aligned (#5213) 2023-04-03 14:34:56 +09:00
toolsettings.h [MSPAINT] Tool settings: Reduce magic numbers (#5168) 2023-03-21 13:13:53 +09:00
toolsmodel.cpp [MSPAINT] Make imageArea window-less (#5215) 2023-04-08 22:25:27 +09:00
toolsmodel.h [MSPAINT] Make selection window-less (#5208) 2023-04-01 22:01:04 +09:00
winproc.cpp [MSPAINT] Fix Copy and Paste 2023-04-09 09:14:32 +09:00
winproc.h [MSPAINT][ATL] Encapsulation: mainWindow (#5178) 2023-03-28 22:31:26 +09:00