summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* Second attempt at making %ss utf8-cleanFrank Gevaerts2011-09-11
* Make %ss utf8-awareFrank Gevaerts2011-09-11
* fix redJonathan Gordon2011-09-11
* Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon2011-09-11
* Fix albumart which r30500 broke (FS#12271)Jonathan Gordon2011-09-11
* New tag %ss() which lets you get a substring of another tag.Jonathan Gordon2011-09-11
* Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() ...Jonathan Gordon2011-09-11
* libgme: make local functions static, where possibleBertrik Sikken2011-09-10
* Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann2011-09-10
* Remove residual floating point code from libgme's ym2612_emu. Saves several K...Andree Buschmann2011-09-10
* Further work on libgme's emu2413. Fully remove floating point, introduce anot...Andree Buschmann2011-09-10
* Migrate some floating point code to fixed point in libgme.Andree Buschmann2011-09-10
* Remove a stray include that managed to slip into the previous commitFrank Gevaerts2011-09-09
* Extend $if() to also allow lt, gt, lte, and gte for strings.Frank Gevaerts2011-09-09
* Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif...Andree Buschmann2011-09-09
* Add "USB Hide Internal Drive" option for multidrive devices with software usb.Frank Gevaerts2011-09-09
* Buflib/swcodec: Improve playback stopping behavior on allocation.Thomas Martitz2011-09-08
* FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displ...Nils Wallménius2011-09-08
* Use buflib for skin images. Allows much more images to be loadedJonathan Gordon2011-09-08
* make some stuff staticJonathan Gordon2011-09-08
* fix checkwpsJonathan Gordon2011-09-08
* Use buflib for the skin backdrop images potentially allowing multiple images ...Jonathan Gordon2011-09-08
* MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'...Andree Buschmann2011-09-08
* Buflib: Clarification about invalid handlesThomas Martitz2011-09-07
* Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann2011-09-07
* Fix FS#12261. Only set '-fgnu89-inline' if GCC >= 4.1.3 is used.Andree Buschmann2011-09-07
* Fix FS#12262 - Volume (and all sound settings and anything using the "table" ...Jonathan Gordon2011-09-07
* fix the last of the errorJonathan Gordon2011-09-06
* fix checkwpsJonathan Gordon2011-09-06
* Add the new file and fix the compile errorJonathan Gordon2011-09-06
* Lists can now be completly draw using the skin engine!Jonathan Gordon2011-09-06
* rk27xx - enable a few test pluginsMarcin Bukat2011-09-06
* rk27xx - enable debug screenMarcin Bukat2011-09-06
* rk27xx - implement basic keymap for reference designMarcin Bukat2011-09-06
* midi: make the patch sample data pointer a *int16_t to get rid of some ugly c...Nils Wallménius2011-09-06
* fix error, none of this code is needed or would work in the checkwps program ...Jonathan Gordon2011-09-04
* Remove duplicated code to search for a setting by its cfg nameJonathan Gordon2011-09-04
* mikmod: enable compiler optimizations for coldfire, they were disabled to wor...Nils Wallménius2011-09-04
* Remove several 'set but not used' GCC 4.6.1 warnings from MikMod.Andree Buschmann2011-09-03
* Fix yellow and red.Andree Buschmann2011-09-03
* FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported ...Andree Buschmann2011-09-03
* Fix compiler warnings in mikmod. Initialize 'status' and 'incnt'.Andree Buschmann2011-09-03
* Do not set '-fgnu89-inline' for MIPS targets.Andree Buschmann2011-09-03
* FS#12256: Use '-fgnu89-inline' for mpegplayer and doom. Resolves compiler war...Andree Buschmann2011-09-03
* Add the list colour callback and a proper title icon to the simplelist apiJonathan Gordon2011-09-03
* Roll back r30416. A proper fix of this warning will end in an #ifdef-hell.Andree Buschmann2011-09-03
* Remove 'set but not used' warning by GCC 4.6.1.Andree Buschmann2011-09-03
* pacbox: Declare several local functions and variables static.Andree Buschmann2011-09-03
* Sanify dsp.c (re)sample buffer indirection.Michael Sevakis2011-09-02
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01