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