Age | Commit message (Expand) | Author |
2011-02-14 | All kernel objects in code shared amongs targets (core, plugins, codecs) shou... | Michael Sevakis |
2011-01-18 | Try to get some control over #ifdef hell in usb.c by refactoring and inline f... | Michael Sevakis |
2010-08-01 | Fix #ifdef in backlight.c from previous commit | Bertrik Sikken |
2010-08-01 | Various minor cleanups | Bertrik Sikken |
2010-06-21 | I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet... | Thomas Martitz |
2010-06-21 | Fix yellows and reds (one was a type, the other was rather incorrect before a... | Thomas Martitz |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2009-11-23 | Fix FS#10362 (flickering backlight when removing hold) by preventing multiple... | Rob Purchase |
2009-06-29 | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré |
2009-05-05 | Remove an #ifdef SIMULATOR in favor of using a stub | Thomas Martitz |
2009-05-01 | Fix another FS#10130 issue - Set backlight and button light brightness via th... | Boris Gjenero |
2009-04-28 | Hopefully fix lcd_sleep() from not be being called for targets without fading... | Thomas Martitz |
2009-04-26 | Move the sim stubs into a seperate file to clean backlight.c up a bit. | Thomas Martitz |
2009-04-26 | Remove two calls backlight_lcd_sleep_countdown() more, this time in backlight.c | Thomas Martitz |
2009-04-26 | Replace the condition with a more obvious function call, which is the same. | Thomas Martitz |
2009-04-26 | Remove the calls to backlight_lcd_sleep_countdown from target specific code a... | Thomas Martitz |
2009-04-26 | Remove the backlight tick task in favor of handling timeouts through a 1s tim... | Thomas Martitz |
2009-04-25 | Restructure backlight timeout management a bit by factoring out the get_curre... | Thomas Martitz |
2009-04-25 | Fix red. | Thomas Martitz |
2009-04-25 | Rename _buttonlight_timeout and use a function call instead of extern'ing but... | Thomas Martitz |
2009-04-24 | Add forgotton colon and fix red. | Thomas Martitz |
2009-04-24 | Fix FS#10130 (Concurrent backlight function calls from backlight timeout sett... | Thomas Martitz |
2009-04-21 | FS#10129 - Start LCD sleep timer after PWM fadeout is complete | Boris Gjenero |
2009-02-20 | Add a rockbox kernel thread for simulator specific tasks, and use that for ca... | Jens Arnold |
2009-02-10 | Move screendump from apps to firmware, solving two nasty firmware-to-apps cal... | Jens Arnold |
2009-01-26 | Commit FS#9724, which reworks the preprocessor defines related to backlight f... | Thomas Martitz |
2009-01-22 | Rename software backlight fading files, as we don't call it thread fading. Co... | Thomas Martitz |
2009-01-18 | Commit part 1 of FS#9663 by Thomas Martitz. Enables backlight fading on the ... | Michael Giacomelli |
2008-12-10 | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis |
2008-12-03 | Straighten out some powermanagement stuff. Give target complete control over ... | Michael Sevakis |
2008-11-26 | Fix reds. Also note my r19221 commit message had a typo - shoudld have been ... | Steve Bavin |
2008-11-26 | Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe... | Steve Bavin |
2008-09-15 | Revert v18522 for firmware/backlight.c, it breaks a couple of bootloaders | Bertrik Sikken |
2008-09-15 | Fix some more #includes | Bertrik Sikken |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-14 | Oops. Left a couple things in a bad state when using fading. | Michael Sevakis |
2008-05-14 | Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig... | Michael Sevakis |
2008-05-10 | Bring Gigabeat S bootloader one step close to a release version. | Michael Sevakis |
2008-04-06 | 1st/2nd Gen: Make backlight inversion adaption in the greyscale library work ... | Jens Arnold |
2008-04-04 | Allow to select the core for running the user timer on portalplayer targets. ... | Jens Arnold |
2008-04-02 | Ooops, overlooked the no-backlight stubs... | Jens Arnold |
2008-04-02 | Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i... | Jens Arnold |
2008-03-25 | Revert accidental tree commit. /me needs a smaller enter key... | Jens Arnold |
2008-03-25 | Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2... | Jens Arnold |
2008-03-19 | M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the... | Jens Arnold |
2008-03-07 | Increase backlight priority to the same level as UI so that there is no longe... | Michael Giacomelli |
2007-11-26 | Allow (almost) arbitrary backlight fade in and fade out times (on targets wit... | Jens Arnold |
2007-11-25 | New way of handling integer settings with variable steps: table settings (FS ... | Jens Arnold |
2007-11-12 | Hardware controlled backlight brightness for iPod Video and Nano, retaining t... | Jens Arnold |
2007-10-16 | Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi... | Michael Sevakis |