summaryrefslogtreecommitdiffstats
path: root/firmware/export/events.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon1-0/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-0/+1
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-2/+2
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-11/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-0/+1
2008-05-20Made events table static and moved MAX_SYS_EVENTS from events.c to events.h t...Bertrik Sikken1-2/+0
2008-04-27Updated panicf in remove_event. Also fixed some comments.Bertrik Sikken1-2/+2
2008-04-03Oops; I forgot one.Nicolas Pennequin1-0/+1
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon1-2/+2
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-0/+51