Mercurial > audlegacy
graph
-
Added my g15composer-based Python script for displaying Now Playing info on the LCD of the Logitech G15 Gaming Keyboard. trunk2007-08-02, by ssokolow
-
Automated merge with ssh://kustodian@hg.atheme.org//hg/audacious trunk2007-08-01, by Strahinja Kustudic
-
Allow libguess to be extended for other languages using a common API. trunk2007-08-01, by William Pitcock
-
oops, using a C0X extension (break-from-if) probably isn't cool here. trunk2007-08-01, by William Pitcock
-
temporal fix for update problem which randomly caused by scrolling in playlist. trunk2007-07-30, by Yoshiki Yazawa
-
mainwin_update_song_info() should not return FALSE when time < 0 otherwise neither playtime display nor hide seekbar on streaming work. trunk2007-07-28, by Yoshiki Yazawa
-
revive dsd's titlebar patch (r3083) due to it works fine with message passing UI update. trunk2007-07-28, by Yoshiki Yazawa
-
Don't display the seek bar if length is -1. There is probably a more efficient way of doing this, but I'm lazy. desowin@ can always fix this later. trunk2007-07-28, by William Pitcock
-
Gracefully handle playback being NULL even if playback_get_playing() is TRUE during playback init. trunk2007-07-27, by Christian Birchinger
-
I don't think that's needed. If you revert it, use playback_get_playing() instead. trunk2007-07-26, by Christian Birchinger
-
Automated merge with ssh://hg.atheme-project.org//hg/audacious trunk2007-07-26, by Christian Birchinger
-
Don't call playback_get_time() if not playing in mainwin_idle_func(). trunk2007-07-26, by Christian Birchinger
-
Automated merge with ssh://hg.atheme-project.org//hg/audacious trunk2007-07-26, by Christian Birchinger
-
Only set the filename in the dialog if it has been defined before by a previous load or save opeation. trunk2007-07-26, by Christian Birchinger
-
playback_seek(): several WTFs in here (probably from XMMS) fixed trunk2007-07-26, by William Pitcock
-
Use message passing to make sure the UI is updated in the main thread. trunk2007-07-24, by William Pitcock
-
Send a message from the monitor thread to the main thread for audio errors, like we do with eof condition. trunk2007-07-24, by William Pitcock
-
playback monitor thread: If forced stop occurs, do not queue "playback eof" signal. trunk2007-07-24, by William Pitcock
-
New threading model for playback. Playback code should now *block*. trunk2007-07-23, by William Pitcock
-
Add playback_eof(). Plugins should use this instead of playback->eof = 1. trunk2007-07-23, by William Pitcock
-
Treating cdda:// as a regular file is bad, hmmkay? This is just a hack and nenolod will improve on it later. trunk2007-07-23, by Tony Vroon
-
made the decoder chooser aware of lastfm MP3 streams so that it will only try mad trunk2007-07-22, by Cristi Magherusan
-
Add new probe_for_tuple() function. Replaces all old probing interfaces. trunk2007-07-20, by William Pitcock
-
Invoke "Plugins are not derived work" clause provided by GPL3. trunk audacious-1.4.0-DR12007-07-20, by William Pitcock
-
Moving gtk_widget_grab_default() below gtk_container_add() to avoid this trunk2007-07-20, by Christian Birchinger
-
Switching from g_return_val_if_fail() to a more quiet return NULL trunk2007-07-20, by Christian Birchinger
-
Add a NULL check on fd to avoid probing on none-existant fds.2007-07-20, by Christian Birchinger
-
Added a fd NULL check to avoid probing on none-existing fds2007-07-20, by Christian Birchinger
-
Lower-case letters are more convenient, aren't they ? (anyhow bitmap fonts option is still available)2007-07-19, by Stany HENRY
-
Just a few translatable strings.2007-07-19, by Stany HENRY
-
Added tag audacious-1.4.0-dr1 for changeset 55a4a6da92a52007-07-19, by William Pitcock
-
fix compiler warning2007-07-19, by Tomasz Mon
-
we don't need create_dblsize_image() anymore2007-07-19, by Tomasz Mon
-
little cleaning2007-07-19, by Tomasz Mon
-
replace EqGraph with UiSkinnedEqualizerGraph2007-07-19, by Tomasz Mon