Commit Graph

48 Commits

Author SHA1 Message Date
052664221c Changed temperature readout and filter out wrong iMac values 2014-10-22 22:23:54 +02:00
d4dee3b02f Fixed a crash on 10.6 English Language v2.5.1 2014-10-22 10:56:36 +02:00
f271718c71 Added new sparkle version, deprecated 10.5 and 32 Bit support,
converted to ARC, fixed some memory management issues, Donation
Reminder Screen
2.5
2014-10-21 17:57:58 +02:00
4a94a92620 Fixed scrolling offset under Yosemite 2014-10-20 17:32:01 +02:00
2abb74a087 Fixed scroller display 2014-10-20 17:30:59 +02:00
ee8f96e45f Merge branch 'master' of https://github.com/hholtmann/smcFanControl
Conflicts:
	smcFanControl.xcodeproj/project.pbxproj
2014-10-20 16:41:03 +02:00
bb9eb56faf state 2014-10-20 16:39:19 +02:00
b5d8d8838e state 2014-10-20 16:38:48 +02:00
47c1d38d4c Merge pull request #22 from AnakinMac/master
Use a function to do right check
2014-10-20 16:38:23 +02:00
8d9b496dd4 Started support for dark mode 2014-10-20 16:33:31 +02:00
93c7f15214 Use codesign verification to do dmc check 2014-05-19 22:50:16 -04:00
1eae87aede Use Xcode comment syntax, introduce objective-c modern syntax and some other code rearrange 2014-05-19 16:22:44 -04:00
b47bbf0177 Use a function to do right check 2014-03-27 12:38:43 -04:00
65fef1adc3 Test 2014-03-27 15:36:06 +01:00
7489cd8239 Merge pull request #20 from AnakinMac/master
Some fixes
2014-03-26 02:07:14 +01:00
3dbea4bd98 Fix compile warning
Fix crash if smc failed to get current authorization during first use
2014-03-25 15:13:47 -04:00
063d53b06c Changes for 2.5beta Release v2.5ß 2014-02-28 16:28:58 +01:00
d52a71e091 Testing different temperature readout method 2014-02-23 17:37:28 +01:00
8b1127b5b6 Fixed deletion of favorites on OS X 10.9 2014-02-23 17:13:43 +01:00
1b51b7d952 set timer tolerance for Mavericks 2014-02-10 02:09:25 +01:00
595fcd5957 Additional merging 2014-02-10 01:57:21 +01:00
7383e0819e Merge branch 'master' of https://github.com/mw9074/smcFanControl into mw9074-master
Conflicts:
	smc-command/smc.c
	smc-command/smc.h
2014-02-10 01:47:40 +01:00
f233b0846a Merge pull request #12 from nyeates/patch-1
Grammar fixes in Readme.md
2014-02-10 01:30:30 +01:00
0be72efddf Merge pull request #6 from denis2342/master
fixes the decoding of int values. this is important for the correct readout of the number of keys
2014-02-10 01:28:37 +01:00
3328c0018f No longer read unnecessary data in -readFanData
-readFanData was always reading the temperature and the speeds of all
of the fans regardless of what data was displayed in the menu bar. Now,
-readFanData only reads the data necessary to update the text in the
menubar, so, if only the temp is displayed, only the temp is read. The
updating of the fan speeds in the menu is now only done when the user
clicks on the menu. Also: cleaned up some test code and deleted an
unnecessary comment.
2013-12-25 09:47:10 -05:00
c537db9fdd Dramatically reduced energy impact by improving code efficiency
Cached various information to reduce calls to get information from
hardware. Avoided dynamic memory allocation. Added brief comments and
TODOs.
2013-12-21 09:26:27 -05:00
32ced3b969 FAQ file references
The FAQ has a lot of good info and is well written. Any reader of this quick readme should know about the documentation within the FAQ file. I could not figure out a way to universally link to it within githubs flavor of .md markdown, so I just referenced it by textual explanation.
2013-12-07 04:06:21 -05:00
73c981e31a Grammar fixes in Readme.md 2013-12-07 03:08:12 -05:00
afebcc65f1 add more encoding types 2013-02-05 21:45:39 +01:00
77280ab43c support all found sp/fp oocurances I found so far 2013-02-05 20:54:26 +01:00
7ea2001e49 add '{pwm' decoding support 2013-02-03 04:40:08 +01:00
de8d762534 SP78 is signed, so print it that way 2013-02-03 04:40:08 +01:00
44c4e1d15a add support for SI16 signed integer type 2013-02-03 04:39:53 +01:00
dd63c65655 add support for SI8 signed integer type 2013-02-02 16:33:23 +01:00
3b87cc972d added the two missing bits to the result when decoding FPE2 values 2013-02-01 01:47:35 +01:00
b125097a07 add support for the sp78 format 2013-01-31 20:31:11 +01:00
afb554fc66 add the ID of the fan to the output 2013-01-31 18:43:03 +01:00
95dfefbe13 correctly read out int values, this fixes the wrong number of keys displayed and all other values which are ints with more than one byte 2013-01-31 18:36:00 +01:00
3212d78eac Updated read me 2012-08-21 17:55:14 +03:00
514a4e1757 new readme 2012-08-21 16:50:41 +02:00
b64ed93aec Updated Readme 2012-08-21 16:48:34 +02:00
6f29638f97 Changed compiler for 10.5 compatibility v2.4 2012-08-21 12:57:30 +02:00
275fff1886 Updated copyright 2012-08-21 00:05:39 +02:00
268925b63a FAQ changes 2012-08-20 23:48:56 +02:00
d4ceb2e34b Scheme 2012-08-20 21:46:10 +02:00
88e981eba9 Added LICENSE / Scheme 2012-08-20 21:45:37 +02:00
3545ace2bf Added README 2012-08-20 21:39:55 +02:00
9661b06959 2.4 Beta
Initial Commit
2012-08-20 21:34:54 +02:00