Age | Commit message (Expand) | Author |
2011-09-18 | Add "%LN" tag to retrieve the list item number of the current item. This allo... | Frank Gevaerts |
2011-09-17 | Fix some 'set but not used' warnings. | Andree Buschmann |
2011-09-17 | plugins: make local functions static for a subset of plugins | Bertrik Sikken |
2011-09-17 | Add an option to shuffle the playlist in the playlist viewer | Jonathan Gordon |
2011-09-16 | libtremor: save a kB or two limiting an array size to the maximum number of c... | Nils Wallménius |
2011-09-16 | libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin... | Nils Wallménius |
2011-09-15 | fix warning | Jonathan Gordon |
2011-09-15 | skin_engine: make sure to free all buflib allocations so we dont leak handles... | Jonathan Gordon |
2011-09-15 | Fix FS#12278 - saving a full .cfg file would crash | Jonathan Gordon |
2011-09-15 | codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300. | Nils Wallménius |
2011-09-15 | skin-touchscreen: make %T(..., setting_set, ...) apply sound settings | Jonathan Gordon |
2011-09-14 | Fix FS#12266, by skipping empty frames when reading ID3v2 tags. Also add some... | Magnus Holmgren |
2011-09-14 | Remove some old code which tries to clear/set the backdrop when starting plug... | Jonathan Gordon |
2011-09-14 | codeclib: further tweaks to the cf fft asm for a small speedup. | Nils Wallménius |
2011-09-14 | Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work... | Andree Buschmann |
2011-09-13 | imx233/fuze+: add buggy and unfinished keymap | Amaury Pouly |
2011-09-13 | Add a missing string to the US English translation. Thanks to Richard Brittai... | Frank Gevaerts |
2011-09-13 | codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ... | Nils Wallménius |
2011-09-13 | Make sure to set the current lcd backdrop id so the buflib move callback can ... | Jonathan Gordon |
2011-09-12 | codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f... | Nils Wallménius |
2011-09-12 | if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so... | Jonathan Gordon |
2011-09-12 | AAC: Enable SBR decoding for all targets | Rafaël Carré |
2011-09-11 | Second attempt at making %ss utf8-clean | Frank Gevaerts |
2011-09-11 | Make %ss utf8-aware | Frank Gevaerts |
2011-09-11 | fix red | Jonathan Gordon |
2011-09-11 | Rework how the skin gets the list item text to save some ram. Also allow the ... | Jonathan Gordon |
2011-09-11 | Fix albumart which r30500 broke (FS#12271) | Jonathan Gordon |
2011-09-11 | New tag %ss() which lets you get a substring of another tag. | Jonathan Gordon |
2011-09-11 | Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() ... | Jonathan Gordon |
2011-09-10 | libgme: make local functions static, where possible | Bertrik Sikken |
2011-09-10 | Fully remove floating point code from libmusepack. Introduce two small const ... | Andree Buschmann |
2011-09-10 | Remove residual floating point code from libgme's ym2612_emu. Saves several K... | Andree Buschmann |
2011-09-10 | Further work on libgme's emu2413. Fully remove floating point, introduce anot... | Andree Buschmann |
2011-09-10 | Migrate some floating point code to fixed point in libgme. | Andree Buschmann |
2011-09-09 | Remove a stray include that managed to slip into the previous commit | Frank Gevaerts |
2011-09-09 | Extend $if() to also allow lt, gt, lte, and gte for strings. | Frank Gevaerts |
2011-09-09 | Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif... | Andree Buschmann |
2011-09-09 | Add "USB Hide Internal Drive" option for multidrive devices with software usb. | Frank Gevaerts |
2011-09-08 | Buflib/swcodec: Improve playback stopping behavior on allocation. | Thomas Martitz |
2011-09-08 | FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displ... | Nils Wallménius |
2011-09-08 | Use buflib for skin images. Allows much more images to be loaded | Jonathan Gordon |
2011-09-08 | make some stuff static | Jonathan Gordon |
2011-09-08 | fix checkwps | Jonathan Gordon |
2011-09-08 | Use buflib for the skin backdrop images potentially allowing multiple images ... | Jonathan Gordon |
2011-09-08 | MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'... | Andree Buschmann |
2011-09-07 | Buflib: Clarification about invalid handles | Thomas Martitz |
2011-09-07 | Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ... | Andree Buschmann |
2011-09-07 | Fix FS#12261. Only set '-fgnu89-inline' if GCC >= 4.1.3 is used. | Andree Buschmann |
2011-09-07 | Fix FS#12262 - Volume (and all sound settings and anything using the "table" ... | Jonathan Gordon |
2011-09-06 | fix the last of the error | Jonathan Gordon |