- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 8ed3b32 A bit of code police... by Peter D'Hoye · 16 years ago
- 95be4fe doh! fix yellow. remove the calls to stop_scroll(), clear_viewport() does that by Jonathan Gordon · 16 years ago
- aff220c and the time/date screen... by Jonathan Gordon · 16 years ago
- 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
- 8e57ede move the pitchscreen out of screens.c.. no functional changes by Jonathan Gordon · 16 years ago
- ea664e0 Viewported quickscreen (take 2 :D) (FS#8553) by Jonathan Gordon · 16 years ago
- 33c4446 Const police raid, making a lot of pointers to lang strings const and removing some ugly casting by Nils Wallménius · 16 years ago
- 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 16 years ago
- d746b79 Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD by Dave Chapman · 17 years ago
- 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 17 years ago
- f7c938a (Hopefully) Revert the quickscreen changes. Many fixes need to be made, by Paul Louden · 17 years ago
- 2c82494 updated the quickscreen's: by Jonathan Gordon · 17 years ago
- 2e2cbfe #ifdef out unused function to fix warning for non rtc and non bitmap targets by Nils Wallménius · 17 years ago
- 7567e99 Simplify code for set time and date screen by Nils Wallménius · 17 years ago
- 23078a3 Fix FS#8114 remove redundant screen updating and minor code police. by Nils Wallménius · 17 years ago
- 5cab5da fix red by Jonathan Gordon · 17 years ago
- c14430a compile talk.c on hwcodec sim. it wont actually talk though by Jonathan Gordon · 17 years ago
- 51b75d5 fix warnings by Jonathan Gordon · 17 years ago
- 22e3d56 Accept FS#7777: Voice for the "Running Time" screen (slightly simplified). by Stéphane Doyon · 17 years ago
- 0e2852b Detabify a line... by Magnus Holmgren · 17 years ago
- fda41b8 Try and save some bytes, seeing as we already assumed LANG_ constants for month and weekday names are contiguous. by Steve Bavin · 17 years ago
- 1e45eec fix up the (c) notice by Jonathan Gordon · 17 years ago
- 072a3c5 Complete info screen voicing; now consistent with displayed screen by Steve Bavin · 17 years ago
- 537b27d Save a few bytes by changing unit selection strategy by Nils Wallménius · 17 years ago
- 32a9575 FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space. by Steve Bavin · 17 years ago
- a9b2fb5 Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties. by Michael Sevakis · 17 years ago
- cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
- 022d026 Player: Make sure the USB screen disables double height. by Jens Arnold · 17 years ago
- 1d1d9a8 Switch to using millivolt for battery voltage and other internal voltages. * Fix debug voltage history display. * Some code cleanup. by Jens Arnold · 17 years ago
- f28da1a Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target by Nils Wallménius · 17 years ago
- ead3de3 Fix display of file path in the ID3 Info screen on hwcodec (i.e., Archos) devices, introduced by the grouping tags patch. Also correct a comment. by Magnus Holmgren · 17 years ago
- eecfe9f Add support for grouping tags. From FS#7362. by Dan Everton · 17 years ago
- b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
- f4a61f0 Add support for parsing the disc number tag from metadata and use of it in the database. Patch originally from FS#4961 with some minor tweaks by me. by Dan Everton · 17 years ago
- 8a52d70 FS#6403: Fix the spelling of LANG_ID3_FREQUENCY. Shouldn't break old .lng files since we are not changing the order of the strings. by Barry Wardell · 17 years ago
- 22bc7de Prevent statusbar from flickering in the 'Set Time/Date' screen by Nils Wallménius · 17 years ago
- c897c24 Recorder V1: repair soft shutdown with the new action context handling. by Jens Arnold · 17 years ago
- f7675a2 remove the need for action_signalscreenchange(). by Jonathan Gordon · 17 years ago
- aedf68a Fix 'Set time & date' screen display when the name of the day or month was not 3 letters long (german language uses 2 for days) also fix displaying of unicode and clean up code. by Nils Wallménius · 17 years ago
- 3d73b8e Use the multi-screen api in the usb and time screens by Jonathan Gordon · 17 years ago
- 3f8c075 ifdef out charging screen for targets that do not use it, + minor cleaning by Nils Wallménius · 17 years ago
- ede3731 Remove useless #ifdef, specify maximum field width for strings in the snprintf() call by Nils Wallménius · 17 years ago
- 2e80610 "Set Time/Date" screen. by Nils Wallménius · 17 years ago
- 1167e3c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). by Michael Sevakis · 17 years ago
- 24d9f59 When recording, disable voice menus without actually modifying user settings. Patch FS#7272, fixes bug FS #6163 by Steve Bavin · 17 years ago
- 6c31a9a Backdrop code should now be surrounded by #if LCD_DEPTH > 1 by Dave Chapman · 17 years ago
- 2a20bfe Make the ID3 info screen treat empty tag strings as 'no value', like the WPS does. by Magnus Holmgren · 17 years ago
- 1cf2ec3 Change some ifdefs for the recent backdrop changes (fixes the yellow builds) and move the backdrop files. by Nicolas Pennequin · 17 years ago
- 7fdfa56 Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them). by Nicolas Pennequin · 17 years ago
- a3f1e9f Oops. Shouldn't forget the default handler. by Dominik Riebeling · 17 years ago
- 339d812 make the runtime view nicer. by Dominik Riebeling · 17 years ago
- d2a23ee Player: Fix screen update in Rockbox Info and Runtime display, by Jens Arnold · 17 years ago
- f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
- 40595bd #ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused code by Robert Kukla · 18 years ago
- ad4e3d6 First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. by Jens Arnold · 18 years ago
- 2c7b127 Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. by Jens Arnold · 18 years ago
- 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
- 79a2a93 remove numerical genre and use genre_string consistently: by Robert Kukla · 18 years ago
- 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
- 6c6c352 Character-encoding policing by Dave Chapman · 18 years ago
- d4e904b SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. by Michael Sevakis · 18 years ago
- 9a6f419 CONFIG_CHARGING by Jonathan Gordon · 18 years ago
- 0c021de #if => #ifdef by Daniel Stenberg · 18 years ago
- 742f6bc Fix bug (first line was displayed under the status bar) by Antoine Cellerier · 18 years ago
- 14ba91e A few more bookmark code tweaks. Also improves how the bookmark selection screen is displayed on Archos players. by Magnus Holmgren · 18 years ago
- 5dd08e1 fix payer build by Jonathan Gordon · 18 years ago
- 5c15641 fix margin problem in "view runtime" and "rockbox info" screens by Jonathan Gordon · 18 years ago
- 87e41e8 Fix the missing entries in the ID3 info screen. by Magnus Holmgren · 18 years ago
- 4e97664 FS#6638 - Album artist and comment patch for WPS and tagcache. Export by Miika Pekkarinen · 18 years ago
- 98dc093 Comment out an unused function by Nils Wallménius · 18 years ago
- 228d62d Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need by Jonathan Gordon · 18 years ago
- 2597a13 Next round of static'ing and related fixes. by Jens Arnold · 18 years ago
- d152b64 update the runtime screen and move it to the inf menu instead of debug menu by Jonathan Gordon · 18 years ago
- 99975e9 new usb logos for all screens, utilising lcd_bitmap_transparent() on colour displays. It saves some bytes on Archos as a nice side effect by Marianne Arnold · 18 years ago
- 6288523 * Move checkbox to plugin api (core never uses it) by Jonathan Gordon · 18 years ago
- 6a1161b dont allow the volume setting to wrap by Jonathan Gordon · 18 years ago
- 3b99840 Patch #6145 by Alexander Levin - Pitch adjustment in semitone steps by Linus Nielsen Feltzing · 18 years ago
- 9e8fe0e General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. by Michael Sevakis · 18 years ago
- 710ccb7 ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel by Jonathan Gordon · 18 years ago
- d6e9290 Fix USB screen on Player. by Jens Arnold · 18 years ago
- fc865cb Revert change to screen_access.c (adding the native-bitmap drawing function) that caused warnings on the H3x0. We now draw the USB logo using the normal lcd_bitmap() and lcd_remote_bitmap() functions instead of the screens API, which doesn't handle the differing bitmaps types well. Remove apps/gui/logo.[ch] as they are now longer used. by Dave Chapman · 18 years ago
- 8055825 fix the shutdown screen on the recorder by Jonathan Gordon · 18 years ago
- bc0943e fix the status bar not updatng correctly in the id3 viewer (FS:5973) by Jonathan Gordon · 18 years ago
- 7798294 doesnt really need to use the sysfont for the pitch screen by Jonathan Gordon · 18 years ago
- 8513410 make the pitch screen use the remote screen also, and fix non-lcd iriver remote for the screen (again) by Jonathan Gordon · 18 years ago
- d12f81d fixed the settings action context, time/eq/colour chooser/dbug screens by Jonathan Gordon · 18 years ago
- 07d3db2 really fix the yes/no screen now, also id3 viewer shows the status bar correctly by Jonathan Gordon · 18 years ago
- 10af966 stop id3 viewer eating keypress on entry by Jonathan Gordon · 18 years ago
- f7db043 * fix pitchscreen by Jonathan Gordon · 18 years ago
- 5e5bfab * fixed the pitch screen key mappings for all targets, targets require a by Jonathan Gordon · 18 years ago
- 45c57e5 * Make ID3 info screen usable again (and not exit right after enter), though maybe a few more buttons should cause an exit.\n* Also save a few bytes of code... by Magnus Holmgren · 18 years ago
- 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
- f17e5c0 by Shachar Liberman · 18 years ago
- f64280f OOPS Forgot remote keys bindings for the ID3 info screen by Kevin Ferrare · 18 years ago
- f77ac7a added support remote support for the id3 infos screen (had to slightly change the list engine to use it here as well), corrected a mistake in the french translation by Kevin Ferrare · 18 years ago
- 0dd1f8e Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. by Jens Arnold · 18 years ago
- aa1834e Allow pitch ratio to hit top and bottom values when using button repeat. by Thom Johansen · 18 years ago
- 35aae1c Code policed C99-style variable declarations. by Jens Arnold · 18 years ago
- 93b899d Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;) by Peter D'Hoye · 18 years ago