Author: hbelusca
Date: Tue Sep 13 21:46:47 2016
New Revision: 72667
URL:
http://svn.reactos.org/svn/reactos?rev=72667&view=rev
Log:
[PIFMGR]
- Add new icons by DSP2003 under CC-BY-SA 4.0 International License Terms (the .ico and
the original .png files).
- Use DSP2003's icons wherever possible, otherwise fallback to "alternative"
icons or to the placeholder icon. The aim is to finally convert or create all the
remaining icons using DSP2003's style.
CORE-10253
Added:
trunk/reactos/subsystems/mvdm/pifmgr/res/01.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/01vdm.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/01vdm.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/02.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/03.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/04.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/05.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/06.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/09.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/11.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/12.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/13.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/14.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/15.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/17.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/18.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/19.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/19.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/20.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/20.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/22.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/23.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/23.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/34.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/34.png (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res/README.txt (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res_alt/
- copied from r72666, trunk/reactos/subsystems/mvdm/pifmgr/res/
trunk/reactos/subsystems/mvdm/pifmgr/res_alt/16.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res_alt/18.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res_alt/26.ico (with props)
trunk/reactos/subsystems/mvdm/pifmgr/res_alt/README.txt
- copied, changed from r72666, trunk/reactos/subsystems/mvdm/pifmgr/README.txt
Removed:
trunk/reactos/subsystems/mvdm/pifmgr/README.txt
trunk/reactos/subsystems/mvdm/pifmgr/res/02.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/08.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/15.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/24.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/25.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/29.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/32.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/33.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/36.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/37.ico
trunk/reactos/subsystems/mvdm/pifmgr/res_alt/00.ico
Modified:
trunk/reactos/subsystems/mvdm/pifmgr/CMakeLists.txt
trunk/reactos/subsystems/mvdm/pifmgr/pifmgr.rc
trunk/reactos/subsystems/mvdm/pifmgr/res/00.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/01.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/03.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/04.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/06.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/09.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/11.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico
trunk/reactos/subsystems/mvdm/pifmgr/res/14.ico
Modified: trunk/reactos/subsystems/mvdm/pifmgr/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/CMa…
==============================================================================
--- trunk/reactos/subsystems/mvdm/pifmgr/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/pifmgr/CMakeLists.txt [iso-8859-1] Tue Sep 13 21:46:47
2016
@@ -1,5 +1,5 @@
-file(GLOB pifmgr_rc_deps res/*.*)
+file(GLOB pifmgr_rc_deps "res/*.*" "res_alt/*.*")
add_rc_deps(pifmgr.rc ${pifmgr_rc_deps})
add_library(pifmgr SHARED pifmgr.rc)
set_module_type(pifmgr win32dll UNICODE ENTRYPOINT 0)
Removed: trunk/reactos/subsystems/mvdm/pifmgr/README.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/REA…
==============================================================================
--- trunk/reactos/subsystems/mvdm/pifmgr/README.txt [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/pifmgr/README.txt (removed)
@@ -1,38 +0,0 @@
-
-Most icons are from the Tango icon set. The other ones come from:
-
-OpenClipArt license:
https://openclipart.org/share
-
-
-DOS icon
-https://commons.wikimedia.org/wiki/File:Contrived_MS-DOS_logo.svg
-
-Umbrella, based on
-https://openclipart.org/detail/226065/open-umbrella
-
-Cube icon, based on
-https://openclipart.org/detail/168258/3d-cube-icon
-
-Beach ball, based on
-https://openclipart.org/detail/172888/simple-beach-ball
-
-Column
-https://openclipart.org/detail/25388/architetto-capitello-modanatura
-
-Domino
-https://openclipart.org/detail/3525/domino-set-15
-
-Race flag
-https://openclipart.org/detail/62779/wavy-checkered-flag
-
-Semaphore, based on
-https://openclipart.org/detail/66427/traffic-semaphore-red-light
-https://openclipart.org/detail/66433/traffic-semaphore-yellow-light
-https://openclipart.org/detail/66421/traffic-semaphore-green-light
-
-Crossed swords
-https://openclipart.org/detail/3058/crossed-swords
-
-Shield and sword, based on
-Tango shield icon, and
-https://openclipart.org/detail/22432/toy-sword
Modified: trunk/reactos/subsystems/mvdm/pifmgr/pifmgr.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/pif…
==============================================================================
--- trunk/reactos/subsystems/mvdm/pifmgr/pifmgr.rc [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/pifmgr/pifmgr.rc [iso-8859-1] Tue Sep 13 21:46:47 2016
@@ -10,41 +10,41 @@
/* Icons */
1 ICON "res/01.ico"
-2 ICON "res/02.ico"
+2 ICON "res_alt/02.ico"
3 ICON "res/03.ico"
4 ICON "res/04.ico"
5 ICON "res/00.ico"
6 ICON "res/06.ico"
7 ICON "res/00.ico"
-8 ICON "res/08.ico"
+8 ICON "res_alt/08.ico"
9 ICON "res/09.ico"
/* No icon 10 */
11 ICON "res/11.ico"
12 ICON "res/00.ico"
13 ICON "res/13.ico"
14 ICON "res/14.ico"
-15 ICON "res/15.ico"
-16 ICON "res/00.ico"
+15 ICON "res_alt/15.ico"
+16 ICON "res_alt/16.ico"
17 ICON "res/00.ico"
-18 ICON "res/00.ico"
-19 ICON "res/00.ico"
-20 ICON "res/00.ico"
+18 ICON "res_alt/18.ico"
+19 ICON "res/19.ico"
+20 ICON "res/20.ico"
21 ICON "res/00.ico"
22 ICON "res/00.ico"
-23 ICON "res/00.ico"
-24 ICON "res/24.ico"
-25 ICON "res/25.ico"
-26 ICON "res/00.ico"
+23 ICON "res/23.ico"
+24 ICON "res_alt/24.ico"
+25 ICON "res_alt/25.ico"
+26 ICON "res_alt/26.ico"
27 ICON "res/00.ico"
28 ICON "res/00.ico"
-29 ICON "res/29.ico"
+29 ICON "res_alt/29.ico"
30 ICON "res/00.ico"
31 ICON "res/00.ico"
-32 ICON "res/32.ico"
-33 ICON "res/33.ico"
-34 ICON "res/00.ico"
+32 ICON "res_alt/32.ico"
+33 ICON "res_alt/33.ico"
+34 ICON "res/34.ico"
35 ICON "res/00.ico"
-36 ICON "res/36.ico"
-37 ICON "res/37.ico"
+36 ICON "res_alt/36.ico"
+37 ICON "res_alt/37.ico"
38 ICON "res/00.ico"
39 ICON "res/00.ico"
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/00.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/01.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/01.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/01.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/01vdm.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/01vdm.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/01vdm.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/01vdm.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/02.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/02.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/02.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/03.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/03.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/03.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/04.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/04.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/04.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/05.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/05.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/06.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/06.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/06.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/08.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/09.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/09.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/09.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/11.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/11.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/11.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/12.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/12.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/13.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/13.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/13.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: trunk/reactos/subsystems/mvdm/pifmgr/res/14.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary files - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/14.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/14.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/15.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/15.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/15.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/17.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/17.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/18.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/18.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/19.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/19.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/19.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/19.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/20.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/20.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/20.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/20.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/22.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/22.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/23.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/23.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/23.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/23.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/24.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/25.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/29.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/32.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/33.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/34.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/34.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/34.png
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/34.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/36.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res/37.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res/README.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
--- trunk/reactos/subsystems/mvdm/pifmgr/res/README.txt (added)
+++ trunk/reactos/subsystems/mvdm/pifmgr/res/README.txt [iso-8859-1] Tue Sep 13 21:46:47
2016
@@ -0,0 +1,6 @@
+
+This icon set is (CC) 2016 DSP2003.
+http://dsp2003.deviantart.com |
http://wks.arai-kibou.ru
+Distributed under CC-BY-SA 4.0 International License Terms.
+
+Converted to 16 colors by Hermès Bélusca-Maïto.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Removed: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/00.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Added: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/16.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/16.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/18.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/18.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/26.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
Binary file - no diff available.
Propchange: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/26.ico
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Copied: trunk/reactos/subsystems/mvdm/pifmgr/res_alt/README.txt (from r72666,
trunk/reactos/subsystems/mvdm/pifmgr/README.txt)
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/pifmgr/res…
==============================================================================
--- trunk/reactos/subsystems/mvdm/pifmgr/README.txt [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/pifmgr/res_alt/README.txt [iso-8859-1] Tue Sep 13
21:46:47 2016
@@ -19,8 +19,16 @@
Column
https://openclipart.org/detail/25388/architetto-capitello-modanatura
+Crayon-drawed icon, combined from the icons
+https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Format-justify-fill.svg/48px-Format-justify-fill.svg.png
+https://openclipart.org/detail/85387/crayon
+https://openclipart.org/detail/161623/crayon-star
+
Domino
https://openclipart.org/detail/3525/domino-set-15
+
+Soccer ball
+https://openclipart.org/detail/21992/soccer-ball
Race flag
https://openclipart.org/detail/62779/wavy-checkered-flag