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