[ROSAPPS] Remove unmaintained / half-implemented imagesoft
authorMark Jansen <mark.jansen@reactos.org>
Sun, 26 Sep 2021 08:31:12 +0000 (10:31 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Fri, 31 Dec 2021 20:25:38 +0000 (21:25 +0100)
commit51b2197c12d310b29d0bcbd9c091dc22d6137777
tree38f95a4a5e151575853ec68d162d5a484857af1c
parent6623b8d15527551e044da01d719209ed6effa552
[ROSAPPS] Remove unmaintained / half-implemented imagesoft
85 files changed:
modules/rosapps/applications/CMakeLists.txt
modules/rosapps/applications/imagesoft/CMakeLists.txt [deleted file]
modules/rosapps/applications/imagesoft/about.c [deleted file]
modules/rosapps/applications/imagesoft/adjust.c [deleted file]
modules/rosapps/applications/imagesoft/brightness.c [deleted file]
modules/rosapps/applications/imagesoft/contrast.c [deleted file]
modules/rosapps/applications/imagesoft/custcombo.c [deleted file]
modules/rosapps/applications/imagesoft/floatwindow.c [deleted file]
modules/rosapps/applications/imagesoft/font.c [deleted file]
modules/rosapps/applications/imagesoft/imageprop.h [deleted file]
modules/rosapps/applications/imagesoft/imagesoft.c [deleted file]
modules/rosapps/applications/imagesoft/imagesoft.rc [deleted file]
modules/rosapps/applications/imagesoft/imgedwnd.c [deleted file]
modules/rosapps/applications/imagesoft/imgedwnd.h [deleted file]
modules/rosapps/applications/imagesoft/lang/bg-BG.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/en-GB.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/en-US.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/es-ES.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/fr-FR.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/id-ID.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/it-IT.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/no-NO.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/pl-PL.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/ro-RO.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/ru-RU.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/sk-SK.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/th-TH.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/uk-UA.rc [deleted file]
modules/rosapps/applications/imagesoft/lang/zh-CN.rc [deleted file]
modules/rosapps/applications/imagesoft/mainwnd.c [deleted file]
modules/rosapps/applications/imagesoft/mainwnd.h [deleted file]
modules/rosapps/applications/imagesoft/misc.c [deleted file]
modules/rosapps/applications/imagesoft/misc.h [deleted file]
modules/rosapps/applications/imagesoft/opensave.c [deleted file]
modules/rosapps/applications/imagesoft/precomp.h [deleted file]
modules/rosapps/applications/imagesoft/res/cursors/PaintBrushToolCursor.cur [deleted file]
modules/rosapps/applications/imagesoft/res/cursors/PaintBrushToolCursorMouseDown.cur [deleted file]
modules/rosapps/applications/imagesoft/res/icons/color/ColorLess.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/color/ColorMore.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/hist/HistBack.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/hist/HistDelete.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/hist/HistForward.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/hist/HistRedo.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/hist/HistUndo.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainCopyIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainCutIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainNewIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainOpenIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainPasteIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainPrintIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainPrintPreIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainRedoIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainSaveIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/std/MainUndoIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/text/TextAlignCenterIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/text/TextAlignLeftIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/text/TextAlignRightIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/text/TextBoldIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/text/TextItalicIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/text/TextUnderlineIcon.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsCloneStamp.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsColorPicker.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsEllipse.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsEllipseSelect.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsEraser.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsFreeformShape.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsLassoSelect.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsLine.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsMagicWand.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsMove.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsMoveSelection.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsPaintBrush.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsPaintBucket.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsPencil.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsRecoloring.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsRectangle.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsRectangleSelect.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsRoundedRectangle.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsText.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/icons/tools/ToolsZoom.bmp [deleted file]
modules/rosapps/applications/imagesoft/res/imagesoft.ico [deleted file]
modules/rosapps/applications/imagesoft/resource.h [deleted file]
modules/rosapps/applications/imagesoft/rsrc.rc [deleted file]
modules/rosapps/applications/imagesoft/tooldock.c [deleted file]
modules/rosapps/applications/imagesoft/tooldock.h [deleted file]