summaryrefslogtreecommitdiff
path: root/apps/tagtree.c (follow)
Commit message (Expand)AuthorAge
* accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...Jonathan Gordon2010-05-20
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...Jonathan Gordon2009-12-21
* Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2009-11-03
* FS#10739: playback.c code splitJeffrey Goode2009-10-31
* Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2009-10-20
* Fix displaying of the database browser's progress splash so that it works as ...Thomas Martitz2009-08-20
* Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz2009-08-12
* FS#10080Nils Wallménius2009-07-14
* A bunch of stability fixes into tagcache engine and database browser. Mainly ...Miika Pekkarinen2009-06-20
* Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone2009-06-03
* Rename struct root_menu and the global int root_menu to avoid clashes with #i...Thomas Martitz2009-05-30
* Move enum table into tagtree.c as it's not used elsewhere and switch to upper...Thomas Martitz2009-05-30
* Remove some unused declarationsBertrik Sikken2009-05-21
* Yet more #include cleanupsBertrik Sikken2009-03-08
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon2008-10-16
* add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts2008-10-07
* dont let the database create a new playlist when party mode is on. (fixes FS#...Jonathan Gordon2008-08-19
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken2008-07-03
* fix FS#9104 - Database sorting does not work on un-filtered list Robert Kukla2008-07-01
* very minor code police. also fix a possible but unlikely missed cpu_boost(false)Jonathan Gordon2008-06-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius2008-05-01
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Updated use of events.h header file.Bertrik Sikken2008-04-27
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* Renamed remove_all_tracks to playlist_remove_all_tracks to make it consistent...Bertrik Sikken2008-04-20
* It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon2008-03-17
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16
* Fixed red. HWCODEC platforms still use the old api.Miika Pekkarinen2008-03-07
* Rewritten playback event handling. Should fix runtime statistics gathering.Miika Pekkarinen2008-03-07
* Fix sim builds.Barry Wardell2008-02-27
* More improvement to the display of Searching... splashes in the tagtree:Barry Wardell2008-02-27
* Remove the annoying 'Searching...0 tracks found' splash on Sansa when using t...Barry Wardell2008-02-26
* fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla2008-02-12
* FS#8375 - Fix division by zero using the random database selection in a near-...Steve Bavin2008-01-03
* FS#6960 - Add random selection option to database, by Mark Reiche. This satis...Steve Bavin2007-12-21
* revise commit r15463 - we still get the immediate display of runtime data in ...Robert Kukla2007-11-23
* Fixed compile errors with logf enabled.Miika Pekkarinen2007-11-23
* Fix for FS#8082:Robert Kukla2007-11-04
* Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin2007-10-31
* some improvements to FS#8008 - see tracker entry for detailsRobert Kukla2007-10-30
* rework my previous commit (FS#8008) to be able to work for any of the strings...Jonathan Gordon2007-10-29
* fix yellowJonathan Gordon2007-10-29
* Accept FS#8008 - allows the current artist or album to be used in databse sea...Jonathan Gordon2007-10-29
* Add support for grouping tags. From FS#7362.Dan Everton2007-08-08
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05