log src/xs_fileinfo.c @ 983:04dde987c0aa

age author description
Fri, 09 Nov 2012 04:37:25 +0200 Matti Hamalainen Move some code to xs_backend.
Wed, 07 Nov 2012 11:24:29 +0200 Matti Hamalainen Rename variables.
Tue, 06 Nov 2012 15:04:46 +0200 Matti Hamalainen Move some code around, remove xs_player.c
Mon, 05 Nov 2012 18:51:11 +0200 Matti Hamalainen Rename some variables.
Mon, 05 Nov 2012 18:42:57 +0200 Matti Hamalainen Rename some structures.
Tue, 10 Feb 2009 03:34:11 +0200 Matti Hamalainen Update copyright years.
Thu, 03 Apr 2008 00:44:33 +0300 Matti Hamalainen Use macro wrapping for Gtk+ v1 vs v2 differences, yet again.
Thu, 03 Apr 2008 00:34:07 +0300 Matti Hamalainen Rename pcFilename -> filename.
Wed, 02 Apr 2008 22:10:05 +0300 Matti Hamalainen Change tabs to 4 spaces, everywhere.
Wed, 02 Apr 2008 19:46:59 +0300 Matti Hamalainen Lots of cosmetic code cleanups; synced the de-gettextification from Audacious-SID, I suppose it makes some sense ...
Thu, 20 Sep 2007 19:53:02 +0000 Matti Hamalainen Don't use pTitle instead of pName if pName == NULL.
Tue, 04 Sep 2007 23:33:03 +0000 Matti Hamalainen Oops.
Tue, 04 Sep 2007 23:30:01 +0000 Matti Hamalainen Actually only use [!] marker in the subtune menu, not the whole info field.
Tue, 04 Sep 2007 00:21:03 +0000 Matti Hamalainen Show tags ("[!]" and "[*]") in fileinfo selector, if there is additional information for the subtune;
Mon, 03 Sep 2007 02:41:04 +0000 Matti Hamalainen XS_SIGNAL_CONNECT() macro added and used.
Mon, 03 Sep 2007 02:27:01 +0000 Matti Hamalainen Unify xs_fileinfo with Aud-SID.
Mon, 03 Sep 2007 00:22:04 +0000 Matti Hamalainen Move SLDB and STIL utility functions to xs_slsup.[ch] and amend some changes between XMMS-SID and Aud-SID via a macro mess.
Sun, 02 Sep 2007 19:57:03 +0000 Matti Hamalainen Fixed sub-tune info selection box in fileinfo window.
Sun, 02 Sep 2007 17:31:01 +0000 Matti Hamalainen Sub-tune info selector fixed in file information dialog.
Sun, 02 Sep 2007 00:03:05 +0000 Matti Hamalainen About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
Tue, 20 Feb 2007 16:53:05 +0000 Matti Hamalainen Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
Fri, 26 Jan 2007 18:04:03 +0000 Matti Hamalainen Move variables to better block.
Thu, 25 Jan 2007 07:21:05 +0000 Matti Hamalainen Cleanups.
Wed, 24 Jan 2007 23:42:05 +0000 Matti Hamalainen Moved again. :D
Mon, 01 Jan 2007 08:09:04 +0000 Matti Hamalainen Bugfixes.
Sun, 31 Dec 2006 21:43:04 +0000 Matti Hamalainen Preparing for internationalization.
Sat, 30 Dec 2006 06:56:05 +0000 Matti Hamalainen Copyright year update
Mon, 14 Aug 2006 00:49:02 +0000 Matti Hamalainen Updated GNU GPL (new FSF address) and some cleanups.
Wed, 31 May 2006 13:34:04 +0000 Matti Hamalainen Use g_snprintf() instead of system snprintf(), because libc snprintf() is
Wed, 31 May 2006 10:02:00 +0000 Matti Hamalainen Working on getting STIL and SLDB using completely dynamically allocated
Mon, 07 Nov 2005 09:50:04 +0000 Matti Hamalainen Re-indentation all (non-generated) code.
Fri, 23 Sep 2005 08:41:03 +0000 Matti Hamalainen Removed 'unused argument' warnings, some cleanups.
Thu, 22 Sep 2005 02:19:02 +0000 Matti Hamalainen Misc commit.
Tue, 11 Jan 2005 04:11:02 +0000 Matti Hamalainen Changed copyright text.
Sat, 25 Dec 2004 20:49:04 +0000 Matti Hamalainen hmm.. LUW() was missing.
Sat, 25 Dec 2004 18:57:00 +0000 Matti Hamalainen No need for variadic macros here.
Sat, 25 Dec 2004 18:16:00 +0000 Matti Hamalainen Include correct headers, typecast returnvalue to gint
Sat, 25 Dec 2004 11:11:00 +0000 Matti Hamalainen Fixed nasty crash when closing fileinfo-window from window's closebutton -
Tue, 21 Dec 2004 15:03:05 +0000 Matti Hamalainen Added xs_pnstrcat() to ease forming of limited size strings.
Tue, 21 Dec 2004 13:34:00 +0000 Matti Hamalainen Make the slider in fileinfo window's subtune selector work as expected.
Tue, 21 Dec 2004 13:13:05 +0000 Matti Hamalainen Thread locking now final. All parts, including GTK GUI, should be(?)
Tue, 21 Dec 2004 09:25:03 +0000 Matti Hamalainen Raw cleanup.
Wed, 15 Dec 2004 14:02:05 +0000 Matti Hamalainen Added fileinfo-dialog module.