[CRT] crtdefs.h: Wrap localeinfo_struct in ifdef
[reactos.git] / base / applications / mspaint / winproc.cpp
2023-11-23 Katayama Hirofumi MZ[MSPAINT] Delete winproc.cpp and move code to main.cpp
2023-11-23 Katayama Hirofumi MZ[MSPAINT] Add selectionModel.moveSelection and use it
2023-11-22 Katayama Hirofumi MZ[MSPAINT] Introduce partial image history, Part 2 ...
2023-11-04 Katayama Hirofumi MZ[MSPAINT] Adapt to Unicode and <strsafe.h> (#5882)
2023-11-03 Katayama Hirofumi MZ[MSPAINT] Fix Copy-To-File feature (#5877)
2023-10-16 Katayama Hirofumi MZ[MSPAINT] Improve Zoom tool (#5798)
2023-10-12 Katayama Hirofumi MZ[MSPAINT] Reset scroll position in some situations...
2023-09-27 Katayama Hirofumi MZ[MSPAINT] "Selection Clone" and "Selection Brush" ...
2023-09-23 Katayama Hirofumi MZ[MSPAINT] Introduce Ctrl+Plus / Ctrl+Minus (#5717)
2023-09-22 Katayama Hirofumi MZ[MSPAINT] Don't show error message twice (#5715)
2023-09-21 Katayama Hirofumi MZ[MSPAINT] Don't copy bits on resizing (#5716)
2023-09-10 Katayama Hirofumi MZ[MSPAINT] IDM_IMAGEROTATEMIRROR: Fix indent
2023-09-10 Katayama Hirofumi MZ[MSPAINT] Use wait cursor (#5660)
2023-08-11 Katayama Hirofumi MZ[MSPAINT] Support converting to black and white (#5554)
2023-08-09 Katayama Hirofumi MZ[MSPAINT] Send mail with image (retry) (#5404)
2023-08-09 Serge Gautherie[REACTOS] Do not free shared icon for ShellAbout()...
2023-08-08 Katayama Hirofumi MZ[MSPAINT][ATL] Delete deprecated functions (#5542)
2023-07-05 Katayama Hirofumi MZ[MSPAINT] Some bug fixes on loading/saving files (...
2023-06-27 Stanislav Motylkov[MSPAINT] Update copyright years for the C++ code
2023-06-23 Stanislav Motylkov[MSPAINT] Update copyright headers
2023-06-21 Katayama Hirofumi MZ[MSPAINT] s/pointSP/s_pointSP/ and s/pointStack/s_point...
2023-06-19 Katayama Hirofumi MZ[MSPAINT] Add CMainWindow::CanPaste
2023-06-19 Katayama Hirofumi MZ[MSPAINT] Add CMainWindow::CanUndo/CanRedo (#5355)
2023-06-19 Katayama Hirofumi MZ[MSPAINT] Simplify SelectionModel::StretchSkew
2023-06-19 Katayama Hirofumi MZ[MSPAINT] Realize Masked Skew
2023-06-18 Katayama Hirofumi MZ[MSPAINT] Realize context menu on canvas (#5352)
2023-06-18 Katayama Hirofumi MZ[MSPAINT] Follow-up of #5349 (9f56e67); Avoid assertion...
2023-06-18 Katayama Hirofumi MZ[MSPAINT] Use CF_DIB instead of CF_BITMAP (#5349)
2023-06-17 Katayama Hirofumi MZ[MSPAINT] Establish Undo/Redo management (#5347)
2023-06-14 Katayama Hirofumi MZ[MSPAINT] Improve CMiniatureWindow (#5337)
2023-06-13 Katayama Hirofumi MZ[MSPAINT] Refactor ImageModel (#5335)
2023-06-13 Katayama Hirofumi MZ[MSPAINT] s/HasUndoSteps/CanUndo/ and s/HasRedoSteps...
2023-06-13 Katayama Hirofumi MZ[MSPAINT] Move selection by arrow keys (#5334)
2023-04-09 Katayama Hirofumi MZ[MSPAINT] Fix Copy and Paste
2023-04-08 Katayama Hirofumi MZ[MSPAINT] Canvas: Don't draw new frame if HIT_NONE
2023-04-08 Katayama Hirofumi MZ[MSPAINT] Make imageArea window-less (#5215)
2023-04-04 Katayama Hirofumi MZ[MSPAINT] Allow paletteWindow to be bottom-aligned...
2023-04-03 Katayama Hirofumi MZ[MSPAINT] Allow ToolBox to be right-aligned (#5213)
2023-04-01 Katayama Hirofumi MZ[MSPAINT] Make selection window-less (#5208)
2023-03-28 Katayama Hirofumi MZ[MSPAINT][ATL] Encapsulation: mainWindow (#5178)
2023-03-21 Katayama Hirofumi MZ[MSPAINT] Tool settings: Reduce magic numbers (#5168)
2023-03-19 Katayama Hirofumi MZ[MSPAINT] Make sizeboxes window-less (#5166)
2023-03-18 Katayama Hirofumi MZ[MSPAINT] Save ToolBox visibility (#5167)
2023-03-18 Katayama Hirofumi MZ[MSPAINT] Save paletteWindow visibility (#5167)
2023-03-16 Katayama Hirofumi MZ[MSPAINT] Rename scrollbox as canvas
2023-03-16 Katayama Hirofumi MZ[MSPAINT] Refactor about Recent Files (#5163)
2023-03-16 Katayama Hirofumi MZ[MSPAINT] Restore the main window saved show state...
2023-03-16 Katayama Hirofumi MZ[MSPAINT] Unlink HHCTRL.OCX and use dynamic load (...
2023-03-16 Katayama Hirofumi MZ[MSPAINT] Delete needless CMainWindow::OnSetCursor
2023-03-14 Katayama Hirofumi MZ[MSPAINT] Avoid flickering when resizing (#5144)
2023-03-11 Katayama Hirofumi MZ[MSPAINT] Remember status bar visibility (#5145)
2023-03-09 Katayama Hirofumi MZ[MSPAINT] Fix use of uninitialized variable on startup...
2022-12-31 Egor Ananyin[MSPAINT] Don't allow to set image as wallpaper if...
2022-02-14 Katayama Hirofumi MZ[MSPAINT] Implement skew (#4362)
2022-02-14 Katayama Hirofumi MZ[MSPAINT] Implement canvas rotation (#4360)
2022-01-30 Katayama Hirofumi MZ[MSPAINT] Improve Undo/Redo and finishing tool (#4324)
2022-01-22 Katayama Hirofumi MZ[ATL][MSPAINT] Add ATLTRACE and fix assertion failures...
2022-01-10 Katayama Hirofumi MZ[MSPAINT] Don't hide selection on zooming (#4266)
2022-01-09 Katayama Hirofumi MZ[MSPAINT] Prepare for debugging (#4257)
2022-01-05 Katayama Hirofumi MZ[MSPAINT] Implement the text tool (#4237)
2022-01-01 Katayama Hirofumi MZ[MSPAINT] Polymorphism on tools (#4210)
2021-12-28 Katayama Hirofumi MZ[MSPAINT] Add NUM_COLORS and enum PAL_TYPE (#4203)
2021-12-28 Katayama Hirofumi MZ[MSPAINT] Refactoring (_countof and resource.h) (#4202)
2021-12-27 Katayama Hirofumi MZ[MSPAINT] Define enum TOOLTYPE and use it (#4197)
2021-12-27 Katayama Hirofumi MZ[MSPAINT] Mouse Wheel support (#4195)
2021-12-26 Katayama Hirofumi MZ[MSPAINT] Define GRIP_SIZE macro and use it (#4192)
2021-12-26 Katayama Hirofumi MZ[MSPAINT] Add Zoomed and UnZoomed and use them (#4188)
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2020-04-28 Katayama Hirofumi MZ[MSPAINT] Refactor loading/saving image file (#2686)
2018-05-26 Benedikt Freisen[MSPAINT] Store subsequent changes to file selected...
2018-04-23 Stanislav Motylkov[MSPAINT] Fix crash on zoom out
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-11-02 Benedikt Freisen[MSPAINT] Base dialog implementations on CDialogImpl
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work