- 5742f89 Fix ipodpatcher to work with new target names introduced in r23883 by Dave Chapman · 15 years ago
- dd9fbbf fix red checkwps by Jonathan Gordon · 15 years ago
- b2eb44c FS#10824 - viewport/statusbar API rework. by Jonathan Gordon · 15 years ago
- 85aad9b Extend av_log2 in codeclib into a generic for scanning for set bits, which can provide either log2 or leading-zero-count output, and can force mapping 0 input to 0 output if needed (otherwise 0 input produces undefined result). Replace av_log2 in lib/codeclib.h, floor_log2 and wl_min_lzc in libfaad/common.c and common.h, and count_leading_zeros in libalac/alac.c with macros using bs_generic. by Andrew Mahone · 15 years ago
- 3683bb6 Manual: Hide USB HID actions which are not supported on target by Tomer Shalev · 15 years ago
- f37fe25 Sansa AMS: Run all SD cards within SD Specification frequencies. by Jack Halpin · 15 years ago
- 40cbaa5 Corrected filename spelling mistake by Björn Stenberg · 15 years ago
- b48e90c Renamed file by Björn Stenberg · 15 years ago
- b65383f Renamed file by Björn Stenberg · 15 years ago
- 5c584b1 GoGear SA9200 plugin keymap for snake2. Just get it under by Robert Menes · 15 years ago
- 6e550e2 Onda VX777: use POWER button to exit Plasma and Starfield by Maurus Cuelenaere · 15 years ago
- f5ef0b9 Do not prompt for encoder and tts options. They are now command line only. by Björn Stenberg · 15 years ago
- 953f4d4 Onda VX747(+)/VX777: update battery discharge curve by Maurus Cuelenaere · 15 years ago
- ed64d91 Yet more GoGear SA9200 plugin keymaps. Almost done! by Robert Menes · 15 years ago
- 2d722a1 make tpj1022 bootloader compile again by Robert Kukla · 15 years ago
- 0e74fce Gigabeat f => fx fix by Björn Stenberg · 15 years ago
- 355b4c2 Corrected ondio language wildcards. by Björn Stenberg · 15 years ago
- 1386519 A few more target rename fixes by Björn Stenberg · 15 years ago
- f86128f sansae200v2 and iponano2g are unstable targets by Björn Stenberg · 15 years ago
- f74fa91 Sort names case insensitive. Remove duplication. by Björn Stenberg · 15 years ago
- 9d4f076 Added missing file. by Björn Stenberg · 15 years ago
- c074044 Rename targets to be consistent in all places. (FS #10819). Take 2. by Björn Stenberg · 15 years ago
- ee15637 FS#10834 by Alex Bennee, fixing off-by-one bug in code calling format_track_path by Nils Wallménius · 15 years ago
- 51d89e2 Boomshine: by Maurus Cuelenaere · 15 years ago
- 4811426 Add missing closing bracket. No idea how that got lost, I'll blame the keyboard. by Dominik Riebeling · 15 years ago
- 5cdd920 Correct checking return value of open in plugins. by Teruaki Kawashima · 15 years ago
- e760a5a Make manuals for Ipods with remote tuner build again. by Dominik Riebeling · 15 years ago
- e8bab4e Improve detection of system libspeex and fallback earlier. by Dominik Riebeling · 15 years ago
- d587794 Remove special lib Makefile targets that aren't used anymore. by Dominik Riebeling · 15 years ago
- 472bab6 Sansa AMS: Move the boost from SD ident to operating frequency to after the cards get switched to HS timings. by Jack Halpin · 15 years ago
- 50512cd Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes. by Andrew Mahone · 15 years ago
- cd22b32 slightly faster asm av_log2 for armv6 (currently only Gigabeat S) by Nils Wallménius · 15 years ago
- 491e097 Fix yellow: mixed signed/unsigned in conditional. by Andrew Mahone · 15 years ago
- 2aeb6c7 Slightly improve av_log2 in codeclib on ARMv6. by Andrew Mahone · 15 years ago
- 18c56ef Fix title centering. by Dominik Riebeling · 15 years ago
- 8facd57 Ingenic Jz4740: fix CPU boosting (was reversed) by Maurus Cuelenaere · 15 years ago
- 0ad1f0e Updated Hebrew translation by Tomer Shalev · 15 years ago
- 5175ce5 Yes/No screen: Add proper message for touchscreen targets by Tomer Shalev · 15 years ago
- 8846a60 Touchscreen mapping: Fix setting context by Tomer Shalev · 15 years ago
- 1ac630e Touchscreen button mapping enhancement in WPS context by Tomer Shalev · 15 years ago
- 504e300 Cowon D2: In WPS context, assign BUTTON_POWER to ACTION_WPS_BROWSE by Tomer Shalev · 15 years ago
- b9d7f98 Move av_log2 function and asociated table to the codec lib, remove 3 identical implementations, always have LUT in iram (gives a *tiny* speedup on coldfire), make the clz based function return the same value as the non clz based function for 0 input to be safe (slows down flac ~2% on the gigabeat S) by Nils Wallménius · 15 years ago
- 0651fe5 Touchscreen keymapping enhancements by Tomer Shalev · 15 years ago
- 2ece186 Cowon D2: Fix standard keymaps by Tomer Shalev · 15 years ago
- 3deed06 On RTL mode, flip + and - buttons (Cowon D2) by Tomer Shalev · 15 years ago
- 881eb5e A few more GoGear SA9200 plugin keymaps. by Robert Menes · 15 years ago
- 7d36e8e spacerocks: Fix indentation and remove trailing spaces. Fix some minor bugs. by Teruaki Kawashima · 15 years ago
- f48a61f boomshine: use theme colour to draw text so that text would be more readable with white background. by Teruaki Kawashima · 15 years ago
- 237f129 plasma: clean up button definition. by Teruaki Kawashima · 15 years ago
- f76b5d5 Fix division by 0 by clamping freq value a little higher, some minor style and whitespace changes by Nils Wallménius · 15 years ago
- f443d02 FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backlight Only' setting in simulators by Nils Wallménius · 15 years ago
- 0324617 Fix "Warning: Signals cannot be declared virtual" for progresslogger when building with Qt 4.6. by Dominik Riebeling · 15 years ago
- ce63faa png: Change zoom in/out method and don't center the view on zoom. by Teruaki Kawashima · 15 years ago
- 8db32dd Skin parser: Use parse_list() when possible by Tomer Shalev · 15 years ago
- cc9e336 text editor: Return pointer to buffer but position in buffer for ACTION_GET to simpify code. by Teruaki Kawashima · 15 years ago
- 31f2981 blackjack: Set foreground color and background color properly after canceled to input amount. by Teruaki Kawashima · 15 years ago
- f51e1f9 Fix a typo for the GoGear SA9200 on chessclock, and got the LCD resolution by Robert Menes · 15 years ago
- fce66cb Dice: Prevent a divide by 0 by Karl Kurbjun · 15 years ago
- 7a5eb3d fix red - add missing #elif by Michael Chicoine · 15 years ago
- b486bbe 2 equal signs are better than waaa-huunn.... by Jonathan Gordon · 15 years ago
- 9096114 Revert an accidental commit that I didn't want to go in. by Robert Menes · 15 years ago
- 29d20d8 Another round of plugin keymaps for the Philips GoGear SA9200. by Robert Menes · 15 years ago
- f6a92b8 Name some unnamed GridLayouts. Fixes uic warnings about names being used multiple times. by Dominik Riebeling · 15 years ago
- 43991cd Sansa AMS: The internal SD does not use the IDE AHB interface so remove references to it. It does use the other non AHB interface. by Jack Halpin · 15 years ago
- d414b0a Sansa AMS: Reduce MCICLK speed on SD cards to 31 MHz. by Jack Halpin · 15 years ago
- 7f88cc4 Sansa AMS: Use some new macros to set the MCICLK frequency to help avoid missing the bypass bit when resetting frequencies with MCI_CLOCK register. by Jack Halpin · 15 years ago
- 40629be Sansa AMS: Wait until sd_init_card() to turn on the clocks for the pl180 controller. by Jack Halpin · 15 years ago
- d8f420a Sansa AMS: Add read/write and drive info to panic message for SD transfer errors. by Jack Halpin · 15 years ago
- f793653 rockblox: Correct wrong access to array of highscores. by Teruaki Kawashima · 15 years ago
- 1ac3b4b sims.pl - Do not create zip if build fails. This should prevent working simulator builds being overwritten by failed builds when uploaded to the hosting server. by Michael Chicoine · 15 years ago
- 85fd100 si4700: revert r22641 by Rafaël Carré · 15 years ago
- 58ca43d fix FS#10674 - make skin debugger count the lines correctly so the line number in the output is actually useful! by Jonathan Gordon · 15 years ago
- e83e2ec Update Dutch langfile by Peter D'Hoye · 15 years ago
- cfd4e1e Updated hungarian translation. by Mustapha Senhaji · 15 years ago
- 9d904c7 Remove a typo. by Mustapha Senhaji · 15 years ago
- 531d137 Updated finnish translation. by Mustapha Senhaji · 15 years ago
- 6b00ac4 Fix FS#10826 - Typo in fmradio.tex by Michael Chicoine · 15 years ago
- 30c3382 M:Robe 500: Improve audio DMA shutdown for Pause/Stop and significantly reduce the size of the DSP code. by Karl Kurbjun · 15 years ago
- f0092e7 Red is bad, mmmkay? And this should get rid of all that pesky red. by Robert Menes · 15 years ago
- 261e1ae Begone, red! by Robert Menes · 15 years ago
- ed940e2 Fix red. by Robert Menes · 15 years ago
- e626dcb Start committing plugin keymaps for the Philips GoGear SA9200. by Robert Menes · 15 years ago
- 6ea0c3f Fix incorect information on hwcodec added in r23809 - Thanks to Jens Arnold for spotting this. by Michael Chicoine · 15 years ago
- c67ce49 Sansa AMS: Check if SD controllers are already enabled before attempting to enable in order to read the registers. by Jack Halpin · 15 years ago
- 5bd4ec0 Sansa AMS: Force sd_enable(true) when using the Debug View HW info page so we can read the registers immediately. by Jack Halpin · 15 years ago
- 2c50f42 Manual - expand information about recording in FM Radio by Michael Chicoine · 15 years ago
- a22ab34 Sansa AMS: Reorganize sd_enable() and add/change comments. No real functional changes. by Jack Halpin · 15 years ago
- 2f4bce3 correction on DEFINE, thanks to Kugel who spotted it ;) by Laurent Gautier · 15 years ago
- 7ab1092 and another correction for docs/committers... by Laurent Gautier · 15 years ago
- 0260852 Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDS by Laurent Gautier · 15 years ago
- 63d7914 Fix FS#10464 - Manual doesn't list all options for Source recording setting by Michael Chicoine · 15 years ago
- eb5c986 Remove accidently added file :) by Alex Parker · 15 years ago
- 9c67353 Add myself to docs/committers by Laurent Gautier · 15 years ago
- b2433be Add myself to Committers by Laurent Gautier · 15 years ago
- a660437 Fix FS#10823 - Wrong spacing in fmradio.tex by Michael Chicoine · 15 years ago
- 087c38c Use correct quotation marks instead of simple apostrophes by Michael Chicoine · 15 years ago
- 85bcd1e fix segfault on %Rb token by Jonathan Gordon · 15 years ago
- a2d8212 Gigibeat S Manual - redo r23795 to look like it was originally meant to look. by Michael Chicoine · 15 years ago
- 57acb85 Manual - fix incorrect reference label for USB HID setting by Michael Chicoine · 15 years ago
- 35f0785 Gigibeat S Manual - Correct display of manual installation items 'Single Boot' and 'Dual Boot' - add missing frequencies to Recording Settings. by Michael Chicoine · 15 years ago