index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
menus
/
eq_menu.c
Age
Commit message (
Expand
)
Author
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
2009-03-08
Clean up some more #includes
Bertrik Sikken
2009-02-01
Accept a quick patch from Alexander Levin to neaten up the #defines and comme...
Jonathan Gordon
2009-02-01
Statusbar handling fixes.
Jonathan Gordon
2009-01-05
redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...
Jonathan Gordon
2009-01-05
"fix" FS#9757 by handing the statusbar redraw event more correctly... the eqs...
Jonathan Gordon
2008-11-09
FS#7916 - Adapt graphical EQ to smaller screens (Fixes FS#9517)
Jonathan Gordon
2008-06-28
Remove a viewport ambiguity by changing the screens width/heigth members into...
Peter D'Hoye
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-23
option_screen() now accepts a viewport
Jonathan Gordon
2008-03-30
In the equalizer menu, switch to low-latency mode in the smallest scope rathe...
Dan Everton
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-03
Try and only use the PCM buffer low latency mode in sound settings when we re...
Dan Everton
2007-12-08
Crossfeed settings used to be stored inverted in the cfg file for legacy reas...
Thom Johansen
2007-12-07
Save some bytes and reuse the settings saving code for eq preset saving.
Dan Everton
2007-11-24
Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...
Dan Everton
2007-10-09
Use dynamic menu voice callbacks to speak menu item names in the
Stéphane Doyon
2007-10-09
Add a voice callback to dynamic menus, along side the text_callback.
Stéphane Doyon
2007-09-25
shouldnt have been commited
Jonathan Gordon
2007-09-25
Fix the eq menu so changes are applied after using the "simple eq settings" menu
Jonathan Gordon
2007-08-29
Toggle low latency mode when entering/exiting the eq menu to make the
Jonathan Gordon
2007-08-19
Use size_t type for the buffer_size parameter to formatter functions, static ...
Nils Wallménius
2007-08-05
*** Lang v2 cleanup (FS#6574) ***
Nils Wallménius
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-03-18
Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and
Jonathan Gordon
2007-03-17
Unify the way functions are called from menus.
Jonathan Gordon
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-03
Remove the need to double up the MENU macros in manu.h.
Jonathan Gordon
2007-03-01
Introducing the root menu!
Jonathan Gordon
2007-02-21
Fix 64 bit warnings.
Jens Arnold
2007-02-19
remove \t
Jonathan Gordon
2007-02-19
Convert the EQ menus
Jonathan Gordon