summaryrefslogtreecommitdiff
path: root/apps/screens.c (follow)
Commit message (Expand)AuthorAge
...
* Move a line up into the existing FOR_NB_SCREENS loop and add a comment.Thomas Martitz2009-08-29
* More fixes for the usb screen: Use send_event(GUI_EVENT_REFRESH, NULL) to get...Thomas Martitz2009-08-29
* Clear screen when leave usb screen so that usblogo doesn't remain on the screen.Teruaki Kawashima2009-08-29
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* Fix type of variable statusbar in screens.c as global_settings.statusbar is i...Teruaki Kawashima2009-08-20
* Save a bit of binsize by using a more suitable datatype and making the array ...Jens Arnold2009-08-16
* Consolidate day of week calculationFrank Gevaerts2009-08-11
* Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz2009-08-06
* Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius2009-08-02
* Flyspray: FS#10326Frank Gevaerts2009-07-18
* Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere2009-06-16
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* Fix wrong #ifdefs that sneaked inFrank Gevaerts2009-05-23
* Add HID keymap handling in usb screen. This allows to use the DAP as a keypad...Frank Gevaerts2009-05-23
* Touchscreen targets: fix time-set screenMaurus Cuelenaere2009-05-21
* Fix duplicate #includesBertrik Sikken2009-05-17
* Don't allow disconnecting from the usb screen, as this doesn't work properly ...Frank Gevaerts2009-05-11
* Remove unnecessary #include "adc.h"Bertrik Sikken2009-04-25
* don't define handle_usb_events() for the simulatorsFrank Gevaerts2009-03-12
* Make handle_usb_events() staticFrank Gevaerts2009-03-12
* Make the USB disconnect feature dependent on HAVE_USB_POWER. This may notFrank Gevaerts2009-03-08
* Allow the user to leave MSC mode by pressing the USB POWER button (the one th...Frank Gevaerts2009-03-08
* Cosmetic fix: remove duplicate semicolonsBertrik Sikken2009-03-04
* fix red and yellowJonathan Gordon2009-01-05
* More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon2009-01-02
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2008-12-24
* Make some more constants involved in right shifts unsigned to get rid of __as...Jens Arnold2008-12-12
* fix FS#9615 - the set time/date screen was not setting the viewport before us...Jonathan Gordon2008-12-12
* Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2008-12-03
* Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg2008-11-03
* cleanup storage definesFrank Gevaerts2008-10-31
* Dont show lines which have no info in the id3 viewer screen.Jonathan Gordon2008-10-19
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Fix voicing of incorrect run time (top time instead of run time). Simplify ru...Bertrik Sikken2008-08-02
* Repair charging screen on archos. usb_detect() doesn't return a boolean since...Jens Arnold2008-07-06
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* A bit of code police...Peter D'Hoye2008-05-23
* doh! fix yellow.Jonathan Gordon2008-05-11
* and the time/date screen...Jonathan Gordon2008-05-11
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* move the pitchscreen out of screens.c.. no functional changesJonathan Gordon2008-05-05
* Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon2008-05-03
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* (Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden2008-02-05
* updated the quickscreen's:Jonathan Gordon2008-02-05