Commit Graph

144 Commits

Author SHA1 Message Date
132e93c857 Additional change to 648e14b 2012-12-23 17:42:30 +02:00
648e14b6f7 Additional change to 24ef81d 2012-12-23 17:00:14 +02:00
24ef81dee8 Rainmeter.exe: Removed dependency on MSVCRT110.dll for Release builds
If the CRT libraries are missing or corrupt, a message pointing to http://rainmeter.net/dllerror is displayed.
2012-12-23 14:53:37 +02:00
52e1f1c6b4 Moved common project settings into .props files 2012-12-18 19:49:51 +02:00
spx
950f86add1 Application: Fixed typo 2012-11-24 12:48:06 +09:00
spx
425a4de015 Application: Copy Build/Themes to TestBench/Layouts when finished building 2012-11-24 12:43:24 +09:00
678ac501ad Added Windows 7/8 compatibility section to manifest
http://msdn.microsoft.com/en-us/library/windows/desktop/hh848036.aspx
2012-09-18 22:37:35 +03:00
spx
4591a969a6 Build option: Added /arch:SSE to Release/32bit. 2012-07-23 07:34:31 -07:00
b1176d9611 Cosmetics and restored 2cfbab6, which was accidentally reverted in dc07162 2012-06-11 17:03:19 +03:00
dc07162956 Improved 83f1b1a 2012-06-11 16:20:13 +03:00
83f1b1ae0e Added workaround for old plugins using relative path to Rainmeter.exe 2012-06-09 19:54:13 +03:00
a85ecc9b7c Added separate tray icon resource for high DPI conditions 2012-04-22 17:47:19 +03:00
66a5579550 Minor changes 2012-04-09 20:27:49 +03:00
7168634bb6 Disabled RTTI and removed dynamic_cast 2012-04-09 19:45:54 +03:00
spx
c6a382f4ab Removed /Ob1 option for fixing VS2010 optimization bug. 2012-04-09 06:53:00 -07:00
116b2b1bb2 Updated 24x24 icon 2012-04-09 15:06:52 +03:00
c69c56e42f Cleaned project files 2012-04-09 14:04:07 +03:00
3ea09d5c14 Updated icon 2012-04-06 21:21:35 +03:00
9ba4021a2b Updated tray icon 2012-04-05 21:56:39 +03:00
db52d3d575 Cosmetic changes to resources 2012-03-26 18:49:31 +03:00
7a0ec6c129 Added /Build 2012-03-26 18:26:59 +03:00
f6d6760caf - Installer: .NET 2.0 is now a requirement
- illustro: Changed to use scalable background
2012-02-22 10:03:51 +00:00
876817bc11 - About Log and Skins: Added CTRL+C support to copy third column
- Cosmetics
2012-02-21 09:03:16 +00:00
b48791dd58 Some minor fixes. 2012-02-16 17:38:45 +00:00
spx
bf27206d8c Cleanup. 2012-02-16 14:09:54 +00:00
ac840c1599 - Disabled "Log file created" messagebox
- Fixed empty messagebox when Rainmeter is launched with Logging=1 and no existing log file
- Minor changes to log output
2012-02-14 17:58:03 +00:00
2c6ed8ed69 - Manage/About dialogs: Fixed that keyboard commands didn't work
- Window message API: Partly broken since r1157, fixed
- Moved all functionality from Rainmeter.exe into Rainmeter.dll
2012-02-14 17:00:07 +00:00
81b6813e3a - Removed example plugins (will be available tomorrow from http://rainmeter.net/cms/Developers)
- Changed new plugin API exports to __stdcall calling convention
- Disabled /DEBUG for Release configurations
2012-01-28 16:14:03 +00:00
spx
ebec08914a Adjusted copyright notice.
http://www.gnu.org/licenses/gpl-2.0.html
2012-01-23 06:36:15 +00:00
c3ed2e5fa3 Reintegrated 2.3 branch into trunk 2012-01-08 17:35:29 +00:00
spx
8e8b7d1268 Code tweaks and cleanup. 2011-12-04 22:18:40 +00:00
9f629fac62 Rainmeter.dll now shares icon with Rainmeter.exe to reduce binary size. 2011-11-11 09:38:00 +00:00
4f73f17cec Added ability to change language in Manage Settings. 2011-10-01 17:39:09 +00:00
spx
6dd79c451d Reduced system resource usage. 2011-10-01 06:27:20 +00:00
1493aec2a1 Partly reverted r975 (restored Rainmeter.dll). 2011-09-29 06:04:20 +00:00
13c17b9d1a - Removed support for using Rainmeter.dll as Litestep module
- Merged Rainmeter.dll and Rainmeter.exe
- Language resource file now located in \Language\<LanguageName>.dll
- Build.bat now automatically builds and packages all languages
2011-09-28 18:28:35 +00:00
55391d4b98 Some optimizations and cleanup. 2011-09-24 09:13:13 +00:00
e22db0b887 Added localization support. 2011-09-23 16:28:38 +00:00
34d88e42e2 Minor changes. 2011-09-18 07:59:48 +00:00
spx
38b4c4d865 Code cleanup. 2011-09-03 21:51:25 +00:00
6c0ea88266 - Enabling some C++ optimization switches (/OPT:ICF, /OPT:REF, /GL)
- Excluding ExamplePlugin.dll from installer
2011-07-08 20:45:01 +00:00
2ca9967b18 Fixed sloppy mistake in r846. 2011-07-03 13:21:01 +00:00
2bdca3d6da Additional change for r844. 2011-07-03 13:18:10 +00:00
9447a38f00 Added a Rainmeter.props file to easily change to 64bit compiler across all projects (for VS2010 Pro, which has 64bit compiler by default).
This change has no effect on VC2010 Express users (i.e. Windows7.1SDK needs to be installed). Read the Building wiki entry for more info.
2011-05-14 07:56:18 +00:00
b92d8276d3 - Rainstaller now preserves statistics when applying theme
- Build.bat now checks "Program Files (x86)" if files don't exist in "Program Files"
2011-04-07 13:47:26 +00:00
a92bdd9b18 Cosmetic changes to code. 2011-03-29 19:21:57 +00:00
spx
9f152e0076 Removed unneeded codes, for VC2010. 2011-02-20 23:03:15 +00:00
spx
07d9b85500 Cleaned up project files. 2011-02-10 19:21:02 +00:00
6a5173c860 Upgrading development environment to Visual C++ 2010. 2011-02-10 16:09:05 +00:00
c1dc6921f0 Minor tweaks. 2011-02-06 13:35:29 +00:00