summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus1-4/+4
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-2/+3
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-2/+2
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-8/+1
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-4/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-260/+0
2019-08-06Improved reliability of runtime accounting and speaking it.Solomon Peachy1-2/+8
2019-07-20Increase set_time_screen() buffer size for hosted to keep the compiler happy.Frank Gevaerts1-0/+9
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus1-3/+3
2018-12-15Fix HWCODEC builds.Solomon Peachy1-0/+2
2018-12-15Fix compile failure due to a merge error in 4adad0bc1f508360999de176048f89025...Solomon Peachy1-1/+1
2018-12-15FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewerSolomon Peachy1-4/+177
2018-12-09Fix possible truncation misc.c->output_dyn_value + use KibytesWilliam Wilgus1-1/+1
2018-10-18Fix menu warningsWilliam Wilgus1-3/+3
2013-12-15Fix more reds.Thomas Martitz1-0/+1
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-2/+2
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-4/+0
2012-03-03Add a %cs(current screen) state for the "Track Info" screenOsborne Jacobs1-2/+13
2011-12-31Fix FS#7631 : Archos V2 and FM Recorder charging screen problemsBoris Gjenero1-4/+12
2011-10-15Missed two spots.Björn Stenberg1-1/+0
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-10-07Fix exit/return behavior in the id3 info screen.Fixes returning immediately o...Thomas Martitz1-3/+6
2011-07-23imx233/fuze+: huge reworkAmaury Pouly1-1/+1
2011-04-04Rework parts of the replaygain code to be able to differentiate between 0.00 ...Andree Buschmann1-4/+4
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-2/+5
2011-02-20FS#11939: Simplify talk_time_unit().Andree Buschmann1-1/+1
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-1/+1
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-1/+1
2011-02-13Explicitly say 'minutes' when speaking the runtime, fixes FS#11934.Andree Buschmann1-1/+1
2010-12-24Add "file size" to the track information screen of WPS.Mustapha Senhaji1-0/+5
2010-05-30fix red. no replaygain on hwcodecJonathan Gordon1-0/+2
2010-05-30Accept FS#11313 by Chris Savery. Add composer to the track info screen and so...Jonathan Gordon1-22/+22
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-05-05Remove unneeded include from screens.cJeffrey Goode1-1/+0
2010-02-27Fix System/Running Time to reset the running time whenever a charger or USB c...Michael Giacomelli1-10/+2
2010-02-18NULL check so it doesnt display (null) on the comment lineJonathan Gordon1-0/+2
2010-02-18bandaid fix for FS#11033 where a really long comment crashes. Real fix is fig...Jonathan Gordon1-1/+2
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima1-18/+16
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-3/+2
2009-11-04Fix hiding the status bar in the touchscreen calibration screen.Rob Purchase1-3/+5
2009-11-04Ensure touchscreen calibration setting is saved after change or reset.Rob Purchase1-2/+11
2009-10-31Remove square brackets from the ID3 Viewer related language strings and gener...Thomas Martitz1-1/+3
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-12/+0
2009-10-19Remove redundant ata_mmc.h include in screens.cTomer Shalev1-3/+0
2009-10-19Fix red: Too aggressive exclusion of includesTomer Shalev1-0/+1
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev1-287/+0
2009-10-19FS#10692 - Viewpority USB screen Tomer Shalev1-49/+148
2009-10-18Use pointer instead of multiple access to arraybootloader_gigabeat-s_v1Tomer Shalev1-10/+12
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-5/+2