summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-17USB HID: Use different context for each mode; Use constant for each action;Tomer Shalev1-2/+2
2009-10-12fix yellowNils Wallménius1-1/+1
2009-10-12Fix typo from r19579 that prevented this code from building, avoid copying la...Nils Wallménius1-11/+10
2009-10-06Set time screen now supports RTLTomer Shalev1-24/+45
2009-10-06Use pointer to screenTomer Shalev1-16/+17
2009-10-06Use pointer to viewportTomer Shalev1-13/+15
2009-10-04Remove USB mode displaying in non lcd-bitmap targets, as there are no such ta...Tomer Shalev1-13/+3
2009-10-04Fix yellowTomer Shalev1-1/+3
2009-10-04Move definition of mode_name outside #ifdefTomer Shalev1-4/+3
2009-10-04Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode',Tomer Shalev1-10/+4
2009-09-30Fix red of r22852Tomer Shalev1-2/+1
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev1-77/+100
2009-09-27Clean up duplicate #includesBertrik Sikken1-1/+0
2009-08-29Fix up statusbar handling in the usb screen a bit more, using the GUI_EVENT_A...Thomas Martitz1-6/+17
2009-08-29Move a line up into the existing FOR_NB_SCREENS loop and add a comment.Thomas Martitz1-2/+4
2009-08-29More fixes for the usb screen: Use send_event(GUI_EVENT_REFRESH, NULL) to get...Thomas Martitz1-10/+12
2009-08-29Clear screen when leave usb screen so that usblogo doesn't remain on the screen.Teruaki Kawashima1-0/+4
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-7/+9
2009-08-20Fix type of variable statusbar in screens.c as global_settings.statusbar is i...Teruaki Kawashima1-6/+8
2009-08-16Save a bit of binsize by using a more suitable datatype and making the array ...Jens Arnold1-1/+2
2009-08-11Consolidate day of week calculationFrank Gevaerts1-8/+1
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz1-6/+1
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius1-4/+0
2009-07-18Flyspray: FS#10326Frank Gevaerts1-10/+10
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere1-0/+82
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-1/+1
2009-05-23Fix wrong #ifdefs that sneaked inFrank Gevaerts1-2/+2
2009-05-23Add HID keymap handling in usb screen. This allows to use the DAP as a keypad...Frank Gevaerts1-6/+64
2009-05-21Touchscreen targets: fix time-set screenMaurus Cuelenaere1-0/+8
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0