summaryrefslogtreecommitdiff
path: root/apps/gui/usb_screen.c
AgeCommit message (Expand)Author
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy
2016-04-04Fix reset runtimeMihail Zenkov
2014-03-18usb screen: Stop scrolling the entire display.Thomas Martitz
2014-01-16Fix Player warning.Thomas Martitz
2014-01-16usb screen: Crop logo to the UI viewport dimensions.Thomas Martitz
2014-01-16usb screen: Push the usb screen onto the activity stack. This enables %cs tag...Thomas Martitz
2014-01-15usb: Do not disable themes in the USB screen.Thomas Martitz
2014-01-13Always check, if the USB logo for remotes overrides their physical size.Szymon Dziok
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz
2012-08-14We should reload the playlist control file when leavingFred W. Bauer
2011-12-06Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...Boris Gjenero
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz
2011-11-13Fix another typo. sorry.Thomas Martitz
2011-11-13Fix typos in usb_screen.c and use lcd_remote_bmp() for showing the rockbox lo...Thomas Martitz
2011-11-13Add the ability to create a prefilled struct bitmap along with generated images.Thomas Martitz
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-09-28fix FS#12295Jonathan Gordon
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts
2010-06-23r27028 again.. properly close font fd's and reload the skins on usb exit (dis...Jonathan Gordon
2010-06-23revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon
2010-06-21Fix charcell red.Michael Sparmann
2010-06-21Unload fonts when entering UMS mode to close their file handles. Closes FS#11428Michael Sparmann
2010-05-20redo r25569 so the screen is only cleared once instead of every update (which...Jonathan Gordon
2010-05-06Fix c&p error from r25853 that should've fixed some snprintf warnings.Thomas Martitz
2010-05-06Fix some more snprintf related warnings.Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-04-11Fix two viewport related charcell bugs: crashes in the yesno screen and the U...Jens Arnold
2010-04-10Fix scrolling line artifacts on USB screen - should fix FS#11154Michael Chicoine
2010-03-12Change USB HID mode string from just "Multimedia Mode" (or similar) to say "U...Torne Wuff
2010-03-08Make mini2440 compile again.Thomas Martitz
2010-02-27Fix System/Running Time to reset the running time whenever a charger or USB c...Michael Giacomelli
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-27futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon
2009-12-20Code police: add missing header file, make some local functions staticBertrik Sikken
2009-12-10Fix yellow: add bracesJeffrey Goode
2009-12-09Fix FS#10841. Thanks to Thomas Martitz for spotting what was wrong.Frank Gevaerts
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon
2009-11-21FS#10781 - Scrolling doesn't stop when entering USB screen from WPSMichael Chicoine
2009-11-10Revert r23599 and r23600 and fix the early usb problem at the root. The the v...Thomas Martitz
2009-11-10usb screen: show logo at center of ui viewport and try to fit logo and title ...Teruaki Kawashima
2009-11-10really fix early usb this timeJonathan Gordon
2009-11-10hopefully fix "early usb"Jonathan Gordon
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev