log

age author description
2008-06-04 Matti Hamalainen Added a temporary function str_assert_utf8() for finding points in code
2008-06-04 Matti Hamalainen Remove useless str_to_utf8() conversions.
2008-06-04 Matti Hamalainen Use a define (AUD_EQUALIZER_NBANDS) instead of magic value 10 everywhere.
2008-06-04 Matti Hamalainen Note about equalizer problems.
2008-06-04 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-04 Matti Hamalainen Fix help messages in audtool to have correct tuple field names... this
2008-06-04 Matti Hamalainen Don't escape strings in audacious_get_tuple_field_data(), because we are
2008-06-01 Matti Hamalainen Fix a autoconf warning about cached variable identifier.
2008-06-04 Tomasz Mon export create_widgets to PAPI
2008-05-31 Tomasz Mon prevent endless loop
2008-05-31 Tomasz Mon change visualization timeout; export calc_stereo_pcm, calc_mono_pcm and calc_mono_freq to PAPI
2008-05-30 Tomasz Mon NO_PLAY_BUTTON and PLAY_BUTTON defines don't quite make sense
2008-05-30 Tomasz Mon run open file dialogue on drct_eject() (Bugzilla #18)
2008-05-28 Matti Hamalainen Handle properly the situation when player is not running and files are added from commandline.
2008-05-28 Matti Hamalainen Remove useless UTF-8 conversion, the strings are already guaranteed to be UTF-8.
2008-05-28 Tomasz Mon don't free gdk_events during playlistwin_motion
2008-05-25 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-25 Matti Hamalainen Quote variable assignment.
2008-05-22 Matti Hamalainen Added a newline at end of file.
2008-05-25 Tomasz Mon remove ui_main_set_initial_volume, call volume set hook instead
2008-05-23 Tomasz Mon add equalizer changed hook
2008-05-22 Tomasz Mon branch merge
2008-05-22 Tomasz Mon Backed out changeset 25ec507c23bc
2008-05-22 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-22 Matti Hamalainen Oops, libmcs check was faulty. Thanks to Nazca for spotting it.
2008-05-21 Tomasz Mon implement event_queue_with_data_free()
2008-05-21 Tomasz Mon remove ui_main_evlistener_playback_initiate as it sounds crazy
2008-05-21 Tomasz Mon move playback_set_sample_params function call to playlist.c
2008-05-21 Tomasz Mon add audacious_drct_initiate
2008-05-21 mf0102 revert DBus removals
2008-05-21 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-21 Matti Hamalainen Fix the initialization after messing it up myself - commandline argument handling was happening twice.
2008-05-21 mf0102 uncomment last dbus functions that need UI access
2008-05-21 Tomasz Mon add audacious_drct_get_length
2008-05-21 Matti Hamalainen Removed 'Reload Plugins'-button, as it's broken and usually just causes problems.
2008-05-21 Matti Hamalainen Guess what? More work on finnish translation. :D
2008-05-21 Matti Hamalainen Added libaudutil for functionality that does not fit into plugin API, but
2008-05-21 Matti Hamalainen Updated bug tracker address.
2008-05-21 Matti Hamalainen Added myself in translator credits.
2008-05-21 Matti Hamalainen And yet some more work on Finnish translation...
2008-05-21 Matti Hamalainen Only scan "*.{c,cxx,cc}" instead of "*.c*" when updating POTFILES.in.
2008-05-21 Matti Hamalainen More work on the finnish translation.
2008-05-21 Matti Hamalainen Few updates to Finnish translation.
2008-05-21 Matti Hamalainen Silence some pointless warnings in resume_playback_on_startup() by not using g_return_if_fail().
2008-05-21 Matti Hamalainen Made handling of commandline options to happen before plugin and playlist
2008-05-19 Tomasz Mon Suffix all type names in core with _
2008-05-19 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-19 Matti Hamalainen Updated copyright year.
2008-05-18 Matti Hamalainen Use temporary variables for scale factors.
2008-05-18 Matti Hamalainen Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
2008-05-18 Matti Hamalainen Use gsize and g_realloc in smart_realloc().
2008-05-19 Stefano D'Angelo Added my name in the credits so that you don't forget about me :-)
2008-05-18 Tomasz Mon introduce ui_skinned_window_button_press and ui_skinned_window_button_release
2008-05-18 mf0102 Hookify a visualization function
2008-05-18 Tomasz Mon kill ui_skinned_cursor
2008-05-18 Tomasz Mon kill skin_load_cursor
2008-05-17 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-17 Matti Hamalainen Clarified and fixed the explanation of structure packing and unaligned memory access.
2008-05-15 Jonathan Schleifer Automated merge with ssh://hg.atheme.org//hg/audacious
2008-05-15 Jonathan Schleifer Make MPRIS work again.