summaryrefslogtreecommitdiffstats
path: root/apps/menus/eq_menu.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-1/+0
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-3/+6
2018-10-18Fix menu warningsWilliam Wilgus1-6/+6
2014-01-26Fix incorrect language string reference in eq_menu.cPurling Nayuki1-1/+1
2013-02-18Fix advanced EQ menuJonathan Gordon1-1/+3
2013-02-09EQ settings: Rework the settings to clean up the config file.Jonathan Gordon1-238/+314
2013-01-2910 Band EQ w/PresetsHayden Pearce1-18/+101
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+1
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis1-8/+4
2012-04-27rbcodec refactoring: dsp_set_eq_coefsSean Bartell1-4/+8
2012-03-12Change EQ settings to use a struct array in global_settings.Michael Sevakis1-35/+53
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+1
2010-09-21eq menu: remove write-only variableRafaël Carré1-4/+1
2010-09-21eq menu: remove write-only variable present since r8606Rafaël Carré1-2/+0
2010-07-25Use browse_folder() for browsing eq presets and languages.Thomas Martitz1-6/+4
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken1-1/+1
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-3/+5
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-3/+6
2009-05-17Fix duplicate #includesBertrik Sikken1-2/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-08Clean up some more #includesBertrik Sikken1-1/+0
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-1/+1
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+1
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-7/+3
2009-01-05"fix" FS#9757 by handing the statusbar redraw event more correctly... the eqs...Jonathan Gordon1-1/+8
2008-11-09FS#7916 - Adapt graphical EQ to smaller screens (Fixes FS#9517)Jonathan Gordon1-172/+154
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-23option_screen() now accepts a viewportJonathan Gordon1-1/+1
2008-03-30In the equalizer menu, switch to low-latency mode in the smallest scope rathe...Dan Everton1-45/+50
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-03-03Try and only use the PCM buffer low latency mode in sound settings when we re...Dan Everton1-2/+2
2007-12-08Crossfeed settings used to be stored inverted in the cfg file for legacy reas...Thom Johansen1-8/+0
2007-12-07Save some bytes and reuse the settings saving code for eq preset saving.Dan Everton1-40/+6
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-153/+0
2007-10-09Use dynamic menu voice callbacks to speak menu item names in theStéphane Doyon1-24/+48
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon1-22/+22
2007-09-25shouldnt have been commitedJonathan Gordon1-2/+1
2007-09-25Fix the eq menu so changes are applied after using the "simple eq settings" menuJonathan Gordon1-11/+15
2007-08-29Toggle low latency mode when entering/exiting the eq menu to make the Jonathan Gordon1-1/+2
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius1-4/+4
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-4/+4
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-1/+0
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon1-11/+11
2007-03-17Unify the way functions are called from menus.Jonathan Gordon1-27/+30
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-3/+3
2007-03-03Remove the need to double up the MENU macros in manu.h.Jonathan Gordon1-23/+23
2007-03-01Introducing the root menu!Jonathan Gordon1-1/+1