log

age author description
2007-12-31 Tomasz Mon branch merge
2007-12-31 Tomasz Mon fix playlistwin resize
2007-12-31 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-12-31 William Pitcock start of a C++ binding on top of PAPI.
2007-12-30 Tomasz Mon this file shouldn't be there
2007-12-30 Tomasz Mon the less calls to gdk_window_get_pointer the better
2007-12-30 Tomasz Mon one less gdk_window_get_pointer call
2007-12-30 Tomasz Mon dock_move_press already presents window
2007-12-30 Tomasz Mon if skin doesn't provide ini file use defaults (Bugzilla #55)
2007-12-30 Tomasz Mon set mask on shade/unshade
2007-12-28 Tomasz Mon set windows masks in saner way
2007-12-28 Maciej Grela Fix downloading of dynamically generated content with vfs_get_file_contents(). (Bugzilla #46)
2007-12-27 Murat Senel Turkish translation (Bugzilla #51)
2007-12-26 Eugene Zagidullin oops...
2007-12-26 Eugene Zagidullin better error handling. removed duplicated part
2007-12-26 Eugene Zagidullin make use of AUDDBG
2007-12-26 Eugene Zagidullin more strict error handling. make use of AUDDBG
2007-12-25 George Averill - Update mainwin width when (un)shading the main window, as the mainwinWidth skin hint may be different from the proper shaded width.
2007-12-25 Jussi Judin Make skin data to be freed after skin usage (= on skin changes) (Bugzilla #48)
2007-12-25 Tomasz Mon oops, this should get commited together with 4204b0a6aeb2
2007-12-25 Tomasz Mon revise setting mask on windows
2007-12-25 Tomasz Mon oops, fix previous commit
2007-12-25 Tomasz Mon prevent BadAlloc's
2007-12-25 Tomasz Mon on ctrl-tab switch only between visible windows (Bugzilla #14)
2007-12-25 Yoshiki Yazawa remember filter entry in jtf dialog is extremely useful when jtf deals with large playlist. now this feature is configurable.
2007-12-25 William Pitcock Reset the text entry box to nothing when the jump to track window is requested.
2007-12-25 Jussi Judin Fixes memory leak in playlist_add_files() function when using extension probing and trying to add file with unknown extension. (Bugzilla #44)
2007-12-25 Jussi Judin Fixes memory leak in fileinfopopup_progress_cb() (Bugzilla #43)
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
2007-12-01 Christian Birchinger Handle streams inside m3u files better. If thres a better way than is_http() to detect streams, let me know.
2007-12-01 Christian Birchinger Prevent segfault when adding M3U playlists with URIs. Needs a cleaner solutions later.
2007-12-01 mf0102 automated merge
2007-12-01 mf0102 - removed icons-csource.h - load all icons from disk now
2007-12-01 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-12-01 William Pitcock Use "gpointer cfg;" instead of "gboolean *cfg;" to avoid warnings when setting a string.
2007-12-01 mf0102 whoops, forgot to kick eq.png from Makefile
2007-12-01 mf0102 removed equalizer options page, because i can imagine hardly anyone who
2007-12-01 mf0102 adapted Tango icons for preferences dialog
2007-12-01 mf0102 made character set detection combo box translatable
2007-11-30 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2007-11-30 Eugene Zagidullin disabled tag wrtiting for sreams
2007-11-30 William Pitcock Use PreferencesWidget instead of preferences_widget_t so that the code matches the established style of that file.
2007-11-30 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-11-30 William Pitcock Some work on newprefs code:
2007-11-30 mf0102 update-po & updated German translation
2007-11-30 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2007-11-30 Eugene Zagidullin "Apply" button in fileinfo changed to "Save"
2007-11-29 William Pitcock This code no longer has anything to do with BMP classic, dropping that copyright notice.
2007-11-29 William Pitcock style cleanups:
2007-11-29 William Pitcock Estonian translation (bugzilla #2).
2007-11-28 Jonathan Schleifer Automated merge with ssh://hg.atheme.org//hg/audacious
2007-11-28 Jonathan Schleifer Add plugin function to pull volume.
2007-11-28 Ralf Ertzinger - Branch merge
2007-11-28 Ralf Ertzinger - Close dup()-ed file if ID3 file handling fails
2007-11-27 Yoshiki Yazawa branch merge
2007-11-27 Yoshiki Yazawa avoid crash when audacious is launched with -p option.
2007-11-27 Eugene Zagidullin added my sign to that comments :)
2007-11-27 Eugene Zagidullin added some comments to plugin.h about update_song_tuple()
2007-11-27 Eugene Zagidullin be more robust: tag updating enabled only if some field changed
2007-11-27 Eugene Zagidullin fields in fileinfo dialog now non-editable when tag updating is impossible
2007-11-27 Eugene Zagidullin added mini statusbar to fileinfo dialog. looks like version string in prefs dialog
2007-11-27 Eugene Zagidullin added tag editing capabilities, maybe raw yet
2007-11-26 Eugene Zagidullin added update button (currently disabled) to file info dialog
2007-11-26 Eugene Zagidullin update_song_tuple() added to InputPlugin for future tag writing ability
2007-11-25 Ben Tucker Automated merge with ssh://hg.atheme.org//hg/audacious
2007-11-22 Ben Tucker Added myself to the credits.
2007-11-25 Eugene Zagidullin Updated Russian translation
2007-11-25 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2007-11-25 Eugene Zagidullin Changed lables in file info box