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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
events.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-05
Make thirty functions static to reduce binary size
Thomas Jarosch
1
-1
/
+1
2014-03-15
Fix stupid typo in 470989b that triggered panics easily.
Thomas Martitz
1
-2
/
+2
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-12
/
+49
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
1
-1
/
+1
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
1
-2
/
+2
2009-04-08
Raise MAX_SYS_EVENTS to fix FS#10105 (*PANIC* event line full)
Thomas Martitz
1
-1
/
+1
2008-08-14
Apply FS#9155 (Simplified battery bench). This is a simplification/rework of ...
Bertrik Sikken
1
-2
/
+0
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-26
Increased MAX_SYS_EVENTS from 10 to 16, since there are potentially more than...
Bertrik Sikken
1
-1
/
+1
2008-05-20
Made events table static and moved MAX_SYS_EVENTS from events.c to events.h t...
Bertrik Sikken
1
-1
/
+3
2008-04-27
Updated panicf in remove_event. Also fixed some comments.
Bertrik Sikken
1
-2
/
+2
2008-03-17
It makes more sense for the callback registrar to decide if its a "oneshot" t...
Jonathan Gordon
1
-3
/
+5
2008-03-16
Implement the playback event handling as a system-wide multi-purpose event sy...
Miika Pekkarinen
1
-0
/
+88