summaryrefslogtreecommitdiff
path: root/apps/screens.c (follow)
Commit message (Expand)AuthorAge
* Fix more reds.Thomas Martitz2013-12-15
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* Make rbcodec/dsp includes more specific.Michael Sevakis2012-04-29
* Add a %cs(current screen) state for the "Track Info" screenOsborne Jacobs2012-03-03
* Fix FS#7631 : Archos V2 and FM Recorder charging screen problemsBoris Gjenero2011-12-31
* Missed two spots.Björn Stenberg2011-10-15
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Fix exit/return behavior in the id3 info screen.Fixes returning immediately o...Thomas Martitz2011-10-07
* imx233/fuze+: huge reworkAmaury Pouly2011-07-23
* Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann2011-04-04
* FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann2011-02-24
* FS#11939: Simplify talk_time_unit().Andree Buschmann2011-02-20
* Undo unwanted commit r29310.Andree Buschmann2011-02-15
* All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann2011-02-15
* Explicitly say 'minutes' when speaking the runtime, fixes FS#11934.Andree Buschmann2011-02-13
* Add "file size" to the track information screen of WPS.Mustapha Senhaji2010-12-24
* fix red. no replaygain on hwcodecJonathan Gordon2010-05-30
* Accept FS#11313 by Chris Savery. Add composer to the track info screen and so...Jonathan Gordon2010-05-30
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Remove unneeded include from screens.cJeffrey Goode2010-05-05
* Fix System/Running Time to reset the running time whenever a charger or USB c...Michael Giacomelli2010-02-27
* NULL check so it doesnt display (null) on the comment lineJonathan Gordon2010-02-18
* bandaid fix for FS#11033 where a really long comment crashes. Real fix is fig...Jonathan Gordon2010-02-18
* fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima2010-02-11
* fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon2009-12-21
* FS#10824 - viewport/statusbar API rework.Jonathan Gordon2009-12-09
* Fix hiding the status bar in the touchscreen calibration screen.Rob Purchase2009-11-04
* Ensure touchscreen calibration setting is saved after change or reset.Rob Purchase2009-11-04
* Remove square brackets from the ID3 Viewer related language strings and gener...Thomas Martitz2009-10-31
* FS#10704 - Make a configuration option to disable USB HID Tomer Shalev2009-10-23
* Remove redundant ata_mmc.h include in screens.cTomer Shalev2009-10-19
* Fix red: Too aggressive exclusion of includesTomer Shalev2009-10-19
* Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev2009-10-19
* FS#10692 - Viewpority USB screen Tomer Shalev2009-10-19
* Use pointer instead of multiple access to arrayTomer Shalev2009-10-18
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* USB HID: Use different context for each mode; Use constant for each action;Tomer Shalev2009-10-17
* fix yellowNils Wallménius2009-10-12
* Fix typo from r19579 that prevented this code from building, avoid copying la...Nils Wallménius2009-10-12
* Set time screen now supports RTLTomer Shalev2009-10-06
* Use pointer to screenTomer Shalev2009-10-06
* Use pointer to viewportTomer Shalev2009-10-06
* Remove USB mode displaying in non lcd-bitmap targets, as there are no such ta...Tomer Shalev2009-10-04
* Fix yellowTomer Shalev2009-10-04
* Move definition of mode_name outside #ifdefTomer Shalev2009-10-04
* Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode',Tomer Shalev2009-10-04
* Fix red of r22852Tomer Shalev2009-09-30
* Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev2009-09-30
* Clean up duplicate #includesBertrik Sikken2009-09-27
* Fix up statusbar handling in the usb screen a bit more, using the GUI_EVENT_A...Thomas Martitz2009-08-29