summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.c (follow)
Commit message (Expand)AuthorAge
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...Thomas Martitz2010-10-11
* Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...Thomas Martitz2010-10-10
* Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...Thomas Martitz2010-10-10
* AB_REPEAT_ENABLE was never defined to 2Rafaël Carré2010-07-18
* fix charcellJonathan Gordon2010-06-22
* fiddle with the code a bit so gcc doesnt optimise out a struct viewport cause...Jonathan Gordon2010-06-22
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* cleanup statusbar+base skin relationship...Jonathan Gordon2010-03-06
* Initial custom statusbar commit.Thomas Martitz2009-10-19
* RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev2009-10-11
* Add second 'const' qualifyer accidentally removed in r23060Nils Wallménius2009-10-10
* Clean up a bogus array and avoid some copying of static stringsNils Wallménius2009-10-10
* Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz2009-10-09
* Clean up duplicate #includesBertrik Sikken2009-09-27
* Slightly change parts of the previous commit to reuse existing code, and enfo...Thomas Martitz2009-08-24
* Fix redraw issues when the statusbar setting was changed with an UI viewport....Thomas Martitz2009-08-23
* User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz2009-08-16
* FS#10080Nils Wallménius2009-07-14
* cleanup the remote+main statusbar handling a bit, and fix the bug where the r...Jonathan Gordon2009-07-08
* FS#10406 - split the statusbar setting into one for each display, and allow t...Jonathan Gordon2009-07-05
* Yet more #include cleanupsBertrik Sikken2009-03-08
* continuation of last nights statusbar cleanup.Jonathan Gordon2009-02-02
* minor code reshuffle to not call viewport_set_default so oftenJonathan Gordon2009-01-04
* a few more button/statusbar fixes...Jonathan Gordon2009-01-03
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Fix FS#8998 - statusbar in plugin menus was sometimes a different colour.Jonathan Gordon2008-11-28
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* Make some dependencies on id3.h explicit.Magnus Holmgren2008-10-14
* Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary...Björn Stenberg2008-10-14
* Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius2008-09-24
* Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* a bit of code cleanup.. use a single function to get the statusbar height (or...Jonathan Gordon2008-05-04
* Make sure statusbar is updated when time changes. Fixes FS #7388. Moved time ...Peter D'Hoye2007-07-05
* Make the time in the statusbar always display --:-- when the RTC isn't setNicolas Pennequin2007-06-28
* Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis2007-05-20
* Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold2007-04-15
* Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt2007-04-15
* Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold2007-04-06
* Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2007-03-16
* remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla2007-03-03
* FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla2007-02-28
* Remove unnecessary function call.Nils Wallménius2007-02-24
* Make private functions 'static'.Nils Wallménius2007-02-24
* CONFIG_CHARGINGJonathan Gordon2007-02-18
* Do the CONFIG_LED defineJonathan Gordon2007-02-18
* Fix most (all?) CONFIG_LED warnings.Magnus Holmgren2007-02-17
* #ifdefDaniel Stenberg2007-02-17
* Revert the changes using global status for the screen states. It should wait ...Michael Sevakis2007-02-08