- 7de4f64 Rockbox Utility: build chinachippatcher as library. by Dominik Riebeling · 13 years ago
- fd5f16c Consolidate libraries list in project file a bit. by Dominik Riebeling · 13 years ago
- 059cb71 Extend return codes for chinachip_patch(). by Dominik Riebeling · 13 years ago
- 07da9ce Split up chinachippatcher. by Dominik Riebeling · 13 years ago
- bd691ef Sansa Clip Zip: enable all plugins by Rafaël Carré · 13 years ago
- 444b176 mkamsboot: make clip zip boot OF when pressing left button by Rafaël Carré · 13 years ago
- ab76a0d mkamsboot/dualboot: use arm-elf-eabi cross compiler by default by Rafaël Carré · 13 years ago
- 8687c5c Fix FS#11675 : LED resistor calculator does not wait for keypress. Thanks to Michael Chicoine for reporting the bug. by Boris Gjenero · 13 years ago
- 7c0977b Sansa Connect Simulator: Fix button sizes, add hold button support by Tomasz Moń · 13 years ago
- 8b9d6bd Add a gitattributes file for the migration. by Torne Wuff · 13 years ago
- 30e2a6d Convert one more file to LF line endings. by Torne Wuff · 13 years ago
- 39f4408 Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmüller (based on press image). by Tomasz Moń · 13 years ago
- f0bab2f Address some weaknesses and bugs of buflib_compact() and make the code prettier. Thanks to Boris Gjenero for his great investigation. by Thomas Martitz · 13 years ago
- a299212 imx233: add power debug screen by Amaury Pouly · 13 years ago
- c871076 mkimxboot: remove an unecessary include that will prevent compilation of rbutil by Amaury Pouly · 13 years ago
- 374a08a fuze+: update keymap and touchpad driver based on FS#12405 with minor modifications. Thanks to Jean-Louis Biasini. by Amaury Pouly · 13 years ago
- d6a397d Text viewer plugin: Fix info viewport font not being set to user selected font by Michael Chicoine · 13 years ago
- bdaac8b Rockbox does not support encrypted ADX. Clearly state this in the manual and the debug messages. by Andree Buschmann · 13 years ago
- 3c63cb2 Resync mpc to r476 of svn.musepack.org. Improves error handling after seek. by Andree Buschmann · 13 years ago
- 16d736d Make embedded cover art for APEv2 more flexible. This fixes an issue with foobar-tagged files as reported in the forums. by Andree Buschmann · 13 years ago
- c40f520 Sansa Connect: Add keymap for YesNo dialog and keyboard by Tomasz Moń · 13 years ago
- a23dd7f FS#12414 : Fix directory functions in plugins on targets which HAVE_DIRCACHE. In rockbox_api, PREFIX( ) is removed around directory functions because that's now handled in directory header files. Thanks to Fred Bauer for reporting this. by Boris Gjenero · 13 years ago
- d51e598 FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c by Boris Gjenero · 13 years ago
- 297c29c dm320: call storage idle notifys on in sdmmc thread by Tomasz Moń · 13 years ago
- a884ec2 Update manual to match current codec IDs. by Andree Buschmann · 13 years ago
- f331d19 playlist handling: revert part of r30177. by Jonathan Gordon · 13 years ago
- 8ed7ba1 Fix fs#12005 - have %pc,%pl and %pr return the number of seconds when used with %if() instead of a formatted time string by Jonathan Gordon · 13 years ago
- d66592b Be less smart about when to reload skins as it caused more problems than it was worth. If any theme setting is loading from a .cfg reload all skins. Fixes FS#12410 by Jonathan Gordon · 13 years ago
- 25bce23 Fix FS#12408 - don't load skins too early causing buflib handles to leak by Jonathan Gordon · 13 years ago
- e5a7388 If Rockbox never turns off ATA power, don't compile code for turning it back on. Note that ATA power may still need to be turned on when starting, so that code in ata_init() always remains. by Boris Gjenero · 13 years ago
- 2154cbf remove stray debugging line by Fred Bauer · 13 years ago
- 6e664f4 Guard font functions against invalid font ids. These arguably should never be passed, but this prevents freezes. Fixes FS#12400 by Frank Gevaerts · 13 years ago
- dfd5d06 Actually make glyph_cache_save static instead of just claiming it should be by Frank Gevaerts · 13 years ago
- e5a3c26 glyph_cache_save should be static by Frank Gevaerts · 13 years ago
- fc5cdac slightly reaarange code to make fml happy :) by Jonathan Gordon · 13 years ago
- 494860c Free a handle when we try to load a backdrop file which doesnt exist or cant be loaded by Jonathan Gordon · 13 years ago
- 6cf7cb9 Don't load the icons unless show_icons is actually enabled. And respect that setting in the shortcuts menu by Jonathan Gordon · 13 years ago
- 47452dc PortalPlayer: Loading of stack munge value into r4 was moved in r30741 to after the idle stack init loop, breaking the usage readout. by Michael Sevakis · 13 years ago
- a99d9ec Add STORAGE_INIT_ATTR to static ata.c functions that are only called via ata_init(). by Boris Gjenero · 13 years ago
- bd360b4 In buflib_buffer_shift(), properly update handle->alloc values, which are char * and not union buflib data * by Boris Gjenero · 13 years ago
- 99ea0c5 Sansa AMSv2 USB: Simplify union around struct usb_ctrlrequest and remove duplicate alignment attribute by Bertrik Sikken · 13 years ago
- a89c705 AMSv2: remove stray ; from USB_DEVBSS_ATTR by Rafaël Carré · 13 years ago
- ebde2ea Sansa AMSv2: potential USB fix from FS#11664 by funman: by Bertrik Sikken · 13 years ago
- fc81af9 Replace embedded AA limitations by a reference to the "official" list of supported AA tags by Frank Gevaerts · 13 years ago
- 9fdfb79 The new 12x12 iconset somehow got corrupted. Re-generate. by Thomas Martitz · 13 years ago
- e46dd2d Fix leftovers. by Thomas Martitz · 13 years ago
- b907f2f lcd_color/cabbiev2: New iconset in multiple sizes by Thomas Martitz · 13 years ago
- 69f4245 Cabbiev2/RaaA: Add nice shadow to the icons on the popup in the WPS. by Thomas Martitz · 13 years ago
- 2e945b5 Cabbiev2/RaaA: Update progressbar images (using transparency). by Thomas Martitz · 13 years ago
- f8578c0 Cabbiev2/RaaA: Add volume slider pop to the WPS. by Thomas Martitz · 13 years ago
- fabbeba Solve FS#12396 through rolling back r26592. This fixes distortions while mpc playback on Coldfire targets with GCC 4.5.2. by Andree Buschmann · 13 years ago
- 65c46e8 Cabbiev2/RaaA: r30298 forgot about 480x800. Fix pause, ffwd and rewind touch actions in the WPS. by Thomas Martitz · 13 years ago
- c01ad7f Cabbiev2/RaaA: Improved popup icons for the WPS, featurung real shadows. by Thomas Martitz · 13 years ago
- e62cccb fix up font_cache/LRU boundry errors from r30763 by Fred Bauer · 13 years ago
- 62f5027 Fix battery meter on Sansa Connect. by Tomasz Moń · 13 years ago
- e194969 FS#12401 - Slovak language update by Peter Lecký by Bertrik Sikken · 13 years ago
- c803aa1 Updated italian translation. by Alessio Lenzi · 13 years ago
- 0330ca9 FS#12399 - Second november update of Czech language by Marek Salaba by Bertrik Sikken · 13 years ago
- 9c07d06 FS#12378 : Removal of Archos HWCODEC unused code and data. Several large hardware-specific functions are kept for reference or future use. by Boris Gjenero · 13 years ago
- 5f7d612 Update french translation by Amaury Pouly · 13 years ago
- e62dfa5 FS#12397 : On targets which load .data directly into its final location and lack code for moving it, remove linker script trick which ignores section alignment and word-aligns the section instead. by Boris Gjenero · 13 years ago
- 706575f fix checkwps by Jonathan Gordon · 13 years ago
- 080a746 Fix the charcell compile error and rmeove an unused #define by Jonathan Gordon · 13 years ago
- f78bcb1 skinengine: Load the fms the first time the fm screen is entered instead of on boot to save some ram by Jonathan Gordon · 13 years ago
- 0ca4b38 skinengine: Rework skin loading so skins can be un/loaded individually. This also means that loading a .cfg which doesnt change themes shouldnt have them reloaded by Jonathan Gordon · 13 years ago
- 814ffff Add INIT_ATTR to storage_init() when possible by Rafaël Carré · 13 years ago
- bccee89 Update filetree.c to use global_settings.glyphs_to_cache by Fred Bauer · 13 years ago
- 8a7482d Fix typo in comment by Rafaël Carré · 13 years ago
- 95a828b Fix parameter order in font_load_in_memory(). FS#12395. by Fred Bauer · 13 years ago
- fdfc88f Rename global_settings member glyphs to glyphs_to_cache and add descriptive comment. by Fred Bauer · 13 years ago
- ea7a896 FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. Defaults to 250. This saves a lot of RAM while still allowing non-English users to have adequate glyph coverage. by Fred Bauer · 13 years ago
- d78e05c Sansa clip zip: increase communication speed with the OLED controller by Bertrik Sikken · 13 years ago
- bf51af7 Sansa clip zip: workaround for wisechip display - always copy an entire horizontal strip in lcd_update_rect by Bertrik Sikken · 13 years ago
- a71e87f Update some missed pointers when moving the dircache allocation by Fred Bauer · 13 years ago
- 1252d0d Get rid of a really annoying #ifdef line to check if backdrop support should be enabled by Jonathan Gordon · 13 years ago
- 852b68c imx233/fuze+: set drive strength of tuner chip enable pin, enable backlight on panic by Amaury Pouly · 13 years ago
- 9cb91c0 stubs.c is only needed on SIMULATOR builds. by Thomas Martitz · 13 years ago
- f74988d Undo some of r31021. The translation site seems to have problems with double quotes in translations. by Thomas Martitz · 13 years ago
- 6a14509 Croatian translation update by Thomas Martitz · 13 years ago
- ee95d44 Brazilian Portuguese translation update by Thomas Martitz · 13 years ago
- 5022247 French translation update by Thomas Martitz · 13 years ago
- 7acb8c5 Bulgarian translation update by Thomas Martitz · 13 years ago
- abf1e6d Fix yellow. by Thomas Martitz · 13 years ago
- b488949 Updated Russian translation by Thomas Martitz · 13 years ago
- 71d73fd Remove sim_tasks from the sdl application build. by Thomas Martitz · 13 years ago
- 7e211ff fuze+: adjust touchpad sensitivity based on product id like OF, add debug screen to hw info by Amaury Pouly · 13 years ago
- 1645c14 Simulate usb plugging on the sim better using sim_tasks. by Thomas Martitz · 13 years ago
- 2a8eacd Buflib: Make shrinking and buflib_available() smarter. by Thomas Martitz · 13 years ago
- 9120695 FS#12383 - slovak language update by Peter Lecky by Michael Chicoine · 13 years ago
- 9c8e2c8 skin engine: Fix %if() when comparing against a number. by Jonathan Gordon · 13 years ago
- 7a095a8 Fix file descriptor leak. Thanks to Ophir Lojkine for spotting. by Frank Gevaerts · 13 years ago
- b6252ab fix target id for HiFiMAN HM-801 by Andrew Ryabinin · 13 years ago
- e8a8a1b Sandisk Sansa Connect port (FS #12363) by Tomasz Moń · 13 years ago
- 992d4eb Add myself to COMMITTERS by Tomasz Moń · 13 years ago
- b048c91 OOPS! Don't overwrite the trailing \0 from the skin text with the first alloc (should fix FS#12388) by Jonathan Gordon · 13 years ago
- f65ceeb Change the "keyclick repeat" setting behaviour so when it is off only the *first* repeat will click. by Jonathan Gordon · 13 years ago
- ea2a3ee Fix the gpl notice in the previous commits new files, and fix the yelow gevearts naughtily ignored by Jonathan Gordon · 13 years ago
- be716c0 Finally commit FS#5111 - piezo clicker for ipods! by Jonathan Gordon · 13 years ago
- b7508a7 Don't put mines adjacent to the starting position instead of just not *on* the by Frank Gevaerts · 13 years ago
- 3607d88 Manual: Some minor fixes to the shortcuts section by Alexander Levin · 13 years ago