log

age author description
2007-12-25 Jussi Judin Fixes memory leak in bmp_config_save() by freeing temporary saved playlists list. (Bugzilla #41)
2007-12-25 Jussi Judin Fixes memory leak in usage of playlist_free() function. (Bugzilla #36)
2007-12-25 Jussi Judin Fixes memory leaks when adding files to playlist (Bugzilla #34)
2007-12-25 Jussi Judin Adds playback_free() function to fix memory leak in playback_stop(). (Bugzilla #42)
2007-12-25 Jussi Judin Fixes memory leak in mpris_emit_track_change() (Bugzilla #37)
2007-12-25 Jussi Judin Fixes memory leak in vfs_fopen() in case path does not exist. (Bugzilla #39)
2007-12-25 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-12-25 Jussi Judin Fixes memory leak in playlist_entry_get_info() due not freeing probe result (Bugzilla #38)
2007-12-24 Tomasz Mon cfg.playlist_width and cfg.playlist_height can't be smaller than minimum values for those; fixes #11
2007-12-24 Jonathan Schleifer strncpy() -> g_strlcpy()
2007-12-21 Jonathan Schleifer Get rid of strcpy() completely.
2007-12-19 Jussi Judin Fix memory leak in vfs_is_remote() (Bugzilla #32)
2007-12-19 Jussi Judin Fix memory leak in filter_by_extension() (Bugzilla #29)
2007-12-19 Jussi Judin Fix memory leak in add_plugin() (Bugzilla #28)
2007-12-19 Jussi Judin Fix memory leak in input_stringify_disabled_list() (Bugzilla #25)
2007-12-19 Jussi Judin Fix memory leak in read_ini_string() (Bugzilla #24)
2007-12-19 Jussi Judin Fix memory leaks when generating UI strings in ui_main.c (Bugzilla #18)
2007-12-19 Jussi Judin Fix memory leak in open_ini_file() function. (Bugzilla #17)
2007-12-19 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-12-19 Jussi Judin Close file handles when no codec can be found for them. (Bugzilla #15).
2007-12-18 Yoshiki Yazawa add workaround to deadlock which occurs when "create a new playlist with matching entries" is checked in search and select dialog.
2007-12-18 Yoshiki Yazawa make search and select dialog accept "fix" key press in input method context.
2007-12-17 Yoshiki Yazawa fix a bug which prevents fileinfopopup from showing non-latin file name correctly when tuple is not available.
2007-12-17 Yoshiki Yazawa - introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
2007-12-16 Tomasz Mon add option to disable inline gtk theme
2007-12-16 Yoshiki Yazawa avoid unnecessary serial increment.
2007-12-16 Yoshiki Yazawa now jtf follows on-demand metadata loading.
2007-12-16 Yoshiki Yazawa make filter field in jtf dialog always grab focus on appearance.
2007-12-15 VDR dai (audacious) update Japanese translation
2007-12-10 mf0102 automatically indented file
2007-12-09 Tomasz Mon don't do skin_install_skin on faulty skins or archives that doesn't contain skin at all
2007-12-09 Tomasz Mon install skin if user drag'n'drops it on mainwin
2007-12-09 Tomasz Mon introduce WIDGET_FONT_BTN
2007-12-08 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2007-12-08 Eugene Zagidullin fully disabled reloading of currently active skin: fixed bug with partial destroyed skin
2007-12-08 Strahinja Kustudic Updated Serbian translations
2007-12-07 Yoshiki Yazawa deep copy is needed!
2007-12-07 Yoshiki Yazawa quick fix for the bug which had prevented to add remote url when "Detect file formats on demand" was disabled.
2007-12-07 Yoshiki Yazawa audtool maintenance:
2007-12-07 Yoshiki Yazawa fix a memory leak.
2007-12-06 mf0102 automated merge
2007-12-06 mf0102 small little update-po
2007-12-06 Yoshiki Yazawa - modified playlist_load_ins_file() and playlist_load_ins_file_tuple(). path builder and ext_hash checker
2007-12-06 mf0102 change code a bit to avoid using strncasecmp which gives a warning here
2007-12-06 Eugene Zagidullin Updated Russian translation
2007-12-05 Eugene Zagidullin #if changed to #ifdef
2007-12-05 Stany HENRY Updated French translation.
2007-12-04 Yoshiki Yazawa introduce common debug print macro.
2007-12-04 mf0102 some indenting (should make it easier to clean up the code afterwards ;-)
2007-12-04 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2007-12-04 Eugene Zagidullin oops...
2007-12-04 Eugene Zagidullin added new tuple field FIELD_BITRATE
2007-12-03 Cristi Magherusan fixed(URI-fied) "remove unavailable files"
2007-12-03 William Pitcock Use vfs_is_remote() instead of is_http().
2007-12-02 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2007-12-02 Eugene Zagidullin disabled editing remote tags: 2nd attempt :)
2007-12-02 mf0102 last optic tweaks before sleeping (this is so addicting! :-) , desowin
2007-12-02 mf0102 slightly regroup playlist delete items
2007-12-02 mf0102 removed some old icons and replaced them with shiny, new ones
2007-12-02 mf0102 moved icon loading function from main.c to icons-stock.c