- 4f98d45 Add some more possible sim targets and remove the memory-size variants. by Jonas Häggqvist · 15 years ago
- 4ad4929 Use the verbs (in the action description) in the same form for all file formats by Alexander Levin · 15 years ago
- afa5ac4 Add a short description of the rocklife plugin to the manual. Also add the .cells files to the table of supported files. by Alexander Levin · 15 years ago
- d55ebce Fix red introduced with r20610. by Alexander Levin · 15 years ago
- ed0ac67 Rocklife: allow the cells file to have comment (everything on a line starting with a '!' is a comment). FS#10081, thanks to Justin Hannigan. by Alexander Levin · 15 years ago
- b549ce9 Some improvements to rocklife (FS#10087, but slightly less paranoid). Main improvement is that the file loading will not lead to stack overflow or illegal memory access. by Alexander Levin · 15 years ago
- 64f4b87 Let make bin create rockbox-info.txt too. by Thomas Martitz · 15 years ago
- dd36c57 keybox: handle user canceling in the vkeyboard in a nicer way, fix a comment so that it makes sense by Nils Wallménius · 15 years ago
- 0eea6ce Improve file formats table by fixing more columns. by Dominik Riebeling · 15 years ago
- 8a36b1c Fix yellow in rocklife. j=j++ was most likely meant to be j++. Seems to be no change in behavior of my test file. by Tom Ross · 15 years ago
- 8185e0b Add mpegplayer file extensions to the appendix. Adapted from FS#10074 by David Kauffmann. by Alex Parker · 15 years ago
- e213912 Updated italian translation. by Alessio Lenzi · 15 years ago
- 9ad61f5 Fix sim errors by Karl Kurbjun · 15 years ago
- e64b87d Fix warnings by Karl Kurbjun · 15 years ago
- 8580674 Add initial support for changing the LCD mode in MPEG player for hardware YUV conversion (256 color palette mode will also be added for doom and rockboy). This fixes the LCD mode/colors when MPEGPlayer exits. by Karl Kurbjun · 15 years ago
- f047e3a Correct a bit in the app.lds by Karl Kurbjun · 15 years ago
- 4fa96fb M:Robe 500i: More LCD initialization, and beginnings of support for QVGA as well as VGA on the LCD. MPEGPlayer now works with reasonable performance on smaller videos, but YUV blitting persists after MPEGPlayer is left, some cleanup/changes to the initialization code. This should be functionally equivalent for the ZVM, but the #ifdef's may need to be added back for app.lds. Get the bootloader building again. by Karl Kurbjun · 15 years ago
- a606121 Fix the typo that made the manual build to fail by Alexander Levin · 15 years ago
- 270106d Rename ThemeInstall class files to actually match the class name. by Dominik Riebeling · 15 years ago
- e2c69c5 Add jz_xloader & bin2c to svn:ignore by Maurus Cuelenaere · 15 years ago
- d999132 Fix Jz4740 USB tools warnings by Maurus Cuelenaere · 15 years ago
- 843498f FS#10079 by Justin Hannigan: Support for opening and viewing .cells files in rocklife. To use, simply select a .cells file in the file browser, and rocklife will launch and load it. by Robert Menes · 15 years ago
- 76e2ce3 Code police and remove trailing whitespaces. by Dominik Riebeling · 15 years ago
- c522933 Whoops... butterfingers! :) Remove a backslash that would've broken something. by Robert Menes · 15 years ago
- b4a5ce6 Add a few missing filetypes to Appendix A (File Formats) of the manual. by Robert Menes · 15 years ago
- 246192b Clean up theme size display. by Dominik Riebeling · 15 years ago
- 83aa2d2 Enable sorting of themes list. by Dominik Riebeling · 15 years ago
- 75b3769 TCC78x: Implement the user timer, rework some of the timer register #defines, and use udelay() instead of the hacky sleep_ms() in the D2 LCD driver. Doom works now. by Rob Purchase · 15 years ago
- 8739af4 Some tweaks to the Doom keymap for D2/touchscreen targets. by Rob Purchase · 15 years ago
- 487d789 A bit of cleanup in config-fuze (don't define features we do not have yet), a bit of reordering. Cleanup in the lcd driver. Reintroduce the delay in the dbop read function, as it helps avoiding heavy hold button weirdness when boosted by Thomas Martitz · 15 years ago
- a56cba5 Bump plugin api. by Thomas Martitz · 15 years ago
- 1034dea Only export contrast if a target actually features contrast. by Thomas Martitz · 15 years ago
- 842d2bc Some Sansa Fuze keymap work, enable line editing for the keyboard, copy from the e200 keymap mostly, but use the home key for some jobs (stopping playback, exiting some screens,i.e. what REC+POWER do on the e200 is only home on the fuze) by Thomas Martitz · 15 years ago
- dc859eb FS#10053 - Sansa AMS >2GB support by Rafaël Carré. Enables bank switching on by Thomas Martitz · 15 years ago
- d5df281 Remove that orphaned and wrong #if by Thomas Martitz · 15 years ago
- bcbf2dd Fix yellow. by Thomas Martitz · 15 years ago
- 8983fcb Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045. by Daniel Stenberg · 15 years ago
- ddc554f Correct some preprocessor checks. by Thomas Martitz · 15 years ago
- 148b0e9 Only display status message for themes window if not empty. by Dominik Riebeling · 15 years ago
- 29f390e Properly cast things to avoid shiny yellow by Frank Gevaerts · 15 years ago
- 0ece30a Commit FS#10015 - Use chained transfer descriptor to speed up USB transfers on PP and iMX31 by Frank Gevaerts · 15 years ago
- d1af8f8 rbutil: correct another instance of incorrect modelname. by Dominik Wenger · 15 years ago
- ae61b94 Fix the resume problems on hwcodec which were uncovered by r20483+r20485. The timing problem was there before; checking for id3 availability as a criterion whether to exit the wps was plain wrong. Now it exits only if playback actually finished. by Jens Arnold · 15 years ago
- efef625 Fix FS#10067: Crash when playing very short (less than a second) FLAC files. by Magnus Holmgren · 15 years ago
- 59ba832 Fix potential NULL pointer access. by Jens Arnold · 15 years ago
- cc5400d Accept FS#10068 by Teruaki Kawashima correcting the instructions built into a couple of plugins by Nils Wallménius · 15 years ago
- faa22f6 rbutil: add the forgotten ui file from festival support. by Dominik Wenger · 15 years ago
- d81d91f Remove useless check for HAVE_BACKLIGHT noted in FS#9878 by Nils Wallménius · 15 years ago
- 1adc869 midi: yield more, fixes flickering backlight fade on some targets while playing midi. Some coding style clean up, it's a little better but still a mess by Nils Wallménius · 15 years ago
- 24ae506 Jewels: accept FS#9947 changing 'Resume Game' in the game menu to 'Resume Saved Game' to be less confusing. Bring up the in-game menu using the regular menu button on h100/h300/gigabeat S. Add keymap to the manual for gigabeat S by Nils Wallménius · 15 years ago
- dca0492 Fix typos in comments by Alexander Levin · 15 years ago
- 8f2aaaf rbutil: commit FS#9983 by Delyan Kratunov. It adds support for the Festival TTS on Linux. by Dominik Wenger · 15 years ago
- 75a5b93 rbutil: by Dominik Wenger · 15 years ago
- 463c96e Add myself (Boris Gjenero) to committers list by Boris Gjenero · 15 years ago
- f627ca8 Change "Prevent Skipping" to "Prevent track skipping" which is a more accurate name. by Thomas Martitz · 15 years ago
- 614f9da Document the prevent skipping option in the manual, plus a few fixes for skip length. Also, remove the underscore in the config.cfg setting name. by Thomas Martitz · 15 years ago
- 8d59821 Fix hwcodec to actually check for prevent_skip by Thomas Martitz · 15 years ago
- 62f3e95 FS#10014 - Separate tracklocking out of skip length, skip length prevented to skip tracks. This is a seperate setting now. tracks can still change during normal playback (i.e. a song ends). by Thomas Martitz · 15 years ago
- e95d33b Update the french translation. by Mustapha Senhaji · 15 years ago
- cb16df8 Updated italian translation. by Alessio Lenzi · 15 years ago
- 9d1b995 Add support for powering down the LCD (saves 50 mA when disabled) by Karl Kurbjun · 15 years ago
- b084d60 Don't instruct Ipod 1G/2G users to use USB. by Jonas Häggqvist · 15 years ago
- 28374df Change ARCOTG_DRV_H #define to _USB_DRV_H #define (no functional changes) by Maurus Cuelenaere · 15 years ago
- cfb20fd Should be the last one... by Maurus Cuelenaere · 15 years ago
- b84c063 Jz4740: Optimize interrupt handling by using a find_last_set_bit() implementation by Maurus Cuelenaere · 15 years ago
- 52cb340 Really fix it by Maurus Cuelenaere · 15 years ago
- 6432363 Fix MIPS FFS implementation by Maurus Cuelenaere · 15 years ago
- 9cfcc2b Enable album art on the Onda VX747 so it can actually display cabbiev2 by Maurus Cuelenaere · 15 years ago
- b2fa459 Correct charger detection on M:Robe 500. by Karl Kurbjun · 15 years ago
- a6913fd D2: Slightly reduce the number of incorrect touchscreen presses by busy-waiting on the ADCRDY flag. by Rob Purchase · 15 years ago
- dcf7b31 Update Dutch translation by Maurus Cuelenaere · 15 years ago
- 493a595 Add CabbieV2 for Onda VX747 by Maurus Cuelenaere · 15 years ago
- 52d2980 Enable the charging_status function also for targets with target-specific battery charging. by Bertrik Sikken · 15 years ago
- ed1a335 Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution. by Rob Purchase · 15 years ago
- 3adb821 Rockbox supports not only 1bpp BMPs by Alexander Levin · 15 years ago
- 19bd97b Correct the set_frequency() function on the Onda VX747 (fixes sound) by Maurus Cuelenaere · 15 years ago
- 2670e3f More M:Robe 500 work: PCM stopping and pausing roughly works, added some keymaps for the WPS screen, and peakmeter now works properly. by Karl Kurbjun · 15 years ago
- a5501d6 Bump flash image version and adapt flashing documentation. by Jens Arnold · 15 years ago
- a8c22de Fix Ondio FM and recorder v2 bootbox builds (see r19579/r19580). by Jens Arnold · 15 years ago
- 0a24140 Unify description of WPS tags (reworked FS#9618), correct and complete some descriptions by Alexander Levin · 15 years ago
- decc59b Bump Rockbox Utility version number to 1.2 by Dominik Riebeling · 15 years ago rbutil_1.2
- 73157eb Fix a typo in the comment and add a (somewhat vague) description of the values returned. by Alexander Levin · 15 years ago
- 396aeaf Correct Björn's name in various file headers. by Nicolas Pennequin · 15 years ago
- 4f32b34 Updated Portuguese translation by Rui Araújo (FS#10046). by Jonas Häggqvist · 15 years ago
- 3ab3133 Fix red, and use gui_wps_display() for restoration. by Thomas Martitz · 15 years ago
- ced2724 Another wps rework: by Thomas Martitz · 15 years ago
- a3cbb57 Correct some backlight fading related comments and preprocessor macros. by Thomas Martitz · 15 years ago
- b181446 Enable word wrapping in the progress logger list. by Dominik Riebeling · 15 years ago
- 1e22baf Also add Kai Posadowsky to the list of contributors in the deutsch.lang file. by Marianne Arnold · 15 years ago
- 1916ff5 Update german translation: go back to 'Safety' in the agc settings for now (revert half applied patch), one tweak and add the missing phrase (taken from FS#9999, add Kai Posadowsky to CREDITS for it). by Marianne Arnold · 15 years ago
- fb3e163 Check the themes site response for a status message and display it after the themes window opens. by Dominik Riebeling · 15 years ago
- 694c830 Improve error handling for theme preview image: by Dominik Riebeling · 15 years ago
- de74a92 Finnish translation update by Tuukka Ojala (FS#10042). by Jonas Häggqvist · 15 years ago
- a87aad3 Add missing powermgmt-e200v2.c file from FS#9968 by Bertrik Sikken · 15 years ago
- 9ee68cb FS#9968: Charging on e200v2 by Bertrik Sikken · 15 years ago
- 2611e95 Norwegian translation update by Thom Johansen. by Jonas Häggqvist · 15 years ago
- 20a932d Fully deprecate the USB strings touched in r20427. by Jonas Häggqvist · 15 years ago
- c4d677b Put the note regarding additional fonts into an lcd_bitmap opt to exclude it from the charcell Player manual. by Marianne Arnold · 15 years ago
- bfc73a1 Enable the pictureflow chapter for bitmapped hwcodec targets. Document controls as they are currently, correct 'Exit' menu item to 'Quit', add screenshot, also enable the album art section for them as it explains the requirements. by Marianne Arnold · 15 years ago
- bef2642 Add missing #includes for the ondas. by Bertrik Sikken · 15 years ago