summaryrefslogtreecommitdiffstats
path: root/uisimulator
AgeCommit message (Expand)AuthorFilesLines
2010-12-25Make sim build compilable under Cygwin. Fixes FS#11832.Andree Buschmann1-1/+9
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz1-10/+26
2010-12-08MPIO HD300 simulator. FS#11796 by Michael LeslieMarcin Bukat3-0/+84
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-1/+0
2010-12-02Fix player sim yellowThomas Martitz2-2/+6
2010-11-18Make the %tr (radio RSSI) tag work as a bar tag or as a conditional.Jonathan Gordon1-0/+26
2010-11-09MPIO HD200 - Put key hints on simulator graphicMarcin Bukat1-0/+0
2010-11-02MPIO HD200: fix red (I missed bootloader and simulator when renaming buttons)Marcin Bukat1-4/+4
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-1/+107
2010-10-21HDD6330: add the simulator.Szymon Dziok3-0/+81
2010-10-13fix button maps and assign some buttons for uisimulator.Teruaki Kawashima1-2/+2
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-1/+1
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz1-7/+0
2010-09-08fix red.Thomas Martitz1-0/+1
2010-09-08Cleanup io.c a bit.Thomas Martitz1-18/+1
2010-09-02Move commentThomas Martitz1-1/+1
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-4/+2
2010-09-01Android: don't compile powermgmt-sim.cThomas Martitz1-1/+1
2010-09-01Android: Don't compile sim_tasks.cThomas Martitz1-2/+2
2010-09-01Redo previous commit to not break android builds.Thomas Martitz1-0/+7
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2-9/+16
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-3/+6
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-100/+16
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-13/+100
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-100/+13
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon3-0/+18
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz3-12/+32
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-7/+9
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz1-1/+1
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz5-147/+13
2010-07-04Simulator: build recording codeRafaël Carré1-0/+5
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts1-1/+1
2010-07-02HD200 - improve keymap in simulatorMarcin Bukat1-0/+2
2010-06-22sim_icons.c is actually only for charcell display simulation.Thomas Martitz2-5/+1
2010-06-17make the sim build the skin lib alsoJonathan Gordon1-1/+1
2010-06-06Fix remaining reds.Thomas Martitz3-3/+3
2010-06-06Fix most reds, I have no idea what's wrong with the gigabeats (yet).Thomas Martitz7-33/+7
2010-06-06Move target-simulating specific keymaps out of button-sdl.c into a file perThomas Martitz36-1/+2821
2010-05-27Generate C file / header for svn version stringRafaël Carré1-1/+1
2010-05-22rtc_enable_alarm() needs no return valueRafaël Carré1-2/+2
2010-05-18uisimulator/sdl only contains bitmaps, rename to 'bitmaps'Rafaël Carré56-2/+2
2010-05-18Rename sdl lcd initialization to (remote_)lcd_init_device which enables remov...Thomas Martitz1-4/+0
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz27-5226/+4
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis1-0/+17
2010-05-12Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma...Michael Sevakis1-3/+2
2010-05-12fix the last of the reds, and make RDS tags actually work (and add them to th...Jonathan Gordon1-0/+19
2010-05-07Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...Thomas Martitz1-2/+3
2010-05-06Fix the remaining reds.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-38/+0
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-5/+17