summaryrefslogtreecommitdiffstats
path: root/apps/screens.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius1-4/+0
2009-07-18Flyspray: FS#10326Frank Gevaerts1-10/+10
2009-06-16Touchscreen targets: add calibration screen + rewrite calibration driver (FS#...Maurus Cuelenaere1-0/+82
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-1/+1
2009-05-23Fix wrong #ifdefs that sneaked inFrank Gevaerts1-2/+2
2009-05-23Add HID keymap handling in usb screen. This allows to use the DAP as a keypad...Frank Gevaerts1-6/+64
2009-05-21Touchscreen targets: fix time-set screenMaurus Cuelenaere1-0/+8
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-11Don't allow disconnecting from the usb screen, as this doesn't work properly ...Frank Gevaerts1-7/+0
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-03-12don't define handle_usb_events() for the simulatorsFrank Gevaerts1-0/+2
2009-03-12Make handle_usb_events() staticFrank Gevaerts1-1/+1
2009-03-08Make the USB disconnect feature dependent on HAVE_USB_POWER. This may notFrank Gevaerts1-1/+2
2009-03-08Allow the user to leave MSC mode by pressing the USB POWER button (the one th...Frank Gevaerts1-8/+37
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-1/+1
2009-01-05fix red and yellowJonathan Gordon1-3/+0
2009-01-02More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon1-0/+3
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-6/+0
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-5/+3
2008-12-12Make some more constants involved in right shifts unsigned to get rid of __as...Jens Arnold1-1/+1
2008-12-12fix FS#9615 - the set time/date screen was not setting the viewport before us...Jonathan Gordon1-0/+1
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-5/+1
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg1-2/+2
2008-10-31cleanup storage definesFrank Gevaerts1-4/+4
2008-10-19Dont show lines which have no info in the id3 viewer screen.Jonathan Gordon1-29/+44
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-5/+3
2008-08-02Fix voicing of incorrect run time (top time instead of run time). Simplify ru...Bertrik Sikken1-12/+12
2008-07-06Repair charging screen on archos. usb_detect() doesn't return a boolean since...Jens Arnold1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-23A bit of code police...Peter D'Hoye1-11/+15
2008-05-11doh! fix yellow.Jonathan Gordon1-1/+1
2008-05-11and the time/date screen...Jonathan Gordon1-19/+20
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-05move the pitchscreen out of screens.c.. no functional changesJonathan Gordon1-253/+1
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon1-152/+0
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-2/+2
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-13/+16
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-4/+1
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-2/+2
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden1-0/+152
2008-02-05updated the quickscreen's:Jonathan Gordon1-152/+0
2007-11-22#ifdef out unused function to fix warning for non rtc and non bitmap targetsNils Wallménius1-0/+3
2007-11-22Simplify code for set time and date screenNils Wallménius1-102/+75
2007-11-08Fix FS#8114 remove redundant screen updating and minor code police.Nils Wallménius1-32/+28
2007-11-07fix redJonathan Gordon1-1/+1
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-3/+1
2007-11-07fix warningsJonathan Gordon1-2/+4
2007-11-07Accept FS#7777: Voice for the "Running Time" screenStéphane Doyon1-3/+18
2007-10-28Detabify a line...Magnus Holmgren1-1/+1