Go to file
Birunthan Mohanathas 9db39b72bc Script: Added support for multiple parameters to SKIN:Bang()
For example: 'SKIN:Bang("Bang", var, "str", 2)' can now be used instead of 'SKIN:Bang("!Bang \"" .. var .. "\" str \"" .. 2 .. "\"")'
2012-05-08 17:11:22 +03:00
Application Added separate tray icon resource for high DPI conditions 2012-04-22 17:47:19 +03:00
Build
Language Updated languages 2012-05-05 13:13:09 +03:00
Library Script: Added support for multiple parameters to SKIN:Bang() 2012-05-08 17:11:22 +03:00
Plugins Minor changes 2012-05-05 19:37:55 +03:00
SkinInstaller
.gitignore
LICENSE Initial directory structure. 2009-02-10 18:09:59 +00:00
Rainmeter.props
Rainmeter.sln Housekeeping. 2012-02-04 13:08:58 +00:00
RainmeterCPP.sln - Removed example plugins (will be available tomorrow from http://rainmeter.net/cms/Developers) 2012-01-28 16:14:03 +00:00
RainmeterCS.sln
README.md
Version.cs Reintegrated 2.3 branch into trunk 2012-01-08 17:35:29 +00:00
Version.h

Rainmeter is a desktop customization tool for Windows. For more information and downloads, visit rainmeter.net.

Source

To obtain the source code:

  • Use git (git clone git@github.com:rainmeter/rainmeter.git)
  • Use svn (svn checkout https://github.com/rainmeter/rainmeter/trunk rainmeter)
  • Download the current snapshot as a .zip archive.

Refer to /Build/Instructions.txt for build instructions.