index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
menus
/
eq_menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-17
menus remove reserved 'param' parameter
William Wilgus
1
-8
/
+7
2022-12-17
menus move functions with parameters to their own type
William Wilgus
1
-1
/
+1
2022-11-21
remove some sprintf putsxy calls in favor of putsxyf
William Wilgus
1
-10
/
+3
2022-11-20
make int_setting step & unit int16_t
William Wilgus
1
-3
/
+3
2022-11-14
replace strlcpy with strmemccpy
William Wilgus
1
-1
/
+1
2022-11-09
eq_menu cleanup some getstringsize calls
William Wilgus
1
-9
/
+10
2021-08-28
Remove long-deprecated old style EQ settings
Aidan MacDonald
1
-1
/
+1
2021-08-26
quickscreen: fix EQ enable not working in quickscreen
Aidan MacDonald
1
-0
/
+8
2021-08-06
Fix yellow from d541a72a
Aidan MacDonald
1
-0
/
+1
2021-08-06
Bugfixes in eq_menu.c
Aidan MacDonald
1
-10
/
+15
2021-04-10
misc: Only include rbpaths.h and string-extra.h in places that need it
Solomon Peachy
1
-0
/
+1
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-1
/
+0
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
1
-3
/
+6
2018-10-18
Fix menu warnings
William Wilgus
1
-6
/
+6
2014-01-26
Fix incorrect language string reference in eq_menu.c
Purling Nayuki
1
-1
/
+1
2013-02-18
Fix advanced EQ menu
Jonathan Gordon
1
-1
/
+3
2013-02-09
EQ settings: Rework the settings to clean up the config file.
Jonathan Gordon
1
-238
/
+314
2013-01-29
10 Band EQ w/Presets
Hayden Pearce
1
-18
/
+101
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
1
-1
/
+1
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
1
-8
/
+4
2012-04-27
rbcodec refactoring: dsp_set_eq_coefs
Sean Bartell
1
-4
/
+8
2012-03-12
Change EQ settings to use a struct array in global_settings.
Michael Sevakis
1
-35
/
+53
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-1
/
+1
2010-09-21
eq menu: remove write-only variable
Rafaël Carré
1
-4
/
+1
2010-09-21
eq menu: remove write-only variable present since r8606
Rafaël Carré
1
-2
/
+0
2010-07-25
Use browse_folder() for browsing eq presets and languages.
Thomas Martitz
1
-6
/
+4
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+0
2010-01-03
Set svn:keywords property on .c and .h files that didn't already have it. Cor...
Bertrik Sikken
1
-1
/
+1
2009-12-21
fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...
Jonathan Gordon
1
-1
/
+1
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
1
-3
/
+5
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-3
/
+6
2009-05-17
Fix duplicate #includes
Bertrik Sikken
1
-2
/
+0
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
1
-1
/
+0
2009-03-08
Clean up some more #includes
Bertrik Sikken
1
-1
/
+0
2009-02-01
Accept a quick patch from Alexander Levin to neaten up the #defines and comme...
Jonathan Gordon
1
-1
/
+1
2009-02-01
Statusbar handling fixes.
Jonathan Gordon
1
-1
/
+1
2009-01-05
redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...
Jonathan Gordon
1
-7
/
+3
2009-01-05
"fix" FS#9757 by handing the statusbar redraw event more correctly... the eqs...
Jonathan Gordon
1
-1
/
+8
2008-11-09
FS#7916 - Adapt graphical EQ to smaller screens (Fixes FS#9517)
Jonathan Gordon
1
-172
/
+154
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
1
-2
/
+2
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-23
option_screen() now accepts a viewport
Jonathan Gordon
1
-1
/
+1
2008-03-30
In the equalizer menu, switch to low-latency mode in the smallest scope rathe...
Dan Everton
1
-45
/
+50
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
1
-1
/
+1
2008-03-03
Try and only use the PCM buffer low latency mode in sound settings when we re...
Dan Everton
1
-2
/
+2
2007-12-08
Crossfeed settings used to be stored inverted in the cfg file for legacy reas...
Thom Johansen
1
-8
/
+0
2007-12-07
Save some bytes and reuse the settings saving code for eq preset saving.
Dan Everton
1
-40
/
+6
2007-11-24
Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...
Dan Everton
1
-153
/
+0
2007-10-09
Use dynamic menu voice callbacks to speak menu item names in the
Stéphane Doyon
1
-24
/
+48
2007-10-09
Add a voice callback to dynamic menus, along side the text_callback.
Stéphane Doyon
1
-22
/
+22
[next]