Commit Graph

1330 Commits

Author SHA1 Message Date
Birunthan Mohanathas
f373ea0b1e Removed wiki pages. Use http://rainmeter.net/cms/Developers instead. 2012-01-21 17:57:10 +00:00
Birunthan Mohanathas
055d64b605 Updated C# stuff. 2012-01-21 15:52:28 +00:00
Birunthan Mohanathas
34347117db Installed: Fixed silent install and added (optional) /LANGUAGE= switch. 2012-01-21 15:44:46 +00:00
spx
3e1dc73e0e Added workaround for icon.
http://rainmeter.net/forum/viewtopic.php?f=14&t=10946
2012-01-09 18:13:22 +00:00
Birunthan Mohanathas
e3df01ed48 Updated wiki and removed 2.3 branch. 2012-01-08 17:47:12 +00:00
Birunthan Mohanathas
c3ed2e5fa3 Reintegrated 2.3 branch into trunk 2012-01-08 17:35:29 +00:00
jsmorley
c3335adec5 Changed version to 2.2 2012-01-08 16:59:20 +00:00
Birunthan Mohanathas
a72eb29ce4 [2.3] Minor change. 2012-01-06 12:37:40 +00:00
Birunthan Mohanathas
7f61b7d314 [2.3] NowPlaying.dll: Updated to new API and some cosmetic changes. DynamicVariables is supported, but a child measure (e.g. PlayerName=[ParentMeasure]) cannot be converted into a parent measure (e.g. PlayerName=Winap) or vice versa. 2012-01-05 12:06:27 +00:00
Birunthan Mohanathas
584d1de6a0 [2.3] MediaKey.dll: Minor changes. 2012-01-04 15:26:07 +00:00
Birunthan Mohanathas
9409790ef2 [2.3] ResMon.dll: Updated to new API. 2012-01-04 15:22:29 +00:00
Birunthan Mohanathas
804707cc48 [2.3] SpeedFanPlugin.dll: Updated to new API. 2012-01-04 15:05:32 +00:00
Birunthan Mohanathas
c2bba6c04e [2.3] QuotePlugin.dll: Updated to new API. 2012-01-04 13:04:04 +00:00
Birunthan Mohanathas
e1b4ef9457 [2.3] RecycleManager.dll: Updated to new API. 2012-01-04 12:24:13 +00:00
Birunthan Mohanathas
fdb2d4c528 Manage Skins/Themes: Fixed crash http://rainmeter.net/forum/viewtopic.php?f=14&t=10841 2012-01-03 19:45:22 +00:00
Birunthan Mohanathas
068eb26379 SkinInstaller: Added Debug and Language to ignored keys in themes 2012-01-03 19:34:37 +00:00
Birunthan Mohanathas
8e629507df SkinInstaller: Fixed TEMP path detection (http://rainmeter.net/forum/viewtopic.php?f=5&t=10837) 2012-01-03 15:29:37 +00:00
spx
261ecc8c91 [2.3] CRawString: Added NULL checking. 2012-01-03 09:54:38 +00:00
Birunthan Mohanathas
4b5a981f51 [2.3] WindowMessagePlugin.dll: Updated to new API. 2012-01-03 08:23:11 +00:00
Birunthan Mohanathas
ecf36db505 [2.3] CoreTemp.dll: Updated to new API. 2012-01-02 19:44:45 +00:00
Birunthan Mohanathas
234f233e84 [2.3] PingPlugin.dll: Updated to new API. 2012-01-02 19:26:54 +00:00
spx
16c003ff45 [2.3] Removed duplicate null check. 2012-01-02 14:54:34 +00:00
Birunthan Mohanathas
8c16a989eb [2.3] About dialog now tries to read plugin info from version resources 2012-01-02 14:42:58 +00:00
spx
ecd37d0d0b [2.3] Minor fix. 2012-01-02 14:32:08 +00:00
Birunthan Mohanathas
3a2bc653f0 [2.3]
- Rainmeter.sln now contains both C# and C++ projects (requires Visual Studio)
- Added RainmeterCPP.sln which contains only C++ projects (for Visual C++ Express)
2012-01-02 13:55:25 +00:00
Birunthan Mohanathas
7f06076ef4 [2.3] Changed new plugin API calling convention back to cdecl. 2012-01-02 09:04:59 +00:00
Birunthan Mohanathas
4b0429cd89 [2.3]
- Added preprocessor directives to PluginExampleCS to easily control exports
- Fixed that version info resources weren't always applied to C# DLL files
2012-01-02 07:59:33 +00:00
Birunthan Mohanathas
0d9cfdcadb NowPlaying.dll: Fixed minor SetVolume inaccuracy with Winamp 2012-01-01 18:07:24 +00:00
Birunthan Mohanathas
c5fcaf193a [2.3]
- Build.bat now compiles C# projects as well
- NowPlaying is now compiled by default. Uncheck in Configuration Manager if you have VC++.
2012-01-01 16:36:58 +00:00
Birunthan Mohanathas
7b55d266c9 [2.3]
Moved CSPluginInputText to PluginInputText and changed to use the new build system (DllExporter/RainmeterCS.sln).
2012-01-01 16:20:44 +00:00
Birunthan Mohanathas
9e222d2943 [2.3]
- Changed new plugin API functions to use __stdcall calling convention
- Added RainmeterCS.sln for C# projects
- Added DllExporter tool to export methods C# libraries. DllExporter replaces ExportDll, which produced invalid 64bit libraries.
2012-01-01 15:34:19 +00:00
Birunthan Mohanathas
0aa3d7dd7d Additional change to r1098. 2012-01-01 13:26:29 +00:00
Birunthan Mohanathas
131a3424b5 Process.dll: Changed return value when process not active to -1 (was 0) 2012-01-01 13:10:51 +00:00
Birunthan Mohanathas
c4a2d0f2c0 [2.3] Fixed silly mistake. 2011-12-30 20:08:50 +00:00
Birunthan Mohanathas
c9062ee606 Updated C# API. 2011-12-30 20:00:54 +00:00
spx
34c7423756 [2.3] Added NULL checking. 2011-12-30 19:54:36 +00:00
Birunthan Mohanathas
c95524a876 Updated C# API and moved source files into Plugins\API. 2011-12-30 18:45:11 +00:00
Birunthan Mohanathas
eedd7c4b7c - Removed 2.2 branch
- Updated 2.3 branch to what trunk was in r1090
- Added PluginExampleCS to demonstrate the new plugin from C#
2011-12-30 18:03:46 +00:00
Birunthan Mohanathas
62ce7c28a8 2011-12-30 17:29:18 +00:00
Birunthan Mohanathas
71b8d6395d Reverted trunk to r1085. 2011-12-30 17:18:34 +00:00
Birunthan Mohanathas
9856b5138a Missed a file. 2011-12-30 16:42:40 +00:00
Birunthan Mohanathas
6e9d84ad07 Changed \trunk version to 2.3. 2011-12-30 16:33:38 +00:00
Birunthan Mohanathas
e8b89aadfa - Updated Power plugin and Process plugin to use new API
- Removed CSPluginTemplate
2011-12-30 16:24:22 +00:00
Birunthan Mohanathas
7b3b0277ec Added new plugin API. 2011-12-30 16:16:22 +00:00
Birunthan Mohanathas
61d7a3d221 Created 2.2 branch. 2011-12-30 16:11:31 +00:00
Birunthan Mohanathas
61ec694027 Housekeeping. 2011-12-16 19:54:35 +00:00
Birunthan Mohanathas
bfbb0ca6f8 Added Process plugin. 2011-12-16 19:53:12 +00:00
Birunthan Mohanathas
d59582c8b8 Reverted r1069 since the digital signature seems to have fixed false positives. 2011-12-16 17:00:24 +00:00
Birunthan Mohanathas
d295e55d67 Fixed Build.bat when Certificate.bat doesn't exist. 2011-12-15 19:48:46 +00:00
Birunthan Mohanathas
45b2c6657b Updated wiki. 2011-12-15 19:42:22 +00:00