- b6f15f2 pcmbuf: moved some functions around, no functional changes yet by Jeffrey Goode · 15 years ago
- 487d088 M:Robe 500: Disable LED above screen and add a change for the 256 color blitter by Karl Kurbjun · 15 years ago
- 26348fb Test codec: Add exit button for touchscreens by Karl Kurbjun · 15 years ago
- a623d3c M:Robe 500: Menu button is now power for JPEG viewer by Karl Kurbjun · 15 years ago
- c3edcad M:Robe 500 - Add some more debug information. by Karl Kurbjun · 15 years ago
- 50d75f3 sd.h: No functional changes to present code. Added some additional SD CMD's and a #define for card errors flagged in an R1 response. by Jack Halpin · 15 years ago
- c87270f Meizu M6SP: initial button driver (adapted from Meizu M3) by Bertrik Sikken · 15 years ago
- 8e47406 Fix a compile warning. by Dominik Riebeling · 15 years ago
- 992b573 Allow the bin2c output filename stem to contain a path. by Dominik Riebeling · 15 years ago
- 513a76e Update portugues-brasileiro lang file (FS#10765 by Adilson Xavier). by Dominik Riebeling · 15 years ago
- d5092a8 Everything passed - disable viewport clipping. by Karl Kurbjun · 15 years ago
- b7cbe64 Just a test to make sure all targets build with viewport clipping enabled - will disable once all builds pass by Karl Kurbjun · 15 years ago
- 4a0dd83 Fix Red by Karl Kurbjun · 15 years ago
- dcc52f5 Fix two width calculations by Karl Kurbjun · 15 years ago
- 765ff01 Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A simulator check is also added to set_viewport that will show an error/note when DEBUGF is enabled. by Karl Kurbjun · 15 years ago
- b1783c3 fix typo in manual. thanks to mc2739 for noticing. by Teruaki Kawashima · 15 years ago
- fedc7b2 theme remove: add sbs to remove list. by Teruaki Kawashima · 15 years ago
- ea669d7 Make it clear in the beast manual that you need to play Russian dolls with the OF you download from Toshiba - it is inside an exe file which is inside an iso file which is inside a zip file. by Alex Parker · 15 years ago
- 109f182 Introduce new config header 'config-sim.h' that takes care of undefining things that shouldn't be defined for sims so that the target configs no longer need to have #ifndef SIMULATOR sections and to bring some consistency for what is and is not included for sims. by Nils Wallménius · 15 years ago
- 9b6d3d7 Replace enum statusbar_values in global_settings with int, fixing crash with -fshort-enums. by Andrew Mahone · 15 years ago
- 7e0fe36 Set svn:keywords property. by Dominik Riebeling · 15 years ago
- 3f70b66 Meizu M6SP: initialise and use SDRAM by Bertrik Sikken · 15 years ago
- b6cd045 Merge duplicating code to move cursor left/right. by Teruaki Kawashima · 15 years ago
- e9f389a pcmbuf: need ifdef to fix yellow by Jeffrey Goode · 15 years ago
- 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