Mercurial > audlegacy
graph
-
Removed mk1 leftovers.Sat, 13 Oct 2007 12:20:43 +0300, by Eugene Paskevich
-
Update buildsys.Sat, 13 Oct 2007 10:50:37 +0200, by Jonathan Schleifer
-
prevent info text being stuck after changing volumeFri, 12 Oct 2007 14:26:02 +0200, by Tomasz Mon
-
Spelling fix. Spotted by nenolod.Fri, 12 Oct 2007 09:42:14 +0300, by Eugene Paskevich
-
100ms delayThu, 11 Oct 2007 20:09:43 -0500, by William Pitcock
-
oops wrong versionThu, 11 Oct 2007 20:02:45 -0500, by William Pitcock
-
Add a function to eventqueue API, event_queue_timed() which calls a hook at a postponed time.Thu, 11 Oct 2007 20:00:05 -0500, by William Pitcock
-
event_queue instead of immediately call so that the other thread can catch upThu, 11 Oct 2007 19:51:08 -0500, by William Pitcock
-
add new hook, playback seek, and subscribe mainwin_update_song_info() to it.Thu, 11 Oct 2007 19:38:55 -0500, by William Pitcock
-
playback_get_length(): Support InputPlayback::set_params().Thu, 11 Oct 2007 16:14:21 -0500, by William Pitcock
-
introduce playback_get_length()Thu, 11 Oct 2007 19:25:08 +0200, by Tomasz Mon
-
Use curly braces instead of round ones, since they might not be portable.Wed, 10 Oct 2007 20:31:38 +0300, by Eugene Paskevich
-
Don't let the strings cross over each other.Wed, 10 Oct 2007 09:10:02 +0300, by Eugene Paskevich
-
Replicated 2012:31cf04fc588b.Wed, 10 Oct 2007 07:52:33 +0300, by Eugene Paskevich
-
- make scroller behavior configurable via preferences dialog.Mon, 08 Oct 2007 23:14:27 +0900, by Yoshiki Yazawa
-
build fix.Mon, 08 Oct 2007 21:42:27 +0900, by Yoshiki Yazawa
-
generic playback control APIMon, 08 Oct 2007 02:26:42 -0500, by William Pitcock
-
Add InputPlayback::pass_audio() which replaces produce_audio().Mon, 08 Oct 2007 01:43:58 -0500, by William Pitcock
-
make sndstretch work properlyMon, 08 Oct 2007 01:36:41 -0500, by William Pitcock
-
custom_uri/mime go below type defsSun, 07 Oct 2007 19:12:28 -0500, by William Pitcock
-
Export MIME/Custom URI APIsSun, 07 Oct 2007 18:00:57 -0500, by William Pitcock
-
add InputPlayback::set_params() and InputPlayback::set_title() which willSun, 07 Oct 2007 14:05:16 -0500, by William Pitcock
-
use vtable functors for VFS accessSun, 07 Oct 2007 13:40:45 -0500, by William Pitcock
-
aud_tuple_disassociateSun, 07 Oct 2007 01:06:50 -0500, by William Pitcock
-
get rid of mainwin_timeout_id only if mainwin_timeout_id is non-zeroSun, 07 Oct 2007 01:04:41 -0500, by William Pitcock
-
Remove non-existant function.Sun, 07 Oct 2007 00:32:35 -0500, by William Pitcock
-
fix tuple_get_int declarationSun, 07 Oct 2007 00:28:00 -0500, by William Pitcock
-
Export tuple formatter API.Sun, 07 Oct 2007 00:16:35 -0500, by William Pitcock
-
Export Tuple API.Sun, 07 Oct 2007 00:04:09 -0500, by William Pitcock
-
We're multi-platform now and stuff.Sat, 06 Oct 2007 21:20:27 -0500, by William Pitcock
-
Use a mutex/condvar/timed wait to allow tickless operation in the output loop.Sat, 06 Oct 2007 20:35:52 -0500, by William Pitcock
-
remove old comment from BMP which is no longer relevant as we never pass NULL there anyway.Sat, 06 Oct 2007 16:36:47 -0500, by William Pitcock
-
Automated merge with ssh://sidhe.atheme.org//hg/audaciousWed, 03 Oct 2007 17:37:49 +0200, by Jonathan Schleifer
-
Fix two gcc warnings.Wed, 03 Oct 2007 17:37:30 +0200, by Jonathan Schleifer
-
Updated French translationWed, 03 Oct 2007 16:27:11 +0200, by mf0102
-
last one i hopeTue, 02 Oct 2007 21:52:34 -0500, by William Pitcock
-
more typoesTue, 02 Oct 2007 21:51:07 -0500, by William Pitcock
-
fix typo!Tue, 02 Oct 2007 21:50:12 -0500, by William Pitcock
-
multifile plugins :(Tue, 02 Oct 2007 21:47:17 -0500, by William Pitcock
-
Export ConfigDB API via vtable, adding public aliases: bmp_cfg_db_*, aud_cfg_db_*.Tue, 02 Oct 2007 21:41:06 -0500, by William Pitcock
-
sed s/bmp_cfg_db/cfg_db/.Tue, 02 Oct 2007 21:21:50 -0500, by William Pitcock
-
Export VfsBufferedFile functions.Mon, 01 Oct 2007 23:39:22 -0500, by William Pitcock
-
Export VfsBuffer functions.Mon, 01 Oct 2007 23:32:57 -0500, by William Pitcock
-
Unbreak compile.Mon, 01 Oct 2007 23:26:00 -0500, by William Pitcock
-
Start working on exporting all public functions via a vtable. The API version will be bumped to 7 once I am done and -Wl,-export-dynamic is removed.Mon, 01 Oct 2007 23:00:46 -0500, by William Pitcock
-
kill printf debugMon, 01 Oct 2007 14:16:52 -0500, by William Pitcock
-
Instead of waiting 10ms, wait half the time of the period buffer.Mon, 01 Oct 2007 14:16:13 -0500, by William Pitcock
-
Remove mainwin_attach_idle_func(), use mainwin_idle_func() only when tristate buttons are triggered.Mon, 01 Oct 2007 13:42:37 -0500, by William Pitcock
-
Get rid of read_volume() craq. Add ui_main_set_initial_volume() to replace the only necessary remaining code.Mon, 01 Oct 2007 12:38:51 -0500, by William Pitcock
-
Seperate the 10hz loop dependent code from the rest of the remaining polling loop.Mon, 01 Oct 2007 00:41:25 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audaciousSun, 30 Sep 2007 12:02:15 -0500, by William Pitcock
-
Make effect plugins work again.Sun, 30 Sep 2007 12:02:07 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audaciousSun, 30 Sep 2007 15:29:07 +0300, by Matti Hamalainen
-
Remove non-existing function declarations from headers.Sun, 30 Sep 2007 15:28:40 +0300, by Matti Hamalainen
-
Revert 40a9792c69f9.Sun, 30 Sep 2007 13:22:21 +0200, by Jonathan Schleifer
-
Fix install of audacious.desktop.Sun, 30 Sep 2007 13:21:17 +0200, by Jonathan Schleifer
-
Automated merge with ssh://sidhe.atheme.org//hg/audaciousSun, 30 Sep 2007 13:09:12 +0200, by Jonathan Schleifer
-
.pc files are arch-independent, therefore they go to ${datadir}.Sun, 30 Sep 2007 13:08:53 +0200, by Jonathan Schleifer
-
Automated merge with ssh://hg.atheme.org//hg/audaciousSat, 29 Sep 2007 20:30:31 -0500, by William Pitcock
-
Fix audio tab.Sat, 29 Sep 2007 20:30:23 -0500, by William Pitcock
-
WTF, why is that file missing?Sat, 29 Sep 2007 22:11:57 +0200, by Jonathan Schleifer
-
removed the XMMS title from the equalizer section of the refugee skinFri, 28 Sep 2007 21:44:03 +0200, by mf0102
-
I don't quite have idea how to make everyone happy with this - reverting 23824a113182 as for nowFri, 28 Sep 2007 16:10:21 +0200, by Tomasz Mon
-
I always forget something today :(.Thu, 27 Sep 2007 22:06:11 +0200, by Jonathan Schleifer
-
I should stop coding for today, I'm too unconcentrated.Thu, 27 Sep 2007 22:02:58 +0200, by Jonathan Schleifer
-
Fix wrong status message.Thu, 27 Sep 2007 22:01:38 +0200, by Jonathan Schleifer
-
Add missing targets to .PHONY.Thu, 27 Sep 2007 21:59:11 +0200, by Jonathan Schleifer
-
D'oh!Thu, 27 Sep 2007 21:55:13 +0200, by Jonathan Schleifer
-
Add implib to uninstall target.Thu, 27 Sep 2007 21:54:10 +0200, by Jonathan Schleifer
-
More implib stuff.Thu, 27 Sep 2007 21:36:43 +0200, by Jonathan Schleifer
-
implib for ${PROG} should finally work.Thu, 27 Sep 2007 21:25:58 +0200, by Jonathan Schleifer
-
- -rpath will be automatically set up when --prefix or --exec-prefix is specified. it can be forced to be disabled through --disable-rpath.Thu, 27 Sep 2007 23:27:30 +0900, by Yoshiki Yazawa
-
partially reverse a patch by js that fixes cygwin, but breaks linux :-)Thu, 27 Sep 2007 15:23:53 +0200, by mf0102
-
Remove implib stuff again.Thu, 27 Sep 2007 14:26:37 +0200, by Jonathan Schleifer
-
Automated merge with ssh://sidhe.atheme.org//hg/audaciousThu, 27 Sep 2007 13:14:58 +0200, by Jonathan Schleifer
-
Update buildsys + small fixes.Thu, 27 Sep 2007 13:14:34 +0200, by Jonathan Schleifer
-
glade cleanups, scrolled window stuffWed, 26 Sep 2007 19:28:10 -0500, by William Pitcock
-
Rename vbox32 to audio_page_vbox.Wed, 26 Sep 2007 19:16:58 -0500, by William Pitcock
-
Fix installation of Audacious desktop icon.Wed, 26 Sep 2007 18:54:49 -0500, by William Pitcock
-
Remove warnings.Wed, 26 Sep 2007 11:13:42 -0500, by William Pitcock
-
Optimize dependency generation.Wed, 26 Sep 2007 06:38:34 +0200, by Jonathan Schleifer
-
This fixes cygwin.Wed, 26 Sep 2007 06:32:34 +0200, by Jonathan Schleifer
-
Why TF redefine NULL?Wed, 26 Sep 2007 05:40:49 +0200, by Jonathan Schleifer
-
Typo.Wed, 26 Sep 2007 03:10:22 +0200, by Jonathan Schleifer
-
Automated merge with ssh://sidhe.atheme.org//hg/audaciousWed, 26 Sep 2007 03:02:44 +0200, by Jonathan Schleifer
-
Update buildsys (adds ${PROG_SUFFIX}).Wed, 26 Sep 2007 03:02:23 +0200, by Jonathan Schleifer
-
Simplify adding of all sub-tunes.Wed, 26 Sep 2007 00:16:39 +0300, by Matti Hamalainen
-
Branch merge.Tue, 25 Sep 2007 23:49:11 +0300, by Matti Hamalainen
-
Slight cleanup of few functions and fix a potential segfault.Tue, 25 Sep 2007 23:36:01 +0300, by Matti Hamalainen
-
Typecast to (long)Tue, 25 Sep 2007 23:33:32 +0300, by Matti Hamalainen
-
Possibly fix a lockup problem.Tue, 25 Sep 2007 23:09:09 +0300, by Matti Hamalainen
-
Cosmetics.Tue, 25 Sep 2007 23:06:26 +0300, by Matti Hamalainen
-
Use gchar consistently.Tue, 25 Sep 2007 22:52:31 +0300, by Matti Hamalainen
-
Implement selective adding of subtunes.Tue, 25 Sep 2007 22:34:52 +0300, by Matti Hamalainen
-
Seems like I forgot to remove -s for ${PROG}.Tue, 25 Sep 2007 19:11:34 +0200, by Jonathan Schleifer
-
Missing NULL-pointer checks are bad, mkay?Tue, 25 Sep 2007 17:42:47 +0200, by Jonathan Schleifer
-
Oops. Fix parallel build.Tue, 25 Sep 2007 16:50:44 +0200, by Jonathan Schleifer
-
Automated merge with ssh://sidhe.atheme.org//hg/audaciousTue, 25 Sep 2007 16:27:07 +0200, by Jonathan Schleifer
-
Don't check for rpath twice.Tue, 25 Sep 2007 16:26:48 +0200, by Jonathan Schleifer
-
Fixed hgignore to use absolute paths, and added some extra ignorablesTue, 25 Sep 2007 20:51:50 +0930, by Kieran Clancy
-
Add self to AUTHORSTue, 25 Sep 2007 20:40:30 +0930, by Kieran Clancy
-
Select and scroll to active playlist when opening playlist managerTue, 25 Sep 2007 20:40:10 +0930, by Kieran Clancy
-
Handle playlist movement/insertion/removal better in managerTue, 25 Sep 2007 20:39:49 +0930, by Kieran Clancy
-
Change PLLIST_COL_PLPOINTER to PLLIST_PLPOINTER for consistencyTue, 25 Sep 2007 20:39:26 +0930, by Kieran Clancy
-
Make active playlist bold in playlist managerTue, 25 Sep 2007 20:39:01 +0930, by Kieran Clancy
-
Notify playlist manager of more changesTue, 25 Sep 2007 20:38:40 +0930, by Kieran Clancy
-
Add ${LIB} and ${LIB_NOINST} to distclean.Tue, 25 Sep 2007 00:27:38 +0200, by Jonathan Schleifer
-
Use test instead of [ ].Mon, 24 Sep 2007 23:38:10 +0200, by Jonathan Schleifer
-
Update sharedlib.m4.Mon, 24 Sep 2007 23:24:34 +0200, by Jonathan Schleifer
-
Automated merge with ssh://sidhe.atheme.org//hg/audaciousMon, 24 Sep 2007 23:14:26 +0200, by Jonathan Schleifer
-
install-sh doesn't work.Mon, 24 Sep 2007 23:14:07 +0200, by Jonathan Schleifer
-
tiny, tiny correction in German translationMon, 24 Sep 2007 22:08:11 +0200, by mf0102
-
Abort on error.Mon, 24 Sep 2007 21:15:16 +0200, by Jonathan Schleifer
-
Don't depend on subdirs, it's done anyway.Mon, 24 Sep 2007 21:00:41 +0200, by Jonathan Schleifer
-
Always prefix comparisons with x.Mon, 24 Sep 2007 20:47:04 +0200, by Jonathan Schleifer
-
Fix dependencies and other parallel stuff.Mon, 24 Sep 2007 20:21:52 +0200, by Jonathan Schleifer
-
Add depend status.Mon, 24 Sep 2007 20:01:23 +0200, by Jonathan Schleifer
-
No balance.png to install.Sun, 23 Sep 2007 15:42:43 -0500, by William Pitcock
-
Remove more cruft.Sun, 23 Sep 2007 14:56:36 -0500, by William Pitcock
-
Remove cruft.Sun, 23 Sep 2007 14:56:23 -0500, by William Pitcock
-
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).Sun, 23 Sep 2007 14:45:02 -0500, by William Pitcock
-
Populate bmp_active_skin with default hints when it is created.Sun, 23 Sep 2007 14:22:04 -0500, by William Pitcock
-
Allow passing NULL path_p to skin_parse_hints() to populate the skin with default settings.Sun, 23 Sep 2007 14:21:00 -0500, by William Pitcock
-
Gracefully handle the failure of loading pixmaps.Sun, 23 Sep 2007 13:47:56 -0500, by William Pitcock
-
Don't crash when the skin doesn't actually exist.Sun, 23 Sep 2007 13:47:38 -0500, by William Pitcock
-
Fix the trunk and default branch issue (part 1).Sun, 23 Sep 2007 13:42:10 -0500, by William Pitcock
-
Pop up playback menu if right clicked over playback-control widgets trunkSun, 23 Sep 2007 15:36:35 +0200, by Tomasz Mon
-
removed lastfm from the core, rewriting it as a plugin trunkSat, 22 Sep 2007 22:50:57 +0300, by Cristi Magherusan
-
make audacious be re-linked if a dependent library has been rebuilt. trunkSun, 23 Sep 2007 01:34:10 +0900, by Yoshiki Yazawa
-
Actually, the last patch was wrong. depend has to depend on ${SRCS}. trunkFri, 21 Sep 2007 18:20:18 +0200, by Jonathan Schleifer
-
Automated merge with ssh://sidhe.atheme.org//hg/audacious trunkFri, 21 Sep 2007 18:13:30 +0200, by Jonathan Schleifer
-
Include new French translation and add translator to credits trunkFri, 21 Sep 2007 15:22:31 +0200, by mf0102
-
Who TF used make instead of ${MAKE} ${MFLAGS} here? trunkFri, 21 Sep 2007 15:22:51 +0200, by Jonathan Schleifer
-
Automated merge with ssh://sidhe.atheme.org//hg/audacious trunkFri, 21 Sep 2007 15:18:09 +0200, by Jonathan Schleifer
-
Update audacious to latest rev of build system. trunkFri, 21 Sep 2007 15:17:48 +0200, by Jonathan Schleifer
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkThu, 20 Sep 2007 23:09:16 +0300, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkWed, 19 Sep 2007 17:47:30 +0300, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkThu, 20 Sep 2007 10:27:48 -0500, by William Pitcock
-
Prepend libaudclient and audtool to SUBDIRS instead of appending. trunkThu, 20 Sep 2007 08:44:52 +0000, by Alex Maclean
-
buildsys.mk is now included after the ifdef USE_DBUS trunkWed, 19 Sep 2007 21:06:52 +0300, by Calin Crisan ccrisan
-
I hope i fixed the libaudclient & dbus problem trunkWed, 19 Sep 2007 20:59:55 +0300, by Calin Crisan ccrisan
-
libaudclient is back in the make system trunkWed, 19 Sep 2007 20:39:36 +0300, by Calin Crisan ccrisan
-
In this special case, we really need extra.mk at the top of the file. trunkWed, 19 Sep 2007 17:49:44 +0200, by Jonathan Schleifer
-
AUDLDFLAGS isn't substitued, therefore remove it. trunkWed, 19 Sep 2007 17:46:17 +0200, by Jonathan Schleifer
-
append rpath on linking audacious when prefix is specified. trunkWed, 19 Sep 2007 18:41:39 +0900, by Yoshiki Yazawa
-
use g_strdup_printf in place of g_string_append_printf trunkTue, 18 Sep 2007 23:23:40 +0200, by Giacomo Lozito
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkTue, 18 Sep 2007 23:54:18 +0300, by Matti Hamalainen
-
Added a special Tuple struct member for passing subtune indexes to the trunkTue, 18 Sep 2007 23:53:57 +0300, by Matti Hamalainen
-
let mainwin_othertext use xfont when cfg.mainwin_use_xfont is TRUE trunkTue, 18 Sep 2007 21:22:09 +0200, by Tomasz Mon
-
Remove effects handling code (it's processed in the flow now). trunkTue, 18 Sep 2007 13:30:13 -0500, by William Pitcock
-
effect processing -> flow manager API / attached to postproc_flow. trunkTue, 18 Sep 2007 13:21:08 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkTue, 18 Sep 2007 12:58:03 -0500, by William Pitcock
-
- subtune handling is now done in playlist core, using tuple fields subsong-id and subsong-num (requires subtune-able plugins to be updated) trunkTue, 18 Sep 2007 19:00:07 +0200, by Giacomo Lozito
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkTue, 18 Sep 2007 10:47:25 -0500, by William Pitcock
-
Connect volumecontrol flow to the work pipeline. trunkTue, 18 Sep 2007 10:47:14 -0500, by William Pitcock
-
Add new configuration option: Software Volume Control. trunkTue, 18 Sep 2007 10:12:20 -0500, by William Pitcock
-
Fix crash on calling plugin->configure() in preferences when plugin->configure==NULL trunkTue, 18 Sep 2007 16:26:09 +0200, by Sascha Hlusiak
-
fixed LDFLAGS syntax on POSIX compatible build environments trunkMon, 17 Sep 2007 22:43:19 -0700, by Ben Tucker
-
Define SONAME on Solaris and POSIX layouts. trunkMon, 17 Sep 2007 17:26:45 -0500, by William Pitcock
-
set EXPORTDYN to -Wl,-export-dynamic if needed. trunkMon, 17 Sep 2007 13:35:55 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme-project.org//hg/audacious trunkSat, 15 Sep 2007 10:54:23 +0200, by Jonathan Schleifer
-
Ctrl-C copies current title to clipboard now. trunkSat, 15 Sep 2007 10:54:08 +0200, by Jonathan Schleifer
-
Don't store default playlist in the playlists/ directory. trunkSat, 15 Sep 2007 18:10:55 +0930, by Kieran Clancy
-
Make the default allocation values bigger. trunkSat, 15 Sep 2007 00:23:12 +0300, by Matti Hamalainen
-
Oops, static field values were not being freed, fixed. trunkFri, 14 Sep 2007 23:55:45 +0300, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious. trunkThu, 13 Sep 2007 01:12:43 -0500, by William Pitcock
-
macos: Set an application icon in the dock. trunkThu, 13 Sep 2007 01:12:05 -0500, by William Pitcock
-
tuple_formatter_expression_empty() was fundamentally broken, fixed. trunkWed, 12 Sep 2007 23:19:46 +0300, by Matti Hamalainen
-
tuple_formatter_expression_exists() now checks for empty fields, becoming trunkWed, 12 Sep 2007 17:55:44 +0300, by Matti Hamalainen
-
${?field:...} -> check if there's data in it, making it the opposite of the (empty)? expression. trunkWed, 12 Sep 2007 00:22:52 -0500, by William Pitcock
-
Bump GLib requirement to 2.10, for GSlice. trunkTue, 11 Sep 2007 20:30:41 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious-tc trunkTue, 11 Sep 2007 09:14:15 -0500, by William Pitcock
-
Automated merge with file:/home/ccr/audacious/core trunkTue, 11 Sep 2007 02:15:13 +0300, by Matti Hamalainen
-
Automated merge with file:/home/ccr/audacious/core trunkSun, 09 Sep 2007 23:21:49 +0300, by Matti Hamalainen
-
Automated merge with file:/home/ccr/audacious/core trunkSun, 09 Sep 2007 05:41:40 +0300, by Matti Hamalainen
-
Oops, previous merge had removed an important memset(), fixed. trunkSat, 08 Sep 2007 20:58:26 +0300, by Matti Hamalainen
-
Automated merge with file:/home/ccr/audacious/core trunkSat, 08 Sep 2007 06:47:15 +0300, by Matti Hamalainen
-
Automated merge with file:/home/ccr/audacious/core trunkSat, 08 Sep 2007 03:20:38 +0300, by Matti Hamalainen
-
Miscellaneous code cleanups; Support "(empty)?" expression. trunkWed, 05 Sep 2007 03:29:19 +0300, by Matti Hamalainen
-
Check for known fields in tuple_associate_data() when given nfield is trunkWed, 05 Sep 2007 03:28:30 +0300, by Matti Hamalainen
-
Fixed to comply with the Tuple API changes. trunkSat, 01 Sep 2007 07:09:38 +0300, by Matti Hamalainen
-
Tuple handling API changed to include support for "hardcoded" fields. trunkSat, 01 Sep 2007 07:08:21 +0300, by Matti Hamalainen
-
/* FIXME! Remove this completely -ccr */ (#define xmms_check_realtime_priority(N) FALSE) -> fixed trunkTue, 11 Sep 2007 06:54:00 -0500, by William Pitcock