index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
tagtree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-10
/
+0
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-1
/
+1
2019-08-02
tagtree add %reload to allow hot reloading of tagnavi config
William Wilgus
1
-18
/
+124
2019-07-10
tagtree.c->loadroot() guard against overflow
William Wilgus
1
-0
/
+3
2018-10-18
Fix menu warnings
William Wilgus
1
-4
/
+4
2017-02-10
Fix tagtree from blowing up when its buffer moves
Michael Sevakis
1
-1
/
+6
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-6
/
+8
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-5
/
+15
2014-01-15
tagtree: Use strnatcasecmp() for the database browser too.
Thomas Martitz
1
-1
/
+14
2013-07-13
Get rid of some superfluous single-purpose functions in playback.
Michael Sevakis
1
-26
/
+45
2013-07-12
Fix whitespace in files for following commit.
Michael Sevakis
1
-207
/
+207
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-48
/
+181
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
1
-2
/
+10
2011-08-04
FS#12132 patch 8: retrieve_entries: Decrease binsize by reenabling
Michael Hohmuth
1
-27
/
+34
2011-08-04
Database: Fix array-bounds calculation when applying a format using
Michael Hohmuth
1
-4
/
+5
2011-08-03
Cleanup tree.c cache handling a bit.
Thomas Martitz
1
-10
/
+12
2011-07-31
FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"
Michael Hohmuth
1
-0
/
+1
2011-07-31
FS#12132 patch 6, part 1: tagnavi.config: Add support for string
Michael Hohmuth
1
-28
/
+48
2011-07-18
Revert "Introduce bsearch() and use it in tagtree.c."
Thomas Martitz
1
-69
/
+65
2011-07-18
Introduce bsearch() and use it in tagtree.c.
Thomas Martitz
1
-65
/
+69
2011-06-23
Fixed a regression caused in r30021: tagnavi_custom.config parsing
Miika Pekkarinen
1
-1
/
+7
2011-06-20
tagtree: Refactor memory allocation to local functions.
Thomas Martitz
1
-18
/
+32
2011-06-20
Move struct search_instruction into struct menu root, as they're not allocate...
Thomas Martitz
1
-16
/
+12
2011-06-14
Prevent out-of-bounds array access when a tagnavi config file defines too man...
Michael Hohmuth
1
-0
/
+6
2011-06-01
FS#12065 - Fix two regressions introduced with r26192 (FS#10976 /
Michael Hohmuth
1
-6
/
+7
2011-05-31
Accept FS#12136: Save some binsize in tagtree.c. Thanks to sideral for testing.
Nils Wallménius
1
-68
/
+91
2011-05-10
tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.
Michael Hohmuth
1
-6
/
+18
2011-04-30
Don't (partially) apply changes to max entries in the file browser immediatel...
Magnus Holmgren
1
-1
/
+1
2011-02-23
Give playback engine better control over the codec. Codec simply follows comm...
Michael Sevakis
1
-6
/
+3
2011-02-08
Do not update resume information and do not log statistics when a
Michael Hohmuth
1
-3
/
+8
2011-01-17
Fix player becoming unresponsive on Stop / Pause in some cases.
Dominik Riebeling
1
-1
/
+1
2011-01-02
Blind commit a 'fix' for automatic resume on HWCODEC since I don't understand...
Michael Giacomelli
1
-2
/
+8
2011-01-02
Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...
Michael Giacomelli
1
-22
/
+62
2010-11-16
Accept FS#11722 by Michael Hohmuth
Jonathan Gordon
1
-0
/
+3
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
1
-1
/
+1
2010-05-20
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...
Jonathan Gordon
1
-0
/
+6
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+1
2009-12-21
Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...
Jonathan Gordon
1
-2
/
+1
2009-11-03
Comment out LOGF_ENABLE defines everywhere, replace evil comments
Jeffrey Goode
1
-1
/
+1
2009-10-31
FS#10739: playback.c code split
Jeffrey Goode
1
-1
/
+0
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
1
-2
/
+4
2009-08-20
Fix displaying of the database browser's progress splash so that it works as ...
Thomas Martitz
1
-20
/
+20
2009-08-12
Make kbd_input() show a cancel splash to indicate user abort better and for b...
Thomas Martitz
1
-1
/
+1
2009-07-14
FS#10080
Nils Wallménius
1
-9
/
+8
2009-06-20
A bunch of stability fixes into tagcache engine and database browser. Mainly ...
Miika Pekkarinen
1
-29
/
+39
2009-06-03
Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...
Andrew Mahone
1
-3
/
+3
2009-05-30
Rename struct root_menu and the global int root_menu to avoid clashes with #i...
Thomas Martitz
1
-17
/
+17
2009-05-30
Move enum table into tagtree.c as it's not used elsewhere and switch to upper...
Thomas Martitz
1
-28
/
+35
2009-05-21
Remove some unused declarations
Bertrik Sikken
1
-1
/
+0
2009-03-08
Yet more #include cleanups
Bertrik Sikken
1
-0
/
+1
[next]