index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
screens.c
Age
Commit message (
Expand
)
Author
2009-10-12
fix yellow
Nils Wallménius
2009-10-12
Fix typo from r19579 that prevented this code from building, avoid copying la...
Nils Wallménius
2009-10-06
Set time screen now supports RTL
Tomer Shalev
2009-10-06
Use pointer to screen
Tomer Shalev
2009-10-06
Use pointer to viewport
Tomer Shalev
2009-10-04
Remove USB mode displaying in non lcd-bitmap targets, as there are no such ta...
Tomer Shalev
2009-10-04
Fix yellow
Tomer Shalev
2009-10-04
Move definition of mode_name outside #ifdef
Tomer Shalev
2009-10-04
Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode',
Tomer Shalev
2009-09-30
Fix red of r22852
Tomer Shalev
2009-09-30
Commit "FS#10468 - USB HID: Show keypad mode on screen"
Tomer Shalev
2009-09-27
Clean up duplicate #includes
Bertrik Sikken
2009-08-29
Fix up statusbar handling in the usb screen a bit more, using the GUI_EVENT_A...
Thomas Martitz
2009-08-29
Move a line up into the existing FOR_NB_SCREENS loop and add a comment.
Thomas Martitz
2009-08-29
More fixes for the usb screen: Use send_event(GUI_EVENT_REFRESH, NULL) to get...
Thomas Martitz
2009-08-29
Clear screen when leave usb screen so that usblogo doesn't remain on the screen.
Teruaki Kawashima
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-20
Fix type of variable statusbar in screens.c as global_settings.statusbar is i...
Teruaki Kawashima
2009-08-16
Save a bit of binsize by using a more suitable datatype and making the array ...
Jens Arnold
2009-08-11
Consolidate day of week calculation
Frank Gevaerts
2009-08-06
Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...
Thomas Martitz
2009-08-02
Remove redundant definitions of SCROLLBAR_WIDTH
Nils Wallménius
2009-07-18
Flyspray: FS#10326
Frank Gevaerts
2009-06-16
Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...
Maurus Cuelenaere
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-05-23
Fix wrong #ifdefs that sneaked in
Frank Gevaerts
2009-05-23
Add HID keymap handling in usb screen. This allows to use the DAP as a keypad...
Frank Gevaerts
2009-05-21
Touchscreen targets: fix time-set screen
Maurus Cuelenaere
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-05-11
Don't allow disconnecting from the usb screen, as this doesn't work properly ...
Frank Gevaerts
2009-04-25
Remove unnecessary #include "adc.h"
Bertrik Sikken
2009-03-12
don't define handle_usb_events() for the simulators
Frank Gevaerts
2009-03-12
Make handle_usb_events() static
Frank Gevaerts
2009-03-08
Make the USB disconnect feature dependent on HAVE_USB_POWER. This may not
Frank Gevaerts
2009-03-08
Allow the user to leave MSC mode by pressing the USB POWER button (the one th...
Frank Gevaerts
2009-03-04
Cosmetic fix: remove duplicate semicolons
Bertrik Sikken
2009-01-05
fix red and yellow
Jonathan Gordon
2009-01-02
More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)
Jonathan Gordon
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-12-24
Simplify powermgmt thread loops so it calls functions turn (no more power_thr...
Michael Sevakis
2008-12-12
Make some more constants involved in right shifts unsigned to get rid of __as...
Jens Arnold
2008-12-12
fix FS#9615 - the set time/date screen was not setting the viewport before us...
Jonathan Gordon
2008-12-03
Straighten out some powermanagement stuff. Give target complete control over ...
Michael Sevakis
2008-11-03
Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...
Björn Stenberg
2008-10-31
cleanup storage defines
Frank Gevaerts
2008-10-19
Dont show lines which have no info in the id3 viewer screen.
Jonathan Gordon
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-08-02
Fix voicing of incorrect run time (top time instead of run time). Simplify ru...
Bertrik Sikken
2008-07-06
Repair charging screen on archos. usb_detect() doesn't return a boolean since...
Jens Arnold
[next]