Commit Graph

  • e208c55c8a Updated Settings.htm and Skins.htm. spx 2009-10-08 00:47:48 +0000
  • ad61b06ccc Minor fix for error in RainBrowser when a .ini file has an invalid format. jsmorley 2009-10-07 20:38:40 +0000
  • bab35411b4 Fixed: Handling for MeterButton's "ButtonCommand" was forgotten on r236. spx 2009-10-07 18:47:40 +0000
  • bc35355236 Adding RainBrowser to the SVN jsmorley 2009-10-07 18:37:25 +0000
  • 0b4ba32924 Added cache for the fonts. Fixed a memory leak in the string meter. Changed the library project to use precompiled headers. Kimmo Pekkola 2009-10-07 16:45:14 +0000
  • 61df4e1bad Added manual entry for #CURRENTCONFIG# to Skins.htm jsmorley 2009-10-06 04:04:59 +0000
  • fd759799fe Adding Spx's fix for the #CURRENTCONFG# code. jsmorley 2009-10-06 03:49:03 +0000
  • 3da892f271 Backing out the change in r237. The #CURRENTCONFIG# routine can cause an error when Rainmeter first Initializes before the first skin is read. jsmorley 2009-10-06 02:16:35 +0000
  • 4bed8bdbbd Fixed: The value is not replaced by correct substitute when DynamicVariables is enabled in Measure. spx 2009-10-05 19:27:08 +0000
  • 7fdeafba9f MattKing's change to add #CURRENTCONFIG# as a "built-in" variable. jsmorley 2009-10-05 04:29:33 +0000
  • 3afe01569c Broken backwards compatibility was fixed. ([Measure] contained in Action in Measure and Meter are not replaced when reading skins. They are replaced only when executing action.) spx 2009-10-01 03:13:19 +0000
  • 1ebff32421 Replaced the application icon. The old config is backed up before it is upgraded. Kimmo Pekkola 2009-09-30 17:06:16 +0000
  • daeb18c1f4 jsmorley 2009-09-30 03:24:29 +0000
  • 48fdf42bb2 Reverted the changes from r229 (dragging problem). spx 2009-09-26 16:29:22 +0000
  • 8869cd0bcc Added MouseActionCursor to the manual under "Meters" jsmorley 2009-09-26 13:01:28 +0000
  • f6f293cc57 Minor tweaks of "hand pointer". spx 2009-09-26 07:16:55 +0000
  • 5560d6e72a Added MattKing's code to enable the standard "hand pointer" mouse cursor when you hover over a meter with any "MouseAction" on it or a button. jsmorley 2009-09-25 22:20:07 +0000
  • 4771fafe87 Minor fixes spx 2009-09-25 12:30:50 +0000
  • 3aac534323 Minor tweak to manual in Plugin-WebParser.htm jsmorley 2009-09-23 14:12:11 +0000
  • d493e8d2e9 Fix to Middle Mouse functionality. It was not detecting mouse actions in the [Rainmeter] section, only in [MeterName] jsmorley 2009-09-23 13:45:39 +0000
  • de38315cd8 Updates to manual: jsmorley 2009-09-21 18:59:34 +0000
  • dd1369c440 Added MattKing's code to allow a user to set the path and name of the text file to have Debug=2 write to. This will allow persistence for html files retrieved by WebParser, so they can be parsed as a local file as needed. jsmorley 2009-09-21 17:02:48 +0000
  • f8bd5fb2eb A silly mistake on r217 was fixed. spx 2009-09-20 08:53:28 +0000
  • 8414159d62 Updated the History.htm for the next beta. Kimmo Pekkola 2009-09-19 17:40:31 +0000
  • 71c1d052a7 The relative coordinates got broken by the previous changes. They should be fixed now. Changed the meter bangs to case insensitive. Kimmo Pekkola 2009-09-19 07:15:28 +0000
  • fa6d437a71 Added a version check for the skins which come with Rainmeter so they can be upgraded. Kimmo Pekkola 2009-09-18 18:42:50 +0000
  • 1de7706678 If native transparency is enabled the windows are not refreshed anymore when settings change but they are just moved to the correct location. Kimmo Pekkola 2009-09-18 16:05:10 +0000
  • e84e7d534d The skin files can read other files with @include statement. Kimmo Pekkola 2009-09-18 15:30:51 +0000
  • b9bb71a669 Fixed: Tranquil-Weather kenz0 2009-09-16 11:14:53 +0000
  • 9d96ec61c1 - Fixed: Multibang [] not assumed when [Measure] is replaced in CConfigParser::ReadString(). - Minor changes of ConvertToXXX(): Get an appropriate buffer size to convert the string. And using [] when deleting arrays. - Fixed a few memory leaks. - It's now possible to send the !BANG command when all windows are "On Desktop". (Rainmeter.exe and WebParser) spx 2009-09-12 11:11:40 +0000
  • 8ea3c6780a Additional code changes by spx268 to address issues with other image meter types (MeterBar, MeterBitmap, MeterButton, MeterRotator) and dynamic variables. jsmorley 2009-09-07 20:00:50 +0000
  • 48bee2c6fe 1) Added MattKing's code for supporting the middle mouse button in [Rainmeter] and [MeasureName]. jsmorley 2009-09-07 16:37:58 +0000
  • 11528ab3cc New manual entry for MeterStyle functionality jsmorley 2009-09-05 00:46:14 +0000
  • 483784d570 Updated the History.htm for the beta release. Kimmo Pekkola 2009-09-04 17:49:27 +0000
  • 8eccc8ddec Got rid of the "Not a meter or measure" error. The handling of the MeterStyle is now done in the CConfigParser. Kimmo Pekkola 2009-09-04 17:40:02 +0000
  • 4274397806 The m_FontCollection wasn't initialized so it could cause a crash on exit. Some code cleanup. Kimmo Pekkola 2009-09-04 17:18:15 +0000
  • 4bf4e51126 Reverted the changes from r209. Kimmo Pekkola 2009-09-04 16:37:51 +0000
  • 8239919333 Added MeterStyle functionality: jsmorley 2009-09-04 14:48:28 +0000
  • 863c17bd57 Removing LocalFont tag/branch. Reconciled with the trunk version. jsmorley 2009-09-03 00:37:00 +0000
  • dc365cfb6e Reconciled all changes by Rainy and the branch with MattKing's LocalFont function. The trunk now contains all current code changes. jsmorley 2009-09-03 00:33:46 +0000
  • 9b949a12e0 Fixed: Rainmeter drops commands in !Execute series that are too long. (http://code.google.com/p/rainmeter/issues/detail?id=103) Kimmo Pekkola 2009-09-02 18:05:07 +0000
  • 9fcd6896de Added NULL checks for the CConfigParser::ReadString()'s parameters (http://code.google.com/p/rainmeter/issues/detail?id=105). The font and registry handle are now free'ed properly if Initialize() is called multiple times. Kimmo Pekkola 2009-09-02 17:04:47 +0000
  • 81f674117d Creating a branch/tag for MattKing's work on the "Font Repository" feature. Need a day or two of testing to be sure there are no issues and then we can look at merging it with the trunk/head version. jsmorley 2009-09-01 17:23:14 +0000
  • 6d7ad1edbc Removing tag/branch due to merge of code with main trunk. jsmorley 2009-08-31 17:49:13 +0000
  • c4f95ca973 Committed MattKing's code to generate a random number in a CALC measure. jsmorley 2009-08-31 17:47:09 +0000
  • de48407138 Edited wiki page through web user interface. evmckay 2009-08-31 00:42:16 +0000
  • aa908014af Edited wiki page through web user interface. evmckay 2009-08-31 00:41:29 +0000
  • 21249eb02a Edited wiki page through web user interface. evmckay 2009-08-31 00:39:01 +0000
  • a4209f3740 jsmorley 2009-08-30 21:55:14 +0000
  • 7a32578f27 Posting a branch with MattKing's changes to MeasureCalc.cpp and MeasureCalc.h to support generating random numbers in a calc measure. jsmorley 2009-08-30 21:52:22 +0000
  • 5a4304f020 aspect ratio of the image is preserved when the image is scaled. (Thanks to px268 for the code) kenz0 2009-08-28 07:42:28 +0000
  • c6fdbf7b60 Dynamic variables can be used to change the font in the string Meter.cpp. Removed the error message if the meter's dimensions are 0. Kimmo Pekkola 2009-08-27 17:05:10 +0000
  • c09ff5cf61 Using variables in other variables should work again. Increased the number of decimals used in dynamic measures from 1 to 5. Kimmo Pekkola 2009-08-27 16:04:06 +0000
  • f5f257a595 Previous beta changed everything to be case sensitive. Fixed. Kimmo Pekkola 2009-08-27 15:42:24 +0000
  • ffdec7be65 Some of the plugins don't work with the dynamic variables so the feature is now disabled for them. Kimmo Pekkola 2009-08-26 19:29:49 +0000
  • 9cf291517a Updated the version number in the build scripts. Kimmo Pekkola 2009-08-26 17:50:13 +0000
  • 9246161739 Skin information and instructions can be added to [Metadata] section. Kimmo Pekkola 2009-08-26 17:48:12 +0000
  • dc3c767efa It's now possible to use the measures as if they were variables (use [MeasureName] instead #VariableName#). Set DynamicVariables=1 for all meters and measures which refer to other measures. New bang !RainmeterSetVariable can be used to change the value of a variable (DynamicVariables must be 1 in places where the variable is used). Kimmo Pekkola 2009-08-26 17:37:15 +0000
  • 7b22d717a3 The windows stay visible with Aero Peek on Windows 7. Kimmo Pekkola 2009-08-23 12:09:17 +0000
  • d98c79e0fc WebParser reads the resource now only if it has been modified. This can be overridden with ForceReload=1. Kimmo Pekkola 2009-08-19 18:07:56 +0000
  • 40f11d3934 !RainmeterRefresh and !RainmeterQuit are now handled only during the event loop since they can crash the application if executed during Update(). Kimmo Pekkola 2009-08-19 17:57:09 +0000
  • 77415cfc0f Changed RainThemes to automatically create a theme called "AutoSave" which will contain your current setup. This is to protect folks who have an existing 0.14 setup, Install 1.0+, load the Enigma theme to "check it out" but don't think to save their current setup first. This provides a recovery method if you load a theme without saving first. jsmorley 2009-08-16 18:25:26 +0000
  • 8d6fd32613 Added couple of NULL checks for the iTunesPlugin. Kimmo Pekkola 2009-08-14 16:06:42 +0000
  • a6c20aad64 Edited wiki page through web user interface. Kimmo Pekkola 2009-08-14 15:03:30 +0000
  • c258738d1b Fix HELP file of iTunes kenz0 2009-08-14 04:41:55 +0000
  • d6444b7dff RainThemes wasn't started correctly if the path had spaces. Fixed. Kimmo Pekkola 2009-08-12 19:02:51 +0000
  • 49661dd928 Updated the history for the next beta. Kimmo Pekkola 2009-08-12 18:06:07 +0000
  • 29e1dfba5b Removed duplicated code. Kimmo Pekkola 2009-08-12 18:02:24 +0000
  • 122fb8f90f Variables can be used under the [Variables] section (as long as they have been defined before the current variable is read). Kimmo Pekkola 2009-08-12 17:26:34 +0000
  • 1d1290e3fa Added Themes submenu to the Rainmeter's context and tray menus. Kimmo Pekkola 2009-08-12 17:11:52 +0000
  • c895803238 The IgnoreRemovable now defaults to true (1) which should help with the missing disk errors. Kimmo Pekkola 2009-08-12 16:15:54 +0000
  • 425e0c7b15 Applied the new changes to the correct version of the iTunesPlugin. Kimmo Pekkola 2009-08-12 16:14:17 +0000
  • cbd88496b9 Addition of an insufficient part in HELP. kenz0 2009-08-12 12:49:12 +0000
  • 9aaa7ecbf2 Made a change to the way APPDATA was resolved due to a bug with the built in @AppDataDir macro in AutoIt on some systems. jsmorley 2009-08-11 19:00:49 +0000
  • cf8bb22e3a Fix ToggleiTunes command kenz0 2009-08-11 04:44:11 +0000
  • 7c3c4e1bf1 jsmorley 2009-08-10 19:48:27 +0000
  • 74cd1be585 Tips, tricks, examples and Various extra knowledge, such a technical information was moved to RainWIKI. kenz0 2009-08-10 12:50:38 +0000
  • 42087d6ed0 a fix for misspelling. kenz0 2009-08-10 05:00:20 +0000
  • 1c9a3b87e7 jsmorley 2009-08-08 21:58:30 +0000
  • 8d441e92a7 jsmorley 2009-08-08 12:54:51 +0000
  • eb2c2ac4cd Since most of these issues was solved by v1.0, this article already became needless. kenz0 2009-08-08 11:54:42 +0000
  • 56cb50d95f version update Kimmo Pekkola 2009-08-07 08:28:24 +0000
  • 5d058c0d20 Version update Kimmo Pekkola 2009-08-07 08:28:02 +0000
  • 10fa32c465 Updated the release date in the history list. Kimmo Pekkola 2009-08-07 08:10:16 +0000
  • 545a1b7399 jsmorley 2009-08-07 07:55:11 +0000
  • dd319f4384 jsmorley 2009-08-07 07:53:44 +0000
  • 8f7b952aef Added the themes to svn. Kimmo Pekkola 2009-08-07 07:41:44 +0000
  • ec9fa142a3 Updated the Enigma skin. Kimmo Pekkola 2009-08-07 07:39:39 +0000
  • 6bbd4b7416 jsmorley 2009-08-06 22:25:52 +0000
  • 07adce3c6f jsmorley 2009-08-06 17:54:24 +0000
  • 1be663e490 jsmorley 2009-08-05 19:04:17 +0000
  • f14bb09b6c jsmorley 2009-08-05 13:20:14 +0000
  • 3a5b634b1b !RainmeterQuit bang doesn't show error message even if Rainmeter is not running. Kimmo Pekkola 2009-08-05 08:36:38 +0000
  • 3cb252cef1 jsmorley 2009-08-05 03:45:12 +0000
  • 6c52525293 jsmorley 2009-08-05 00:37:32 +0000
  • 4c399b2598 jsmorley 2009-08-05 00:30:24 +0000
  • 63c8d6960e jsmorley 2009-08-04 22:22:51 +0000
  • 2a29d32c07 jsmorley 2009-08-04 22:10:51 +0000
  • 75c3513ec9 jsmorley 2009-08-04 19:29:34 +0000
  • 438869476b jsmorley 2009-08-04 17:17:13 +0000