Go to file
Birunthan Mohanathas e4cceb8512 PingPlugin.dll: Removed use of TerminateThread
Instead of termination in Finalize(), the thread is left to run and perform required cleanup before exit. This also fixes a memory leak caused by termination in some cases.
2012-06-28 12:57:41 +03:00
Application Cosmetics and restored 2cfbab6, which was accidentally reverted in dc07162 2012-06-11 17:03:19 +03:00
Build Minor fix to 96c025a 2012-06-27 13:15:04 +03:00
Language Cosmetics 2012-06-24 18:18:50 +03:00
Library Tweaks 2012-06-27 14:49:52 +03:00
Plugins PingPlugin.dll: Removed use of TerminateThread 2012-06-28 12:57:41 +03:00
SkinInstaller Skin Installer: Fixed logic 2012-06-28 10:24:30 +03:00
.gitignore Updated .gitignore 2012-06-21 17:06:05 +03:00
LICENSE
Rainmeter.props Reintegrated 2.3 branch into trunk 2012-01-08 17:35:29 +00:00
Rainmeter.sln Improved 83f1b1a 2012-06-11 16:20:13 +03:00
RainmeterCPP.sln Improved 83f1b1a 2012-06-11 16:20:13 +03: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 Bumped version to 2.4 2012-06-26 15:48:05 +03:00
Version.h Bumped version to 2.4 2012-06-26 15:48:05 +03: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.