- 8e6030c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. by Boris Gjenero · 13 years ago
- 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 15 years ago
- 51b45d5 Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. by Björn Stenberg · 16 years ago
- 9c52c39 Make some dependencies on id3.h explicit. by Magnus Holmgren · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 3867cf9 Use the flash disk icon on all flash sttorage targets instead just on the Ondio. Pointed out by Llorean. by Jens Arnold · 16 years ago
- 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 18 years ago
- ce05add Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps). by Jens Arnold · 18 years ago
- 4995232 Recording countdown timer and repeat timer - see FS #6297 for more details by Martin Scarratt · 18 years ago
- 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
- 8ca99d3 Code Police: Remove tabs throught apps/ . Hopefully no actual code change by Jonathan Gordon · 18 years ago
- 2801a87 Convert the EQ menus by Jonathan Gordon · 18 years ago
- f98c27f Give the file view menu a nice icon by Jonathan Gordon · 18 years ago
- 40a253d Convert the Display menu to the new system. by Jonathan Gordon · 18 years ago
- 5599d68 Icons in the menus. Thanks midkay for them. by Jonathan Gordon · 18 years ago
- 0729b92 Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. by Michael Sevakis · 18 years ago
- 0f5cb94 Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. by Michael Sevakis · 18 years ago
- 661c340 Added inner fill option to normal scrollbar and foreground only option. Added a left-pointing cursor for using pointer. Updated color picker and now sliders look very good on color, grayscale and mono screens when using bar selector. Some misc. changes for appearance. by Michael Sevakis · 18 years ago
- 84bd53e Recording Statusbar: Just shove those icons right by 1 pixel by Martin Scarratt · 18 years ago
- 183499a Recording screen statusbar: Improved channel icon by Paul Louden and improved Q value display for Hardware codec targets by Martin Scarratt · 18 years ago
- fa9dee0 Reverted the recording timer commit, as it has at least 2 major problems. (1) It uses the user timer, which interferes e.g. with backlight fading on H1x0 (and potentially other targets). Using the user timer here is a waste, as the required timing lies in the range of seconds to days. A tick task would be sufficient. (2) It draws to the LCD from within an ISR. This must not be done unless there's a mechanism to ensure it doesn't interfere with the main thread's drawing, otherwise garbage might be displayed and LCD updates might stop working. by Jens Arnold · 18 years ago
- 7ef47ed Recording countdown timer: set timer in recording settings screen (max 1 week countdown), start/pause timer in recording screen by pressing the pause button. If you have a separate record button then this will override the timer and start to record. Icon at bottom right of screen indicates timer is ticking. If you are in the recording screen when the countdown is over, recording will start automatically, if not then the icon will flash to indicate you should return to the recording screen to begin recording. by Martin Scarratt · 18 years ago
- 1ecdbcc Save a few bytes on hwcodec targets... by Magnus Holmgren · 18 years ago
- d7fa569 Improved statusbar icons in recording screen by Davide Gentile by Martin Scarratt · 18 years ago
- 617b67e Display bitrate (Q value for Archos), samplerate, channels and recording format (M = MP3) in the statusbar in the recording screen. This is all new info for archos targets and I-river targets now have this info on the remote as well as the main screen by Martin Scarratt · 18 years ago
- 74a3977 New harddisk icon for units (and remotes) without real harddisk LED. by Jens Arnold · 19 years ago
- 009853f Patch #2711 by Alexander Spyridakis with some changes by me: adds load/save of presets to different files; by Hristo Kovachev · 19 years ago
- 75c3d0b Add support for loadable vkeyboard layouts by Frank Dischner · 19 years ago
- 1e7043a2 Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure by Dave Chapman · 19 years ago
- 548755a Fixed disk icon display in remote status bar on iriver. * Rolled back led.c changes, introducing a changed #if condition only. Reduces code size on targets with real controllable LED. by Jens Arnold · 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
- 1a1abf2 removed old statusbar and buttonbar code by Kevin Ferrare · 19 years ago
- 2c83634 new icons for radio status by Anton Oleynikov · 19 years ago
- 8517ed8 Multi screen support for playlist viewer, some fixes in other gui files by Kevin Ferrare · 19 years ago
- 6c2af7c On popular demand, the arrow cursor is reintroduced by Linus Nielsen Feltzing · 19 years ago
- f43216f Removed the line selector option, it is now always an inverse bar (except for the Player/Studio of course) by Linus Nielsen Feltzing · 19 years ago
- 6c00e38 Icon code cleanup, optimisation & policeing. Removed unused icons. Applied uniform icon naming scheme. by Jens Arnold · 19 years ago
- 0ad617c Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still not 100% complete, but I wanted to commit it before the 2.5 feature freeze by Linus Nielsen Feltzing · 19 years ago
- f894a4c 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and light grey background in splash() boxes. Simplified the splash() box creation as the new graphics core does clipping. Adapted screendump feature and added flexible preprocessing to construct the bmp header. Rockboy now uses 4-grey mode as well. 4-grey support for win32 simulator. Fixed win32 player sim to not use double bitmap conversion via a recorder-like framebuffer, and correctly display double-height text. X11 simulator temporarily adapted. The display won't be distorted, but it still shows b&w only. by Jens Arnold · 19 years ago
- 7e11acb Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations. by Jens Arnold · 19 years ago
- 97a8049 New feature for units that can be powered or charged from USB (Recorder fm/v2, Ondios): USB power mode, based on patch #1110332 by Pieter Bos. This way you can save battery power or even charge the battery (fm/v2) while using your unit near a PC. Hold MODE (Ondio) or F1 (fm/v2) while plugging USB to enter that mode. A tiny USB plug icon will be displayed is the status bar (overridden by the regular power plug icon in case of fm/v2 when the charger is connected). by Jens Arnold · 19 years ago
- a7de2e2 use the 160 pixels wide logo for wider LCDs too (for now at least) by Daniel Stenberg · 19 years ago
- 5690f78 Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. by Jens Arnold · 19 years ago
- 88f3a53 iRiver remote LCD is only 128x64 by Linus Nielsen Feltzing · 19 years ago
- 21aa3b1 IRiver: show logo on startup at remote lcd by Christian Gmeiner · 20 years ago
- f5e7a76 Ondio activity icon changed to MMC/flash symbol (thanks Jens) by Jörg Hohensohn · 20 years ago
- c76fbf7 Ondio: disk indication in the status bar, to compensate for lacking LED by Jörg Hohensohn · 20 years ago
- 9d42e2b Renamed the config variable for the battery display type to battery_display to get it out of the way for the upcoming battery_type setting for the Ondio. Also seems more logical. by Jens Arnold · 20 years ago
- 0ff13c0 Enabled logo display for gmini. by Jens Arnold · 20 years ago
- bfba2d2 bigger Rockbox logo for bigger LCD screen by Daniel Stenberg · 20 years ago
- 42d316e slider_bar was obsolete by Jens Arnold · 20 years ago
- 638dd67 Const'ed the logo, the bitmaps and the credits (optimization for running from ROM) by Jens Arnold · 20 years ago
- 3dc50b0 Fixed the slow status bar update in bug report #727790. by Linus Nielsen Feltzing · 20 years ago
- d69e383 The volume icon is now drawn in the original state the very first time by Linus Nielsen Feltzing · 20 years ago
- be37431 The first fix for bug #898145 was incorrect by Linus Nielsen Feltzing · 20 years ago
- b8a50eb Fixed a glitch in the Recorder status bar volume icon display, bug #898145 by Linus Nielsen Feltzing · 20 years ago
- 025cba47 removed extra ';' by Daniel Stenberg · 20 years ago
- fb00c21 Plugin/file type association system. Patch #879411 by Henrik Backe by Björn Stenberg · 20 years ago
- 2a3aab6 preparation for the JPEG viewer by Jörg Hohensohn · 21 years ago
- a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
- 1707fd9 icons for .ch8, .rvf by Jörg Hohensohn · 21 years ago
- 34a4111 Battery meter now shows '?' after boot instead of nothing at all. by Björn Stenberg · 21 years ago
- 987b553 chip icon for UCL files by Jörg Hohensohn · 21 years ago
- ba371fb Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 21 years ago
- 942bc94 Only redraw the status line when info actually changed. by Björn Stenberg · 22 years ago
- 2e638cf CP: no tabs, 4-level indent. by Daniel Stenberg · 22 years ago
- 5e44a56 disable charge control for FM by Uwe Freese · 22 years ago
- 89a1806 fix for another sim error by Uwe Freese · 22 years ago
- 012d1d5 display graphic batt. animation instead of numerical 0,34,68,100 when charging by Uwe Freese · 22 years ago
- 0afe4ff New repeat and repeat-one icons by Linus Nielsen Feltzing · 22 years ago
- 5a9e892 battery/volume status can be displayed numerically by Robert Hak · 22 years ago
- 22a7a2d Added 12 hour clock to status bar on recorders. by Markus Braun · 22 years ago
- 6e9d574 Removed the 'repeat off' icon. by Björn Stenberg · 22 years ago
- 96d0f05 Removed icon sketch by Björn Stenberg · 22 years ago
- 7e23c70 Added repeat-one icon for recorders. by Björn Stenberg · 22 years ago
- b763822 Added new icons for .cfg and .txt files by Björn Stenberg · 22 years ago
- a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
- 1715b27 Added a flag icon for language files. by Björn Stenberg · 22 years ago
- 86f9a84 Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing. by Björn Stenberg · 22 years ago
- bed3d3f New full ISO-8859-1 system font. by Björn Stenberg · 22 years ago
- 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 22 years ago
- 0ad2010 Added dir filter toggle (mp3/m3u) to F2 quick-set screen. by Björn Stenberg · 22 years ago
- abe11fd Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c by Björn Stenberg · 22 years ago
- 146ad6d added better WPS icon and an icon for mod/ajz files by Eric Linenberg · 22 years ago
- 1a682be Renamed "wps.config" to "default.wps". by Björn Stenberg · 22 years ago
- 4e4dfc0 Fixed time display in statusbar. by Markus Braun · 22 years ago
- b847a7b Added status_draw() to set_playmode(). by Björn Stenberg · 22 years ago
- 257a2f8 Changed the lcd_drawrect() api. No longer use the *_PIXEL macros. by Markus Braun · 22 years ago
- c7aaca4 Make use of the fixed lcd_getstringsize() for prop fonts. by Markus Braun · 22 years ago
- 11d208c calculate the string width for numerical volume display and time display in by Markus Braun · 22 years ago
- f385e36 Getting a few pixels more filename display width by using a smaller cursor icon by Björn Stenberg · 22 years ago
- 5ba6f01 Code makeup by Björn Stenberg · 22 years ago
- f150d99 fixed display of 100% volume level by Markus Braun · 22 years ago
- d23591d Killed warning by Björn Stenberg · 22 years ago
- 9bf86f7 Volume is shown numerical after a change by Markus Braun · 22 years ago
- 709382c Power plug is shown when charger is attached and blinking when charging is enabled by Markus Braun · 22 years ago
- de8fbf0 Added status bar to file browser and wps by Markus Braun · 22 years ago
- d5dda2c slider bar is now available by Robert Hak · 22 years ago
- fc9aff3 Selector was already the cursor image, so I removed the duplicate by Daniel Stenberg · 22 years ago
- c72061e nicer cursor and a folder bitmap that is horizontally aligned with the file one by Daniel Stenberg · 22 years ago