Mercurial > audlegacy
graph
-
[svn] XDG path fixes in documentation, submitted by nine on irc.atheme.org trunkThu, 19 Apr 2007 09:24:13 -0700, by chainsaw
-
[svn] Modified playlist_compare_artist so that a leading "the" in an artist's trunkTue, 17 Apr 2007 23:36:31 -0700, by magma
-
[svn] - make the evil 'reload plugins' button behave a bit better trunkMon, 16 Apr 2007 04:19:03 -0700, by giacomo
-
[svn] - workaround for linuxthread's broken implementation of sigwait(). trunkThu, 12 Apr 2007 00:16:37 -0700, by yaz
-
[svn] - unsigned char should be used during id3v1 parse. closes #888. trunkWed, 11 Apr 2007 00:28:41 -0700, by yaz
-
[svn] - use pthread_sigmask(SIG_BLOCK, ...) instead of of SIG_SETMASK trunkTue, 10 Apr 2007 14:16:32 -0700, by nenolod
-
[svn] - playlist_get_length_nolock() -> playlist_get_length(), no need for trunkTue, 10 Apr 2007 11:27:26 -0700, by nenolod
-
[svn] - playlist_set_info() does not change the playlist and shouldn't block trunkTue, 10 Apr 2007 11:25:39 -0700, by nenolod
-
[svn] - tuple operations do not change the structure of the playlist and trunkTue, 10 Apr 2007 11:20:21 -0700, by nenolod
-
[svn] - unlock many playlist operations that do not really need locking trunkTue, 10 Apr 2007 11:12:56 -0700, by nenolod
-
[svn] - probe remote sources (hardcoded to http://, https://) in the background. trunkTue, 10 Apr 2007 10:17:48 -0700, by nenolod
-
[svn] - do not use the signal handler at all on linuxthreads and hope for the best trunkTue, 10 Apr 2007 09:45:30 -0700, by nenolod
-
[svn] - handle sigwait(2) brokenness on linuxthreads trunkTue, 10 Apr 2007 08:39:56 -0700, by nenolod
-
[svn] - remove the unplayable files dialog. it is more annoying than useful. trunkMon, 09 Apr 2007 13:29:20 -0700, by nenolod
-
[svn] - use execinfo.h to provide more useful information about crashes trunkSun, 08 Apr 2007 18:05:09 -0700, by nenolod
-
[svn] - fixed c++ish declaration in a c file (part 7) trunkSat, 07 Apr 2007 05:36:05 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 6) trunkSat, 07 Apr 2007 05:29:39 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 5) trunkSat, 07 Apr 2007 05:25:22 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 4) trunkSat, 07 Apr 2007 05:15:25 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 3) trunkSat, 07 Apr 2007 05:08:36 -0700, by giacomo
-
[svn] - fixed c++ish declaration in a c file (part 2) trunkSat, 07 Apr 2007 04:56:27 -0700, by giacomo
-
[svn] - fix alt+click enqueue. this is more like vincent ratier's original patch except that it's C90-capable for freebsd 4. trunkThu, 05 Apr 2007 17:01:26 -0700, by nenolod
-
[svn] - patch by Vincent Ratier to add Alt+Click enqueue to the playlist editor. Closes #860. trunkThu, 05 Apr 2007 06:11:33 -0700, by nenolod
-
[svn] - don't resample if source rate matches the internal clock rate. closes #881. trunkThu, 05 Apr 2007 05:56:00 -0700, by nenolod
-
[svn] - synchronize SRC conversion patch with upstream trunkThu, 05 Apr 2007 05:32:15 -0700, by nenolod
-
[svn] - fix doublesize motion events. patch by gagern, closes #856. trunkSat, 31 Mar 2007 19:33:04 -0700, by nenolod
-
[svn] Don't show a warning dialog when trying to add .{jpeg,jpg,txt} files. trunkMon, 26 Mar 2007 09:21:40 -0700, by js
-
[svn] - glib-2.13.0 requires g_thread_init() to be called before all other GLib functions. trunkSat, 24 Mar 2007 23:25:20 -0700, by yaz
-
[svn] - give focus to jump_to_track window before filling it with information; this way user can start typing while huge playlists are loaded trunkWed, 21 Mar 2007 13:47:48 -0700, by giacomo
-
[svn] - clear playlist attribute when playlist_clear() is called. trunkWed, 21 Mar 2007 03:25:21 -0700, by yaz
-
[svn] - use a managed heap for playlist entry node allocation. trunkTue, 20 Mar 2007 22:00:11 -0700, by nenolod
-
[svn] - integrate libmowgli requirement into buildsystem trunkTue, 20 Mar 2007 21:39:00 -0700, by nenolod
-
[svn] - prevent skin list overlap when it's populated for the first time and user quickly switchs to other tabs in the prefswin trunkFri, 16 Mar 2007 19:21:54 -0700, by giacomo
-
[svn] - [security, backport to 1.3] fix improper comparisons of hashtables used by the plugin loader. trunkFri, 16 Mar 2007 00:25:44 -0700, by nenolod
-
[svn] - due to some bug in buffer management, bump the buffer side of things up to ~40kb instead of 32kb for now. trunkThu, 15 Mar 2007 18:44:52 -0700, by nenolod
-
[svn] - add millisecond seek function to InputPlugin API. with this function, cuesheet and encoder plugins can achieve higher accuracy. trunkMon, 12 Mar 2007 10:55:24 -0700, by yaz
-
[svn] - add "Language-Team: Default (i18n-default@i18n.atheme.org)\n" to shut trunkSun, 11 Mar 2007 17:05:07 -0700, by nenolod
-
[svn] - now sort by track number and sort by title work even if on display metadata loading is specified. trunkThu, 08 Mar 2007 18:33:20 -0800, by yaz
-
[svn] - use gdk_get_default_root_window in place of NULL for gdk_window_get_pointer trunkWed, 07 Mar 2007 16:26:51 -0800, by giacomo
-
[svn] remove autotools macros that aren't used in audacious core any more trunkTue, 06 Mar 2007 19:04:48 -0800, by kiyoshi
-
[svn] why are we still checking for GConf? checks and related OMK data removed trunkTue, 06 Mar 2007 18:54:10 -0800, by kiyoshi
-
[svn] - made progress bar in fileinfo popup work again; it's ok to do code cleaning/beautifying but please, do ensure and test that things work as they should trunkMon, 05 Mar 2007 17:30:33 -0800, by giacomo
-
[svn] Check filesize before doing memcmp (potential sigsegv). trunkMon, 05 Mar 2007 13:43:09 -0800, by hansmi
-
[svn] - Removed some of the horrible code duplication in the file popup code trunkSun, 04 Mar 2007 10:43:38 -0800, by mf0102
-
[svn] - fix handling of multiple files on the command line. trunkSat, 03 Mar 2007 22:34:27 -0800, by nenolod
-
[svn] - workaround freebsd make problems. closes #827. trunkSat, 03 Mar 2007 06:08:20 -0800, by nenolod
-
[svn] - correct a keyboard shortcut collision. closes #824. trunkThu, 01 Mar 2007 08:22:32 -0800, by nenolod
-
[svn] - reset the position of the equalizer window properly. trunkThu, 01 Mar 2007 05:06:49 -0800, by nenolod
-
[svn] - custom field support for audacious_get_tuple_field_data() trunkWed, 28 Feb 2007 16:07:21 -0800, by nhjm449
-
[svn] - revert the penalty-based "find something to play" logic of 1.2. it's trunkWed, 28 Feb 2007 09:52:22 -0800, by nenolod
-
[svn] - there was a missing delimeter in the patch credits trunkWed, 28 Feb 2007 07:44:30 -0800, by nenolod
-
[svn] - Add support for the custom tuple field. Patch by Christian Birchinger (joker). trunkWed, 28 Feb 2007 05:44:38 -0800, by nenolod
-
[svn] - proxy requests for metadata attached to a VFSBufferedFile to the live trunkTue, 27 Feb 2007 03:49:22 -0800, by nenolod
-
[svn] - always make sure we are operating on a copy of the ini string trunkTue, 27 Feb 2007 02:15:51 -0800, by nenolod
-
[svn] - tuple reading now available through audtool with audacious_get_tuple_field_data() trunkMon, 26 Feb 2007 19:06:45 -0800, by nhjm449
-
[svn] - add explicit hints to show bit rate, sampling frequency and audio mode. trunkMon, 26 Feb 2007 10:30:06 -0800, by yaz
-
[svn] fix wrong library symlink, there was a hardcoded libaudacious.so.4.0.0 trunkMon, 26 Feb 2007 06:14:54 -0800, by gw666
-
[svn] - fix a regression introduced by the DnD fix. trunkMon, 26 Feb 2007 03:36:09 -0800, by nenolod
-
[svn] - change the order that hints are processed in. trunkSun, 25 Feb 2007 22:41:59 -0800, by nenolod
-
[svn] - enforce playback stop when clearing the playlist to load new files in. closes #808. trunkSun, 25 Feb 2007 00:53:19 -0800, by nenolod
-
[svn] - bump libaudacious API revision. this will make 1.2 plugins binary trunkSun, 25 Feb 2007 00:31:25 -0800, by nenolod
-
[svn] - use $(LIBINTL) rule, not $(LTLIBINTL). unbreaks OSX platform port. trunkSat, 24 Feb 2007 18:39:17 -0800, by nenolod
-
[svn] - add documentation wrt why we ship our own libid3tag and why it trunkSat, 24 Feb 2007 07:45:31 -0800, by nenolod
-
[svn] - add support for opening id3 tags from a live vfs handle. trunkSat, 24 Feb 2007 07:41:14 -0800, by nenolod
-
[svn] - add reference-counting to VFS and add new function, vfs_dup() to trunkSat, 24 Feb 2007 06:01:39 -0800, by nenolod
-
[svn] - added custom field in tuple, for internal use by plugins or by whatever wanting to use it trunkWed, 21 Feb 2007 15:02:54 -0800, by giacomo
-
[svn] - Make unplayable files dialog resizable and centered on the screen. (closes #802) trunkTue, 20 Feb 2007 16:17:08 -0800, by nhjm449
-
[svn] Add Monkeh to credits. Correct ChangeLog, monkeh != monkey. trunkMon, 19 Feb 2007 06:16:29 -0800, by chainsaw
-
[svn] Fix --play-pause commandline option, by Alex "Monkey" Maclean in #gentoo-x86 trunkMon, 19 Feb 2007 06:11:23 -0800, by chainsaw
-
[svn] - mtime should be initialized to -1, otherwise 0 will be recorded for not yet scanned entries. it means static and will suppress on-demand scanning. trunkMon, 19 Feb 2007 00:16:28 -0800, by yaz
-
[svn] - update playlist->tail when an entry has been removed. trunkSun, 18 Feb 2007 22:33:03 -0800, by yaz
-
[svn] - highly experimental code to speed up loading huge playlist. let me know if it breaks something. trunkSun, 18 Feb 2007 20:42:53 -0800, by yaz
-
[svn] - run gtk events while iterating through the playlist trunkSun, 18 Feb 2007 07:24:13 -0800, by nenolod
-
[svn] - on loading a playlist with tuple, invoke the scanner thread only if mtime is -1. trunkSat, 17 Feb 2007 19:59:01 -0800, by yaz
-
[svn] - make configure script show the configuration status of sampling rate conversion. trunkSat, 17 Feb 2007 05:54:16 -0800, by yaz
-
[svn] - put configdb back in libaudacious as the client library needs it trunkSat, 17 Feb 2007 02:32:37 -0800, by nenolod
-
[svn] - Patch to use libsamplerate for high-quality interpolated upsampling, trunkSat, 17 Feb 2007 02:19:35 -0800, by nenolod
-
[svn] - don't return a bogus vtable for an unregistered URI scheme trunkFri, 16 Feb 2007 18:27:31 -0800, by nenolod
-
[svn] - playlist editor: use SkinnedWindow widgetlist trunkThu, 15 Feb 2007 02:03:34 -0800, by nenolod
-
[svn] - playlist editor: use SkinnedWindow provided GC. trunkThu, 15 Feb 2007 00:45:32 -0800, by nenolod
-
[svn] - fix beepctrl.h:35: warning: comma at end of enumerator list trunkWed, 14 Feb 2007 11:56:02 -0800, by nenolod
-
[svn] ui_main.h:92: warning: comma at end of enumerator list trunkWed, 14 Feb 2007 11:41:11 -0800, by nenolod
-
[svn] - fix: vfs_buffer.c:218: warning: pointer of type 'void *' used in arithmetic trunkWed, 14 Feb 2007 11:24:39 -0800, by nenolod
-
[svn] - fix signed vs unsigned comparisons and missing initializer warnings trunkWed, 14 Feb 2007 11:05:36 -0800, by nenolod
-
[svn] gtk_window_set_wmclass() has to be called before gtk_widget_realize(). Patched by Christian "Joker" Birchinger from Gentoo. trunkTue, 13 Feb 2007 13:22:51 -0800, by chainsaw
-
[svn] - removed unused function bmp_menu_translate() trunkTue, 13 Feb 2007 06:09:50 -0800, by mf0102
-
[svn] - unbreak relative path support. closes #791. trunkMon, 12 Feb 2007 14:26:29 -0800, by nenolod
-
[svn] - add Catalan translation file. Closes #786. trunkMon, 12 Feb 2007 12:51:11 -0800, by nenolod
-
[svn] - only strip the subsong identifier if it is really a valid subsong identifier. closes #792. trunkMon, 12 Feb 2007 12:41:51 -0800, by nenolod
-
[svn] - bundled libid3tag.so has been renamed libaudid3tag.so to avoid conflict. trunkMon, 12 Feb 2007 10:08:11 -0800, by yaz
-
[svn] - more playlist cleanups (generalized code for playlist loading/saving trunkMon, 12 Feb 2007 09:22:32 -0800, by mf0102
-
[svn] - made new functions: widget_move_relative and widget_resize_relative trunkMon, 12 Feb 2007 08:59:08 -0800, by mf0102
-
[svn] - changed plugin directory to ~/.local/share/audacious/Plugins (seems more logical to me) trunkMon, 12 Feb 2007 08:13:53 -0800, by mf0102
-
[svn] - convert filename string to utf8 for playlist->title (closes bug #789) trunkMon, 12 Feb 2007 04:34:56 -0800, by giacomo
-
[svn] first try for libid3tag integration. this improved libid3tag supports vfs operations and is capable of adding id3v2 tag to files which doesn't have id3v2 tag ever. trunkSun, 11 Feb 2007 05:19:07 -0800, by yaz
-
[svn] - playlist_manager -> ui_playlist_manager, since it's a UI component. trunkSat, 10 Feb 2007 20:21:42 -0800, by nenolod
-
[svn] - bring hints.h into something we like to call reality trunkSat, 10 Feb 2007 20:16:31 -0800, by nenolod
-
[svn] - if (0 && hint_move_resize_available()) -- i'm not sure how this linked as we do not have a hint_move_resize_available(). trunkSat, 10 Feb 2007 20:11:28 -0800, by nenolod
-
[svn] - widgetlist -> SkinnedWindow class + basic conversion in ui_main, other skinned windows remain trunkSat, 10 Feb 2007 20:09:23 -0800, by nenolod
-
[svn] Try to put some skinned window code in a common place. trunkSat, 10 Feb 2007 17:01:44 -0800, by nenolod
-
[svn] - patch from Mark Glines to ad https:// URI support to playlists. trunkSat, 10 Feb 2007 12:29:21 -0800, by nenolod
-
[svn] - use ConfigureNotify to set playlist location, a proper use of ICCCM. trunkFri, 09 Feb 2007 22:30:10 -0800, by nenolod
-
[svn] - using ConfigureNotify for resizing is wrong per ICCCM guideline, trunkFri, 09 Feb 2007 22:05:03 -0800, by nenolod
-
[svn] - trying to open filebrowser when it is already open will raise the filebrowser. trunkFri, 09 Feb 2007 03:04:35 -0800, by yaz
-
[svn] - revise r3986 to only override tuple->track_name on lengthless streams trunkThu, 08 Feb 2007 08:42:01 -0800, by nenolod
-
[svn] make input->set_info overwrite tuple->track_name. it allows input trunkThu, 08 Feb 2007 07:00:02 -0800, by yaz
-
[svn] - add window class player.Audacious to audacious player window trunkWed, 07 Feb 2007 18:38:48 -0800, by giacomo
-
[svn] - add some debugging assertions to this code trunkWed, 07 Feb 2007 10:23:29 -0800, by nenolod
-
[svn] Too much was reverted here. Removing the " around \%U would've been sufficient. trunkWed, 07 Feb 2007 10:05:19 -0800, by js
-
[svn] Reverted rev 3958 - it breaks opening files with nautilus completely trunkWed, 07 Feb 2007 07:49:45 -0800, by js
-
[svn] - fixed crash when skipping to next song with an empty playlist trunkTue, 06 Feb 2007 06:06:58 -0800, by marvin
-
[svn] - prevent player from crashing when bmp_cfg_db_get_string(db, CDDA, directory, &path) in add_medium returns FALSE trunkMon, 05 Feb 2007 16:28:03 -0800, by giacomo
-
[svn] Update turkish translation via murat. Closes #774. trunkSun, 04 Feb 2007 22:41:31 -0800, by nenolod
-
[svn] - add "%U" to arguments of audacious.desktop.in::exec. trunkSun, 04 Feb 2007 07:47:05 -0800, by nenolod
-
[svn] - define __AUDACIOUS_INPUT_PLUGIN_API__ to 2 by request of shd trunkSat, 03 Feb 2007 11:19:07 -0800, by nenolod
-
[svn] - run make update-po to update what works of tr.po to 1.3 automatically trunkFri, 02 Feb 2007 14:21:12 -0800, by nenolod
-
[svn] - the svn_stamp is no longer an svn revision, but a serial number trunkThu, 01 Feb 2007 11:15:15 -0800, by nenolod
-
[svn] - remove build-stamp autogen crap from Makefile trunkThu, 01 Feb 2007 11:06:26 -0800, by nenolod
-
[svn] - add build_stamp.c so that it can be autogenerated trunkThu, 01 Feb 2007 11:05:54 -0800, by nenolod
-
[svn] - now it's possible to pass user_data along with the hook function in hook_associate trunkWed, 31 Jan 2007 18:21:35 -0800, by giacomo
-
[svn] - Make the voiceprint use the skin's foreground and background color for the gradient in 'normal' mode trunkWed, 31 Jan 2007 16:47:18 -0800, by marvin
-
[svn] - InputPlayback: prepare to deprecate InputPlugin::seek() trunkWed, 31 Jan 2007 05:05:26 -0800, by nenolod
-
[svn] Update translations [also fixes bad commit from Chainsaw] trunkWed, 31 Jan 2007 02:20:19 -0800, by kiyoshi
-
[svn] Conflict markers upset msgmerge. Removed them. trunkWed, 31 Jan 2007 02:11:07 -0800, by chainsaw
-
[svn] - mark some strings used by GOption as translatable trunkTue, 30 Jan 2007 14:21:06 -0800, by nenolod