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
/
firmware
/
events.c
Age
Commit message (
Expand
)
Author
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
2009-04-08
Raise MAX_SYS_EVENTS to fix FS#10105 (*PANIC* event line full)
Thomas Martitz
2008-08-14
Apply FS#9155 (Simplified battery bench). This is a simplification/rework of ...
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-26
Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than...
Bertrik Sikken
2008-05-20
Made events table static and moved MAX_SYS_EVENTS from events.c to events.h t...
Bertrik Sikken
2008-04-27
Updated panicf in remove_event. Also fixed some comments.
Bertrik Sikken
2008-03-17
It makes more sense for the callback registrar to decide if its a "oneshot" t...
Jonathan Gordon
2008-03-16
Implement the playback event handling as a system-wide multi-purpose event sy...
Miika Pekkarinen