- 3af1bf0 fix FS#10993 - "No Settings" doesnt get voiced because it uses str() instead of ID2P() macro by Jonathan Gordon · 15 years ago
- 7042d95 skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get_id3_token(). by Teruaki Kawashima · 15 years ago
- 0e263d5 accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string translatable by Jonathan Gordon · 15 years ago
- 24aeac2 disk/file: Do not use & on arrays by Rafaël Carré · 15 years ago
- ddecf43 fuzev2: charging curve and voltage limits by Rafaël Carré · 15 years ago
- 6b5fc85 fix comments by Marcin Bukat · 15 years ago
- f281870 HD200 - increase sligtly wait states for lcd. This removes clicks in playback and lcd updates are fast anyway by Marcin Bukat · 15 years ago
- bb3a3ec HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change) by Marcin Bukat · 15 years ago
- 2d0d082 HD200 - fix button readings afrer PLL settings change by Marcin Bukat · 15 years ago
- 1102edb HD200 - fix PLL settings. This fixes looong standing bug heavily affecting performance by Marcin Bukat · 15 years ago
- c208486 pdbox: Rewrote recently added bugfixes by Wincent Balin · 15 years ago
- ae2659e pdbox: Got rid of signedness-related warnings by Wincent Balin · 15 years ago
- 6274944 pdbox: Made size value signed by Wincent Balin · 15 years ago
- 5ea0dc8 pdbox: Adjusted return values for functions read() and write() by Wincent Balin · 15 years ago
- 9594f86 Gigabeat S: Use longer battery filter; lag is not a problem with voltage for charging since it's I-controlled. Initialize local copy of last_inputs for the power routines in target init otherwise the battery filter is reinitialized too soon. by Michael Sevakis · 15 years ago
- 29e70df sd-as3525v2: masked interrupts and block size won't change, and DMA won't be disabled, so we can just set these in the controller init once for all by Rafaël Carré · 15 years ago
- 6b46cc0 as3525: hide our UNCACHED_ADDR from usb_storage.c by Rafaël Carré · 15 years ago
- 2e188a4 revert part of r26176 to avoid large static allocation by Rafaël Carré · 15 years ago
- bae0756 as3525: don't use IRAM for usb, and avoid usb storage using uncached addresses behind our back by Rafaël Carré · 15 years ago
- 0b28594 Revert r26060. A better fix was found. The acceleration should be fixed once for all now. by Thomas Martitz · 15 years ago
- 9c774b3 as3514.c: clean up by Rafaël Carré · 15 years ago
- 9fbd7fd Revert r26171. Special macro for the image base name is needed. Will be committed soon. by Alexander Levin · 15 years ago
- 3fa48ee Show another way to learn about convbdf by Alexander Levin · 15 years ago
- 4bc0cf6 Use nice 'times' glyphs for describing dimensions (FS#11295) by Alexander Levin · 15 years ago
- 8f8cdd3 Fix another not nice apostrophe (FS#11296) by Alexander Levin · 15 years ago
- 93258e4 sudoku: remove commented out code. by Teruaki Kawashima · 15 years ago
- 0a4eda4 skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify comparison of string in parameter in parse_touchregion(). by Teruaki Kawashima · 15 years ago
- 12af498 Handshake still grinds to a halt at some point, but it works better now. by Tobias Diedrich · 15 years ago
- 6c8269b fix previous commit by Rafaël Carré · 15 years ago
- 8e12292 better preprocessor conditions for enabling GPIOA interrupt by Rafaël Carré · 15 years ago
- 627baea sd-as3525: wait 100µs before disabling SD clocks by Rafaël Carré · 15 years ago
- 54f08f3 as3525v2: fix end of charge detection by Rafaël Carré · 15 years ago
- dd8e8a7 Add charging/discharging indication to battery debug menu if CONFIG_CHARGING >= CHARGING_MONITOR by Marcin Bukat · 15 years ago
- b3a8170 sd-as3525: avoid division when calculating current bank, we only deal with 1 or 2 banks by Rafaël Carré · 15 years ago
- 6f2afd3 as3525: reorder vectored interrupts by Rafaël Carré · 15 years ago
- a537859 sd-as3525: give timeout in HZ units, not in ticks by Rafaël Carré · 15 years ago
- 3813634 HD200 - lm339 response time is at best 300 ns so adcclk can not be too high by Marcin Bukat · 15 years ago
- cc61f03 as3525v2: add partial usb init code by Amaury Pouly · 15 years ago
- 3356eff Gigabeat S: Wrong thing messing with IPU_CONF. No fiddling is needed just yet. by Michael Sevakis · 15 years ago
- 54c6496 Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power management. Include init data but it's not needed yet (identical to Gigabeat F). by Michael Sevakis · 15 years ago
- 4c6164f Updated italian translation. by Alessio Lenzi · 15 years ago
- d930641 Rockbox can handle fonts larger than 16 pixels too. by Alexander Levin · 15 years ago
- 64bb9a0 Fix a couple of typos in the manual by Alexander Levin · 15 years ago
- 8fe22bd as3525v2: show adc channels in the debug menu by Rafaël Carré · 15 years ago
- 4f61e45 Fuzev1: calibrated charging curve by Rafaël Carré · 15 years ago
- 4d51076 Clip+: reboot on USB insert by Rafaël Carré · 15 years ago
- 88c45ff plugins: undefine DEBUG macros just in case, before defining them to a real statement by Rafaël Carré · 15 years ago
- 147447a don't let logf() and DEBUGF() be empty statements by Rafaël Carré · 15 years ago
- 0f6b5f0 Enable/disable second pll dynamically on usb plugin/remove. by Tobias Diedrich · 15 years ago
- 681cedb Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes by Rafaël Carré · 15 years ago
- 6e15b71 apps/plugins/lib/SOURCES: make it more readable (space, comments, order) by Rafaël Carré · 15 years ago
- f8f3fab as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings by Rafaël Carré · 15 years ago
- a01422c plugins: changes for targets with small plugin buffer (Clipv1) by Rafaël Carré · 15 years ago
- dcbd8d7 fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1 by Rafaël Carré · 15 years ago
- 279ce89 uisimulator/sdl only contains bitmaps, rename to 'bitmaps' by Rafaël Carré · 15 years ago
- b627106 HD200 - change how adc is scanned (inspired by amiconn) by Marcin Bukat · 15 years ago
- 6cbc701 Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. by Thomas Martitz · 15 years ago
- d373557 mp3_encoder: fix a typo, put uninitialized variable in BSS by Rafaël Carré · 15 years ago
- a5c90d4 Add memset/memcpy benches to test_mem plugin by Marcin Bukat · 15 years ago
- 0ea2753 mp3_encoder: reduce plugin binsize by Rafaël Carré · 15 years ago
- c3333b6 config: revert an embarrassing change. by Amaury Pouly · 15 years ago
- 22cfbee as3525v2: add usb driver stub, enable usb phy&core init by Amaury Pouly · 15 years ago
- ed96c93 Ok, this time I double-checked for warnings... by Tobias Diedrich · 15 years ago
- 3bb2afc And don't forget the return values... by Tobias Diedrich · 15 years ago
- e36cfed And of course the stubs still need to be there... by Tobias Diedrich · 15 years ago
- ecdbab9 Obviously this should not be built on AS353x... by Tobias Diedrich · 15 years ago
- 4a8c05e This change wasn't supposed to be in there yet. by Tobias Diedrich · 15 years ago
- 922f83e Not quite working yet, but almost. by Tobias Diedrich · 15 years ago
- c23a7cc Fuzev2: use enrd0 for USB detection, GPIO didn't work on some models by Rafaël Carré · 15 years ago
- 86d91e3 Fix typo by Michael Chicoine · 15 years ago
- 7b3299d A bit further cleanup in system-sdl.c. by Thomas Martitz · 15 years ago
- 66f1830 Clip+: boot to OF if USB is connected by Rafaël Carré · 15 years ago
- 60741f2 Fix another warning which strangely only occurs on cygwin. by Thomas Martitz · 15 years ago
- 86e19dd Restore changes of r25809 that got lost in the target tree movement and fix simulator build on cygwin. by Thomas Martitz · 15 years ago
- 36e5260 Add missing svn properties for the new files created in r26109 by Dave Chapman · 15 years ago
- 7dd0297 as3525: correctly detect usb status if we boot with USB plugged by Rafaël Carré · 15 years ago
- 949d995 Improve spacing in comments in convbdf; rename a local variable which can be confused with 1 (one) by Alexander Levin · 15 years ago
- 88c55d7 as3514/as3543 fixes by Rafaël Carré · 15 years ago
- 2ed7745 Fix convbdf: now .c and .fnt files can be generated in one run again by Alexander Levin · 15 years ago
- ec6476c plugins: reorder SOURCES conditions to be more readable by Rafaël Carré · 15 years ago
- c4c7069 Fix FS#11280 by Thomas Martitz · 15 years ago
- f4d6ef2 global tab->spaces is not clever with Makefiles! by Jonathan Gordon · 15 years ago
- 64f5033 Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes. by Maurus Cuelenaere · 15 years ago
- ceeb757 fix yellow/red by Jonathan Gordon · 15 years ago
- b6867dc split the radio code into multiple files in the hope that makes it more likely for someone to want to work on! :D by Jonathan Gordon · 15 years ago
- 4862fe44 splash.c: correct calculation of y coordinate of splash. by Teruaki Kawashima · 15 years ago
- 3637ccb Change default chip8 keymap on c200/m200/clip families to use up/down on the 4-way pad instead of volume up and volume down, since most chip8 games use those buttons as directions. by Torne Wuff · 15 years ago
- db59e67 HD200 - use optimised read&write routines from ata-as-coldfire.S and drop hd200 specyfic ata-as-hd200.S by Marcin Bukat · 15 years ago
- a619caa Integrate byte swap of ata word into ata-as-coldfire.S by Marcin Bukat · 15 years ago
- 20041b9 rockboy: fix format strings in snprintf. use int for slot_id and use %d tag for it in format strings. by Teruaki Kawashima · 15 years ago
- 1a25edd HD200 - decrease wait states for lcd when boosted by Marcin Bukat · 15 years ago
- cce9c17 HD200 minor lcd asm routines adjustments by Marcin Bukat · 15 years ago
- fcf36dd Simplify mpegplayer a bit and use array-based lists rather than linked lists for stream management. Move a couple useful functions to handle pointer arrays from kernel.c into general.c; mpeglayer now makes use of them. by Michael Sevakis · 15 years ago
- 9fde126 fft plugin: move const data into a c file and use no wider types than necessary, makes the plugin about 63kB smaller by Nils Wallménius · 15 years ago
- 487b24c rockboy: add a Clip keymap by Rafaël Carré · 15 years ago
- 22942db Update the notes for which compression levels of ape are realtime and fix the location of rockbox version in the bug reporting instructions by Nils Wallménius · 15 years ago
- 18b1602 I think I intended a different expression. by Michael Sevakis · 15 years ago
- 0a7a7ce count is being used as the value of the last item to show, so rename it to not be confusing by Jonathan Gordon · 15 years ago
- 908a5b6 the fm presets list should wrap.. so make that work by Jonathan Gordon · 15 years ago
- 226c0b1 Update and complete the start screen option description in the manual. Thanks to Alex Parker for the native speaker help. by Marianne Arnold · 15 years ago