summaryrefslogtreecommitdiff
path: root/apps/tree.c (follow)
Commit message (Expand)AuthorAge
...
* Added check for missing .rockbox directory to playlist code.Henrik Backe2004-09-10
* Warning if .rockbox is missingHenrik Backe2004-09-05
* .rockbox browse fixes, based on patch #861278 by Brian King: (1) Leaving the ...Jens Arnold2004-08-28
* Bug fix: The splash displayed when trying to soft power off with the charger ...Jens Arnold2004-08-28
* Const policed pointer arguments to functions, part 3Jens Arnold2004-08-18
* More const policeing step 2Jens Arnold2004-08-01
* First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing2004-07-26
* Act on the button-down event for the clean shutdown, and show the charging sp...Linus Nielsen Feltzing2004-07-26
* The call to shutdown_screen() is only for recorder modelsLinus Nielsen Feltzing2004-07-25
* ask_resume() now only reacts on button release eventsLinus Nielsen Feltzing2004-07-25
* New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing2004-07-24
* Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2004-07-19
* Added bookmark icon for the Player/StudioLinus Nielsen Feltzing2004-07-14
* The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing2004-06-27
* sort options for files & directoriesJörg Hohensohn2004-06-22
* infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn2004-06-20
* Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg2004-05-21
* preparation for the JPEG viewerJörg Hohensohn2004-05-12
* talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 exten...Jörg Hohensohn2004-04-10
* A not so very elegant fix for bug #918063Linus Nielsen Feltzing2004-04-09
* Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any m...Jörg Hohensohn2004-04-06
* warning and simulator build fixJörg Hohensohn2004-04-04
* Voice UI: option to spell dirs/files, say (known) extension with file number,...Jörg Hohensohn2004-04-04
* bugfix for changing position/directory during the talkbox "hover" timeoutJörg Hohensohn2004-03-31
* removed a warningJörg Hohensohn2004-03-29
* hovering talkbox clips are played after a 1 sec timeout, to avoid constant di...Jörg Hohensohn2004-03-28
* Step 4 of voice UI:Jörg Hohensohn2004-03-27
* Use same path buffer when recursively creating playlistHardeep Sidhu2004-03-21
* Adds USB detection on changed bootfile questionHenrik Backe2004-03-21
* Fixed the font problem reported by Mark Bright, cleaning up some code in the ...Linus Nielsen Feltzing2004-03-17
* Fixed player build problem caused by the button bar changesLinus Nielsen Feltzing2004-03-17
* The tree view is now correctly restored after a button bar changeLinus Nielsen Feltzing2004-03-17
* First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing2004-03-16
* First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing2004-03-12
* Moved Create Directory to the ON+Play menuLinus Nielsen Feltzing2004-03-11
* New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing2004-01-21
* Check USB before resumingBjörn Stenberg2004-01-20
* Don't start wps from rockbox_browse().Hardeep Sidhu2004-01-18
* Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg2004-01-14
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
* fix by Alex PleinerJörg Hohensohn2004-01-06
* icons for .ch8, .rvfJörg Hohensohn2003-12-22
* handle_on() depends on the presence of an ON buttonDaniel Stenberg2003-12-15
* the video player plugin and file the type / plugin API for itJörg Hohensohn2003-12-15
* Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg2003-12-12
* Fixed incorrect #ifdef for .ucl and .ajz filesHardeep Sidhu2003-12-11
* table-driven internal handling of file types, so we can have many of themJörg Hohensohn2003-12-07
* Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg2003-12-04
* Set font before resume.Björn Stenberg2003-11-26
* s/stricmp/strcasecmp/Björn Stenberg2003-11-24