summaryrefslogtreecommitdiff
path: root/src/power
AgeCommit message (Expand)AuthorFilesLines
2014-02-17s/iPhoneOS/iOSRyan C. Gordon1-1/+1
2014-02-17Corrected battery percentage on iOS (thanks, Felix!).Ryan C. Gordon1-1/+1
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga9-9/+9
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon9-9/+9
2013-11-14Renamed things named after BeOS to be named after Haiku instead.Ryan C. Gordon2-6/+7
2013-10-20Added a macro SDL_TICKS_PASSED() to correctly compare two 32-bit tick values.Sam Lantinga1-5/+1
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga4-27/+28
2013-05-10Added missing vi lines.Philipp Wiesemann1-0/+2
2013-03-17Removed Nintendo DS support since nobody has volunteered to maintain it for o...Sam Lantinga2-48/+0
2013-03-17Add PSP supportCaptain Lex2-0/+73
2013-02-16Added license to Android power implementationSam Lantinga1-0/+20
2013-02-15Happy New Year!Sam Lantinga8-8/+8
2012-09-27Removed executable bit from source filesSam Lantinga8-0/+0
2012-09-23Added missing Android source that was supposed to go with changeset 64a6297a8b93Sam Lantinga1-0/+41
2012-09-23Fixed bug 1606 - SDL does not implement SDL_GetPowerInfo() for Android.Sam Lantinga1-0/+4
2012-09-15Removed Windows CE support from SDL 2.0.Ryan C. Gordon1-9/+1
2011-12-31Happy New Year!Sam Lantinga8-8/+8
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga7-6/+39
2011-10-13Fixed a whole slew of compiler warnings that -Wall exposed.Ryan C. Gordon1-8/+0
2011-09-15Removed some FIXMEs (Nathan's changes were, in fact, correct).Ryan C. Gordon1-4/+2
2011-07-14Should compile now (fixed typos(?))Nathan Heisey1-2/+5
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga7-127/+120
2011-02-11Happy 2011! :)Sam Lantinga7-7/+7
2011-01-24Include windows.h in a single point in the source, so we can be consistent ab...Sam Lantinga1-2/+1
2011-01-24Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga1-1/+10
2010-04-30Implemented SDL power APIs for iPhoneOS.Ryan C. Gordon2-1/+105
2010-01-24Fixed bug #926Sam Lantinga6-6/+6
2009-09-19Removed outdated Dreamcast supportSam Lantinga1-1/+1
2009-09-19Removed outdated OS/2 supportSam Lantinga2-139/+0
2009-06-30Moved hardcoding of "/proc/apm" elsewhere.Ryan C. Gordon1-1/+2
2009-06-30Linux /proc/apm: handle hex and decimal (and octal!) values.Ryan C. Gordon1-1/+1
2009-06-30Linux /proc/acpi: check for ac_adapter states, other cleanup.Ryan C. Gordon1-28/+66
2009-06-30Removed stub for Linux /sys/power processing.Ryan C. Gordon2-10/+0
2009-06-30Power: First shot at Linux /proc/acpi/battery support.Ryan C. Gordon1-13/+210
2009-06-10indentSam Lantinga7-111/+108
2009-06-08Fixed some typos and added a couple of includes. All were need to get SDL_pow...Bob Pendleton2-6/+10
2009-06-07BeOS support for power subsystem.Ryan C. Gordon2-0/+130
2009-06-07Initial work on power subsystem for SDL 1.3.Ryan C. Gordon6-0/+768