Mercurial > audlegacy
graph
-
[svn] - allow elements to be repositioned if they are mentioned in skin.hints trunkWed, 04 Oct 2006 01:45:01 -0700, by nenolod
-
[svn] - framework for repositioning the vis element on the skin. trunkWed, 04 Oct 2006 01:35:28 -0700, by nenolod
-
[svn] - that should be a lowercase p, not an uppercase one. trunkTue, 03 Oct 2006 10:39:17 -0700, by nenolod
-
[svn] - fix a potential crash when running audacious remotely trunkMon, 02 Oct 2006 18:46:02 -0700, by nenolod
-
[svn] - remove an artifact of the bmp -> audacious transition trunkMon, 02 Oct 2006 01:52:12 -0700, by nenolod
-
[svn] - always zero-out stack variables, as stack memory may be dirty on x86 and friends trunkMon, 02 Oct 2006 01:46:59 -0700, by nenolod
-
[svn] - enforce the ret = -1 == silent failure rule trunkSun, 01 Oct 2006 00:58:32 -0700, by nenolod
-
[svn] - Spanish translation update from Gustavo Vranjes. trunkSat, 30 Sep 2006 16:05:40 -0700, by nenolod
-
[svn] - now mainwindow remembers "autoscroll songname" setting after returns from shaded mode. trunkThu, 28 Sep 2006 10:01:28 -0700, by yaz
-
[svn] - gtk+-2.10's gtk_widget_destroy() sometimes causes an UI freeze. as a workaround, reuse allocated dialog. trunkThu, 28 Sep 2006 08:50:11 -0700, by yaz
-
[svn] - fix for "bmp_rcfile_write_string: assertion `value != NULL' failed" trunkThu, 28 Sep 2006 08:39:14 -0700, by yaz
-
[svn] Interpret set_string for a NULL value as a key unset action, as gconf will not store NULL values. trunkSun, 24 Sep 2006 12:08:30 -0700, by chainsaw
-
[svn] - fix for gconf_value_get_string() does not accept null string. trunkSun, 24 Sep 2006 00:40:12 -0700, by yaz
-
[svn] Revert botched workaround, the actual 3 NULL writes will have to be addressed. trunkSat, 23 Sep 2006 13:53:46 -0700, by chainsaw
-
[svn] Do not try write NULL into a gconf key, convert it to "" first. trunkSat, 23 Sep 2006 13:50:17 -0700, by chainsaw
-
[svn] - use proper X11 hinting here to ensure that the about window isn't decorated on broken WMs (e.g. quartz-wm) trunkFri, 22 Sep 2006 02:57:25 -0700, by nenolod
-
[svn] Mute while seeking for playback resume, tighten the loop. We want a responsive GUI ASAP. trunkThu, 21 Sep 2006 13:24:48 -0700, by chainsaw
-
[svn] - fix a memory leak in util_run_filebrowser() trunkWed, 20 Sep 2006 01:13:06 -0700, by nenolod
-
[svn] - properly free the path to skin.hints once we locate it trunkWed, 20 Sep 2006 01:08:15 -0700, by nenolod
-
[svn] - avoid conflict of mkdtemp() declaration between util.h and stdlib.h. trunkTue, 19 Sep 2006 19:20:09 -0700, by yaz
-
[svn] - add back a test for libxml2, that way we'll still use xspf as default if available trunkMon, 18 Sep 2006 13:06:15 -0700, by nenolod
-
[svn] - add G_BEGIN_DECLS and G_END_DECLS for C++ users trunkMon, 18 Sep 2006 02:34:43 -0700, by nenolod
-
[svn] - only include non-SDK things if _AUDACIOUS_CORE is defined. trunkMon, 18 Sep 2006 02:33:52 -0700, by nenolod
-
[svn] - use audacious/titlestring.h instead of libaudacious/titlestring.h trunkMon, 18 Sep 2006 01:56:09 -0700, by nenolod
-
[svn] - export the util.h as provided by audacious/ trunkMon, 18 Sep 2006 01:45:08 -0700, by nenolod
-
[svn] - merge libaudacious (public) and audacious util APIs trunkMon, 18 Sep 2006 01:44:39 -0700, by nenolod
-
[svn] Fixed unused variable and missing type conversion trunkSat, 16 Sep 2006 19:37:08 -0700, by js
-
[svn] Add #undef FSCALE, since it's already defined on OpenBSD trunkSat, 16 Sep 2006 19:21:06 -0700, by js
-
[svn] #undef TRUE and FALSE before inclusion of mpcdec.h since both, GTK and mpcdev, define this, which leads to a hard error on OpenBSD trunkSat, 16 Sep 2006 19:18:59 -0700, by js
-
[svn] #undef ALIGN, since it's already defined on OpenBSD. trunkSat, 16 Sep 2006 19:13:26 -0700, by js
-
[svn] Seems like someone did a fix for Linux' iconv like I did for BSD's in another file. Added an #ifdef here, too. trunkSat, 16 Sep 2006 19:10:07 -0700, by js
-
[svn] nenolod's fix for the soundcard.h check was incomplete, fixed trunkSat, 16 Sep 2006 18:58:23 -0700, by js
-
[svn] Fixed a LOT of warnings showing up with -Wall. This is the first step trunkSat, 16 Sep 2006 17:17:22 -0700, by js
-
[svn] Fixed a lot of warnings that only showed up on *BSD. trunkSat, 16 Sep 2006 16:26:54 -0700, by js
-
[svn] Our code is clean enough to not need -Wno-strict-aliasing, with the exception of playlist_list.c (so set that flag for widgets dir only). trunkSat, 16 Sep 2006 15:21:56 -0700, by chainsaw
-
[svn] Fixed 3 warnings, 2 unused variables and 1 missing include trunkSat, 16 Sep 2006 10:08:23 -0700, by js
-
[svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;). trunkSat, 16 Sep 2006 07:33:28 -0700, by js
-
[svn] - no more busy loop if a file in playlist disappears. trunkFri, 15 Sep 2006 21:36:31 -0700, by yaz
-
[svn] - actually on second thought, i don't see the point in this trunkFri, 15 Sep 2006 20:10:47 -0700, by nenolod
-
[svn] - do not build OSS plugin unless we really can trunkFri, 15 Sep 2006 18:26:57 -0700, by nenolod
-
[svn] - only build cdaudio plugin if we support DAE trunkFri, 15 Sep 2006 16:48:51 -0700, by nenolod
-
[svn] - if a pkg-config module is unavailable, report this trunkFri, 15 Sep 2006 16:36:30 -0700, by nenolod
-
[svn] - do not AC_MSG_ERROR() when libvorbis is not present, just notify the user that vorbis support won't be built trunkFri, 15 Sep 2006 16:34:23 -0700, by nenolod
-
[svn] This adds -lossaudio to the OSS and esd plugin on platforms having that libs. With this, Audacious finally build & runs perfectly on OpenBSD. trunkFri, 15 Sep 2006 08:01:40 -0700, by js
-
[svn] - Removed .cpp.o target since we don't have any .cpp files anymore. trunkFri, 15 Sep 2006 06:36:26 -0700, by js
-
[svn] - enforce support of our file extensions through use of the .SUFFIXES target trunkThu, 14 Sep 2006 14:06:45 -0700, by nenolod
-
[svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me... trunkThu, 14 Sep 2006 13:38:05 -0700, by js
-
[svn] - fix for issue that was fixed in r1946 and then appeared again later :) trunkThu, 14 Sep 2006 13:27:38 -0700, by giacomo
-
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon. trunkThu, 14 Sep 2006 08:46:01 -0700, by js
-
[svn] Made the content of the password field in the AudioScrobbler plugin invisible. trunkThu, 14 Sep 2006 07:50:44 -0700, by js
-
[svn] Just saw another bug in the same line. The if was always false. trunkThu, 14 Sep 2006 07:40:39 -0700, by js
-
[svn] - Avoid trying to regenerate parse.c. Regeneration is unnecessary in usual case and requires lemon as parser generator. trunkWed, 13 Sep 2006 18:59:47 -0700, by yaz
-
[svn] - File stream API for audacious vfs; uses real getc/ungetc functions for vfs_stdio and emulated functions for vfs_gnome trunkWed, 13 Sep 2006 15:59:49 -0700, by giacomo
-
[svn] Added BSD make to the recommended make versions since it's officially supported now. trunkWed, 13 Sep 2006 14:01:54 -0700, by js
-
[svn] - fix missing name in ChangeLog (I forgot to add js to our changelog scripts, oops) trunkWed, 13 Sep 2006 13:58:21 -0700, by nenolod
-
[svn] Fixed some Makefiles to make it work with BSD make. trunkWed, 13 Sep 2006 13:56:08 -0700, by js
-
[svn] Link C++ plugins correctly on *BSD, by Jonathan Schleifer <js@h3c.de>. trunkWed, 13 Sep 2006 11:03:25 -0700, by chainsaw
-
[svn] Remove built-in soundcard.h silliness so OSS actually works on *BSD, by Jonathan Schleifer <js@h3c.de>. trunkWed, 13 Sep 2006 09:40:07 -0700, by chainsaw
-
[svn] 4-way scroll support in the main window (volume & seek) by Jonathan Schleifer <js@h3c.de>. trunkWed, 13 Sep 2006 08:06:57 -0700, by chainsaw
-
[svn] Fixes for NetBSD by Jonathan Schleifer <js@h3c.de> trunkWed, 13 Sep 2006 06:38:40 -0700, by chainsaw
-
[svn] Remove unused bmp_player.xpm; as requested by Mikachu on #audacious. trunkWed, 13 Sep 2006 05:22:45 -0700, by chainsaw
-
[svn] - be careful about referencing a NULL widget (e.g. headless/serveronly mode crashes on streams, bug #562) trunkTue, 12 Sep 2006 23:11:07 -0700, by nenolod
-
[svn] - amidi-plug 0.6 imported; among other improvements, multiple soundfont loading for fluidsynth backend and option to extract/display lyrics and comments contained in midi files trunkTue, 12 Sep 2006 10:59:59 -0700, by giacomo
-
[svn] fprintf implementation in the VFS common layer by Luca Barbato. Use it in the Container plugins. trunkMon, 11 Sep 2006 15:24:52 -0700, by chainsaw
-
[svn] - make fileinfo_recursive_get_image() breadth first search. trunkSun, 10 Sep 2006 23:39:54 -0700, by yaz
-
[svn] Revert broken commit r2209 and fseek -> vfs_fseek, missed in commit r2265. trunkSun, 10 Sep 2006 15:36:17 -0700, by chainsaw