summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-02Optimised new file association handling. Fixed NULL pointer accesses. Const p...Jens Arnold1-29/+32
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe1-23/+23
2005-09-02The start-in-record-screen option now has priority over the resume-on-startup...Linus Nielsen Feltzing1-5/+6
2005-09-01On popular demand, the arrow cursor is reintroducedLinus Nielsen Feltzing1-5/+7
2005-08-30Removed the line selector option, it is now always an inverse bar (except for...Linus Nielsen Feltzing1-7/+5
2005-08-30Added ID3 database support for individual tracks in the context menuLinus Nielsen Feltzing1-6/+14
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-1/+1
2005-08-24Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...Jens Arnold1-21/+21
2005-08-17Undo my previous commit and do the same with a parantheses change in filetree.cJonas Häggqvist1-2/+1
2005-08-17Don't show dirs when browsing WPS files, .cfg files, fonts, languages and fir...Jonas Häggqvist1-1/+2
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-3/+3
2005-07-04moved rundb_init back to main, it has to be inited after audio_init, also, it...Michiel Van Der Kolk1-1/+0
2005-07-02New option to enable/disable the runtime database. Moved the runtimedb init t...Jens Arnold1-1/+4
2005-06-29Player fixup: Reset double font height before resuming.Jens Arnold1-1/+3
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough1-90/+15
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-2/+1
2005-06-26Patch #1218188 by Konstantin Isakov: Don't wrap around scroll in file-browser...Jonas Häggqvist1-0/+6
2005-06-26Quick menu for iRiver: A long press on the PLAY key in the browser or the WP...Christi Scarborough1-3/+6
2005-06-26Fix broken Ondio bulidsChristi Scarborough1-0/+2
2005-06-26OoopsChristi Scarborough1-1/+1
2005-06-26Resume behaviour. Resume setting renamed to 'Resume on Startup'. Pressing t...Christi Scarborough1-11/+11
2005-06-23Henrik Backes patch for WPS and tag database context menus. Tag database cont...Linus Nielsen Feltzing1-5/+25
2005-06-22Make the simulator builds know about software poweroff, for more consistent b...Jens Arnold1-2/+2
2005-06-20cpu_boost(true) was called twice.Miika Pekkarinen1-1/+1
2005-06-20Patch #1223219 by Dave Wiard - Add all supported audio files with Create Play...Linus Nielsen Feltzing1-25/+42
2005-06-18Proper MPEG layer 1 support.Jens Arnold1-0/+1
2005-06-13Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant1-0/+1
2005-06-12Remove TREE_RC_ENTER, it was redundantMarcoen Hirschberg1-3/+0
2005-06-12Make remote-control code more completeMarcoen Hirschberg1-3/+28
2005-06-12Add remote control support to tree and menu. Move defines from wps.c to wps.hMarcoen Hirschberg1-0/+3
2005-06-11center-scrolling: start scrolling when the cursor is at 2/3 of the screen. Th...Marcoen Hirschberg1-2/+7
2005-06-11Add .a52 and .mpc to supported list of audio filesDave Chapman1-0/+2
2005-06-11First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...Dave Chapman1-0/+1
2005-06-07First attempt at codecflac.cDave Chapman1-0/+1
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold1-5/+0
2005-05-17Added the 'only return to root if current dir no longer exists' functionality...Jens Arnold1-4/+3
2005-05-17Save some code for Ondio.Jens Arnold1-1/+1
2005-05-16Forgot to add the 'not always back to root' feature for menu and quickscreens...Jens Arnold1-3/+3
2005-05-16Browser enhancements: (all) Only go back to the root dir after USB mode if th...Jens Arnold1-13/+13
2005-05-14Bugfixes: (all) Don't try to build the directory list when showdir() returns ...Jens Arnold1-16/+23
2005-05-05Hotswap support in file browser: Don't reload the root dir if not in the root...Jens Arnold1-3/+10
2005-05-02Bugfix: Correctly compose path to _dirname.talk for dirs located in the root....Jens Arnold1-1/+2
2005-04-26Restructurizing database code, seperating database code from dbtree code,Michiel Van Der Kolk1-3/+3
2005-04-26ID3DB: Reload database when returning from USB mode. Fixed reload_root issue ...Jens Arnold1-1/+13
2005-04-07Temp fix to allow playlist creation with .ogg, .wav and .wma filesLinus Nielsen Feltzing1-0/+6
2005-04-06Connected my brainLinus Nielsen Feltzing1-1/+1
2005-04-06Added the IS_SYSEVENT() macroLinus Nielsen Feltzing1-1/+1
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing1-1/+2
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-6/+6
2005-03-31Better #ifdef for the RoLo functionalityLinus Nielsen Feltzing1-2/+2