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