Sun, 06 Jul 2008 17:55:40 +0200 |
mf0102 |
move all files belonging to the legacy UI to legacy/
|
Sun, 15 Jun 2008 00:00:55 +0300 |
Matti Hamalainen |
Proper updating of playlist->tail was missing from some functions.
|
Wed, 04 Jun 2008 23:30:29 +0300 |
Matti Hamalainen |
Use str_assert_utf8() where it makes sense in the core.
|
Sat, 31 May 2008 14:19:52 +0200 |
Tomasz Mon |
prevent endless loop
|
Wed, 21 May 2008 18:40:05 +0200 |
Tomasz Mon |
implement event_queue_with_data_free()
|
Wed, 21 May 2008 17:11:15 +0200 |
Tomasz Mon |
move playback_set_sample_params function call to playlist.c
|
Wed, 14 May 2008 00:35:09 +0200 |
mf0102 |
- rename dock.c to ui_dock.c
|
Thu, 08 May 2008 22:49:52 +0200 |
mf0102 |
moved away some stuff from main.c
|
Wed, 30 Apr 2008 04:35:59 +0300 |
Matti Hamalainen |
Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining.
|
Wed, 23 Apr 2008 20:11:10 +0200 |
mf0102 |
hookified many function calls
|
Wed, 23 Apr 2008 18:53:14 +0200 |
mf0102 |
reindent the code before messing with it
|
Wed, 23 Apr 2008 14:36:00 +0200 |
mf0102 |
renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those
|
Tue, 22 Apr 2008 11:28:53 +0200 |
mf0102 |
- make a lot of stuff static
|
Tue, 22 Apr 2008 10:55:35 +0200 |
mf0102 |
- renamed some files to reflect their UI contents
|
Mon, 31 Mar 2008 06:36:41 +0300 |
Matti Hamalainen |
bmp_config_* -> aud_config_*
|
Fri, 28 Mar 2008 02:18:10 +0000 |
Ivan N. Zlatev |
Mark the playlist as modified when moving/adding/removing/sorting/randomizing the playlist, so that the jump to file cache picks up the change.
|
Tue, 25 Mar 2008 21:16:16 +0200 |
Matti Hamalainen |
Fixed a segfault when trying to open fileinfo window while no file is
|
Tue, 18 Mar 2008 14:57:10 +0100 |
mf0102 |
move some more GUI functions
|
Sat, 15 Mar 2008 00:26:49 +0100 |
mf0102 |
remove more ui_* references
|
Fri, 22 Feb 2008 22:18:20 +0100 |
Tomasz Mon |
check if playlistwin_list is UiSkinnedPlaylist before accessing it contents
|
Wed, 13 Feb 2008 03:54:41 -0600 |
William Pitcock |
playlist_compare_artist(): Avoid NULL dereferences.
|
Sun, 10 Feb 2008 12:31:44 +0100 |
stefano |
Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
|
Wed, 30 Jan 2008 20:32:50 +0300 |
Eugene Zagidullin |
update titles after 3 sec. delay when custom template changed
|
Wed, 30 Jan 2008 19:41:03 +0300 |
Eugene Zagidullin |
update titles when formatter template changes even if tuples is up to date
|
Sat, 12 Jan 2008 06:35:23 -0600 |
William Pitcock |
Make sure "if (pr)" doesn't get optimized out. (Bugzilla #30)
|
Tue, 25 Dec 2007 01:16:26 -0600 |
Jussi Judin |
Fixes memory leak in playlist_add_files() function when using extension probing and trying to add file with unknown extension. (Bugzilla #44)
|
Tue, 25 Dec 2007 01:00:52 -0600 |
Jussi Judin |
Fixes memory leak in usage of playlist_free() function. (Bugzilla #36)
|
Tue, 25 Dec 2007 00:57:19 -0600 |
Jussi Judin |
Fixes memory leaks when adding files to playlist (Bugzilla #34)
|
Mon, 24 Dec 2007 23:05:10 -0600 |
Jussi Judin |
Fixes memory leak in playlist_entry_get_info() due not freeing probe result (Bugzilla #38)
|
Wed, 19 Dec 2007 00:55:07 -0600 |
Jussi Judin |
Fix memory leak in filter_by_extension() (Bugzilla #29)
|