- d945c36 imx233/fuze+: rework linker script to load the bootloader at ram start + 1Mb to leave a load for the firmware by Amaury Pouly · 13 years ago
- dad541a HDD6330: fix the behavior of the lcd during shutdown (fading out), disable poweroff while charging for now. by Szymon Dziok · 13 years ago
- 036c5fe HDD6330: implement lcd_enable (display on/off). by Szymon Dziok · 13 years ago
- 780968d Manual: make features processing silent by default. by Dominik Riebeling · 13 years ago
- 89ccbea Add a missing string to the US English translation. Thanks to Richard Brittain (FS#12269) by Frank Gevaerts · 13 years ago
- 85ef108 codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead of explicit negation, changes output slightly but is as close to the c version as before. Gives about 0.4MHz speedup of vorbis on cf. by Nils Wallménius · 13 years ago
- b627190 Make sure to set the current lcd backdrop id so the buflib move callback can reset the correct backdrop by Jonathan Gordon · 13 years ago
- 8a0db7b Fix FS#12272 - genlang changes broke some targets by Torne Wuff · 13 years ago
- f93530c codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little for the mdct, speeds up codecs using the codeclib mdct 0.5-1.5MHz on h300. by Nils Wallménius · 13 years ago
- edf06b7 if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so allocating the buffer size is pointless by Jonathan Gordon · 13 years ago
- 8ec2873 manual: mp3_encoder is available on lowmem targets by Rafaël Carré · 13 years ago
- 9ea367e AAC: Enable SBR decoding for all targets by Rafaël Carré · 13 years ago
- 78a0d49 Second attempt at making %ss utf8-clean by Frank Gevaerts · 13 years ago
- bce46a7 Make %ss utf8-aware by Frank Gevaerts · 13 years ago
- 7179490 HDD6330: Enable headphone detection. by Szymon Dziok · 13 years ago
- a943e74 HDD6330: Enable only one led (from five) on the scroll strip in order to save battery life. by Szymon Dziok · 13 years ago
- 201574d HDD6330: Fix random issues with the button light (MENU button sometimes does not light up). by Szymon Dziok · 13 years ago
- 6f00e82 HDD6330: Fix random strange behavior of the touchpad. Setting the sensitivity higher than normal is not a good idea for this one. by Szymon Dziok · 13 years ago
- 6c1de04 fix red by Jonathan Gordon · 13 years ago
- 3d0317a Rework how the skin gets the list item text to save some ram. Also allow the %LI and %LT tags to take 2 optional parameters to get a different items text/icon: by Jonathan Gordon · 13 years ago
- 93a600f Fix albumart which r30500 broke (FS#12271) by Jonathan Gordon · 13 years ago
- 3b9ffd2 New tag %ss() which lets you get a substring of another tag. by Jonathan Gordon · 13 years ago
- 86c5432 Fix FS#12270 - properly initialiase the wps_data struct so skin_data_reset() doesnt crash later by Jonathan Gordon · 13 years ago
- e80acd4 libgme: make local functions static, where possible by Bertrik Sikken · 13 years ago
- f163b40 Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. by Andree Buschmann · 13 years ago
- d4249af Remove residual floating point code from libgme's ym2612_emu. Saves several KB of codesize. by Andree Buschmann · 13 years ago
- 585eb12 Buflib: Correct return value of handle_table_shrink() to match comment. by Thomas Martitz · 13 years ago
- 4096cb1 Further work on libgme's emu2413. Fully remove floating point, introduce another precalculated table, directly use predefined tables instead of copying them. Reduces memory and codesize by several KB. by Andree Buschmann · 13 years ago
- e8dc7a6 Migrate some floating point code to fixed point in libgme. by Andree Buschmann · 13 years ago
- 559e0e1 Remove a stray include that managed to slip into the previous commit by Frank Gevaerts · 13 years ago
- bd292b2 Extend $if() to also allow lt, gt, lte, and gte for strings. by Frank Gevaerts · 13 years ago
- c97c5e5 Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modified(), correctly set PSG voices in vgm_emu, correctly set current_track in vgm_emu, correct call of Sound_mute_voices() in nsf_emu. Additionally migrate few floating point code to fixed point -- even though this is unused and therefor commented out. by Andree Buschmann · 13 years ago
- 544a52d Add "USB Hide Internal Drive" option for multidrive devices with software usb. by Frank Gevaerts · 13 years ago
- 49b64f1 Remove obsolete comment by Thomas Martitz · 13 years ago
- f7cff8b Buflib: Stop caching the first unallocated block. It has little benefit but is complicated to keep up-to-date. by Thomas Martitz · 13 years ago
- 0dcbc6c Buflib: Handle not having enough space for new handles (fixes FS#12265). by Thomas Martitz · 13 years ago
- 7e3a3f4 Remove return value from show_logo() in bootloader/ by Bertrik Sikken · 13 years ago
- e6317d5 Improve sim win32 cross compiling. by Dominik Riebeling · 13 years ago
- 385af79 Fix toolchain installation. by Dominik Riebeling · 13 years ago
- dc14de0 Exit of SDL_WaitEvent() returns an error. by Thomas Martitz · 13 years ago
- 82acdd3 Make genlang faster by doing better regexes. by Thomas Martitz · 13 years ago
- 87daeae Buflib/swcodec: Improve playback stopping behavior on allocation. by Thomas Martitz · 13 years ago
- 7337bcb FS#12257 by Michael Goerner, fixing stone colours in goban for inversed displays (clips and mrobe100). by Nils Wallménius · 13 years ago
- a483c9c Use buflib for skin images. Allows much more images to be loaded by Jonathan Gordon · 13 years ago
- 4f4e91e make some stuff static by Jonathan Gordon · 13 years ago
- a91fa97 fix checkwps by Jonathan Gordon · 13 years ago
- 070f6e1 Use buflib for the skin backdrop images potentially allowing multiple images per skin in the future by Jonathan Gordon · 13 years ago
- ae5d09b MIPS uses GCC 4.1.2 which was wrongly detected as supporting '-fgnu89-inline'. Now only set this parameter if GCCNUM > 401. by Andree Buschmann · 13 years ago
- daaae99 Remove unecessary casting by Thomas Martitz · 13 years ago
- 5296af8 Buflib: Clarification about invalid handles by Thomas Martitz · 13 years ago
- 6a989b8 Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when compiling. Fixes compiler warnings for mingw and cygwin simulatior builds. by Andree Buschmann · 13 years ago
- 28c4f2a Fix FS#12261. Only set '-fgnu89-inline' if GCC >= 4.1.3 is used. by Andree Buschmann · 13 years ago
- c1a1486 Fix FS#12262 - Volume (and all sound settings and anything using the "table" setting type) don't get applied correctly when being changed from the quickscreen or by using the %T(..., setting_inc/dec) skin tag by Jonathan Gordon · 13 years ago
- 101bb25 sansa clipzip: fix lcd init delay (remove lcd_delay and replace it with a sleep) by Bertrik Sikken · 13 years ago
- d43b85c fix the last of the error by Jonathan Gordon · 13 years ago
- d2ab44e fix checkwps by Jonathan Gordon · 13 years ago
- 63a379c Add the new file and fix the compile error by Jonathan Gordon · 13 years ago
- 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
- 77a82ad rk27load - fix indentation by Marcin Bukat · 13 years ago
- 6d5671a rk27xx - enable a few test plugins by Marcin Bukat · 13 years ago
- 4c896d9 rk27xx - enable debug screen by Marcin Bukat · 13 years ago
- 2d2eec4 rk27xx - update firmware/SOURCES by Marcin Bukat · 13 years ago
- 287c278 rk27xx - enable cache by Marcin Bukat · 13 years ago
- c9c03d6 rk27xx - update config files by Marcin Bukat · 13 years ago
- dc5bfc7 rk27xx - adjust core files for rk27xx internal codec by Marcin Bukat · 13 years ago
- 4072879 rk27xx - arm7ej-s doesn't have MMU/MPU (just like arm7tdmi) by Marcin Bukat · 13 years ago
- 7936649 rk27xx - disable core_sleep() as it simply hangs when cache is enabled for unknown reason. by Marcin Bukat · 13 years ago
- 6d959a0 rk27xx - implement cache handling functions by Marcin Bukat · 13 years ago
- 4e6daf0 rk27xx adc - fix function name by Marcin Bukat · 13 years ago
- 7aca544 remove references to ipod nano 2g rom ata-nand-rk27xx.c by Marcin Bukat · 13 years ago
- 6a628c9 add lcd_blit_yuv() stub to the rk27xx lcd driver by Marcin Bukat · 13 years ago
- 7d33d83 rk27xx - tweak a bit sd driver and add some debuging code by Marcin Bukat · 13 years ago
- 52c72fa rk27xx - implement basic keymap for reference design by Marcin Bukat · 13 years ago
- 0b35cdd rk27xx - app linker script by Marcin Bukat · 13 years ago
- 472314b rk27xx - implement pcm driver. by Marcin Bukat · 13 years ago
- 727b98e rk27xx - basic power management related functions by Marcin Bukat · 13 years ago
- 1371dfb rk27xx - nand stub by Marcin Bukat · 13 years ago
- 781e3e3 rk27xx - implement driver for usb controller in rk27xx. This does not quite work now because of the way how controller and our usb stack are implemented. by Marcin Bukat · 13 years ago
- 9c40939 rk27xx - implement dbg_hw_info() and dbg_ports() by Marcin Bukat · 13 years ago
- fa85646 Implement driver for internal codec in rk27xx (shCODlp-100.01-HD IP core from Dolphin) by Marcin Bukat · 13 years ago
- 2afc175 midi: make the patch sample data pointer a *int16_t to get rid of some ugly casting and drop an acessor macro to make caching the pointer in the synthVoice loop possible. Speeds up midi by 1-2% on cf and 3-5% on PP. by Nils Wallménius · 13 years ago
- 2ac668e imx233/fuze+: implement user time api, implement a stub function, protect timrot against irq by Amaury Pouly · 13 years ago
- 333b9ed imx233/fuze+: fix apps linker script, add comment in bootloader by Amaury Pouly · 13 years ago
- 2052540 sansa clipzip: implement default dualboot code (boots to OF unconditionally for now) by Bertrik Sikken · 13 years ago
- 25f0060 imx233/fuze+: don't reboot after usb more, enter usb more after storage init, remove useless printf by Amaury Pouly · 13 years ago
- f695681 usb: make sure device init happens *after* queue/thread creation by Amaury Pouly · 13 years ago
- 7d4fed5 imx233:fuze+: major memory and usb rework by Amaury Pouly · 13 years ago
- 11e1f71 Added 'platform-tools' to the features installed by installToolChain.sh for the android build by Bryan Childs · 13 years ago
- 1b70a70 Android: store resources on SD card. by Dominik Riebeling · 13 years ago
- 642736f fix error, none of this code is needed or would work in the checkwps program anyway by Jonathan Gordon · 13 years ago
- 8997321 Remove duplicated code to search for a setting by its cfg name by Jonathan Gordon · 13 years ago
- 060b3fa mikmod: enable compiler optimizations for coldfire, they were disabled to work around a bug in the old toolchain. by Nils Wallménius · 13 years ago
- 6cb5ec1 Remove several 'set but not used' GCC 4.6.1 warnings from MikMod. by Andree Buschmann · 13 years ago
- bd9c172 Fix yellow and red. by Andree Buschmann · 13 years ago
- e218647 FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported compiler warnings and fix a bug in load_gt2. by Andree Buschmann · 13 years ago
- 7887e59 Update stable build to 3.9.1 by Frank Gevaerts · 13 years ago
- d3de6d6 Fix compiler warnings in mikmod. Initialize 'status' and 'incnt'. by Andree Buschmann · 13 years ago
- 3b83e59 Do not set '-fgnu89-inline' for MIPS targets. by Andree Buschmann · 13 years ago
- 41a0bfc FS#12256: Use '-fgnu89-inline' for mpegplayer and doom. Resolves compiler warnings when using mingw32. by Andree Buschmann · 13 years ago
- 573f220 Add the list colour callback and a proper title icon to the simplelist api by Jonathan Gordon · 13 years ago