summaryrefslogtreecommitdiff
path: root/apps/main.c (follow)
Commit message (Expand)AuthorAge
...
* redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon2009-01-05
* static/const/#include/tab police on various filesBertrik Sikken2009-01-02
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli2008-12-25
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* cleanup storage definesFrank Gevaerts2008-10-31
* Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye2008-09-07
* Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2008-08-23
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann2008-04-20
* Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold2008-04-20
* Removed unneeded dependency on pcmbuf.hBertrik Sikken2008-04-20
* Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius2008-04-16
* Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon2008-04-15
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16
* don't do early usb detection on device with software stack. This doesn't work...Frank Gevaerts2008-03-10
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon2008-03-06
* FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon2008-03-05
* move the usb_core thread functionality to the main usb threadFrank Gevaerts2008-02-27
* Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli2008-02-10
* New USB stackBjörn Stenberg2007-11-22
* Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis2007-10-26
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis2007-10-06
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis2007-09-10
* FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman2007-09-04
* Disable voicing of the database commit splash on hwcodec. It doesn't work any...Jens Arnold2007-08-28
* Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner2007-08-27
* It is bad to try to speak before we call talk_init()Nils Wallménius2007-08-10
* If autorock is enabled, look for autostart.rock in /.rockbox/rocks/apps/ inst...Antoine Cellerier2007-08-07
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
* Oops...that wasn't suppose to get left there. :PMichael Sevakis2007-07-05
* Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis2007-07-05
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* Move the root_menu() call out of tree.c.Jonathan Gordon2007-06-10
* Player: Fix database commit step display on boot.Jens Arnold2007-05-17
* make A the new 'clear settings' button for the Gigabeat as it was easy to acc...Marcoen Hirschberg2007-04-27
* Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun2007-04-21
* Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold2007-04-19
* explicitly set *loaded_ok = false; when given "" for a filename.Jonathan Gordon2007-04-17
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
* Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen2007-04-07