Mercurial > audlegacy
graph
-
[svn] - hmm, calling plc->load() might be a good idea! trunkThu, 10 Aug 2006 19:45:21 -0700, by nenolod
-
[svn] - .pls playlists work again, now to do M3Us. trunkThu, 10 Aug 2006 19:24:55 -0700, by nenolod
-
[svn] - incomplete PlaylistContainer implementation trunkThu, 10 Aug 2006 18:10:25 -0700, by nenolod
-
[svn] - dependency cleanup (pass 1 of many probably) trunkThu, 10 Aug 2006 13:47:58 -0700, by nenolod
-
[svn] add -D_WIDGETCORE_H_ as we can use the private includes here trunkThu, 10 Aug 2006 13:44:27 -0700, by nenolod
-
[svn] Do not allow widgetcore private includes to be referenced directly. trunkThu, 10 Aug 2006 13:42:55 -0700, by nenolod
-
[svn] - add widgetcore.h (replaces directly including all of that junk) trunkThu, 10 Aug 2006 12:55:28 -0700, by nenolod
-
[svn] - use posix_memalign() instead of memalign(). trunkWed, 09 Aug 2006 02:11:01 -0700, by nenolod
-
[svn] - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539. trunkWed, 09 Aug 2006 02:04:02 -0700, by nenolod
-
[svn] - fix geometry hinting so that it is ICCCM compliant. patch by whereami. trunkTue, 08 Aug 2006 23:43:33 -0700, by nenolod
-
[svn] - allow configdb::pnxmms::preset to set what pn preset to load on start trunkTue, 08 Aug 2006 02:19:55 -0700, by nenolod
-
[svn] - ok, with this commit, loading now works =) trunkMon, 07 Aug 2006 23:49:36 -0700, by nenolod
-
[svn] - locking the mutex on audacious data upload is unnecessary. trunkMon, 07 Aug 2006 22:58:22 -0700, by nenolod
-
[svn] - it might help if i actually ran bison on the script parser eh :) trunkMon, 07 Aug 2006 21:47:55 -0700, by nenolod
-
[svn] - hook up paranormal -- client interface code doesn't exist yet though trunkMon, 07 Aug 2006 21:18:20 -0700, by nenolod
-
[svn] - why wma tags were not converted to utf8? by the way, this made libnotify crash when wma tuple contained non-utf8 strings trunkMon, 07 Aug 2006 17:18:08 -0700, by giacomo
-
[svn] - when audacious is started and track detail on current song are requested, try to check if a decoder exists before falling back to the tuple display dialog trunkMon, 07 Aug 2006 16:34:31 -0700, by giacomo
-
[svn] Endianness fix by Luca Barbato <lu_zero@gentoo.org>. trunkMon, 07 Aug 2006 04:19:43 -0700, by chainsaw
-
[svn] Remove 15 instrument magic at offset 1080 because of false positive resulting in decoder segfault. Closes bug #543. trunkSun, 06 Aug 2006 06:24:06 -0700, by chainsaw
-
[svn] - a couple of fixes for notify plugin (removed some deprecated gtk+1 functions and ensure that the timeout is removed only if it actually exists) trunkSun, 06 Aug 2006 05:45:48 -0700, by giacomo
-
[svn] Added awareness of the difference between stopped and playing. trunkSun, 06 Aug 2006 02:52:27 -0700, by deitarion
-
[svn] - prepare to add an optional libxml2 dependency trunkSun, 06 Aug 2006 01:54:32 -0700, by nenolod
-
[svn] Fix the test for whether a notification is necessary trunkSat, 05 Aug 2006 23:43:14 -0700, by deitarion
-
[svn] Updated german translation by Michael Hanselmann <hansmi@gentoo.org>: 988 translated messages, 2 untranslated messages. trunkSat, 05 Aug 2006 15:10:37 -0700, by chainsaw
-
[svn] - make Unknown Track, Unknown Artist, Unknown Album translatable. trunkFri, 04 Aug 2006 12:18:23 -0700, by nenolod
-
[svn] - also detect changes based on playlist "displayed title" trunkFri, 04 Aug 2006 01:35:22 -0700, by nenolod
-
[svn] - fix the real_ip<InputPlugin *>.set_info mapping properly when InputPlugin cue_ip::stop() is reached. trunkFri, 04 Aug 2006 01:24:02 -0700, by nenolod
-
[svn] - use $(NOTIFY_LIBS) and $(NOTIFY_CFLAGS)... not really much of difference, but yeah trunkFri, 04 Aug 2006 01:21:49 -0700, by nenolod
-
[svn] - autodetect libnotify, and if found, build the notify plugin trunkFri, 04 Aug 2006 00:58:45 -0700, by nenolod
-
[svn] - use tuples (and build tuples if they aren't there :P) trunkThu, 03 Aug 2006 22:54:05 -0700, by nenolod
-
[svn] Updated dutch translation. 990 translated messages. trunkThu, 03 Aug 2006 01:40:18 -0700, by chainsaw
-
[svn] use -1 to indicate "drop the original nsf/gbs/nsfe file, but silently error" trunkThu, 03 Aug 2006 01:03:55 -0700, by nenolod
-
[svn] use -1 to indicate "drop the original cue file, but silently error" trunkThu, 03 Aug 2006 01:02:34 -0700, by nenolod
-
[svn] - implement finetune seeking properly this time :) trunkThu, 03 Aug 2006 00:29:55 -0700, by nenolod
-
[svn] - remove pointless finetune_seek stuff. didn't work right anyway, and it works better without it. trunkThu, 03 Aug 2006 00:20:53 -0700, by nenolod
-
[svn] - ok, try to be less seek happy on 'natural' changes trunkThu, 03 Aug 2006 00:15:12 -0700, by nenolod
-
[svn] - a little more fault tolerance (stick a fork in it, it's done) trunkThu, 03 Aug 2006 00:12:56 -0700, by nenolod
-
[svn] - the other half of the equasion wrt seeking trunkWed, 02 Aug 2006 23:42:10 -0700, by nenolod
-
[svn] - support the notion of a watchdog function to keep things bound to the proper playlist entry. (half there) trunkWed, 02 Aug 2006 23:33:49 -0700, by nenolod
-
[svn] - better support cuesheets outside of your directory trunkWed, 02 Aug 2006 22:57:08 -0700, by nenolod
-
[svn] - make sure our tuples we generate our pure. trunkWed, 02 Aug 2006 22:36:48 -0700, by nenolod
-
[svn] - reset real_ip<InputPlugin *> when we are done with it trunkWed, 02 Aug 2006 22:28:10 -0700, by nenolod
-
[svn] - i'm not entirely sure how this works, but it seems to work ok trunkWed, 02 Aug 2006 18:56:53 -0700, by nenolod
-
[svn] - when we play from a cuefile, start playing from the file defined in the cuefile trunkWed, 02 Aug 2006 18:12:58 -0700, by nenolod
-
[svn] Update FSF address in copyright notices. Update autotools templates. trunkWed, 02 Aug 2006 15:44:07 -0700, by chainsaw
-
[svn] RockLight visualization plugin ported from XMMS. trunkWed, 02 Aug 2006 14:26:56 -0700, by chainsaw
-
[svn] - Don't poll the config database if not using TCP sockets. trunkMon, 31 Jul 2006 17:06:44 -0700, by nhjm449
-
[svn] changes link order to avoid linkage with installed library. trunkSat, 29 Jul 2006 16:23:16 -0700, by yaz
-
[svn] - experimental change to bmp_cfg_db_open() to ensure that g_type_init() trunkFri, 28 Jul 2006 10:56:44 -0700, by nenolod
-
[svn] Seems safer to me to free this way, assuming I'm not misreading. trunkFri, 28 Jul 2006 07:21:20 -0700, by nemo
-
[svn] - if cfg.session_uri_base = NULL (old/non-existant configs), then assume we want a default unix location trunkFri, 28 Jul 2006 01:35:52 -0700, by nenolod
-
[svn] - libaudacious/beepctrl.c: optimise further and be more paranoid about leaks trunkFri, 28 Jul 2006 01:31:44 -0700, by nenolod
-
[svn] - ok, don't eat up all the system ram (I forgot to g_free()) trunkFri, 28 Jul 2006 01:05:21 -0700, by nenolod
-
[svn] - allow environment variable AUDTOOL_REMOTE_URI to influence where the client library accesses the audacious session trunkFri, 28 Jul 2006 00:49:14 -0700, by nenolod
-
[svn] - add framework for later handling tcp:// connections trunkFri, 28 Jul 2006 00:13:02 -0700, by nenolod
-
[svn] - add incomplete media library UI -- still lots to do trunkThu, 27 Jul 2006 23:15:43 -0700, by nenolod
-
[svn] - path to file would probably be essential, huh. trunkThu, 27 Jul 2006 22:14:12 -0700, by nenolod
-
[svn] - add library/ (and base Makefile for libmedialibrary.a, schema.sqlite) trunkThu, 27 Jul 2006 21:49:12 -0700, by nenolod
-
[svn] via Christian Birchinger <joker -at- netswarm.net>: trunkTue, 25 Jul 2006 12:12:29 -0700, by nenolod
-
[svn] Make annoying recursion that consistently returns wrong art, optional. trunkMon, 24 Jul 2006 16:20:05 -0700, by nemo
-
[svn] - work around a possible autoconf bug causing datadir to be blank trunkTue, 18 Jul 2006 08:49:50 -0700, by nenolod
-
[svn] Bolt on libmms versions of byteswap macros and bring yet more files in (mmsh.c & mms.h). trunkSat, 15 Jul 2006 17:03:07 -0700, by chainsaw
-
[svn] Newer libmms, from their CVS. Needs to be hooked up properly as it wants more arguments to its functions. trunkSat, 15 Jul 2006 16:39:37 -0700, by chainsaw
-
[svn] Volume fix (using a lookup table) from upstream CVS. trunkSat, 15 Jul 2006 16:05:21 -0700, by chainsaw
-
[svn] - libconsole: added an option to ignore length information from spc tags trunkFri, 14 Jul 2006 14:07:10 -0700, by giacomo
-
[svn] - preferences window for libconsole plugin (added missing files) trunkFri, 14 Jul 2006 13:13:46 -0700, by giacomo
-
[svn] fileinfo_show_for_tuple() sometimes causes "Invalid UTF-8 string" trunkFri, 14 Jul 2006 09:04:58 -0700, by yaz
-
[svn] - now filepopup_pointer_check_iter() returns immediately if cfg.show_filepopup_for_tuple is FALSE. trunkFri, 14 Jul 2006 07:55:53 -0700, by yaz
-
[svn] - amidi-plug: use AMIDIPLUG_VERSION instead of VERSION for about box trunkFri, 14 Jul 2006 07:45:57 -0700, by giacomo
-
[svn] AltiVec support for WMA, by Luca "lu_zero" Barbato from Gentoo. trunkThu, 13 Jul 2006 16:01:57 -0700, by chainsaw
-
[svn] - handle a situation where ID3 tags are bolted on the front. trunkWed, 12 Jul 2006 21:16:35 -0700, by nenolod
-
[svn] - install the amidi-plug plugins to ${libdir}/amidi-plug. trunkTue, 11 Jul 2006 18:02:24 -0700, by nenolod
-
[svn] - make cdaudio access cddb via protocol level 6 for utf-8 reply. trunkTue, 11 Jul 2006 16:49:16 -0700, by yaz
-
[svn] amidi-plug alsa: check if a sequencer actually exists before requesting sequencer port list trunkMon, 10 Jul 2006 17:37:19 -0700, by giacomo
-
[svn] ensure that the fileinfo popup in playlist disappears when the cursor is moved again trunkMon, 10 Jul 2006 08:40:14 -0700, by giacomo
-
[svn] - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. trunkMon, 10 Jul 2006 06:41:11 -0700, by yaz
-
[svn] - vast improvements to the songchange plugin trunkMon, 10 Jul 2006 04:39:43 -0700, by nenolod
-
[svn] - provide some additional debugging hints with gdk_error_trap_push/pop. trunkMon, 10 Jul 2006 02:37:04 -0700, by nenolod
-
[svn] - some improvements to song_change, still sucky trunkMon, 10 Jul 2006 01:18:38 -0700, by nenolod
-
[svn] - properly respect signedness in get_spc_info_(). trunkSun, 09 Jul 2006 22:59:20 -0700, by nenolod
-
[svn] Security fixes from AdPlug CVS (their July 7 commit shortly before the secunia announcement). trunkSat, 08 Jul 2006 08:29:18 -0700, by chainsaw
-
[svn] Modplug conftest fix by Christian "Joker" Birchinger from Gentoo. trunkFri, 07 Jul 2006 12:42:32 -0700, by chainsaw
-
[svn] - next/previous button failed to work in some environments. 150ms seems little bit too short. trunkFri, 07 Jul 2006 08:33:43 -0700, by yaz
-
[svn] - recursively locate album art, by external contributor Oliver Lumpton. trunkTue, 04 Jul 2006 04:59:27 -0700, by nenolod
-
[svn] - bitch about invalid bitstreams right in the middle of our stream trunkTue, 04 Jul 2006 00:46:20 -0700, by nenolod
-
[svn] - having taglib_file, taglib_tag in the global namespace is not thread safe, and unnecessary. trunkTue, 04 Jul 2006 00:37:37 -0700, by nenolod
-
[svn] - fix a regression involving large ID3 tags being bolted right in the middle of a fraunhofer VBRX TOC (iTunes fucking fails) trunkTue, 04 Jul 2006 00:25:25 -0700, by nenolod
-
[svn] Show whether modplug will actually be built (wrong var was being displayed). trunkSat, 01 Jul 2006 16:19:46 -0700, by chainsaw
-
[svn] - use of sleep() or usleep() in multi-thread program may cause 100% CPU usage because of signal distribution. trunkFri, 30 Jun 2006 04:18:20 -0700, by yaz
-
[svn] Forcibly disabled Altivec ifdefs. The code that it wants to call is not actually present. ffmpeg SVN (libavcodec/ppc) has code you could pinch, but that needs to be integrated in proper style. I have given up on this. If you get it working, submit me a patch. trunkThu, 29 Jun 2006 16:46:01 -0700, by chainsaw
-
[svn] - now filepopup menu shows its state through checkbox. trunkThu, 29 Jun 2006 05:58:34 -0700, by yaz
-
[svn] - add a menu item that toggles filepopup to the playlist popup menu. trunkThu, 29 Jun 2006 03:42:13 -0700, by yaz
-
[svn] - m3u file should be written in locale encoding. trunkThu, 29 Jun 2006 00:38:22 -0700, by yaz
-
[svn] Hook up Altivec-enabled DCT64 for MP3. WMA throws a tantrum on Altivec machines. Submit a patch, or wait for me to fix it. trunkWed, 28 Jun 2006 18:21:25 -0700, by chainsaw
-
[svn] - GList cannot handle circular queues, so I integrated one into CategoryQueueEntry. No fuss, no muss. trunkWed, 28 Jun 2006 15:32:15 -0700, by nenolod
-
[svn] - why are we requiring a lock in functions that are in the nolock namespace? trunkWed, 28 Jun 2006 13:50:30 -0700, by nenolod
-
[svn] - extra sanity checking keeps the double-free away trunkWed, 28 Jun 2006 13:16:32 -0700, by nenolod
-
[svn] AltiVec-accelerated DCT64 pinched from mplayer SVN. Needs to be integrated into the build system. trunkWed, 28 Jun 2006 13:02:34 -0700, by chainsaw
-
[svn] - add --no-log switch to disable the system logger (and instead dump to stdout) trunkWed, 28 Jun 2006 12:51:43 -0700, by nenolod
-
[svn] - use a more standard-looking default title format trunkWed, 28 Jun 2006 12:46:09 -0700, by nenolod
-
[svn] - sanity checking prevents us from exploding when we encounter a file we don't support trunkWed, 28 Jun 2006 12:24:47 -0700, by nenolod
-
[svn] Thanks to fluxinator this botched submission is now fixed. trunkWed, 28 Jun 2006 07:01:29 -0700, by chainsaw
-
[svn] User did not test his submission. Fix based on reports by fluxinator on #audacious. trunkWed, 28 Jun 2006 06:29:38 -0700, by chainsaw
-
[svn] German translation update by hansmi from Gentoo. trunkWed, 28 Jun 2006 03:35:52 -0700, by chainsaw
-
[svn] - itemtag buffer was too short. e.g. 256 bytes could hold only 28 url encoded kanji characters. trunkTue, 27 Jun 2006 23:14:47 -0700, by yaz
-
[svn] - improve resampling rate detection algorithm trunkTue, 27 Jun 2006 20:32:51 -0700, by nenolod
-
[svn] - add a note explaining that this algorithm sucks and will be discarded before 1.1 release trunkTue, 27 Jun 2006 19:52:20 -0700, by nenolod
-
[svn] - dynamic resampler with interpolation, no special GUI options for it yet though (this replaces the mpg123 "way" of doing it) trunkTue, 27 Jun 2006 19:39:52 -0700, by nenolod
-
[svn] Update translation credits for German (hansmi) & Polish (vojcek). trunkTue, 27 Jun 2006 03:00:41 -0700, by chainsaw
-
[svn] Updated Polish translation by Wojciech Myrda <vojcek@tlen.pl>. trunkTue, 27 Jun 2006 02:47:29 -0700, by chainsaw
-
[svn] - Don't show popups if the pointer isn't even in the playlist window. trunkMon, 26 Jun 2006 22:35:54 -0700, by nhjm449
-
[svn] Updated italian translation (and stop translating a set of line separators), by Diego "Flameeyes" Petteno from Gentoo. trunkSat, 24 Jun 2006 19:00:08 -0700, by chainsaw
-
[svn] Deactivate unused check_command function to squash 1 warning. trunkSat, 24 Jun 2006 15:33:41 -0700, by chainsaw
-
[svn] Have period time default to 100ms to keep snd-aoa on PPC from going all clickety-click on us. trunkFri, 23 Jun 2006 13:34:05 -0700, by chainsaw
-
[svn] try to avoid malconversion of latin1 character when chardet has been enabled. trunkThu, 22 Jun 2006 07:04:25 -0700, by yaz