f58f4d71b6
Fix dumb mistake in 1562a24
2013-03-21 18:11:21 +02:00
1562a24322
Additional change to c7d8f7e
2013-03-21 18:06:14 +02:00
557664c77f
Installer: Add FileView to default plugins
2013-03-21 15:34:56 +02:00
06fcdff785
FileView: Tweaks and fixes
2013-03-21 15:27:47 +02:00
c7d8f7ea8a
FileView: Remove use of TerminateThread
2013-03-21 14:38:03 +02:00
9bf5871abf
Fix crash when actions are executed by plugin threads after skin unload
2013-03-21 14:29:59 +02:00
b7c1e16554
Add initial work for installer C++ rewrite
...
Release build requires WinDDK to link with the system msvcrt.dll.
2013-03-18 18:55:34 +02:00
f9926a0ef9
Add support for modal dialogs
2013-03-18 17:48:30 +02:00
5252c95fd6
Fixed that copy operation fails on XP if from path ends with path separator
2013-03-18 20:29:03 +09:00
5d6794ce7b
Script: Fix handle leak with unclosed script file
2013-03-17 17:58:25 +02:00
226416193e
illustro: Remove Feeds skin
2013-03-16 16:39:59 +02:00
967cb5afc0
FileView: Code cleanup
2013-03-12 17:10:26 -06:00
c171a31d9d
Fix mistake in f9e4230
2013-03-12 17:57:18 +02:00
f9e4230ddd
Move CSystem::GetOSPlatform() to Platform.h
2013-03-12 17:53:55 +02:00
87014a8a87
Tweaks
...
- Use InitializeCriticalSectionEx function with CRITICAL_SECTION_NO_DEBUG_INFO flag.
2013-03-12 13:30:43 +09:00
6ad5d56498
Additional changes to af8befd
: Fixed that unloaded skin is not deleted properly in rare case.
2013-03-11 06:06:02 +09:00
27fe4a1e1c
Tweaks
2013-03-11 05:08:00 +09:00
aecef0b5f9
Additional changes to af8befd
2013-03-11 04:59:05 +09:00
5717c38577
Tweaks
2013-03-10 18:03:23 +02:00
ad59b70768
Manage: Fix crash when loading a skin in some cases
2013-03-10 12:17:15 +02:00
af8befd22b
Fix that unloaded skin is displayed in context menu until fade is complete
2013-03-10 12:14:40 +02:00
3552a928dd
Added error check for zero divide
2013-03-09 02:39:17 +09:00
bb88e61682
SkinInstaller: Remove [Rainmeter] entirely in installed layouts
2013-03-08 18:10:23 +02:00
e4bc729a42
Tweaks
2013-03-08 17:45:06 +02:00
b4998d2cc4
SkinInstaller: Add FileView to ignored plugins
2013-03-08 17:33:12 +02:00
03d529cedc
WebParser: Tweaks to DownloadUrl
2013-03-08 09:11:54 +02:00
ddbdc71111
FileView: Fixed heap corruption.
2013-03-07 22:53:58 -07:00
c5df90bbee
InputText: Improved formula/section variables support in options.
...
- Added formula support for InputText measure option: X, Y, W, H, FontSize
- Added formula/section variables support for inline CommandN option. The formula support is same as above options.
2013-03-07 01:36:27 +09:00
7f8e739ae6
InputText: Code cleanup
2013-03-06 04:03:43 +09:00
4cf416bd3f
FileView: Fixed icon issue with the thread.
2013-03-05 10:32:39 -07:00
60286236f6
FileView: When using Recursive=2, Option WildcardSearch now only searches for files instead of folders.
2013-03-04 21:39:45 -07:00
a80af60dbc
Ping: Fixed crash on refresh with FinishAction option.
2013-03-01 14:12:13 -07:00
8ad91f7799
Ping: Added FinishAction
2013-03-01 10:44:07 -07:00
167123bcf7
InputText: Fixed multi-threading issues
2013-03-02 00:29:25 +09:00
76e504d1e5
PluginAPI: Fixed minor mistake
2013-03-01 19:20:40 +09:00
5eafccdba7
InputText.dll: Updated to new API
2013-03-01 16:26:05 +09:00
7186f0988a
FileView: Tweaks and cosmetics.
2013-02-28 14:46:17 -07:00
c7071ebbf8
FileView: Code Cleanup.
2013-02-28 09:33:13 -07:00
dee19de15c
FileView: Added Recursive=2 option. Commands FollowPath and PreviousFolder do not work with this option. Also, ShowFile, ShowFolder, and ShowDotDot have no effect on this option.
...
Drives are now sorted.
Folders have dates and times.
Lots of tweaks and cleanup.
Updated to version 2.
2013-02-28 09:15:28 -07:00
53f5ceb674
Updated plugin API
...
- Added new option to RmGet(): RMG_SKINNAME, RMG_SKINWINDOWHANDLE
2013-02-27 20:00:26 +09:00
71601d7564
InputText: Fixed several issues
...
- Fixed lots of handle leak caused by Threading. Now uses ThreadPool instead of Thread. This change may fix IME issue that cannot input character like Japanese for instance.
- Commented out some non-used part.
- Removed ref keyword from ScanAndReplace().
2013-02-27 11:42:08 +09:00
533d53e446
Code cleanup
2013-02-26 03:57:37 +09:00
091a185e51
FileView: "Drives" are now counted as folders for Type=FolderCount
2013-02-22 13:40:36 -07:00
f81b4ff8bb
Added __declspec(novtable) to interface classes
2013-02-19 16:53:00 +02:00
f48c7f9e01
Reverted change at OnDelayedMove() in d25ae27
:
...
http://rainmeter.net/forum/viewtopic.php?p=83860
2013-02-12 23:19:17 +09:00
d25ae270c4
Tweaks
...
* Optimized some part for multi monitor
2013-02-09 01:52:41 +09:00
9ce1403cbe
Fixed crash when referencing an invalid path.
2013-02-07 13:17:11 -07:00
95aacda3cb
Code cleanup
2013-02-06 19:12:16 +09:00
1c8b798928
Tweaks
...
* Merged Shrink() code to Tokenize()
2013-02-06 19:09:17 +09:00
e96b02d3dc
Tweaks
...
* Replaced if-else with switch-case
2013-02-06 18:55:45 +09:00