log src/audacious/ui_fileinfopopup.h @ 4557:2eee464379dc

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)
Sun, 14 Oct 2007 21:04:46 -0500 William Pitcock export the fileinfopopup API.
Fri, 10 Aug 2007 05:22:35 -0500 William Pitcock audacious-core: convert to tuple-ng, remove titlestring API. trunk
Sun, 24 Jun 2007 05:34:11 -0500 William Pitcock Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b trunk
Sat, 23 Jun 2007 22:38:15 -0500 William Pitcock BSD relicensing (pass 3). trunk
Tue, 23 Jan 2007 16:43:13 -0800 giacomo [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams) trunk
Tue, 16 Jan 2007 10:33:13 -0800 giacomo [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins) trunk