summaryrefslogtreecommitdiffstats
path: root/apps/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-13Removed remnants of buttonbar code for units without recorder keypad.Jens Arnold1-1/+3
2005-01-02Prevent entering the menu when returning from a subroutine with MODE-repeat e...Jens Arnold1-0/+4
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-0/+7
2004-12-07Patch #911756 by Steve Cundari, bookmark follows repositioned MP3 fileLinus Nielsen Feltzing1-1/+22
2004-10-24Leave sub-browsers after returning from usb mode, to avoid confusing display ...Jens Arnold1-2/+16
2004-10-24Fixes: (1) Selecting previous file/dir via remote in browser works again (typ...Jens Arnold1-7/+23
2004-10-21Improvement for talking filenames: While loading the directory, already cache...Jörg Hohensohn1-37/+128
2004-10-14Proper fix for TREE_RUN trailing release eventBjörn Stenberg1-4/+5
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing1-11/+15
2004-10-11Ignore leftover release events when starting secondary file browser.Björn Stenberg1-0/+4
2004-10-09Removed button bar for devices with no F buttons (Ondio)Jens Arnold1-0/+2
2004-10-06patch #978765 by Carsten Tschach, new option for voice filenames: every file ...Jörg Hohensohn1-36/+82
2004-10-05Don't check BUTTON_REL on SYS_ eventsLinus Nielsen Feltzing1-4/+3
2004-10-05Don't accept press events as dialog answer.Björn Stenberg1-2/+4
2004-10-05Ondio menu hack removedJörg Hohensohn1-7/+0
2004-10-05Flattened browser button code more. TREE_SHIFT removed. OnPlay menu is now av...Björn Stenberg1-159/+87
2004-10-02Moved Ondio main menu hack in order to properly browse fonts, langs, rocks an...Jens Arnold1-0/+7
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-1/+1
2004-09-19On+play menu now activates on play releaseBjörn Stenberg1-2/+2
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-66/+49
2004-09-10Added check for missing .rockbox directory to playlist code.Henrik Backe1-6/+13
2004-09-05Warning if .rockbox is missingHenrik Backe1-0/+11
2004-08-28.rockbox browse fixes, based on patch #861278 by Brian King: (1) Leaving the ...Jens Arnold1-13/+20
2004-08-28Bug fix: The splash displayed when trying to soft power off with the charger ...Jens Arnold1-2/+2
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-8/+9
2004-08-01More const policeing step 2Jens Arnold1-2/+2
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-18/+12
2004-07-26Act on the button-down event for the clean shutdown, and show the charging sp...Linus Nielsen Feltzing1-4/+4
2004-07-25The call to shutdown_screen() is only for recorder modelsLinus Nielsen Feltzing1-1/+1
2004-07-25ask_resume() now only reacts on button release eventsLinus Nielsen Feltzing1-2/+6
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-10/+10
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold1-3/+1
2004-07-14Added bookmark icon for the Player/StudioLinus Nielsen Feltzing1-3/+1
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-4/+0
2004-06-22sort options for files & directoriesJörg Hohensohn1-3/+35
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn1-0/+1
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg1-92/+41
2004-05-12preparation for the JPEG viewerJörg Hohensohn1-0/+6
2004-04-10talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 exten...Jörg Hohensohn1-2/+1
2004-04-09A not so very elegant fix for bug #918063Linus Nielsen Feltzing1-0/+6
2004-04-06Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any m...Jörg Hohensohn1-0/+1
2004-04-04warning and simulator build fixJörg Hohensohn1-1/+1
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file number,...Jörg Hohensohn1-20/+44
2004-03-31bugfix for changing position/directory during the talkbox "hover" timeoutJörg Hohensohn1-1/+2
2004-03-29removed a warningJörg Hohensohn1-1/+0
2004-03-28hovering talkbox clips are played after a 1 sec timeout, to avoid constant di...Jörg Hohensohn1-10/+24
2004-03-27Step 4 of voice UI:Jörg Hohensohn1-1/+73
2004-03-21Use same path buffer when recursively creating playlistHardeep Sidhu1-6/+14
2004-03-21Adds USB detection on changed bootfile questionHenrik Backe1-2/+20
2004-03-17Fixed the font problem reported by Mark Bright, cleaning up some code in the ...Linus Nielsen Feltzing1-23/+15