Age | Commit message (Expand) | Author |
2010-08-16 | Android port: simplify sending touch events from Java->C | Maurus Cuelenaere |
2010-08-16 | Android port: add support for hardware keys | Maurus Cuelenaere |
2010-08-12 | Move memset6() declaration to string-extra.h, kills a warning compiling for a... | Thomas Martitz |
2010-08-12 | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz |
2010-08-12 | emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and retur... | Michael Sparmann |
2010-08-12 | emBIOS backports part three: Make the NAND flash driver return more useful er... | Michael Sparmann |
2010-08-12 | emBIOS backports part two: Fix a stupid global variable *instantiation* in a ... | Michael Sparmann |
2010-08-12 | Fix red: Revert the const correctness part, which opened a can of worms. | Michael Sparmann |
2010-08-12 | emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG... | Michael Sparmann |
2010-08-11 | Do not return negative sleeptimer values | Michael Chicoine |
2010-08-11 | Mark some local variables with 'static'. | Nils Wallménius |
2010-08-11 | Delete useless #ifndef #endif pair. | Nils Wallménius |
2010-08-08 | HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26%... | Marcin Bukat |
2010-08-08 | ipod nano 2g: make functions/variables static where possible, add missing #in... | Bertrik Sikken |
2010-08-08 | Various minor fixes for Samsung YH* targets | Bertrik Sikken |
2010-08-07 | Android port: handle incoming calls. | Thomas Martitz |
2010-08-04 | A bit of work in the pcm driver. Should be a bit more efficient, but more imp... | Thomas Martitz |
2010-08-04 | Add a few forgotten files, Fix potential startup problem. Fix absolute touchs... | Thomas Martitz |
2010-08-04 | Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac... | Thomas Martitz |
2010-08-03 | Run Rockbox as a service, which allows for music decoding&playback in the bac... | Thomas Martitz |
2010-08-03 | system-arm.c/__div0 are for ARM native builds only | Rafaël Carré |
2010-08-03 | system-android: cast void* to uintptr_t* | Rafaël Carré |
2010-08-03 | android: declare audiohw_set_volume() | Rafaël Carré |
2010-08-02 | Rockbox as an application: Commit current Android port progress. | Thomas Martitz |
2010-08-02 | Fix a logf bug which would trigger undefined behaviour(and probably crash) wh... | Amaury Pouly |
2010-08-01 | Fix reds. | Thomas Martitz |
2010-08-01 | Rockbox as an application: add get_user_file_path(). | Thomas Martitz |
2010-08-01 | More minor const/static/include fixes. | Bertrik Sikken |
2010-08-01 | Fix #ifdef in backlight.c from previous commit | Bertrik Sikken |
2010-08-01 | Various minor cleanups | Bertrik Sikken |
2010-08-01 | Various minor cleanups for cowon d2 | Bertrik Sikken |
2010-08-01 | Various minor cleanups for mini2440 | Bertrik Sikken |
2010-07-31 | Various minor clean-ups for mrobe | Bertrik Sikken |
2010-07-31 | Fix condition for compiling audiohw_set_monitor (should fix red) | Bertrik Sikken |
2010-07-31 | Various minor clean-ups for Zen Vision | Bertrik Sikken |
2010-07-31 | Add #include to power-ipod.c, make some variables static in storage.c | Bertrik Sikken |
2010-07-31 | Let format.c #include its own format.h header file | Bertrik Sikken |
2010-07-30 | Make some global function/variables local (by making them static) | Bertrik Sikken |
2010-07-30 | AMSv1: Don't modify MPMC_DYNAMIC_CONTROL | Rafaël Carré |
2010-07-27 | Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1... | Marcin Bukat |
2010-07-27 | HD200: comment out CURRENT_REMOTE as remote doesn't draw additional current (... | Marcin Bukat |
2010-07-27 | WM8750 - add ALC and NGAT related low level functions (disabled now by default) | Marcin Bukat |
2010-07-26 | FM tuner region code cleanup - FS #11492 by me. | Bertrik Sikken |
2010-07-26 | Factor out opening and removing DIRCACHE_FILE into separate functions. | Thomas Martitz |
2010-07-25 | bootchart.h doesn't need _ansi.h, especially not in a relative path | Rafaël Carré |
2010-07-25 | strncpy.c / assert.h : need to include _ansi.h | Rafaël Carré |
2010-07-25 | Move some gcc extensions to new gcc_extensions.h header | Rafaël Carré |
2010-07-23 | Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote... | Nils Wallménius |
2010-07-22 | lcd-clip.h: mentions clipv2 | Rafaël Carré |
2010-07-22 | Sansa clip+: fix display brightness for players with newer OLED controller ty... | Bertrik Sikken |