summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2017-01-15Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is alreadyMatthias Mohr1-2/+2
2017-01-15fix whitespaceFranklin Wei1-1/+1
2017-01-15puzzles: fix building on c200v2Franklin Wei3-7/+16
2017-01-15puzzles: antialiased line drawing via Wu's algorithm and optional "shortcuts"...Franklin Wei3-97/+327
2017-01-15Fix compilation of puzzles on WindowsAmaury Pouly1-2/+2
2017-01-13Revert "puzzles: antialiased line drawing and optional "shortcuts" for undo/r...Franklin Wei3-337/+104
2017-01-13puzzles: fix configuration menu (again!)Franklin Wei1-5/+30
2017-01-13puzzles: antialiased line drawing and optional "shortcuts" for undo/redoFranklin Wei3-111/+319
2017-01-13puzzles: enable fallback to audiobuf when smalloc() failsFranklin Wei2-7/+55
2017-01-07Fix track formatting problems in playlist.cMichael Sevakis1-11/+47
2017-01-07puzzles: add cursor interface to untangleFranklin Wei2-6/+151
2017-01-06Midiplay: only boost cpu in sensible code partsSebastian Leonhardt1-7/+27
2017-01-06Midi Player: fix premature stopping of audio buffer playbackSebastian Leonhardt1-1/+10
2017-01-06Midi Player: fix playback of buffer remains when seekingSebastian Leonhardt1-0/+4
2017-01-06Fix red (midi plugin: action rename)Sebastian Leonhardt1-1/+1
2017-01-06Midi Player: give button actions meaningful namesSebastian Leonhardt1-199/+199
2017-01-06midi: Recalculate (and rename) the note frequency table.Frank Gevaerts3-19/+28
2017-01-05Fix previous errors for targets with no crossfade.Michael Sevakis1-1/+6
2017-01-05Playback: Fix problems with crossfade on short tracks.Michael Sevakis2-290/+359
2017-01-04puzzles: fix a minor bug in the configuration screenFranklin Wei1-4/+16
2017-01-04puzzles: minor polishing touches on the user interfaceFranklin Wei1-10/+60
2017-01-04puzzles: fix a few thingsFranklin Wei5-94/+26
2017-01-03puzzles: rename bcopy() to bcopy_wrapper() and make staticFranklin Wei1-2/+2
2017-01-01Fixes and re-sync for puzzlesFranklin Wei9-31/+115
2016-12-18work around little bugs in puzzlesFranklin Wei2-2/+4
2016-12-18Add circle drawing/filling to xlcdFranklin Wei2-0/+105
2016-12-18add missing file to puzzlesFranklin Wei1-0/+39
2016-12-18Port of Simon Tatham's Puzzle CollectionFranklin Wei260-0/+147263
2016-12-04Add tentative new element names, IUPAC approval expected around NovemberFranklin Wei1-118/+118
2016-11-19remove debug macroFranklin Wei1-2/+0
2016-11-19XWorld: some fixesFranklin Wei10-135/+341
2016-10-12pdbox: fix bug shown by new gcc warningFrank Gevaerts1-0/+2
2016-10-03Rockboy: revert FS#11745 patchSebastian Leonhardt1-1/+1
2016-09-21zenxfi3: fix recording keymap and simulator keymapAmaury Pouly1-4/+5
2016-08-26iAP: fix USB storage mount after using an iAP accessoryCástor Muñoz1-0/+8
2016-08-24Samsung YP-R0: Fix settings keymap (apply FS#13073 by lebellium)Sebastian Leonhardt1-2/+18
2016-08-22Fuze+: fix CONTEXT_SETTINGS keymap (unable to cancel)Sebastian Leonhardt1-0/+2
2016-08-21Attempt to fix dependencies for lang.h, lang_core.c and lang_core.oFrank Gevaerts1-4/+4
2016-08-20Update french translation, thanks to lebellium for spotting those.Amaury Pouly1-3/+3
2016-08-20Update French translation.Amaury Pouly1-27/+383
2016-08-17FS#13079 - Slovak lang updatePeter Lecký1-0/+238
2016-08-14German language update (FS#13078).Michael Giacomelli1-4/+125
2016-08-12Fix misleading indentation as pointed out by the new gcc warningFrank Gevaerts5-10/+28
2016-08-03test_mem: print clock speed in MHz so it fits on smaller screens.Michael Giacomelli1-1/+1
2016-06-28Fix endianness handling for sha1 (used by the otp plugin)Frank Gevaerts1-1/+1
2016-06-05One-Time Password client (HOTP and TOTP)Franklin Wei6-0/+1648
2016-05-30zenxfi3: update keymapAmaury Pouly1-6/+6
2016-05-14Manually unboost if not using boost in test_codecMichael Giacomelli1-0/+2
2016-04-07Plugin 2048: Optimize for 128x96 screenSebastian Leonhardt3-0/+3
2016-04-04Fix checking for CONFIG_CHARGINGMihail Zenkov1-34/+33