summaryrefslogtreecommitdiffstats
path: root/apps/gui/yesno.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus1-5/+5
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-4/+5
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-2/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-5/+0
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-2/+2
2012-08-15yesno/touchscreen: Only accept on touch release.Thomas Martitz1-1/+1
2012-08-15Fix missed buttons in action.c if action_wait_for_release() was calledThomas Martitz1-2/+4
2012-08-14Revert "fix erroneous button read in yesno screen and missed buttons in actio...Jonathan Gordon1-5/+2
2012-07-18fix erroneous button read in yesno screen and missed buttons in action.c.Thomas Martitz1-2/+5
2011-12-28protect the yes/no screen from extra keypresses (which can happen if you disp...Jonathan Gordon1-0/+3
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-2/+0
2011-07-21Pull yesno_pop out of the radio code as it is a nice simple resuasble yesno a...Jonathan Gordon1-0/+14
2011-05-07Fix FS#12098 by ignoring battery update events in the yesno screen.Nils Wallménius1-0/+1
2010-08-26Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-but...Jonathan Gordon1-1/+35
2010-04-11Fix two viewport related charcell bugs: crashes in the yesno screen and the U...Jens Arnold1-0/+5
2010-02-08fix FS#10957 - the wps backdrop is always shown in the "create bookmark?" ask...Jonathan Gordon1-2/+5
2009-09-05Fix FS#9842 by stopping scrolling before leaving the yesno screen.Thomas Martitz1-0/+3
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-3/+0
2008-12-31fix the yesno screen which I accidently broke with the last commitesJonathan Gordon1-0/+3
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+1
2008-07-02revert that scroll engine stuff... good in theory, but broken.Jonathan Gordon1-0/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-2/+20
2008-05-14Delete whitespace to make 'Id' keyword behave as desiredNils Wallménius1-1/+1
2008-05-11doh! fix yellow.Jonathan Gordon1-2/+0
2008-05-11and the time/date screen...Jonathan Gordon1-2/+2
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon1-42/+54
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-7/+7
2007-11-07Straighten out voicing of yesno dialogs.Stéphane Doyon1-31/+3
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-2/+2
2007-08-12Convert IDs to strings before using them, fixes FS #7564Peter D'Hoye1-2/+6
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-1/+44
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-2/+4
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-2/+0
2007-06-16Ignore SYS_CHARGER_DISCONNECTED event in yesno screen (other events may need ...Peter D'Hoye1-0/+2
2007-03-15Make a couple of private functions 'static'Nils Wallménius1-4/+46
2007-03-03The list should reset the x margin when it finishes drawing. Not leave Jonathan Gordon1-3/+1
2006-08-17really fix the yes/no screen now, also id3 viewer shows the status barJonathan Gordon1-1/+2
2006-08-16* fix pitchscreenJonathan Gordon1-1/+1
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-8/+7
2006-01-21AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low1-0/+1
2005-12-05kill gcc4 warningsDaniel Stenberg1-2/+2
2005-11-22Commited George Styles's patch which added multi-screen support to the delete...Kevin Ferrare1-1/+1
2005-11-18generic multi-screen support for yes/no screens (like the one when reseting s...Kevin Ferrare1-0/+96