Age | Commit message (Expand) | Author |
2010-11-02 | MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons) | Marcin Bukat |
2010-10-31 | Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111... | Marcin Bukat |
2010-10-21 | HDD6330: add the simulator. | Szymon Dziok |
2010-10-13 | fix button maps and assign some buttons for uisimulator. | Teruaki Kawashima |
2010-09-09 | Extend lc_open() to also being able to load overlay plugins. | Thomas Martitz |
2010-09-08 | Revert r27972 to fix FS#11610 (but in a way android builds still work). | Thomas Martitz |
2010-09-08 | fix red. | Thomas Martitz |
2010-09-08 | Cleanup io.c a bit. | Thomas Martitz |
2010-09-02 | Move comment | Thomas Martitz |
2010-09-02 | Android: don't compile stubs.c and kill off libuisimulator entirely. | Thomas Martitz |
2010-09-01 | Android: don't compile powermgmt-sim.c | Thomas Martitz |
2010-09-01 | Android: Don't compile sim_tasks.c | Thomas Martitz |
2010-09-01 | Redo previous commit to not break android builds. | Thomas Martitz |
2010-09-01 | Ged rid of uisimulator/common/io.c for android builds. | Thomas Martitz |
2010-08-27 | Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. | Thomas Martitz |
2010-08-27 | 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me... | Thomas Martitz |
2010-08-27 | Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem... | Thomas Martitz |
2010-08-26 | Introduce a small api for loading code (codecs,plugins) from disk/memory. | Thomas Martitz |
2010-08-26 | Move to a proper sdl key config instead of using the d2 pad. make the mouse w... | Jonathan Gordon |
2010-08-02 | Rockbox as an application: Commit current Android port progress. | Thomas Martitz |
2010-08-01 | Rockbox as an application: add get_user_file_path(). | Thomas Martitz |
2010-07-10 | Rename/change SIMVER to APP_TYPE in the Makefiles. | Thomas Martitz |
2010-07-06 | Rockbox as an application: Add an 320x240 SDL application target. | Thomas Martitz |
2010-07-04 | Simulator: build recording code | Rafaël Carré |
2010-07-03 | Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old... | Frank Gevaerts |
2010-07-02 | HD200 - improve keymap in simulator | Marcin Bukat |
2010-06-22 | sim_icons.c is actually only for charcell display simulation. | Thomas Martitz |
2010-06-17 | make the sim build the skin lib also | Jonathan Gordon |
2010-06-06 | Fix remaining reds. | Thomas Martitz |
2010-06-06 | Fix most reds, I have no idea what's wrong with the gigabeats (yet). | Thomas Martitz |
2010-06-06 | Move target-simulating specific keymaps out of button-sdl.c into a file per | Thomas Martitz |
2010-05-27 | Generate C file / header for svn version string | Rafaël Carré |
2010-05-22 | rtc_enable_alarm() needs no return value | Rafaël Carré |
2010-05-18 | uisimulator/sdl only contains bitmaps, rename to 'bitmaps' | Rafaël Carré |
2010-05-18 | Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov... | Thomas Martitz |
2010-05-15 | - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos... | Thomas Martitz |
2010-05-15 | Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat... | Michael Sevakis |
2010-05-12 | Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma... | Michael Sevakis |
2010-05-12 | fix the last of the reds, and make RDS tags actually work (and add them to th... | Jonathan Gordon |
2010-05-07 | Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'... | Thomas Martitz |
2010-05-06 | Fix the remaining reds. | Thomas Martitz |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-05-06 | Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t... | Thomas Martitz |
2010-05-06 | Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap... | Thomas Martitz |
2010-05-04 | Make some internal things static, add logf line to sound.c | Jeffrey Goode |
2010-04-26 | Add MPIO HD200 port - binary files | Marcin Bukat |
2010-04-26 | Add MPIO HD200 port - changed files | Marcin Bukat |
2010-04-25 | Fix yellows | Thomas Martitz |
2010-04-25 | Remove lots of simulator-speficic #ifdef'ing in sound.c to allow for DSP effe... | Thomas Martitz |
2010-04-16 | Use API call instead of accessing a global variable for receiving the current... | Thomas Martitz |