- 906905a Use a macro for aligning PCM chunks instead of explictly coding it each time. by Michael Sevakis · 13 years ago
- 6461f74 Try $RBROOT before $HOME when looking for the sdl apps rockbox root dir by Jonathan Gordon · 13 years ago
- bac6a70 Sansa Connect: Revise codec initialization/shutdown. by Tomasz Moń · 13 years ago
- 4811b51 Don't define str(n,i)cmp(i): we don't use those by Rafaël Carré · 13 years ago
- 09f6556 Compile fix for mingw-w64 by Rafaël Carré · 13 years ago
- 280d907 FS#12424 - latvian translation update by Mārtiņš Šimis by Bertrik Sikken · 13 years ago
- 38f03d4 sansapatcher: factor out handling of bundled bootloaders. by Dominik Riebeling · 13 years ago
- 38890ac sansapatcher: guard platform specific files. by Dominik Riebeling · 13 years ago
- a43df15 Collect the 16-bit signed range sample clipping routines scattered about, which can be optimized on armv6 and create firmware/export/dsp-util.h (for lack of better place right now). by Michael Sevakis · 13 years ago
- 700e360 Reduce stack allocation for remote screendump. The screendump filename is generated and known, so we don't need MAX_PATH. by Frank Gevaerts · 13 years ago
- 346f1e0 Add double inclusion protection and prepare for use with C++ code. by Dominik Riebeling · 13 years ago
- 2d2fa5c Add missing include. by Dominik Riebeling · 13 years ago
- 2ee9fac Power management is to be kept in target tree due to being target specific. by Tomasz Moń · 13 years ago
- de712ee Sansa Connect: Add TPS65021 (Power Management) driver. by Tomasz Moń · 13 years ago
- ad0b308 Clip Zip manual: add platform file by Rafaël Carré · 13 years ago
- d472090 fuze+: fix seeking forward/backward keymap, don't know why it was wrong in the first place by Amaury Pouly · 13 years ago
- c31f7d0 HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support for gestures. From now on some things are accessible by tapping on the vertical scroll strip. Reorganize, fix and remap some of the keymaps, add missing keymap for the recording. by Szymon Dziok · 13 years ago
- 6b5dff4 lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common code by Rafaël Carré · 13 years ago
- 26851ea lcd-16bit: move common code to lcd-16bit-common.c by Rafaël Carré · 13 years ago
- 1414e83 lcd_blit_yuv: move to lcd-16bit-common.c by Rafaël Carré · 13 years ago
- 2c523ac Clip Zip: fix yuv playback by Rafaël Carré · 13 years ago
- d780213 lcd_blit_yuv: move from sdl driver to lcd16bit-common by Rafaël Carré · 13 years ago
- 1d81683 Fix red: Mark variable as unused the rockbox way by Thomas Jarosch · 13 years ago
- eea3c1c Remove redundant assigment to "dummy" variable by Thomas Jarosch · 13 years ago
- dd865bc imx233: add control for more clocks, add debug clock debug screen by Amaury Pouly · 13 years ago
- 66c53d5 Sansa Connect: Fix yellow by Tomasz Moń · 13 years ago
- 5e805f2 Sansa Connect: Fix GIO initialization and screen wakeup. by Tomasz Moń · 13 years ago
- 488ee77 Don't show the full path when building librbspeex.a by Dominik Riebeling · 13 years ago
- 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