- c0f9aa4 inttypes.h: add (some) iso c99 fprintf format specifiers by Rafaël Carré · 15 years ago
- 9296150 fix red. no replaygain on hwcodec by Jonathan Gordon · 15 years ago
- 1593b05 Accept FS#11313 by Chris Savery. Add composer to the track info screen and some general cleen up. by Jonathan Gordon · 15 years ago
- 68f4d91 add support for the possible viewport colour tags (%Vf and %Vb). use -c to disable them by Jonathan Gordon · 15 years ago
- e5ab34b Slovak language update by Bertrik Sikken · 15 years ago
- 4819882 Applied JdGordon's patch to add tokens to the Theme Editor tag table by Robert Bieber · 15 years ago
- 8e07853 and woops by Jonathan Gordon · 15 years ago
- d24cc39 zip up the output after doing all the skins by Jonathan Gordon · 15 years ago
- f9f6f90 Theme Editor: Fixed parsing bug that allowed comments to form a new logical line in a skin document by Robert Bieber · 15 years ago
- 9f2e1b1 Theme Editor: Got a barely functional treeview in place by Robert Bieber · 15 years ago
- 9843626 Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ParseTreeModel by Robert Bieber · 15 years ago
- cc07d68 fuze*/e200v2 YUV lcd code: remove a useless instruction forgotten in r21795 by Rafaël Carré · 15 years ago
- 8d079a0 No need to break after a return by Frank Gevaerts · 15 years ago
- 1ecb629 Commit FS#10887 by me. Change the check for software poweroff to be that the power button is held, not that the power button is held AND that no other button is held. This makes shutting down players with small tightly spaced buttons (Sandisk...) much easier. This also means that combos involving the power button can now potientially power off the player. The H10 and sansas excluding the Fuze use a combo involving power for AB repeat mode. However, the timeout for shutdown is much longer then the long press duration needed for AB repeat, and in practice seems to not be a problem on these players. I've tested this on various players for a long time and bugged other people to try it out, so I think its pretty safe, but if theres problems it can be reverted or keymaps tweaked. by Michael Giacomelli · 15 years ago
- be0aa25 Change the software hold button combo from select + home to just holding home. This is both easier to do on such a small player and more consistent with the OF. Quickscreen is now select + home. Update the manual to reflect this. by Michael Giacomelli · 15 years ago
- acf98d9 fix broken case handling in storage_present() and storage_removable(). Those were buggy for targets with a hotswappable drive *and* more than one storage driver (i.e. only the D2 was probably affected) by Frank Gevaerts · 15 years ago
- c401eec manual: add key combo for clip+ software hold by Rafaël Carré · 15 years ago
- 018133e Consolidate the information on album art into one place. by Alex Parker · 15 years ago
- caa68b5 Only show the section on radio tags if the target has a radio. by Alex Parker · 15 years ago
- 4b36063 Add a brief description of radio art to the manual. Closes FS#11279. by Alex Parker · 15 years ago
- 9b25274 Fuze: don't change gate scan position if lcd_set_flip() is not used by Rafaël Carré · 15 years ago
- 5ea1fe6 cpucache_invalidate: use bx reg instead of mov pc, reg to return by Rafaël Carré · 15 years ago
- b7330ca Correct manual keymaps for plugins recently converted to PLA, and use manual PLA defines for them. by Alex Parker · 15 years ago
- 64eba68 Correct typos in D2 keymap file. by Alex Parker · 15 years ago
- 6cbce7b Add non-defined remote actions to the manual keymap files by Alex Parker · 15 years ago
- 9081c99 Add the plugin lib actions to the manual keymap files. by Alex Parker · 15 years ago
- 6805448 Correction to clobber lists of several codec's inline assembly. by Andree Buschmann · 15 years ago
- 9ab57e5 Small changes to asm for better readability. by Andree Buschmann · 15 years ago
- 5622078 e200v2: revert r26353 by Rafaël Carré · 15 years ago
- e8ec204 make the script zip the output by Jonathan Gordon · 15 years ago
- d2f2620 Fuzev1/v2 : lcd_set_flip() by Rafaël Carré · 15 years ago
- 04130c2 be smarter about %xd so it only eats 2 letters if that image has subimages by Jonathan Gordon · 15 years ago
- 8cd3f84 fix error when a comment is on the last line of the file by Jonathan Gordon · 15 years ago
- 602bad4 Doom plugin: Missed properly making a few 'unsigned' on my second pass. by Michael Sevakis · 15 years ago
- 9c6e217 Doom plugin: In anticipation of moving to the EABI toolchain, because of its assumptions about enums being sized as ints, convert enum typdefs to int or unsigned depending upon whether they have negative values in the enumeration. This should effectively preserve the manner in which it is compiled under the old toolchain and avoids having to closely inspect and possibly change many places in the code. by Michael Sevakis · 15 years ago
- 6980c1e Theme Editor: Got code generation tentatively working along with a solid C++ tree structure for WPS parse trees by Robert Bieber · 15 years ago
- 1dcc21d Upgrade the ARM eabi toolchain to gcc 4.4.4 by Thomas Martitz · 15 years ago
- 8b6356d sd-as3525.c: Do not wait for TRAN state after transfer is over. by Jack Halpin · 15 years ago
- bedeac4 Fix typo that made alarmclock exit immediately and add scrollwheel actions. by Thomas Martitz · 15 years ago
- 36b4b39 Apply FS#9194 - LCD invert for Sansa c200/c200v2 by Bertrik Sikken · 15 years ago
- 36c6f3d Restore return statement in kernel-as3525.c that was accidentally removed in r26330. This fixes c200v2 black screen. by Bertrik Sikken · 15 years ago
- b242db9 Update Brazilian Portuguese Translation by Michael Chicoine · 15 years ago
- b5f6611 Updated Turkish translation by Michael Chicoine · 15 years ago
- ec0ecd2 Update of Czech language by Michael Chicoine · 15 years ago
- c8944c0 Voice buffer can be much, much smaller. Code cleanup, logf fix by Jeffrey Goode · 15 years ago
- 0ae59df Simplify lcd invert by Michael Chicoine · 15 years ago
- bdb6bf5 Add the beggingings of a perl script to run the update over a whole theme zip file... someoene who knows perl please finish this :D by Jonathan Gordon · 15 years ago
- 3c1dd03 Simplify lcd_set_flip, lcd_window, and lcd_window_blit by Michael Chicoine · 15 years ago
- 10dbaa2 genversion: generate version.c and version.h independantly by Rafaël Carré · 15 years ago
- 71cec64 dead simple Makefile by Jonathan Gordon · 15 years ago
- 9262a83 fix %Xl tag... this shuold be useable now by Jonathan Gordon · 15 years ago
- 20dcf0b %aX should have been %ax.. by Jonathan Gordon · 15 years ago
- 27d4d97 Catalan language update by Adrián Cereto Massagué by Rafaël Carré · 15 years ago
- 6921a2b Merge common LCD code between fuzev1 & fuzev2 by Rafaël Carré · 15 years ago
- 9d583f2 fuzev2: lcd_enable and lcd_invert() work fine by Rafaël Carré · 15 years ago
- 9ff986c sd-as3525v2: Include time spent yielding when figuring timeout in sd_wait_for_tran_state() by Rafaël Carré · 15 years ago
- 6b61234 Gigabeat S PCM: Sync some comments to changes. by Michael Sevakis · 15 years ago
- 25ebd98 Gigabeat S PCM: There's no reason to touch any hardware registers in order to lock out PCM callbacks. by Michael Sevakis · 15 years ago
- 07ba746 Fix a warning. by Dominik Riebeling · 15 years ago
- 6ce5279 Simulator: get rid of SDL_mutex* parameter to sim_do_exit. by Michael Sevakis · 15 years ago
- 8ea056d Theme Editor: Fixed a bug in the subline parser, added a LINE element to contain logical lines, working on data model by Robert Bieber · 15 years ago
- deb1600 SDL Simulator: Get thread shutdown and properly handled and fix a minor memory leak that happens when threads exit. by Michael Sevakis · 15 years ago
- 0dcf93e Use build dir and respect TARGET_DIR when building mkamsboot. by Dominik Riebeling · 15 years ago
- fc33355 handle # comments and fix some printfs which should be fprintf by Jonathan Gordon · 15 years ago
- 4e0f7f6 make it slightyl more useful.. read in a up to 10Kb file, dump to stdout or outfile by Jonathan Gordon · 15 years ago
- e7ef935 first go at a general skin updater program. not very useful yet by Jonathan Gordon · 15 years ago
- 7b19735 fix rtc tag mistake by Jonathan Gordon · 15 years ago
- a71929b as3525: no need to ack TIMER interrupt multiple times by Rafaël Carré · 15 years ago
- 2f0f349 Clip*: give lcd_hw_init() INIT_ATTR attribute by Rafaël Carré · 15 years ago
- 435e08e mark some functions as init functions (discarded after init() has run) by Rafaël Carré · 15 years ago
- b36e721 rockboy: rename pcm_*() functions to avoid namespace clash with rockbox by Rafaël Carré · 15 years ago
- b0146de as3525: don't export empty usb_init_device(), declare it as empty inline by Rafaël Carré · 15 years ago
- 9ecb4e9 update catalan translation by Rafaël Carré · 15 years ago
- 065ef89 clipv2: make buttonlight functions static inline one-liners by Rafaël Carré · 15 years ago
- 3cb30cb Polish translation updates (translated by Tomasz Kowalczyk) by Yoshihisa Uchida · 15 years ago
- 00982d6 mkinfo.pl: Run version.sh to generate version string by Rafaël Carré · 15 years ago
- 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 15 years ago
- 6ca9f23 as3525: fix r26308 by Rafaël Carré · 15 years ago
- 565cd00 Trying to implement QAbstractItemModel for parse trees, haven't got it working yet (current state will spawn an empty treeview window) by Robert Bieber · 15 years ago
- 28a7c5d UISimulator: cleaner startup using semaphore only to tell when event_thread is done initializing. by Michael Sevakis · 15 years ago
- c9133db as3525: as revealed by r26311, it seems DMAC interrupt can't be masked by Rafaël Carré · 15 years ago
- bc2f8bb Since the sdl to target tree move, the main thread cannot be removed anymore, by Thomas Martitz · 15 years ago
- 6d281a3 Updated Swedish translation (again). by Magnus Holmgren · 15 years ago
- 7ad50c6 as3525: write irq/fiq handlers in C by Rafaël Carré · 15 years ago
- f0f5a64 typo: 'nomasked' -> 'unmasked' by Rafaël Carré · 15 years ago
- bdb8ba4 as3525: implement pcm_play_dma_get_peak_buffer correctly by Rafaël Carré · 15 years ago
- 65f4d39 Japanese translation updates. by Yoshihisa Uchida · 15 years ago
- 55d60d4 as3525v2: no need to set PMU_GATE bit (bit 3) in PMU_enable register when reading by Rafaël Carré · 15 years ago
- 1c967b7 as3525: move audio loopback handling to audio_set_output_source by Rafaël Carré · 15 years ago
- 6ecb4d0 Change the hardcoded radio screen almost to how it was before - better use of screen estate, shorter lines, more info. Keep the 'progress' bar which was even possible on small screens. Also show peak meter and prerecording time correctly in the hwcodec version. by Marianne Arnold · 15 years ago
- c5fbaf4 Give the radio screen setting(s) in the themes menu its own language strings so they don't simply reuse 'FM Radio' as in the main menu. Rename 'Remote FM Radio' which went along with it accordingly. Distinct strings to avoid cunfusion but the change needs translators' attention. by Marianne Arnold · 15 years ago
- 72ccb14 Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopback for FM recording otherwise the signal and levels are poorly represented in monitoring (can't just do ADC->DAC for general FM and get voice too). Some tweaking to input setup to improve gain a tiny bit. A little bit quieter startup too. by Michael Sevakis · 15 years ago
- ab27aa1 Fix r26298 yellow: Somehow missed those warnings. Need playback.h. by Michael Sevakis · 15 years ago
- a8d9a03 SWCODEC: Wait for audio init to complete before starting radio or recording; hardware init might not be finished yet if those are the start screens. by Michael Sevakis · 15 years ago
- eeef8f6 add all the known tags to the table. Nothing is done about target specific tags yet by Jonathan Gordon · 15 years ago
- 9e28863 lang.h voice comments were off by 1, fixed by Jeffrey Goode · 15 years ago
- 7c52a17 Oops, didnt mean to enable logf in talk.c by Jeffrey Goode · 15 years ago
- fe0f5ba Fix crash in talk.c logf line when outputting voice only clips, more comments in lang.h by Jeffrey Goode · 15 years ago
- a089fcc Added a README and a missing copyright header to the theme editor files by Robert Bieber · 15 years ago
- 0769fc5 Fixed some memory leaks in the theme editor by Robert Bieber · 15 years ago