Commit Graph

2285 Commits

Author SHA1 Message Date
Birunthan Mohanathas
4ad05ffdea MeasurePlugin: Log error code when loading plugin fails 2014-06-01 15:10:41 +03:00
Birunthan Mohanathas
cd01247250 Installer: Error out when run on XP SP2 2014-06-01 09:33:18 +03:00
Birunthan Mohanathas
8fc6e5030c Language: Update Russian 2014-05-29 21:46:07 +03:00
Birunthan Mohanathas
bc1319c784 Language: Update Danish 2014-05-29 21:44:02 +03:00
Birunthan Mohanathas
521c66e257 Language: Update Polish 2014-05-29 21:42:10 +03:00
jsmorley
6626c10351 Updated versions to 3.1 (r2289) 2014-05-25 10:15:33 -04:00
Brian Ferguson
ce18e1796b Cosmetics (removed commented out test code) 2014-04-21 14:11:53 -06:00
Brian Ferguson
21fe43be63 Webparser plugin: Fix measure name case sensitivity comparing in URL option 2014-04-21 14:09:36 -06:00
Brian Ferguson
814098f0cd NowPlaying plugin: Fix measure name case sensitivity comparing in PlayerName option 2014-04-21 14:08:43 -06:00
Birunthan Mohanathas
02517c1ef1 NowPlaying: Cosmetics to Cover.{cpp,h} 2014-04-04 18:40:16 +03:00
Ivan Yu
a2c1750b95 NowPlaying: Add TagLib files for MP4 support 2014-04-04 18:28:54 +03:00
Birunthan Mohanathas
4236bea52b Enable /MP (Build with Multiple Processes) for Release builds 2014-03-25 19:46:37 +02:00
Birunthan Mohanathas
3190fc267f Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
Brian Ferguson
27af737a3a SysInfo: Idle_Time: Removed "scaling" feature and default to seconds. 2014-02-23 11:12:06 -07:00
Brian Ferguson
de91403db9 SysInfo: Added "Idle_Time" type. Use "SysInfoData to scale the output. 2014-02-23 10:55:44 -07:00
Birunthan Mohanathas
7a1c0f6e78 Tweaks 2014-02-13 19:21:38 +02:00
Brian Ferguson
c71585a818 Tweaks 2014-02-13 09:57:08 -07:00
Brian Ferguson
d6a6810bd5 ContextMenu: Fix complier warnings 2014-02-13 09:43:44 -07:00
Brian Ferguson
f74dba0c03 !SkinCustomMenu allow for separators 2014-02-13 09:42:37 -07:00
Brian Ferguson
57e6787b71 Platform: Use registry to retrieve OS name information 2014-02-13 09:19:54 -07:00
Brian Ferguson
0b34c06974 Cosmetics 2014-02-13 01:22:04 -07:00
Brian Ferguson
66d12ec92a About Dialog: Retrieve a more detailed OS name 2014-02-13 01:16:42 -07:00
Brian Ferguson
67aeaf5392 Remove Platform version helpers and use <VersionHelpers.h> per http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx 2014-02-12 14:42:02 -07:00
Brian Ferguson
eced3a6978 Tweaks 2014-02-11 12:25:54 -07:00
Brian Ferguson
c03b343504 About Dialog: Added OS name and architecture to text copied to clipboard. 2014-02-11 12:24:26 -07:00
Brian Ferguson
b2c4bb826a Added OS name and architecture to the about dialog. Also moved GetPlatformName() from the SysInfo plugin to Platform namespace. 2014-02-11 12:17:05 -07:00
Birunthan Mohanathas
d00d4bb313 Update Building.md 2014-02-08 11:16:20 +02:00
Birunthan Mohanathas
98b925fe7c New installer: Fix Release build 2014-02-08 09:47:37 +02:00
Brian Ferguson
4fd398ddfb Fixed leaking interfaces from 05d256c 2014-02-07 15:13:13 -07:00
Brian Ferguson
05d256ced3 FileView: Added support for opening the properties or context menu for each item. A user-defined item can also be used on parent measures (in case someone wants to open the properties/context menu from another source - a "dummy" parent measure will be needed).
Usage:
!CommandMeasure MeasureName ContextMenu
!CommandMeasure MeasureName Properties
2014-02-07 12:34:16 -07:00
Birunthan Mohanathas
d0fd184063 Add !SkinCustomMenu bang that displays the user-defined context menu items only 2014-02-07 20:49:31 +02:00
Birunthan Mohanathas
feb90f35d2 Refactor custom skin context menu creation 2014-02-07 20:47:29 +02:00
Birunthan Mohanathas
726d674438 New installer: Handle installation types properly 2014-02-01 14:11:08 +02:00
Birunthan Mohanathas
4d4afd1345 InputText: Remove use of unsafe code 2014-01-23 12:00:34 +02:00
Birunthan Mohanathas
8078f49106 Remove use of unsafe code in RainmeterAPI.cs 2014-01-23 12:00:15 +02:00
Brian Ferguson
aadfc7fc42 DllExporter: Fixed issue with x64 builds. 2014-01-17 22:59:56 -07:00
Birunthan Mohanathas
351fcbce5d DllExporter: Move under Build\ directory
Also makes InputText use an architecture specific version of DllExporter.
2014-01-17 23:08:40 +02:00
Birunthan Mohanathas
580d6de303 DllExporter: Use correct ilasm.exe depending on target architecture 2014-01-17 21:21:16 +02:00
Birunthan Mohanathas
d952ceca44 Additional change to 1aa242b 2014-01-17 16:57:15 +02:00
Birunthan Mohanathas
1aa242b5c9 DllExporter: Improve ildasm.exe path detection 2014-01-17 16:27:16 +02:00
Birunthan Mohanathas
c833f604c5 NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
Birunthan Mohanathas
6bcbd1f0d7 NowPlaying: Use PCH 2014-01-05 14:09:20 +02:00
Birunthan Mohanathas
d8a046111f NowPlaying: Compile most TagLib files together for greatly increased build performance 2014-01-05 14:08:07 +02:00
Birunthan Mohanathas
d1d47b384e Add project directory to AdditionalIncludeDirectories to fix IntelliSense warning for StdAfx.h includes in subdirectories 2014-01-05 13:23:05 +02:00
Birunthan Mohanathas
76b2ce47bc Common: Use PCH 2014-01-05 13:21:23 +02:00
Birunthan Mohanathas
cc0d6eeb63 Library: Simplify PCH use 2014-01-05 13:00:50 +02:00
Birunthan Mohanathas
82d753891f Move Gfx code into Common project 2014-01-05 12:52:36 +02:00
Birunthan Mohanathas
ba79e869b0 Move PCRE into separate Library_PCRE project 2014-01-05 12:44:34 +02:00
Birunthan Mohanathas
5c371b8999 Move Lua into separate Library_Lua project 2014-01-05 12:41:42 +02:00
Birunthan Mohanathas
7164dddefd Disable copy constructors and copy assignment operators 2014-01-05 12:07:22 +02:00