summaryrefslogtreecommitdiffstats
path: root/uisimulator/common
AgeCommit message (Expand)AuthorFilesLines
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-02Rockbox as an application: Commit current Android port progress.Thomas Martitz2-11/+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 Martitz1-5/+8
2010-07-04Simulator: build recording codeRafaël Carré1-0/+5
2010-06-22sim_icons.c is actually only for charcell display simulation.Thomas Martitz2-5/+1
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-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 Martitz3-22/+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-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-5/+17
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-2/+2
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann1-0/+7
2010-03-20Switch to using statvfs for simulated fat_size(). This makes io.c build on op...Jens Arnold1-14/+8
2010-02-01FS#10954: fix rename under simulator by Alex BenneeAmaury Pouly1-1/+6
2010-01-19Fix red, moved around a bit to much.Thomas Martitz1-8/+19
2010-01-19Fix FS#10867 and a few more potential issues by imitate target scrollwheel be...Thomas Martitz1-6/+11
2010-01-03More tabs removedAndree Buschmann1-1/+1
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken1-1/+1
2009-12-17Enable backlight brightness in simulatorMaurus Cuelenaere1-2/+7
2009-11-23UISimulator - prevent multiple definition of usb_inserted when USB_NONE is de...Michael Chicoine1-0/+2
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-2/+4
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev1-1/+1
2009-10-05Invert buttons in RTL modeTomer Shalev1-1/+1
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-12/+4
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius1-0/+4
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla1-3/+0
2009-05-05Remove an #ifdef SIMULATOR in favor of using a stubThomas Martitz2-0/+6
2009-04-29Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight...Thomas Martitz5-51/+156
2009-04-26Set keywords and eol-style properties for the new backlight-sim.h.Thomas Martitz1-1/+1
2009-04-26Move the sim stubs into a seperate file to clean backlight.c up a bit.Thomas Martitz1-0/+68
2009-03-17Actually do the renaming of the stub.Thomas Martitz1-1/+1
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-1/+1
2009-02-27FS#9964 take 2. Including the whole patch is a good idea.Steve Bavin1-104/+21
2009-02-27FS#9964 - Fix simulator file i/o when the --root option is used.Steve Bavin1-22/+19
2009-02-27Small bit from my GSoC work: Unify the way the simulator accesses voice strin...Tom Ross1-4/+0
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold3-0/+96
2009-01-10Red build fix.Björn Stenberg1-0/+5
2009-01-08Fix yellow. Don't know how I missed that testing sim build. :\Michael Sevakis1-0/+1
2009-01-08Allow sims to shut down normally from panic code.Michael Sevakis1-2/+2
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+10
2009-01-03Fix remaining red.Nils Wallménius2-4/+6
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2-0/+161
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-8/+10