reactos/modules/rosapps
Joachim Henze 0bd16f5756 [0.4.13][REACTOS] Optimize existing PNGs (#5486) (#5492) (#5506)
This ports back the following commits about lossless PNG-shrinking:
0.4.15-dev-6410-g cf4bb8fced [WALLPAPERS] Optimize PNG images (#5506)
0.4.15-dev-6398-g e5993f13f0 [REACTOS] Optimize PNG images (#5492)
0.4.15-dev-6376-g 8f3a09722e [MSPAINT] Optimize images for help docs (#5486)

Most of those PNGs have not been touched ever since we switched from SVN to git, so they can safely be ported back by copying over.
Only the Mizu-wallpapers had something specific to take care about:
They were added (still with a different name) by 0.4.12-dev-819-g 181a2b3359 [WALLPAPER] Add ReactOS Soft Blue
Later they were renamed by 0.4.14-dev-1435-g 6a8c894642 [WALLPAPER] Rename Soft Blue to Mizu (#1945)
and with that commit a fourth pic was added for Mizu.
Since they are only copied to iso but are not explicitly referenced by the theme, I decided
to port back the renaming part (without adding the fourth pic) to releases/0.4.12 and 0.4.13 to harmonize their name everywhere.
But did not port them back any further than where they existed already.

Tweak a few related txt/md/html files also with trivial stuff like EOL-whitespace-removal.
2023-09-08 19:07:16 +02:00
..
applications [0.4.13][REACTOS] Optimize existing PNGs (#5486) (#5492) (#5506) 2023-09-08 19:07:16 +02:00
demos Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
drivers [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
include [VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual 2017-12-16 21:48:34 +01:00
lib [REACTOS] Fix MSVC printf format warnings 2019-08-15 15:24:12 +02:00
nukecamp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
templates [MDI] Fix GCC build 2019-01-20 11:09:54 +01:00
CMakeLists.txt [0.4.13][ROSAPPS] Exclude the templates from compilation by default. 2023-02-26 13:16:31 +01:00
COPYING Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
Doxyfile Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
readme.txt [MODULES] Update README file, with instructions about how to include rostests and rosapps (#613) 2018-06-12 23:38:05 +02:00
rosapps_shortcuts.inf [ROSAPPS_SHORTCUTS] Update Indonesian translation. 2019-06-20 17:31:39 +02:00

====================
ReactOS Applications
====================

This directory contains extra applications for ReactOS.
Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module.
It is to be placed under "modules" subdirectory of a trunk checkout.
The module requires to be enabled during the "configure" process.

To include the module in your build folder, run the configure script with the flags -DENABLE_ROSAPPS=1 

# For Windows users

    configure.cmd -DENABLE_ROSAPPS=1

# For UNIX users

    ./configure.sh -DENABLE_ROSAPPS=1