log

age author description
Wed, 02 Apr 2008 21:29:26 +0300 Matti Hamalainen Constify a table.
Wed, 02 Apr 2008 19:49:37 +0300 Matti Hamalainen Updated i18n.
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 ...
Wed, 26 Mar 2008 08:55:29 +0200 Matti Hamalainen Updated copyrights.
Wed, 26 Mar 2008 08:54:57 +0200 Matti Hamalainen Minor tweaks in the explanation of "What is 'SID'?"
Tue, 25 Mar 2008 23:43:14 +0000 convert-repo update tags
Mon, 22 Oct 2007 02:35:00 +0000 Matti Hamalainen Function already defined in xs_config.c
Thu, 18 Oct 2007 00:15:05 +0000 Matti Hamalainen Synchronize with Aud-SID.
Tue, 25 Sep 2007 11:29:00 +0000 Matti Hamalainen Updated po and pot-files.
Thu, 20 Sep 2007 19:53:05 +0000 Matti Hamalainen "test -e" does not exist in /bin/sh of some systems, use "test -f" instead.
Thu, 20 Sep 2007 19:53:02 +0000 Matti Hamalainen Don't use pTitle instead of pName if pName == NULL.
Thu, 20 Sep 2007 19:52:05 +0000 Matti Hamalainen Parse certain STIL fields bit differently.
Wed, 05 Sep 2007 19:44:05 +0000 Matti Hamalainen Fixed configuration dialog, thanks to Joker for pointing out the flaws.
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 21:03:03 +0000 Matti Hamalainen Remove useless xs_memset()
Tue, 04 Sep 2007 21:03:02 +0000 Matti Hamalainen Constify.
Tue, 04 Sep 2007 20:51:02 +0000 Matti Hamalainen Changed aboutbox too.
Tue, 04 Sep 2007 20:49:01 +0000 Matti Hamalainen Dedicated also to memory of Xoxxo :/
Tue, 04 Sep 2007 20:45:02 +0000 Matti Hamalainen Fix XS_MUTEX_DEBUG to work again.
Tue, 04 Sep 2007 16:21:01 +0000 root Remove fuzzy whitespace!
Tue, 04 Sep 2007 16:05:03 +0000 Matti Hamalainen Updated.
Tue, 04 Sep 2007 15:54:01 +0000 Matti Hamalainen Added.
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 23:10:02 +0000 Matti Hamalainen The reallocation function was buggy and subtune entries were not being stored at all, fixed.
Mon, 03 Sep 2007 05:43:03 +0000 Matti Hamalainen Constify.
Mon, 03 Sep 2007 04:23:01 +0000 Matti Hamalainen Ooops, forgot to const here.
Mon, 03 Sep 2007 04:20:05 +0000 Matti Hamalainen Move prototypes of xs_tuneinfo_*() to xs_slsup.h
Mon, 03 Sep 2007 04:20:03 +0000 Matti Hamalainen Constify more.
Mon, 03 Sep 2007 04:08:02 +0000 Matti Hamalainen Cleanify.
Mon, 03 Sep 2007 04:08:00 +0000 Matti Hamalainen Unify.
Mon, 03 Sep 2007 04:07:03 +0000 Matti Hamalainen Constify.
Mon, 03 Sep 2007 02:46:02 +0000 Matti Hamalainen More gtk_signal_connect() -> XS_SIGNAL_CONNECT() changes.
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:47:02 +0000 Matti Hamalainen Merge in some Aud-SID #ifs etc.
Mon, 03 Sep 2007 00:36:02 +0000 Matti Hamalainen Add xs_slsup.[ch]
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.
Mon, 03 Sep 2007 00:21:05 +0000 Matti Hamalainen Properly initialize xs_cfg struct; Check for 0 in sid2NFilterPresets.
Sun, 02 Sep 2007 23:09:05 +0000 Matti Hamalainen Constify some variables.
Sun, 02 Sep 2007 22:13:05 +0000 Matti Hamalainen Moved NLS macros to xs_support.h
Sun, 02 Sep 2007 22:00:00 +0000 Matti Hamalainen Remove Audacious related stuff.
Sun, 02 Sep 2007 21:31:02 +0000 Matti Hamalainen Do not generate revision numbers in ChangeLog.
Sun, 02 Sep 2007 21:31:01 +0000 Matti Hamalainen Fix a warning about discarding const qualifier.
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 02:02:05 +0000 Matti Hamalainen Added delete_event to confirmwin.
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.
Sat, 01 Sep 2007 14:43:05 +0000 Matti Hamalainen Merge in Tuple changes from Audacious-SID.
Sat, 01 Sep 2007 14:43:01 +0000 Matti Hamalainen Oops, fixed. :P
Sat, 01 Sep 2007 14:42:03 +0000 Matti Hamalainen An ugly hack to fix building with --disable-nls.
Sat, 01 Sep 2007 11:23:03 +0000 Matti Hamalainen Make tables static.
Fri, 31 Aug 2007 17:07:02 +0000 Matti Hamalainen Temporarily fix compilation.
Fri, 31 Aug 2007 16:54:04 +0000 Matti Hamalainen Fixed a thread race conds in xs_reinit() and xs_get_song_info()
Fri, 31 Aug 2007 16:52:05 +0000 Matti Hamalainen Use g_strdup()
Thu, 30 Aug 2007 17:46:03 +0000 Matti Hamalainen Few lines.
Thu, 30 Aug 2007 15:14:02 +0000 Matti Hamalainen Added confirmation dialog.
Thu, 30 Aug 2007 15:08:00 +0000 Matti Hamalainen Updates from curve branch.
Sat, 31 Mar 2007 11:27:02 +0000 Matti Hamalainen Grammar.
Sat, 24 Mar 2007 15:11:03 +0000 Matti Hamalainen Cleanups.
Sat, 24 Mar 2007 14:29:00 +0000 Matti Hamalainen Improved ChangeLog.
Sat, 24 Mar 2007 02:45:05 +0000 Matti Hamalainen ...
Thu, 22 Mar 2007 22:24:03 +0000 Matti Hamalainen Make ChangeLog re-generation conditional.
Thu, 22 Mar 2007 22:24:00 +0000 Matti Hamalainen Updated.
Thu, 22 Mar 2007 19:51:00 +0000 Matti Hamalainen Removed useless embedded data.
Thu, 22 Mar 2007 19:48:04 +0000 Matti Hamalainen Updates.
Thu, 22 Mar 2007 19:46:04 +0000 Matti Hamalainen More work towards filter configuration.
Thu, 22 Mar 2007 17:26:04 +0000 Matti Hamalainen Some macro magic for simplifying the repetitive code.
Thu, 22 Mar 2007 17:11:01 +0000 Matti Hamalainen Revert.
Thu, 22 Mar 2007 16:41:01 +0000 Matti Hamalainen Cleanups.
Thu, 22 Mar 2007 15:55:02 +0000 Matti Hamalainen Work on GUI and filter config code.
Thu, 22 Mar 2007 15:14:03 +0000 Matti Hamalainen Changed some names.
Thu, 22 Mar 2007 15:11:05 +0000 Matti Hamalainen Added 'delete' event to all Gtk dialog windows.
Wed, 21 Mar 2007 13:59:02 +0000 Matti Hamalainen Load -> Use
Wed, 21 Mar 2007 13:59:00 +0000 Matti Hamalainen Updates.
Wed, 21 Mar 2007 02:33:02 +0000 Matti Hamalainen Optimizations.
Tue, 20 Mar 2007 23:35:01 +0000 Matti Hamalainen SP1 filter widget names were incorrect, fixed.
Tue, 20 Mar 2007 22:27:01 +0000 Matti Hamalainen Outline plans for rest of the filter config functionality in comments;
Tue, 20 Mar 2007 21:02:05 +0000 Matti Hamalainen ChangeLog generation.
Tue, 20 Mar 2007 20:59:00 +0000 Matti Hamalainen Updated.
Tue, 20 Mar 2007 20:10:04 +0000 Matti Hamalainen Cleanups.
Tue, 20 Mar 2007 19:49:04 +0000 Matti Hamalainen Moved functions.
Tue, 20 Mar 2007 13:43:00 +0000 Matti Hamalainen Scrubbing through the filter configuration code; Configuration dialog
Tue, 20 Mar 2007 13:14:02 +0000 Matti Hamalainen "About" added
Mon, 19 Mar 2007 16:14:00 +0000 Matti Hamalainen i18n stuff
Mon, 19 Mar 2007 15:45:01 +0000 Matti Hamalainen etc.
Mon, 19 Mar 2007 13:39:05 +0000 Matti Hamalainen Fixes.
Mon, 19 Mar 2007 13:16:01 +0000 Matti Hamalainen Updated translations, pulled latest German translation in.
Sun, 18 Mar 2007 23:58:04 +0000 Matti Hamalainen Adjustments
Thu, 15 Mar 2007 20:04:00 +0000 Matti Hamalainen i18n
Thu, 15 Mar 2007 19:59:01 +0000 Matti Hamalainen Added 'delete' button to the filter editor.
Thu, 15 Mar 2007 02:28:04 +0000 Matti Hamalainen Minor tweak in the layout.
Thu, 15 Mar 2007 02:28:03 +0000 Matti Hamalainen 'Kappaletiedot'
Thu, 15 Mar 2007 02:09:02 +0000 Matti Hamalainen Updated.
Thu, 15 Mar 2007 02:09:02 +0000 Matti Hamalainen Updated, added new translations.
Wed, 14 Mar 2007 22:34:00 +0000 Matti Hamalainen Fix about.
Wed, 14 Mar 2007 21:06:00 +0000 Matti Hamalainen Added file dialogs for importing and exporting of filters.
Wed, 14 Mar 2007 20:21:05 +0000 Matti Hamalainen The MD5 implementation was changed, change the notice too.
Tue, 13 Mar 2007 01:24:03 +0000 Matti Hamalainen Increase about-box size, dedicate release to memory of Richard Joseph :(
Tue, 13 Mar 2007 01:23:05 +0000 Matti Hamalainen Remove the MD5 code (C) notice, because it was replaced.
Thu, 08 Mar 2007 23:06:01 +0000 Matti Hamalainen Updated installation instructions, also moved libSIDPlay2
Thu, 08 Mar 2007 23:01:00 +0000 Matti Hamalainen Updated TODO items.
Thu, 01 Mar 2007 12:16:05 +0000 Matti Hamalainen Updated TODO
Mon, 26 Feb 2007 14:47:01 +0000 Matti Hamalainen Removed already done items.
Mon, 26 Feb 2007 14:47:00 +0000 Matti Hamalainen Cosmetics.
Mon, 26 Feb 2007 14:46:03 +0000 Matti Hamalainen Copyright header.
Mon, 26 Feb 2007 13:51:01 +0000 Matti Hamalainen GUI updates.
Mon, 26 Feb 2007 13:35:04 +0000 Matti Hamalainen Config item changes; Unfinished filter preset handling functions.
Mon, 26 Feb 2007 13:35:01 +0000 Matti Hamalainen Configuration item changes.
Mon, 26 Feb 2007 13:34:02 +0000 Matti Hamalainen Some changes to accomodate for Audacious differences.
Fri, 23 Feb 2007 06:02:01 +0000 Matti Hamalainen Accidentally left a unused window widget in.
Fri, 23 Feb 2007 05:13:05 +0000 Matti Hamalainen Configuration widget naming cleanups and GUI-related improvements;
Fri, 23 Feb 2007 05:11:02 +0000 Matti Hamalainen Updated.
Fri, 23 Feb 2007 05:10:05 +0000 Matti Hamalainen Reordering cleanup and added constant for SIDPlay2 max # of filter coeffs.
Fri, 23 Feb 2007 05:10:00 +0000 Matti Hamalainen Working on XSCurve widget implementation.
Wed, 21 Feb 2007 15:23:02 +0000 Matti Hamalainen Again updated the po-files
Wed, 21 Feb 2007 15:23:01 +0000 Matti Hamalainen Unnecessary #include
Wed, 21 Feb 2007 05:45:04 +0000 Matti Hamalainen Fixes.
Wed, 21 Feb 2007 05:38:05 +0000 Matti Hamalainen More Audacious compatibility glue.
Wed, 21 Feb 2007 03:39:00 +0000 Matti Hamalainen Audacious kludging.