- 37adbee pcmbuf: sorted functions into logical sections for readability. Tiny changes, nothing functional by Jeffrey Goode · 15 years ago
- 3e73fec Fix genlang tool broken by r22945 by Peter D'Hoye · 15 years ago
- 6a473c8 updated Dutch lang file by Peter D'Hoye · 15 years ago
- 04b01e1 pcmbuf: clarify and simplify crossfade code, etc. by Jeffrey Goode · 15 years ago
- 013fe35 pcmbuf: better latency calculation, added debug code by Jeffrey Goode · 15 years ago
- 070d515 Fix same bug as in r23531 in two more drivers (wrong masking of wday) by Nils Wallménius · 15 years ago
- 05f29f8 My bad, Pavel wasn't on the credit yet, then add him for the translation. by Mustapha Senhaji · 15 years ago
- 6cf53ed Update the czech translation. by Mustapha Senhaji · 15 years ago
- 64a77b5 Update the portugues-brasileiro translation. by Mustapha Senhaji · 15 years ago
- 06535f2 Updated french translation. by Mustapha Senhaji · 15 years ago
- dca5fd1 RTC read of ds1339 of ds3231 weekday by Robert Kukla · 15 years ago
- aee58ef Fix hiding the status bar in the touchscreen calibration screen. by Rob Purchase · 15 years ago
- 27f1787 Ensure touchscreen calibration setting is saved after change or reset. by Rob Purchase · 15 years ago
- 06e0bfd Spoken correction for OUTro value in SKIPLENGTH function. by Alessio Lenzi · 15 years ago
- 0c717cc Updated italian translation and correct a little mistake in English. by Alessio Lenzi · 15 years ago
- cc65afa Get font and colors from UI viewport before intersecting, instead of leaving them empty. by Thomas Martitz · 15 years ago
- 3bae42e Use mingw32-make when deploy-building on Windows / MinGW as make might not be the MinGW version one. by Dominik Riebeling · 15 years ago
- 3762b36 mktccboot doesn't use any version string passed by the Makefile, remove unneeded call to version.sh. by Dominik Riebeling · 15 years ago
- d47366b Remove unused variable. by Dominik Riebeling · 15 years ago
- 20f3e64 Clean up mktccboot building. No functional changes. by Dominik Riebeling · 15 years ago
- e9c900d Fix a possiblity where viewport_set_default left the viewport unchanged. Improve comments a bit. by Thomas Martitz · 15 years ago
- ea61780 Clean up mkamsboot building. No functional changes. by Dominik Riebeling · 15 years ago
- 33d3b54 Updated Swedish translation and some minor fixes. by Magnus Holmgren · 15 years ago
- 95e2d72 Compressor: simplify makeup gain setting, expand release range, finally provide documention in the manual! by Jeffrey Goode · 15 years ago
- a06feaa Fix FS#10751 - Fuze freezes when using radio while charging by Michael Chicoine · 15 years ago
- fd8632f FS#10649: calendar: make it selectable what day is first day of week. by Teruaki Kawashima · 15 years ago
- 139694c Fix volume change in wps. %mv tag keeped showing volume is changed if volume is changed in wps. by Teruaki Kawashima · 15 years ago
- 9f82def Forgot to remove wps_data.remove_wps in checkwps too. by Thomas Martitz · 15 years ago
- b2e6458 Fix player yellows and reds. I'm not sure why viewport.c was never compiled for charcell. by Thomas Martitz · 15 years ago
- c0635ba Remove wps_data.remote_wps. It's redundant with the new global curr_screen. by Thomas Martitz · 15 years ago
- 6750d65 Reorder a bit in viewport.c so that we don't need stubs for checkwps. by Thomas Martitz · 15 years ago
- de45edb Fix checkwps. Reimplement viewport_set_fullscreen() and viewport_set_defaults() to always return the "full display". This doesn't change anything about the skin so is fine. by Jonathan Gordon · 15 years ago
- dd1063d fix charcell yellow by Jonathan Gordon · 15 years ago
- c812614 Fix the WPS to work properly with the statusbar for the previous change.. Side effect is it fixes FS#10721 where %pb didnt work by Jonathan Gordon · 15 years ago
- a7d784b Fix viewport "UI area" to work based on what was agreed on last week in the mailing lists and IRC: by Jonathan Gordon · 15 years ago
- 5ce8e2c Clarify track transition code in pcmbuf and playback. No functional changes yet. by Jeffrey Goode · 15 years ago
- 606a333 Fix building of Rockbox Utility by restoring object list for libmkamsboot.a by Dominik Riebeling · 15 years ago
- 1566705 Simplify uart_printf() a bit by using vuprintf(), that also makes removing a static buffer possible. by Thomas Martitz · 15 years ago
- 1ddb91a Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration. by Thomas Martitz · 15 years ago
- 310346e Fix a #elif without condion (is an error with newer gcc/cpp versions). by Thomas Martitz · 15 years ago
- 21d40af Makes sure codec API builds correctly if ROCKBOX_HAS_LOGF is defined by Jeffrey Goode · 15 years ago
- 2d0af6f FS#9728: Battery current measuring on the Video iPod by Torne Wuff · 15 years ago
- 9c343fa Cosmetic commit (removing empty line from end of file) to test build system by Dave Chapman · 15 years ago
- 37e92d3 Change username to lower case by Bob Cousins · 15 years ago
- 9d84268 Comment out LOGF_ENABLE defines everywhere, replace evil comments by Jeffrey Goode · 15 years ago
- deb1b0e Improvements to mini2440 audio; change CPU freq to 406MHz by Bob Cousins · 15 years ago
- bb9808b root_menu() can't return, tell gcc about it by Rafaël Carré · 15 years ago
- 9b46960 Sansa AMS PCM : cleanup by Rafaël Carré · 15 years ago
- 0099771 brickmania: fix scrollwheel use by Rafaël Carré · 15 years ago
- f76b2f2 Initial recording screen skin support (usable in .sbs skins only for now) by Jonathan Gordon · 15 years ago
- d06aafc Sansa AMS: fix system_exception_wait() by Rafaël Carré · 15 years ago
- 890444c Hopefully fix the remaining iPod Nano 2G flash issues, by adding a tiny sleep after resetting the chip. Also remove some evil tabs. by Michael Sparmann · 15 years ago
- 24c1c75 Add touchscreen WPS actions for volume up/down (using a button rather than the slider). by Rob Purchase · 15 years ago
- 8f04d5a Playback.c: Eliminate repetitive watermark calculation when the buffer is idle. Also fix evil comment by Jeffrey Goode · 15 years ago
- 5822259 Tweak logf statements by Jeffrey Goode · 15 years ago
- fade88a Echoes logf output to the sim console when logf build is enabled by Jeffrey Goode · 15 years ago
- 02385cb M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length transfers has been fixed. Buffers that are not initially short aligned are also now supported. Enable USB HID mouse mode. by Karl Kurbjun · 15 years ago
- 451f9d5 more minor classic_statusbar.sbs changes... display the rec/fm mode correctly by Jonathan Gordon · 15 years ago
- fb126d4 Sansa AMS : reduce size of interrupt source/isr mapping table by Rafaël Carré · 15 years ago
- f64a3fe Sansa AMS PCM: remove runtime sanity checks by Rafaël Carré · 15 years ago
- e28bfd1 Rework how feature skin tags work (%cc currently) when used conditionally (i.e. to detect a feature). by Thomas Martitz · 15 years ago
- 3304027 Improvements to mini2440/UDA1341 audio by Bob Cousins · 15 years ago
- 5d40b9a Add Fred Bauer to THANKS by Rafaël Carré · 15 years ago
- 9b4057b Sansa AMS recording support (Microphone and FM) by Rafaël Carré · 15 years ago
- 6cdb80d Revert r23474 "new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour>" by Rafaël Carré · 15 years ago
- 9cd15da new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour> by Rafaël Carré · 15 years ago
- e702e5d revert that last checkin... something better is coming by Jonathan Gordon · 15 years ago
- cb8527d new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour> by Jonathan Gordon · 15 years ago
- e8eefe9 Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to leftover samples by Jeffrey Goode · 15 years ago
- bcadf96 FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching by Tomer Shalev · 15 years ago
- 50edc58 OndaVX777 sim now builds so add it back to the list of sims. by Michael Chicoine · 15 years ago
- 0fa6eea rbutil: Fix Cowon D2 bootloaderfile had no slash prefix. by Tomer Shalev · 15 years ago
- b2ee0ce Correct beast manual install instructions in Windows. by Alex Parker · 15 years ago
- 04f84cf FS#10747 - Disable actions if rbutil is not configured properly by Tomer Shalev · 15 years ago
- 3216d32 Move find_viewport() and find_image() to skin_parser.c where the reset of the linked-list handling sits. That enables removing duplicated code from checkwps. Also remove a few stubs in favor having the restart playback mechanism on albumart change #ifdef __PCTOOL__ by Thomas Martitz · 15 years ago
- 30faf03 Show insert_last_shuffled item and queue_last_shuffled item when playlist file is selected. by Teruaki Kawashima · 15 years ago
- 603b0aa Replace hardcoded constants (fix 32/64MB bug) by Bob Cousins · 15 years ago
- 4f0e3ec Fix red - statusbar_position() is a macro. by Thomas Martitz · 15 years ago
- 6db726c Remove a wps function call from skin engine, hopefully the last one. by Thomas Martitz · 15 years ago
- add481b Fix debug/multidrive build error by Bob Cousins · 15 years ago
- dd33bdf Cleanup includes a bit. by Thomas Martitz · 15 years ago
- 46da081 Adjust mknkboot sources path to recently changed location. by Dominik Riebeling · 15 years ago
- 132256d YELLOW ZOMBIES! by Jonathan Gordon · 15 years ago
- ea094b1 haloween night is when red monsters are vanquished right? or is that green monsters? by Jonathan Gordon · 15 years ago
- 235d1ae Fix FS#10745 - %mv not working in sbs... by Jonathan Gordon · 15 years ago
- bf75192 Add Sascha Wilde to docs/CREDITS for bug fix committed in r23449 by Michael Chicoine · 15 years ago
- f27b135 Replace hard coded memory size by Bob Cousins · 15 years ago
- 4eafd23 FS#10744 - Fuze: Last line of screen's pixels doesn't change when switching themes and using plugins by Michael Chicoine · 15 years ago
- b73b067 Replace hard-coded value of memory size by Bob Cousins · 15 years ago
- f1925b7 Add my name to COMMITTERS by Bob Cousins · 15 years ago
- 2dbdfac FS#10620 - fix a bug in bubbles on c200 thanks to Sascha Wilde by Johannes Schwarz · 15 years ago
- 23aecc4 Don't set the layout direction twice in a row, one time is enough. by Dominik Riebeling · 15 years ago
- 5cbf4a5 Fix yellow, again by Jeffrey Goode · 15 years ago
- 03c5cb6 Fix yellow, defines by Jeffrey Goode · 15 years ago
- cf01942 Remove unused #defines. by Thomas Martitz · 15 years ago
- 9a4420b FS#10739: playback.c code split by Jeffrey Goode · 15 years ago
- 15ea6e6 FS#10741 - rbutil: Fix mkamsboot Makefile dependancies by Tomer Shalev · 15 years ago
- 3b3377b rbutil: Update Hebrew translation by Tomer Shalev · 15 years ago
- d011eec FS#10748 - rbutil: Explicitly override GUI layout direction setting for some widgets by Tomer Shalev · 15 years ago
- d25baec make mini2440 bootloader compile again, and remove a few warnings from sd driver. by Dominik Wenger · 15 years ago