- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 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
- ea664e0 Viewported quickscreen (take 2 :D) (FS#8553) by Jonathan Gordon · 16 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
- 3f8c075 ifdef out charging screen for targets that do not use it, + minor cleaning by Nils Wallménius · 17 years ago
- 2e80610 "Set Time/Date" screen. by Nils Wallménius · 17 years ago
- 40595bd #ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused code by Robert Kukla · 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
- 98dc093 Comment out an unused function by Nils Wallménius · 18 years ago
- d64e626 Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. by Dave Chapman · 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
- 5e5bfab * fixed the pitch screen key mappings for all targets, targets require a by Jonathan Gordon · 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
- 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 18 years ago
- 5b93eb6 Pitch screen now accessible from the WPS context menu for all targets. This means pitch adjustment is now available on the iPods and iAudio X5. by Zakk Roberts · 19 years ago
- b26fd8c Whoops, double-defined buttons for Ondio... by Zakk Roberts · 19 years ago
- 87afd0b Reworked pitch screen for easier adjustment and better looks. Added some button definitions for iPods - coming soon to a Sound Settings menu near you... by Zakk Roberts · 19 years ago
- 5deedc6 Playback speed changing support for H300. by Thom Johansen · 19 years ago
- 8c800cf Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h by Dave Chapman · 19 years ago
- 27c658c Enabled playback speed adjustment support for H1x0. Modified the resampler to do both channels in one pass. by Thom Johansen · 19 years ago
- f57d022 Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch for iriver ; generic logo handler (now it's possible to have a different USB logo on main screen and on remote), made the quickscreen behave as it was before by Kevin Ferrare · 19 years ago
- 74b6af9 Added multi-screen support for quickscreen (mostly rewritten from scratch) and USB screen ; just looking at the hour makes me think it could be buggy by Kevin Ferrare · 19 years ago
- e991bee replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer by Kevin Ferrare · 19 years ago
- afe0941 song rating support.. should probably be moved with browse id3 to a "song options" submenu in the wps context menu... by Michiel Van Der Kolk · 19 years ago
- b49d384 provide quick screen proto for h300 builds too by Daniel Stenberg · 19 years ago
- 1f45cce Move quick menu to MODE button to avoid conflict with page up/down in WPS by Christi Scarborough · 19 years ago
- c567bb9 Fix broken sim builds by Christi Scarborough · 19 years ago
- 37c3d8b Quick menu for iRiver: A long press on the PLAY key in the browser or the WPS will take you into the quick menu screen where certain common settings can be adjusted. Works just the same as F2 menu on Archos. by Christi Scarborough · 19 years ago
- 7f6b640 Request to remove MMC before acknowledging USB (Ondio) by Jens Arnold · 20 years ago
- 593cc00 a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) by Jörg Hohensohn · 20 years ago
- 6c33c51 Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. by Björn Stenberg · 20 years ago
- 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 20 years ago
- 5b5003d New feature: clean shutdown if you press OFF twice in the file browser, or select "Shut by Linus Nielsen Feltzing · 20 years ago
- 1de3dd5 Moved set_time_screen() to screens.c by Linus Nielsen Feltzing · 20 years ago
- 10b92c4 First step towards context sensitive and configurable menus, by Brent Coutts by Linus Nielsen Feltzing · 21 years ago
- 1afa395 The splash() function's second argument (keymask) is now removed, as it by Daniel Stenberg · 21 years ago
- 461d6e3 Added a splash to indicate battery charging if user tries to shut off while plugged in. by Björn Stenberg · 21 years ago
- 5dd17b1 A very basic charging screen, probably buggy, the pro's would make it much nicer, but it's a starting point. by Jörg Hohensohn · 21 years ago
- 87cd59f power-splash, this should be able to replace most cases where we "splash" by Daniel Stenberg · 22 years ago
- 2517523 Hey Linus! Here it is! by Daniel Stenberg · 22 years ago
- 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
- b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 22 years ago