reactos/modules/wallpapers
Dylan Navas 07608028b3 [MODULES] Fix CMakeLists.txt for wallpapers module. (#1294)
* Add all wallpapers to the ISO and can look how enable the module in ReadMe.txt
* Remove blanks in name.
* Moving to folder with same wallpaper style.
* Adding and updating CMakeLists.txt.
* Update ReadMe.txt.
2019-02-24 18:08:26 +01:00
..
Angelus [MODULES] Fix CMakeLists.txt for wallpapers module. (#1294) 2019-02-24 18:08:26 +01:00
1920px_Polarlicht.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
clouds.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [MODULES] Fix CMakeLists.txt for wallpapers module. (#1294) 2019-02-24 18:08:26 +01:00
grass.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
lake.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_CirclesBlue_1.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_CirclesBlue_2.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_CirclesGold_1.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_CirclesGold_2.jpg Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ReactOS_Hexagons.jpg 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] Fix CMakeLists.txt for wallpapers module. (#1294) 2019-02-24 18:08:26 +01:00
wallpapers.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00

Wallpapers
===========

File Name                           | Author                                         | Origin
--------------------------------------------------------------------------------------------------------------------------------------------------
Angelus collection                  | Forum user "Angelus" (jedi.knight@wanadoo.es)  | http://www.reactos.org/forum/viewtopic.php?p=50543#p50543
Angelus_02_ROSWP_4-3_1440x1080.jpg  | See above                                      | See above
Angelus_02_ROSWP_4-3_1024x768.jpg   | See above                                      | See above
1920px_Polarlicht.jpg               | Public domain                                  | https://jira.reactos.org/browse/CORE-8446 and links inside
grass.jpg                           | See above                                      | See above
clouds.jpg                          | Andreas Bjerkeholt (harteex@gmail.com)         | http://www.reactos.org/forum/viewtopic.php?p=17732#p17732
lake.jpg                            | Andreas Bjerkeholt (harteex@gmail.com)         | http://www.reactos.org/forum/viewtopic.php?p=17732#p17732
ReactOS_CirclesBlue_1.jpg           | Forum user "henrytang5247" (Henry Tang)        | http://www.reactos.org/forum/viewtopic.php?p=109529#p109529
ReactOS_CirclesBlue_2.jpg           | See above                                      | See above
ReactOS_CirclesGold_1.jpg           | See above                                      | See above
ReactOS_CirclesGold_2.jpg           | See above                                      | See above
ReactOS_Hexagons.jpg                | See above                                      | http://www.reactos.org/forum/viewtopic.php?p=109866#p109866

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

# For Windows users

    configure.cmd -DENABLE_WALLPAPERS=1

# For UNIX users

    ./configure.sh -DENABLE_WALLPAPERS=1