Age | Commit message (Expand) | Author | Files | Lines |
2023-01-13 | buflib: Refactor various debugging features | Aidan MacDonald | 1 | -1/+1 |
2022-09-30 | Define LCD_STRIDEFORMAT unconditionally | Aidan MacDonald | 1 | -3/+3 |
2022-03-03 | Fix Red SDL, Android mounting root directory, and all the yellow too | William Wilgus | 1 | -3/+0 |
2022-03-03 | Fix Red SDL, Android mounting root directory | William Wilgus | 1 | -0/+3 |
2021-12-10 | m3k simulator: remove white border | Christian Soffke | 1 | -3/+3 |
2021-12-10 | m3k simulator: add screen bezel | Christian Soffke | 1 | -4/+4 |
2021-07-25 | pcm: Remove unused function pcm_play_dma_get_peak_buffer() | Aidan MacDonald | 1 | -7/+0 |
2021-07-18 | add Eros Q native simulator build | Aidan MacDonald | 1 | -1/+1 |
2021-07-13 | New port: Shanling Q1 native | Aidan MacDonald | 1 | -0/+8 |
2021-04-26 | Nuke the never-functional iriver ifp-7xx port | Solomon Peachy | 1 | -7/+0 |
2021-04-26 | Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX | Solomon Peachy | 1 | -7/+0 |
2021-03-28 | Add M3K native to the simulator | Solomon Peachy | 1 | -0/+8 |
2020-11-12 | pcm: Further cleanup of unused bits of the PCM ACPI: | Solomon Peachy | 1 | -5/+0 |
2020-10-31 | pcm: Get rid of pcm_play_pause() and associated APIs | Solomon Peachy | 1 | -8/+0 |
2020-10-26 | LCD core move buf ptr and address look up function viewport struct | William Wilgus | 1 | -1/+1 |
2020-10-21 | Add UI Simulator for Eros Q / K series | Solomon Peachy | 1 | -0/+7 |
2020-10-11 | hosted: Use O_CLOEXEC for all open() and "e" for fopen() calls | Solomon Peachy | 1 | -2/+2 |
2020-09-28 | xduoox20: UI Simulator support | Solomon Peachy | 1 | -4/+4 |
2020-08-24 | SDL: If our eventloop fails, log the reason! | Solomon Peachy | 1 | -1/+1 |
2020-07-24 | [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. | Solomon Peachy | 1 | -2/+0 |
2020-07-24 | [3/4] Completely remove HWCODEC support | Solomon Peachy | 1 | -3/+0 |
2020-07-24 | [2/4] get rid of HAVE_LCD_CHARCELLS | Solomon Peachy | 4 | -243/+0 |
2020-07-24 | [1/4] Remove SH support and all archos targets | Solomon Peachy | 1 | -37/+1 |
2020-07-06 | sdl: Get rid of duplicate instantiation of 'button_queue' | Solomon Peachy | 1 | -4/+0 |
2020-06-12 | xduoox3ii: Add UI Simulator bitmap, keymap, and fix offsets. | Solomon Peachy | 1 | -4/+4 |
2020-04-06 | xDuoo X3II and X20 port | Marcin Bukat | 1 | -1/+15 |
2020-04-05 | simulator: Fix sim build for sdl/hosted targets | Solomon Peachy | 1 | -0/+2 |
2019-02-08 | Fix the fix | Sebastian Leonhardt | 1 | -1/+1 |
2019-02-08 | Fix red and remove duplicated function declaration | Sebastian Leonhardt | 1 | -1/+1 |
2019-02-07 | Simulator: improve simulation of transflective screens | Sebastian Leonhardt | 1 | -0/+8 |
2019-01-02 | Add Xuelin iHIFI 770/770C/800 support | Solomon Peachy | 1 | -0/+22 |
2018-07-29 | Remove leftover merge conflict marker | Franklin Wei | 1 | -1/+0 |
2018-07-28 | Add cleaned-up xDuoo X3 support | Solomon Peachy | 1 | -0/+7 |
2018-06-12 | Agptek Rocker: Make simulator compile and run | Marcin Bukat | 1 | -1/+1 |
2018-06-12 | Agptek Rocker: Initial commit | Marcin Bukat | 1 | -0/+6 |
2017-09-17 | Add simulator support for the A860 | Amaury Pouly | 1 | -0/+7 |
2014-12-20 | maemo port: Fix startup crash exposed by audio thread refactoring | Thomas Jarosch | 1 | -10/+8 |
2014-08-30 | Rewrite filesystem code (WIP) | Michael Sevakis | 6 | -1/+215 |
2014-08-16 | Base scheduler queues off linked lists and do cleanup/consolidation | Michael Sevakis | 1 | -309/+120 |
2014-08-08 | Do some kernel cleanup | Michael Sevakis | 1 | -72/+8 |
2014-08-06 | Fix some stuff for no priority and | Michael Sevakis | 1 | -8/+2 |
2014-08-06 | Add multi-reader, single-writer locks to kernel. | Michael Sevakis | 1 | -14/+20 |
2014-06-21 | lcd-24bit: Introduce a 24-bit mid-level LCD driver | Thomas Martitz | 1 | -1/+3 |
2014-03-18 | Fix (unintentional) linkage of HAVE_BUTTON_DATA with HAVE_TOUCHSCREEN | Sebastian Leonhardt | 1 | -1/+5 |
2014-03-03 | kernel: Break out kernel primitives into separate files and move to separate ... | Thomas Martitz | 1 | -0/+50 |
2014-03-03 | Fix hostfs_init() return value. | Thomas Martitz | 1 | -1/+2 |
2014-02-23 | simulator: Simulate external storage for HAVE_MULTIDRIVE. | Thomas Martitz | 1 | -0/+7 |
2014-02-23 | storage: Add STORAGE_HOSTFS | Thomas Martitz | 2 | -0/+19 |
2014-02-16 | zenxfistyle: add simulator bitmap and button map | Amaury Pouly | 1 | -0/+7 |
2014-02-02 | sim/sdlapp: Do not quit immediately on panicf, but wait for quit. | Thomas Martitz | 3 | -1/+15 |