Age | Commit message (Expand) | Author | Files | Lines |
2010-08-28 | pitch detector: remove unused functions for sim builds | Rafaël Carré | 1 | -3/+2 |
2010-08-28 | pitch_detector: cleanup | Rafaël Carré | 3 | -228/+170 |
2010-08-28 | pitch_detector: avoid a division by zero when changing 'lowest frequency' set... | Rafaël Carré | 1 | -1/+5 |
2010-08-28 | Fix typo | Frank Gevaerts | 1 | -1/+1 |
2010-08-28 | AMSv2: remove a bunch of panicf() in SD driver | Rafaël Carré | 1 | -20/+23 |
2010-08-28 | FS#11506 : python script to generate .talk clips | Rafaël Carré | 1 | -0/+123 |
2010-08-28 | tcc77x targets: various minor cleanups | Bertrik Sikken | 9 | -6/+19 |
2010-08-28 | Clip keymap: the pitchscreen action should only hit on button release (short ... | Marianne Arnold | 1 | -1/+1 |
2010-08-27 | change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl... | Fred Bauer | 3 | -6/+10 |
2010-08-27 | close file when cached font load fails | Fred Bauer | 1 | -0/+4 |
2010-08-27 | limit font_cache preloading to cache capacity | Fred Bauer | 1 | -1/+1 |
2010-08-27 | tweak lrcplayer. | Teruaki Kawashima | 1 | -5/+5 |
2010-08-27 | Added myself | Fred Bauer | 1 | -0/+1 |
2010-08-27 | Fix bug adding a playlist to another playlist doesn't finish if it has UTF-8 ... | Teruaki Kawashima | 1 | -2/+2 |
2010-08-27 | Fix checkwps. | Thomas Martitz | 1 | -2/+2 |
2010-08-27 | Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. | Thomas Martitz | 10 | -43/+85 |
2010-08-27 | Make getcwd match the posix variant, make get_current_file() behave similar t... | Thomas Martitz | 3 | -13/+26 |
2010-08-27 | 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/me... | Thomas Martitz | 8 | -235/+312 |
2010-08-27 | Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem... | Thomas Martitz | 7 | -308/+235 |
2010-08-26 | Introduce a small api for loading code (codecs,plugins) from disk/memory. | Thomas Martitz | 7 | -235/+308 |
2010-08-26 | Describe the default value of the new optional tag parameter | Alexander Levin | 1 | -1/+1 |
2010-08-26 | Fix residual aac-he distortion reported via forum. Bug was introduded with r2... | Andree Buschmann | 1 | -2/+12 |
2010-08-26 | Clip keymap : move pitchscreen to short submenu in wps | Rafaël Carré | 2 | -2/+2 |
2010-08-26 | Manual: Change the labels on the clip, clip+ and fuze images so that they act... | Alex Parker | 9 | -98/+87 |
2010-08-26 | Manual: Make the clip WPS buttons match what actually happens. Short submenu... | Alex Parker | 1 | -2/+2 |
2010-08-26 | Oops, forgot this file in r27893. | Magnus Holmgren | 1 | -1/+1 |
2010-08-26 | Fix building simulator plugins on Cygwin. A DLL stub containing atexit is lin... | Magnus Holmgren | 1 | -2/+6 |
2010-08-26 | remove executable bit on plugin_crt0.c | Rafaël Carré | 1 | -0/+0 |
2010-08-26 | Move to a proper sdl key config instead of using the d2 pad. make the mouse w... | Jonathan Gordon | 11 | -29/+335 |
2010-08-26 | Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-but... | Jonathan Gordon | 2 | -1/+36 |
2010-08-25 | pacbox_cf.S contains a h300-only function, AND a function for all CF | Rafaël Carré | 2 | -3/+10 |
2010-08-25 | Fix pacbox build on coldfire | Rafaël Carré | 1 | -4/+0 |
2010-08-25 | Remove a bunch of build conditions inside .c files | Rafaël Carré | 11 | -39/+3 |
2010-08-25 | Remove build conditions inside .c plugin files | Rafaël Carré | 25 | -119/+15 |
2010-08-25 | Remove translations with empty <dest> in russian.lang from my previous commit... | Bertrik Sikken | 1 | -16/+0 |
2010-08-25 | Updated Russian translation - FS #11556 by Alexey Polkhirev | Bertrik Sikken | 2 | -22/+1311 |
2010-08-25 | fix errors | Jonathan Gordon | 1 | -3/+4 |
2010-08-25 | Accept FS#11567 by Fred Bauer - better memory management for the skin fonts | Jonathan Gordon | 7 | -9/+59 |
2010-08-25 | Add 'lowmem' feature to the manual, defined if MEM <= 2 | Rafaël Carré | 2 | -5/+9 |
2010-08-25 | c200v2 manual | Rafaël Carré | 3 | -11/+30 |
2010-08-25 | Manual: fix Sansa AMS install | Rafaël Carré | 1 | -6/+13 |
2010-08-25 | typo in r27876 | Rafaël Carré | 1 | -1/+1 |
2010-08-25 | usb-drv-as3525: only give physical addresses to USB HW | Rafaël Carré | 1 | -5/+5 |
2010-08-25 | sd-as3525*: use AS3525_PHYSICAL_ADDR | Rafaël Carré | 2 | -5/+5 |
2010-08-24 | Fix Brazilian Portugues translation - FS #11568 by Adilson Xavier | Bertrik Sikken | 1 | -98/+98 |
2010-08-24 | Fix yellows/reds. Red where caused by preprocessor condition mismatch. | Thomas Martitz | 3 | -8/+3 |
2010-08-24 | Second try: Introduce plugin_crt0.c that every plugin links. | Thomas Martitz | 142 | -341/+372 |
2010-08-24 | mips is predefined by gcc, but we want it for paths. Don't let others fall in... | Thomas Martitz | 5 | -6/+2 |
2010-08-24 | Add a comment | Thomas Martitz | 1 | -0/+1 |
2010-08-24 | Fix red. Something - I coundn't find it - must be doing '#define mips 1'. | Thomas Martitz | 1 | -0/+1 |