summaryrefslogtreecommitdiffstats
path: root/apps/gui/quickscreen.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren1-2/+2
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon1-2/+2
2010-02-26small change to how the quickscreen fixes its viewportsJonathan Gordon1-3/+3
2010-02-25Quickscreen: add more check for case that qs item is not set.Teruaki Kawashima1-19/+25
2010-02-23Quickscreen: Hande case where not all quick settings are definesTomer Shalev1-17/+28
2009-10-29Const correctnessNils Wallménius1-8/+8
2009-10-28Use array for quickscreen item settings to simplify some logicNils Wallménius1-21/+6
2009-10-19Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz1-33/+13
2009-10-10Deinline fuction and some whitespace tweaksNils Wallménius1-17/+18
2009-09-05Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz1-12/+6
2009-09-05Improve and simplify touchscreen handling of the quickscreen in absolut mode ...Thomas Martitz1-10/+14
2009-09-05Don't forget the touchscreen targets!Thomas Martitz1-8/+9
2009-09-05Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ...Thomas Martitz1-70/+64
2009-09-05Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for t...Thomas Martitz1-6/+14
2009-09-01Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.Alessio Lenzi1-0/+1
2009-08-29Quickscreen: 4th itemThomas Martitz1-54/+76
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-2/+2
2009-08-13Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.Thomas Martitz1-1/+1
2009-08-13Make gui_syncquickscreen_run() static as it's not used anywhere.Thomas Martitz1-1/+1
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