summaryrefslogtreecommitdiffstats
path: root/uisimulator/common
AgeCommit message (Expand)AuthorFilesLines
2020-08-20Revert root_redirect :(William Wilgus1-2/+0
2020-08-20Allow mounting of any directory as the root directory.William Wilgus1-0/+2
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-69/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy9-1071/+2
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-52/+0
2020-04-05simulator: Add a stub for lineout_inserted()Solomon Peachy1-0/+7
2019-02-08Fix simulator/transflective: Display wasn't enabled on first keypress when ba...Sebastian Leonhardt1-1/+4
2019-02-08Fix the fixSebastian Leonhardt1-2/+2
2019-02-08Fix red and remove duplicated function declarationSebastian Leonhardt1-1/+5
2019-02-07Simulator: improve simulation of transflective screensSebastian Leonhardt1-0/+3
2018-07-25Fix playersim CHAR_WIDTH re-definitionWilliam Wilgus1-0/+5
2017-02-11Fix warnings and errors from fc9695eMichael Sevakis1-13/+43
2015-01-12Fix red/yellow round #2Marcin Bukat1-1/+1
2015-01-12Fix red/yellowMarcin Bukat1-3/+3
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat2-16/+16
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly1-1/+1
2014-08-30Get the last errors I hope!Michael Sevakis1-0/+22
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis9-740/+1120
2014-02-23Fix redsThomas Martitz1-0/+2
2014-02-23simulator: Fully simulate external storage.Thomas Martitz1-13/+59
2014-02-23RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz1-38/+44
2014-02-23simulator: Simulate external storage for HAVE_MULTIDRIVE.Thomas Martitz3-7/+59
2014-02-23storage: Add STORAGE_HOSTFSThomas Martitz1-0/+7
2013-09-05fix redAmaury Pouly1-2/+2
2013-09-05touch devices: Disable touch on softlock.Jean-Louis Biasini1-0/+14
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis2-4/+4
2013-04-15Keep fixing 0c7b787 stuffMichael Sevakis1-5/+0
2012-07-31Fix database tool.Thomas Martitz1-1/+1
2012-07-18Fix warnings and errors in sdl builds.Thomas Martitz1-0/+1
2012-07-18Call call_storage_idle_notifys() to make storage idle callbacks work inThomas Martitz1-0/+2
2012-06-23Fix a bug introduced in 91b52a1, broken icons in the Archos Player simulator.Szymon Dziok1-1/+1
2012-06-18Remove #ifdef USB_FULL_INIT from sim_tasks.c to make usb_wait_for_disconnect ...Bertrik Sikken1-3/+0
2012-05-26load_code: Get rid of win32 specific code in favor SDL_LoadFunction & friends...Thomas Martitz1-6/+58
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-3/+4
2012-03-03Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts1-1/+1
2012-02-19Fix warn_unused_result warning.Dominik Riebeling1-2/+8
2012-01-25Fix power_input_status in sim where target has a battery switch.Michael Sevakis1-1/+7
2012-01-22Fix another uninitialized var warning.Thomas Martitz1-3/+3
2012-01-22Another attempt at fixing storage_*_warnings. Correct return values also.Thomas Martitz1-3/+6
2012-01-22Attempt to fix remaining warnings.Thomas Martitz1-2/+2
2012-01-22Fix one more warning.Thomas Martitz1-1/+1
2012-01-21Hosted: Merge debugf() implementations. Cleanup debug.h.Thomas Martitz1-40/+0
2012-01-08Simulator: Emulate a period of external power after charging.Nick Peskett1-29/+55
2012-01-07move _remote_backlight_* to common headerRafaël Carré1-6/+0
2012-01-05Fix charger emulation in the simulator.Nick Peskett1-7/+7
2012-01-04Fix reds by implementing a few more stubs, and undefining HAVE_STORAGE_FLUSH ...Thomas Martitz2-6/+25
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz4-71/+26
2011-11-17stubs.c is only needed on SIMULATOR builds.Thomas Martitz1-1/+1
2011-11-17Remove sim_tasks from the sdl application build.Thomas Martitz1-1/+1
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2-0/+97