Go to file
2012-04-08 16:52:07 +03:00
Application Updated icon 2012-04-06 21:21:35 +03:00
Build Revert 6490dad 2012-04-05 15:13:33 +03:00
Language Cosmetics 2012-04-06 15:31:00 +03:00
Library Calc: Added rad function (degress to radians) and fixed sgn function 2012-04-08 16:52:07 +03:00
Plugins PerfMon.dll: Workaround for compiler optimization bug that caused 0 return value in some cases 2012-04-08 16:21:37 +03:00
SkinInstaller Removed support for TrayExecuteL and TrayExecuteDL 2012-04-06 15:28:39 +03:00
.gitignore Updated .gitignore 2012-04-02 22:21:54 +03:00
LICENSE Initial directory structure. 2009-02-10 18:09:59 +00:00
Rainmeter.props Reintegrated 2.3 branch into trunk 2012-01-08 17:35:29 +00:00
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 Housekeeping. 2012-02-04 13:08:58 +00:00
README.md Minor change 2012-03-26 19:09:54 +03:00
Version.cs Reintegrated 2.3 branch into trunk 2012-01-08 17:35:29 +00:00
Version.h Reintegrated 2.3 branch into trunk 2012-01-08 17:35:29 +00:00

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.