summaryrefslogtreecommitdiff
path: root/apps/tagtree.c (follow)
Commit message (Expand)AuthorAge
* Fix menu warningsWilliam Wilgus2018-10-18
* Fix tagtree from blowing up when its buffer movesMichael Sevakis2017-02-10
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* Implement time-based resume and playback start.Michael Sevakis2014-03-10
* tagtree: Use strnatcasecmp() for the database browser too.Thomas Martitz2014-01-15
* Get rid of some superfluous single-purpose functions in playback.Michael Sevakis2013-07-13
* Fix whitespace in files for following commit.Michael Sevakis2013-07-12
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* FS#12132 patch 8: retrieve_entries: Decrease binsize by reenablingMichael Hohmuth2011-08-04
* Database: Fix array-bounds calculation when applying a format usingMichael Hohmuth2011-08-04
* Cleanup tree.c cache handling a bit.Thomas Martitz2011-08-03
* FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"Michael Hohmuth2011-07-31
* FS#12132 patch 6, part 1: tagnavi.config: Add support for stringMichael Hohmuth2011-07-31
* Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz2011-07-18
* Introduce bsearch() and use it in tagtree.c.Thomas Martitz2011-07-18
* Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen2011-06-23
* tagtree: Refactor memory allocation to local functions.Thomas Martitz2011-06-20
* Move struct search_instruction into struct menu root, as they're not allocate...Thomas Martitz2011-06-20
* Prevent out-of-bounds array access when a tagnavi config file defines too man...Michael Hohmuth2011-06-14
* FS#12065 - Fix two regressions introduced with r26192 (FS#10976 /Michael Hohmuth2011-06-01
* Accept FS#12136: Save some binsize in tagtree.c. Thanks to sideral for testing.Nils Wallménius2011-05-31
* tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.Michael Hohmuth2011-05-10
* Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren2011-04-30
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* Do not update resume information and do not log statistics when aMichael Hohmuth2011-02-08
* Fix player becoming unresponsive on Stop / Pause in some cases.Dominik Riebeling2011-01-17
* Blind commit a 'fix' for automatic resume on HWCODEC since I don't understand...Michael Giacomelli2011-01-02
* Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...Michael Giacomelli2011-01-02
* Accept FS#11722 by Michael HohmuthJonathan Gordon2010-11-16
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* 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