changeset | 0ddbd0025174 |
---|---|
branch | default |
bookmark | |
tag | tip |
user | Yoshiki Yazawa <[email protected]> |
description | added libaudtag. (not used yet.) |
files | src/Makefile src/libaudtag/Makefile src/libaudtag/aac/aac.c src/libaudtag/aac/aac.h src/libaudtag/ape/ape.c src/libaudtag/ape/ape.h src/libaudtag/audtag.c src/libaudtag/audtag.h src/libaudtag/id3/frame.h src/libaudtag/id3/id3v1.c |
changeset | 54b4f7aaca24 |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | - renamed auxiliary files - tweaked libid3tag/Makefile |
files | Makefile applications/audacious.desktop.in applications/audlegacy.desktop.in audacious.desktop configure.ac man/Makefile man/audacious.1.in man/audlegacy.1.in pixmaps/Makefile pixmaps/audacious.png |
changeset | c058fc4d6968 |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | should not use gtk_file_chooser_set_filename() if file does not exist |
files | src/audlegacy/legacy/ui_equalizer.c src/audlegacy/legacy/ui_playlist.c |
changeset | f1fc1d973f27 |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | imported new plugin enumeration loop. |
files | src/audlegacy/pluginenum.c |
changeset | f8e00917d6cc |
---|---|
branch | |
bookmark | |
tag | |
user | Yoshiki Yazawa <[email protected]> |
description | fix dbus glitch |
files | src/audlegacy/dbus.h |
changeset | d3af4699043f |
---|---|
branch | |
bookmark | |
tag | |
user | William Pitcock <[email protected]> |
description | equalizer: Fix incorrect math in equalizer_flow_set_bands(). (Closes: #70) |
files | src/audlegacy/equalizer_flow.c |
changeset | a74ccf27f8f2 |
---|---|
branch | |
bookmark | |
tag | |
user | William Pitcock <[email protected]> |
description | Better Altivec support. |
files | acinclude.m4 |
changeset | 1127ed19b368 |
---|---|
branch | |
bookmark | |
tag | |
user | John Lindgren <[email protected]> |
description | Add a "playlist load" trigger so that non-existant CD tracks can be removed |
files | src/audlegacy/playlist.c |
changeset | 012b478a282f |
---|---|
branch | |
bookmark | |
tag | |
user | John Lindgren <[email protected]> |
description | First step in fixing hang-ups when playing a CD. |
files | src/audlegacy/auddrct.c |
changeset | a3cf163c772b |
---|---|
branch | |
bookmark | |
tag | |
user | John Lindgren <[email protected]> |
description | Set window type hint on preferences and open dialogs (fixes #36) |
files | src/audlegacy/ui_fileopener.c |