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
|