summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2017-12-24duke3d: restrict targets to ARM onlyFranklin Wei2-2/+3
2017-12-24fix red once moreFranklin Wei4-6/+8
2017-12-24attempt to fix sysfont.h errorsFranklin Wei1-1/+1
2017-12-24Undef potentially conflicting macros in stdio_compat.hFranklin Wei1-0/+3
2017-12-24fix redFranklin Wei3-10/+9
2017-12-23fix redFranklin Wei3-6/+5
2017-12-23Port of Duke Nukem 3DFranklin Wei991-13/+336917
2017-12-23stdio compat layer for pluginsMarcin Bukat3-0/+299
2017-12-19Buffering: Missed converting one case assuming const handle size.Michael Sevakis1-1/+1
2017-12-18Fix error with action subsystem and custom context mappingWilliam Wilgus1-10/+5
2017-12-17Buffering: Get rid of disabled code I have no intention of usingMichael Sevakis1-27/+1
2017-12-17Remove buffering functions from plugin API.Michael Sevakis2-36/+2
2017-12-17Get rid of useless playlist probing and fix up some data types.Michael Sevakis4-74/+59
2017-12-16Fix last commitFranklin Wei1-3/+6
2017-12-16Change button mappings in plugins/lib/keymaps.hFranklin Wei1-4/+4
2017-12-15Fix big WTF when closing the current track.Michael Sevakis1-22/+6
2017-12-12Get voice event out of playback.cMichael Sevakis4-12/+18
2017-12-12Add a 32 byte read buffer to read_line.Michael Sevakis1-10/+32
2017-12-10Buffering: Remove statically-sized path buffer from handle structMichael Sevakis1-18/+27
2017-12-09buffering.c: Fix oopses with caching handle pointerMichael Sevakis1-8/+9
2017-12-09Remove recursion from shrink_buffer()Michael Sevakis1-11/+9
2017-12-09Fix yellow on hosted targets from c1a01beMichael Sevakis1-0/+2
2017-12-09Playback: Move internal track list onto bufferMichael Sevakis3-329/+478
2017-12-08Get test_codec synced with changes in 6c868ddMichael Sevakis1-2/+2
2017-12-07Remove explicit 'enum codec_command_action' in codec APIMichael Sevakis1-3/+2
2017-12-07Ensure ci is properly updated if seeking before track load completesMichael Sevakis1-2/+4
2017-12-04Playback: C99-ize FOREACH_ALBUMART; make loop counter localMichael Sevakis1-6/+1
2017-11-24puzzles: fix off-by-one in blitter clippingFranklin Wei1-4/+4
2017-11-24puzzles: polish mouse modeFranklin Wei1-25/+28
2017-11-24puzzles: fix copy-paste typoFranklin Wei1-2/+2
2017-11-24Do playback restarts the proper wayMichael Sevakis6-65/+52
2017-11-21puzzles: add missing fileFranklin Wei1-0/+0
2017-11-21puzzles: clean junk filesFranklin Wei67-27741/+0
2017-11-21puzzles: resync with upstream; add Loopy and Palisade, mouse modeFranklin Wei10-106/+498
2017-11-21aced667 forgot about those pesky __PCTOOL__ things.Michael Sevakis1-15/+15
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis9-135/+77
2017-11-18Action Rewrite - Fix redWilliam Wilgus1-2/+2
2017-11-18Action.c FIX / Rework / Clean-up Action SystemWilliam Wilgus2-592/+1003
2017-11-14nwz: improve keymapAmaury Pouly2-3/+12
2017-11-06fix redbootloader_zenxfi2_v2Amaury Pouly1-1/+1
2017-11-06nwzlinux: add support for radioAmaury Pouly2-6/+5
2017-11-04puzzles: fix blitting when zoomedFranklin Wei1-2/+5
2017-11-04puzzles: clarify code and documentationFranklin Wei2-163/+229
2017-11-04puzzles: fix title drawingFranklin Wei1-39/+12
2017-10-30puzzles: add an interaction mode to the "Zoom In" featureFranklin Wei1-277/+358
2017-10-29puzzles: sync with upstreamFranklin Wei3-30/+73
2017-10-29Add boot data to MOST AS3525 DevicesWilliam Wilgus1-0/+4
2017-10-29Add boot data support to rockbox.William Wilgus1-0/+30
2017-10-29puzzles: improve zoom renderingFranklin Wei2-55/+86
2017-10-27puzzles: fix clipping and 24-bit handlingFranklin Wei1-6/+29