summaryrefslogtreecommitdiffstats
path: root/apps/gui/statusbar.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03Battery Icon, Remove Hardcoded Overall WidthWilliam Wilgus1-6/+8
2020-10-26statusbar: Make statusbar height equal SYSFONT_HEIGHTSolomon Peachy1-16/+16
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-2/+3
2020-10-26statusbar: Respect 'numdecimals' when displaying the volume settingSolomon Peachy1-9/+12
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-12/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-48/+1
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-38/+0
2019-07-10Fix possible truncation statusbar.c->gui_statusbar_icon_batteryWilliam Wilgus1-3/+4
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-2/+0
2010-10-11Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz1-1/+1
2010-10-10Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz1-1/+1
2010-10-10Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz1-1/+1
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré1-1/+1
2010-06-22fix charcellJonathan Gordon1-1/+3
2010-06-22fiddle with the code a bit so gcc doesnt optimise out a struct viewport cause...Jonathan Gordon1-11/+4
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon1-26/+13
2009-10-19Initial custom statusbar commit.Thomas Martitz1-0/+3
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev1-1/+1
2009-10-10Add second 'const' qualifyer accidentally removed in r23060Nils Wallménius1-1/+2
2009-10-10Clean up a bogus array and avoid some copying of static stringsNils Wallménius1-10/+10
2009-10-09Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz1-1/+2
2009-09-27Clean up duplicate #includesBertrik Sikken1-1/+1
2009-08-24Slightly change parts of the previous commit to reuse existing code, and enfo...Thomas Martitz1-8/+2
2009-08-23Fix redraw issues when the statusbar setting was changed with an UI viewport....Thomas Martitz1-11/+39
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-1/+1
2009-07-14FS#10080Nils Wallménius1-4/+3
2009-07-08cleanup the remote+main statusbar handling a bit, and fix the bug where the r...Jonathan Gordon1-8/+9
2009-07-05FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon1-2/+12
2009-03-08Yet more #include cleanupsBertrik Sikken1-0/+1
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-5/+0
2009-01-04minor code reshuffle to not call viewport_set_default so oftenJonathan Gordon1-7/+7
2009-01-03a few more button/statusbar fixes...Jonathan Gordon1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-0/+6
2008-11-28Fix FS#8998 - statusbar in plugin menus was sometimes a different colour.Jonathan Gordon1-0/+8
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-14Make some dependencies on id3.h explicit.Magnus Holmgren1-0/+3
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg1-0/+1
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius1-3/+3
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-4/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-04a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon1-0/+6
2007-07-05Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time ...Peter D'Hoye1-2/+10
2007-06-28Make the time in the statusbar always display --:-- when the RTC isn't setNicolas Pennequin1-12/+8
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis1-2/+2
2007-04-15Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold1-101/+3
2007-04-15Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt1-3/+101
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-12/+5
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-4/+4
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla1-9/+0