summaryrefslogtreecommitdiffstats
path: root/apps/gui/usb_screen.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-1/+0
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts1-8/+15
2010-06-23r27028 again.. properly close font fd's and reload the skins on usb exit (dis...Jonathan Gordon1-0/+14
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon1-6/+0
2010-06-21Fix charcell red.Michael Sparmann1-2/+4
2010-06-21Unload fonts when entering UMS mode to close their file handles. Closes FS#11428Michael Sparmann1-0/+5
2010-05-20redo r25569 so the screen is only cleared once instead of every update (which...Jonathan Gordon1-7/+2
2010-05-06Fix c&p error from r25853 that should've fixed some snprintf warnings.Thomas Martitz1-0/+1
2010-05-06Fix some more snprintf related warnings.Thomas Martitz1-0/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-04-11Fix two viewport related charcell bugs: crashes in the yesno screen and the U...Jens Arnold1-1/+4
2010-04-10Fix scrolling line artifacts on USB screen - should fix FS#11154Michael Chicoine1-0/+7
2010-03-12Change USB HID mode string from just "Multimedia Mode" (or similar) to say "U...Torne Wuff1-1/+6
2010-03-08Make mini2440 compile again.Thomas Martitz1-7/+1
2010-02-27Fix System/Running Time to reset the running time whenever a charger or USB c...Michael Giacomelli1-0/+4
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-24/+8
2010-01-27futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon1-0/+2
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken1-1/+1
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-20Code police: add missing header file, make some local functions staticBertrik Sikken1-0/+1
2009-12-10Fix yellow: add bracesJeffrey Goode1-0/+2
2009-12-09Fix FS#10841. Thanks to Thomas Martitz for spotting what was wrong.Frank Gevaerts1-3/+10
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-11/+2
2009-11-21FS#10781 - Scrolling doesn't stop when entering USB screen from WPSMichael Chicoine1-0/+5
2009-11-10Revert r23599 and r23600 and fix the early usb problem at the root. The the v...Thomas Martitz1-21/+13
2009-11-10usb screen: show logo at center of ui viewport and try to fit logo and title ...Teruaki Kawashima1-14/+11
2009-11-10really fix early usb this timeJonathan Gordon1-3/+4
2009-11-10hopefully fix "early usb"Jonathan Gordon1-10/+17
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-16/+25
2009-10-20usb_keypad_mode shouldn't depend on SIMULATORFrank Gevaerts1-2/+2
2009-10-19Fix yellow: wrong file usedTomer Shalev1-1/+1
2009-10-19Fix yellow: Missing statusbar.h include (hopefully the last one missing)Tomer Shalev1-0/+1
2009-10-19Fix yellow: Missing ata_mmc.h includeTomer Shalev1-0/+4
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev1-0/+312