summaryrefslogtreecommitdiffstats
path: root/apps/gui/quickscreen.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15get the quickscreen working on the mr500. hold "mode" on the remote to get to...Jonathan Gordon1-1/+26
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-05-06Keep the quickscreen from crashing the player with a divide by 0Karl Kurbjun1-0/+7
2009-03-28Fix typos in commentsAlexander Levin1-2/+2
2009-03-08Clean up some more #includesBertrik Sikken1-1/+1
2009-02-05Minor quickscreen and pitchscreen fixesThomas Martitz1-1/+1
2009-01-09Fix Quickscreen ACTION_QS_DOWNINV button to reverse direction of down entry w...Dominik Riebeling1-2/+4
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-3/+0
2008-11-05FS#9525 - The list for the quickscreen items chooser turned out to not really...Jonathan Gordon1-103/+13
2008-11-03Make local functions staticBertrik Sikken1-1/+1
2008-11-03FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...Jonathan Gordon1-8/+156
2008-10-31rearrange the order that the quickscreen wiewports are allocated.Jonathan Gordon1-46/+35
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye1-1/+1
2008-07-01The second part of this expression always becomes true before the first part,...Jens Arnold1-2/+1
2008-06-30Fix the bug where the german language would crash the quickscreen on the nano. Jonathan Gordon1-4/+6
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-28Updated recording trigger screen (seems to be a feature almost noone uses?)Jonathan Gordon1-15/+2
2008-05-23Fix FS #9022: space reserved for the icons in the quickscreen used the incorr...Peter D'Hoye1-2/+3
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon1-1/+0
2008-05-11Binsize optimization for targets without lcd remotes, whitespace/long lines p...Nils Wallménius1-33/+53
2008-05-08Prototype declaration strictness fixes.Bertrik Sikken1-1/+1
2008-05-04Polish voicing of quickscreen: make it like in FS#6171: announceStéphane Doyon1-17/+21
2008-05-04doh! those talk functions dont check the setting (which for some reason I tho...Jonathan Gordon1-13/+17
2008-05-04recommit the talking quickscreen... silly rename bug which I mised this morningJonathan Gordon1-1/+23
2008-05-04Revert r17345 on jdgordon's request, until we figure out why it crashes my x5.Stéphane Doyon1-23/+1
2008-05-04make the quickscreen talkJonathan Gordon1-1/+23
2008-05-04make the quickscreen not block so the statusbar gets updatedJonathan Gordon1-1/+1
2008-05-03Viewported quickscreen (take 2 :D) (FS#8553)Jonathan Gordon1-106/+255
2008-02-05(Hopefully) Revert the quickscreen changes. Many fixes need to be made, Paul Louden1-241/+95
2008-02-05quiet the masses...Jonathan Gordon1-2/+4
2008-02-05updated the quickscreen's:Jonathan Gordon1-95/+239
2007-09-20Get rid of macros and do these calculations only once insteadNils Wallménius1-19/+20
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-2/+0
2007-05-24Remove dead code.Nils Wallménius1-7/+3
2007-03-11Make a couple of private functions 'static'Nils Wallménius1-3/+18
2007-03-04Use the user font in the quickscreen if it fits. Still uses Jonathan Gordon1-1/+4
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-52/+18
2006-04-11Readjusted quickscreen code so that it now actually scales to larger LCDs. Ge...Zakk Roberts1-25/+26
2006-04-10Enabled the quickscreen for iAudio X5. Globally, REC enters the menu and hold...Zakk Roberts1-3/+4
2006-04-04Use the display->width property instead of the hardcoded LCD_WIDTH. Now the q...Hristo Kovachev1-10/+11
2006-04-02Updated quickscreens, now they look better than before while still retaining ...Zakk Roberts1-16/+45
2006-03-12Redesigned F2/F3 quick screens to put each option and its value on its own, s...Zakk Roberts1-34/+23
2006-01-21AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low1-0/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-1/+1
2005-12-05Big Code Police raid. Pretty pretty please, we do no macrofy simpleDaniel Stenberg1-12/+17
2005-11-25Quick screen patch by _firefly_Christi Scarborough1-0/+1
2005-11-24fix for the quick screen, now remote is working properlyKevin Ferrare1-9/+17
2005-11-22Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch fo...Kevin Ferrare1-10/+18
2005-11-22Fixed truncated option strings for numeric settings.Jens Arnold1-3/+3