summaryrefslogtreecommitdiff
path: root/apps/tree.c
AgeCommit message (Expand)Author
2006-03-04Fixed a crash in the playlist creation, plus revised the output during the cr...Linus Nielsen Feltzing
2006-02-07Fixed a few warningsHristo Kovachev
2006-02-05Added a cache for playlist control commands. On non-dircache systems, behavi...Hardeep Sidhu
2006-02-02Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman
2005-12-05kill gcc4 warningsDaniel Stenberg
2005-11-22Adapted and commited Markus Kaufhold's remote hold icon on statusbar patch fo...Kevin Ferrare
2005-11-22Added multi-screen support for quickscreen (mostly rewritten from scratch) an...Kevin Ferrare
2005-11-21Fixed crash with early USB. The USB screen already uses some of the new GUI c...Jens Arnold
2005-11-19iPod: First attempt to implement sensible button mappings. Changes to all ta...Dave Chapman
2005-11-18Missing file headers put back. Code within 80 cols. Code policed indentingDaniel Stenberg
2005-11-18generic multi-screen support for yes/no screens (like the one when reseting s...Kevin Ferrare
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough
2005-11-16show/hide icons now works properly in playlist viewerKevin Ferrare
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman
2005-11-09Replaced the common for(i = 0; i < NB_SCREENS; i++) loop with a macro that ju...Jens Arnold
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare
2005-11-02Correctly clear the screen(s) after a dircache build - this fixes the I04 err...Dave Chapman
2005-11-02*** empty log message ***Kevin Ferrare
2005-11-01Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ...Kevin Ferrare
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman
2005-10-31Corrected a small bug about status bar not refreshing the clock in menus on a...Kevin Ferrare
2005-10-30Partial menus support on remote (only browsing is working, changing option is...Kevin Ferrare
2005-10-29Some changes to the remote code : some one lines function turned into macros ...Kevin Ferrare
2005-10-28Changed some fn names, also corrected a bug with fonts and made the filetree ...Kevin Ferrare
2005-10-28H1x0: Fixed the non-working Stop in the file browser. Ondios: Added the same ...Jens Arnold
2005-10-28Initial multi screen support by Kévin Ferrare (Patch #1318081)Linus Nielsen Feltzing
2005-10-20Now correctly interrupting the dircache rebuilding.Miika Pekkarinen
2005-10-19Eliminated the warnings.Miika Pekkarinen
2005-10-19Do a transparent dircache rebuilding even if the rebuilding wasMiika Pekkarinen
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman
2005-09-14The database is now always synched when entering USB mode or shutting down, a...Linus Nielsen Feltzing
2005-09-02Optimised new file association handling. Fixed NULL pointer accesses. Const p...Jens Arnold
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe
2005-09-02The start-in-record-screen option now has priority over the resume-on-startup...Linus Nielsen Feltzing
2005-09-01On popular demand, the arrow cursor is reintroducedLinus Nielsen Feltzing
2005-08-30Removed the line selector option, it is now always an inverse bar (except for...Linus Nielsen Feltzing
2005-08-30Added ID3 database support for individual tracks in the context menuLinus Nielsen Feltzing
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-24Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...Jens Arnold
2005-08-17Undo my previous commit and do the same with a parantheses change in filetree.cJonas Häggqvist
2005-08-17Don't show dirs when browsing WPS files, .cfg files, fonts, languages and fir...Jonas Häggqvist
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold
2005-07-04moved rundb_init back to main, it has to be inited after audio_init, also, it...Michiel Van Der Kolk
2005-07-02New option to enable/disable the runtime database. Moved the runtimedb init t...Jens Arnold
2005-06-29Player fixup: Reset double font height before resuming.Jens Arnold
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold