summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
AgeCommit message (Expand)Author
2021-09-17Database: Fix tag_albumartist; new tag_virt_canonicalartist.James D. Smith
2021-03-04Check core max allocations for valid handleWilliam Wilgus
2021-02-17Fix playback queue bug when "Insert Next" is used with multiple songs at onceChristian Soffke
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus
2019-08-02tagtree add %reload to allow hot reloading of tagnavi configWilliam Wilgus
2019-07-10tagtree.c->loadroot() guard against overflowWilliam Wilgus
2018-10-18Fix menu warningsWilliam Wilgus
2017-02-10Fix tagtree from blowing up when its buffer movesMichael Sevakis
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2014-01-15tagtree: Use strnatcasecmp() for the database browser too.Thomas Martitz
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis
2013-07-12Fix whitespace in files for following commit.Michael Sevakis
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz
2011-08-04FS#12132 patch 8: retrieve_entries: Decrease binsize by reenablingMichael Hohmuth
2011-08-04Database: Fix array-bounds calculation when applying a format usingMichael Hohmuth
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz
2011-07-31FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"Michael Hohmuth
2011-07-31FS#12132 patch 6, part 1: tagnavi.config: Add support for stringMichael Hohmuth
2011-07-18Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz
2011-07-18Introduce bsearch() and use it in tagtree.c.Thomas Martitz
2011-06-23Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen
2011-06-20tagtree: Refactor memory allocation to local functions.Thomas Martitz
2011-06-20Move struct search_instruction into struct menu root, as they're not allocate...Thomas Martitz
2011-06-14Prevent out-of-bounds array access when a tagnavi config file defines too man...Michael Hohmuth
2011-06-01FS#12065 - Fix two regressions introduced with r26192 (FS#10976 /Michael Hohmuth
2011-05-31Accept FS#12136: Save some binsize in tagtree.c. Thanks to sideral for testing.Nils Wallménius
2011-05-10tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.Michael Hohmuth
2011-04-30Don't (partially) apply changes to max entries in the file browser immediatel...Magnus Holmgren
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis
2011-02-08Do not update resume information and do not log statistics when aMichael Hohmuth
2011-01-17Fix player becoming unresponsive on Stop / Pause in some cases.Dominik Riebeling
2011-01-02Blind commit a 'fix' for automatic resume on HWCODEC since I don't understand...Michael Giacomelli
2011-01-02Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...Michael Giacomelli
2010-11-16Accept FS#11722 by Michael HohmuthJonathan Gordon
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz
2010-05-20accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...Jonathan Gordon
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2009-12-21Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...Jonathan Gordon
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode
2009-10-31FS#10739: playback.c code splitJeffrey Goode
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz
2009-08-20Fix displaying of the database browser's progress splash so that it works as ...Thomas Martitz
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz
2009-07-14FS#10080Nils Wallménius
2009-06-20A bunch of stability fixes into tagcache engine and database browser. Mainly ...Miika Pekkarinen
2009-06-03Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone
2009-05-30Rename struct root_menu and the global int root_menu to avoid clashes with #i...Thomas Martitz