log src/audacious/tuple.h @ 4779:aa79a84627b9

age author description
Mon, 19 May 2008 01:29:46 +0300 Matti Hamalainen Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
Mon, 31 Mar 2008 05:59:24 +0300 Matti Hamalainen Some stupid header cleanups.
Mon, 17 Dec 2007 21:56:17 +0900 Yoshiki Yazawa - introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
Tue, 04 Dec 2007 03:26:29 +0300 Eugene Zagidullin added new tuple field FIELD_BITRATE
Sun, 25 Nov 2007 02:07:20 +0300 Eugene Zagidullin icon, codec and quality info added to file info box. Added new tuple field FIELD_MIMETYPE used for icon resolving
Tue, 25 Sep 2007 22:34:52 +0300 Matti Hamalainen Implement selective adding of subtunes.
Tue, 18 Sep 2007 23:57:03 +0300 Matti Hamalainen Backed out changeset de0207940477 trunk
Tue, 18 Sep 2007 23:53:57 +0300 Matti Hamalainen Added a special Tuple struct member for passing subtune indexes to the trunk
Tue, 18 Sep 2007 19:00:07 +0200 Giacomo Lozito - subtune handling is now done in playlist core, using tuple fields subsong-id and subsong-num (requires subtune-able plugins to be updated) trunk
Fri, 07 Sep 2007 06:42:00 +0300 Matti Hamalainen Added types to base tuples. trunk
Wed, 05 Sep 2007 10:09:11 +0300 Matti Hamalainen Added "date" field to basic fields. trunk
Sat, 01 Sep 2007 07:08:21 +0300 Matti Hamalainen Tuple handling API changed to include support for "hardcoded" fields. trunk
Thu, 30 Aug 2007 23:41:33 +0300 Matti Hamalainen Added Tuplez compiler (not used yet, though) and some related changes in trunk
Sat, 11 Aug 2007 12:03:56 +0200 Giacomo Lozito defined a tuple_free for tuple namespace consistency trunk
Fri, 10 Aug 2007 15:14:20 +0200 Christian Birchinger Make filename a const trunk
Fri, 10 Aug 2007 14:39:42 +0200 Christian Birchinger Add tuple_new_from_filename() which creates a new tuple with file-name, file-path and file-ext. trunk
Thu, 09 Aug 2007 03:13:01 -0500 William Pitcock Tuple API try 1. trunk