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
/
main.c
Age
Commit message (
Expand
)
Author
2008-09-07
Change screens memebers char_width, char_height and nb_lines to functions ret...
Peter D'Hoye
2008-08-23
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
Maurus Cuelenaere
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2008-04-20
Adding new setting to System Settings <Accessory Power Supply -- off by defau...
Andree Buschmann
2008-04-20
Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...
Jens Arnold
2008-04-20
Removed unneeded dependency on pcmbuf.h
Bertrik Sikken
2008-04-16
Use file_exists and dir_exists functions where appropriate, fix one wrong fil...
Nils Wallménius
2008-04-15
Setup the touchpads to have two modes - stylus and button - and set them in b...
Jonathan Gordon
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2008-03-16
Implement the playback event handling as a system-wide multi-purpose event sy...
Miika Pekkarinen
2008-03-10
don't do early usb detection on device with software stack. This doesn't work...
Frank Gevaerts
2008-03-08
Revert accidental tree commit. Sorry for that.
Jens Arnold
2008-03-08
No need to have \n here. panicf() won't output it anyway.
Jens Arnold
2008-03-06
there is no need to load the filename settings unless reading from a .cfg, so...
Jonathan Gordon
2008-03-05
FS#8457 - convert the list drawing code to use viewports. This does not inclu...
Jonathan Gordon
2008-02-27
move the usb_core thread functionality to the main usb thread
Frank Gevaerts
2008-02-10
Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...
Michael Giacomelli
2007-11-22
New USB stack
Björn Stenberg
2007-10-26
Implement as genuine a set_irq_level function for the sim as possible. The yi...
Michael Sevakis
2007-10-19
FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...
Steve Bavin
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
2007-09-28
Commit a subset of the dual core changes that have to do with cache handling,...
Michael Sevakis
2007-09-10
UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...
Michael Sevakis
2007-09-04
FS #7691 - improved USB detection on PP devices. This patch modifies the tar...
Dave Chapman
2007-08-28
Disable voicing of the database commit splash on hwcodec. It doesn't work any...
Jens Arnold
2007-08-27
Usb Stack: only setup packet handling, and not enabled by default as there is...
Christian Gmeiner
2007-08-10
It is bad to try to speak before we call talk_init()
Nils Wallménius
2007-08-07
If autorock is enabled, look for autostart.rock in /.rockbox/rocks/apps/ inst...
Antoine Cellerier
2007-08-06
Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...
Nils Wallménius
2007-08-05
*** Lang v2 cleanup (FS#6574) ***
Nils Wallménius
2007-07-05
Oops...that wasn't suppose to get left there. :P
Michael Sevakis
2007-07-05
Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.
Michael Sevakis
2007-06-30
Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...
Michael Sevakis
2007-06-10
Move the root_menu() call out of tree.c.
Jonathan Gordon
2007-05-17
Player: Fix database commit step display on boot.
Jens Arnold
2007-04-27
make A the new 'clear settings' button for the Gigabeat as it was easy to acc...
Marcoen Hirschberg
2007-04-21
Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...
Karl Kurbjun
2007-04-19
Make the simulator work with unicode filenames on windows. This includes both...
Jens Arnold
2007-04-17
explicitly set *loaded_ok = false; when given "" for a filename.
Jonathan Gordon
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-04-07
Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...
Miika Pekkarinen
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
2007-04-02
This is called database for quite a while now...
Jens Arnold
2007-03-29
Recode filetypes.c to remove its need for a static string buffer.
Jonathan Gordon
2007-03-16
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...
Jens Arnold
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-09
Install the single stage synchronous audio initialization I cooked up awhile ...
Michael Sevakis
[next]