2008-03-19 |
Yoshiki Yazawa |
revive support for zip and other archive formats. T.M aka teknocat pointed out this problem and provided preliminary patch.
|
2008-03-17 |
mf0102 |
patch by chrome
|
2008-03-14 |
Matti Hamalainen |
Minor shellscript consistency cleanups, always test strings
|
2008-03-14 |
Matti Hamalainen |
Use glib types consistently.
|
2008-03-13 |
Eugene Zagidullin |
Added tag audacious-plugins-1.5.0 for changeset 695e2c6040f2
|
2008-03-13 |
William Pitcock |
Drop NEWS and ChangeLog.
audacious-plugins-1.5.0
|
2008-03-13 |
William Pitcock |
Remove debugging notice.
|
2008-03-13 |
William Pitcock |
Fix version relation.
|
2008-03-13 |
William Pitcock |
Make this work with projectM 1.0 again.
|
2008-03-13 |
Matti Hamalainen |
Some sanitization, I hope.
|
2008-03-13 |
Matti Hamalainen |
Removed unused file and directory.
|
2008-03-13 |
Matti Hamalainen |
I suppose the -plugins should be version 1.5.0 too.
|
2008-03-13 |
Matti Hamalainen |
Check for Audacious >= 1.5.0 instead.
|
2008-03-11 |
Calin Crisan ccrisan |
Fixed the nocd-dialog; however it may still crash when starting audacious with cdda:// argument
|
2008-03-08 |
Tomasz Mon |
string arrays should be freed with g_strfreev()
|
2008-03-08 |
CJ Kucera |
Fixes for scrobbler plugin - skipped tracks, inappropriate scrobbling, re-tabs (Bugzilla #200)
|
2008-03-07 |
William Pitcock |
Remove unneeded vars.
|
2008-03-07 |
William Pitcock |
Add wma_idx2.
|
2008-03-07 |
William Pitcock |
Remove static values, making the plugin re-entrant. As such, remove the now unnecessary playback mutex.
|
2008-03-07 |
William Pitcock |
Drop wma_playbuff(). Not re-entrant.
|
2008-03-07 |
William Pitcock |
Severe refactoring phase 1.
|
2008-03-07 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2008-03-07 |
William Pitcock |
Fix the double-free!!!!oneoneone+1.
|
2008-03-07 |
Calin Crisan ccrisan |
reworked cdaudio-ng to avoid gui blockings as much as possible; the plugin now handles cdda:// URL by adding the whole cd to the playlist - to be used with -e argument from command line; the 'no cd' dialog may be broken
|
2008-03-06 |
Eugene Zagidullin |
get rid of hardcoded paths
|
2008-03-05 |
Yoshiki Yazawa |
abandon ${pluginlibdir}.
|
2008-03-01 |
Michal Lipski |
fix cutoff in wavpack plugin. (Bugzilla #194)
|
2008-02-29 |
MichaĆ Lipski |
Add support for 24-bit wavpack files. (Bugzilla #190)
|
2008-02-27 |
Yoshiki Yazawa |
g_timeout_add_seconds() requires glib-2.14.0 or higher.
|
2008-02-25 |
Cristi Magherusan |
Status Icon can now be changed, patch provided by Matteo (Bugzilla #182)
|
2008-02-25 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2008-02-25 |
Cristi Magherusan |
made status plugin use the main mouse wheel setting when changing the volume
|
2008-02-24 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2008-02-24 |
William Pitcock |
Ditto.
|
2008-02-24 |
Cristi Magherusan |
jump between songs using shift+lmb and shift+rmb (Bugzilla #157)
|
2008-02-23 |
Ralf Ertzinger |
- Fix spelling errors
|
2008-02-23 |
Yoshiki Yazawa |
make load list button work for pls. closes #181.
|
2008-02-23 |
Yoshiki Yazawa |
- now cdaudio-ng calculates discid correctly. closes #165
|
2008-02-22 |
Yoshiki Yazawa |
fix for #135: do not read from already freed memory. patch by Jussi Judin. thanks Jussi!
|
2008-02-22 |
Yoshiki Yazawa |
added mseek support to flacng. patch by Piotr Garus. thanks Piotr!
|
2008-02-20 |
Stany HENRY |
Updated French translation.
|
2008-02-19 |
Yoshiki Yazawa |
fix for bug #150:
|
2008-02-19 |
William Pitcock |
Bump requirement here too.
|
2008-02-19 |
William Pitcock |
Update to libprojectM 1.1 API. I love it when people break API.
|
2008-02-18 |
William Pitcock |
Fix configure.ac to be less retarded.
|
2008-02-18 |
William Pitcock |
Set window to NULL after it's destroyed.
|
2008-02-18 |
William Pitcock |
Fix the bug !!!oneoneone+1.
|
2008-02-18 |
William Pitcock |
Add some UI niceities.
|
2008-02-18 |
William Pitcock |
Add _gtk_projectm_destroy_impl().
|
2008-02-18 |
William Pitcock |
Fix a crash.
|
2008-02-18 |
William Pitcock |
Reimplement using a GTK+ widget.
|
2008-02-18 |
William Pitcock |
Do not force windows to update, as it may cause an X desync.
|
2008-02-18 |
William Pitcock |
Implement resizing.
|
2008-02-18 |
William Pitcock |
Implement frame limiting.
|
2008-02-18 |
William Pitcock |
First steps on GTK+ based projectM plugin.
|
2008-02-18 |
William Pitcock |
Typo fixing.
|
2008-02-18 |
William Pitcock |
Depend on gtkglext for projectm-1.0 instead of SDL.
|
2008-02-16 |
Christian Birchinger |
Change required pulseaudio version to 0.9.9 because some PA_SAMPLE_S32 formats are not defined in older versions.
|
2008-02-15 |
Eugene Zagidullin |
check input fmt thoughtfully
|
2008-02-15 |
Yoshiki Yazawa |
correct frame time to 1/75sec. pointed out by Piotr Garus. it closes #162.
|
2008-02-15 |
Yoshiki Yazawa |
replaced g_print with AUDDBG
|
2008-02-15 |
Yoshiki Yazawa |
removed unnecessary files.
|
2008-02-15 |
Yoshiki Yazawa |
results from madplug_x has been merged into madplug. thus madplug_x is unnecessary now.
|
2008-02-15 |
Yoshiki Yazawa |
removed 'experimental' from description.
|