Mercurial > audlegacy
graph
-
[svn] - patch by Vincent Ratier to add Alt+Click enqueue to the playlist editor. Closes #860. trunk2007-04-05, by nenolod
-
[svn] - don't resample if source rate matches the internal clock rate. closes #881. trunk2007-04-05, by nenolod
-
[svn] - glib-2.13.0 requires g_thread_init() to be called before all other GLib functions. trunk2007-03-25, by yaz
-
[svn] - [security, backport to 1.3] fix improper comparisons of hashtables used by the plugin loader. trunk2007-03-16, by nenolod
-
[svn] - due to some bug in buffer management, bump the buffer side of things up to ~40kb instead of 32kb for now. trunk2007-03-16, by nenolod
-
[svn] - add "Language-Team: Default (i18n-default@i18n.atheme.org)\n" to shut trunk2007-03-12, by nenolod
-
[svn] - use gdk_get_default_root_window in place of NULL for gdk_window_get_pointer trunk2007-03-08, by giacomo
-
[svn] remove autotools macros that aren't used in audacious core any more trunk2007-03-07, by kiyoshi
-
[svn] why are we still checking for GConf? checks and related OMK data removed trunk2007-03-07, by kiyoshi
-
[svn] - Removed some of the horrible code duplication in the file popup code trunk2007-03-04, by mf0102
-
[svn] - revert the penalty-based "find something to play" logic of 1.2. it's trunk2007-02-28, by nenolod
-
[svn] - Add support for the custom tuple field. Patch by Christian Birchinger (joker). trunk2007-02-28, by nenolod
-
[svn] - proxy requests for metadata attached to a VFSBufferedFile to the live trunk2007-02-27, by nenolod
-
[svn] - tuple reading now available through audtool with audacious_get_tuple_field_data() trunk2007-02-27, by nhjm449
-
[svn] - add explicit hints to show bit rate, sampling frequency and audio mode. trunk2007-02-26, by yaz
-
[svn] fix wrong library symlink, there was a hardcoded libaudacious.so.4.0.0 trunk2007-02-26, by gw666
-
[svn] - enforce playback stop when clearing the playlist to load new files in. closes #808. trunk2007-02-25, by nenolod
-
[svn] - bump libaudacious API revision. this will make 1.2 plugins binary trunk2007-02-25, by nenolod
-
[svn] - use $(LIBINTL) rule, not $(LTLIBINTL). unbreaks OSX platform port. trunk2007-02-25, by nenolod
-
[svn] - add reference-counting to VFS and add new function, vfs_dup() to trunk2007-02-24, by nenolod
-
[svn] - added custom field in tuple, for internal use by plugins or by whatever wanting to use it trunk2007-02-21, by giacomo
-
[svn] - Make unplayable files dialog resizable and centered on the screen. (closes #802) trunk2007-02-21, by nhjm449
-
[svn] Fix --play-pause commandline option, by Alex "Monkey" Maclean in #gentoo-x86 trunk2007-02-19, by chainsaw
-
[svn] - on loading a playlist with tuple, invoke the scanner thread only if mtime is -1. trunk2007-02-18, by yaz
-
[svn] - make configure script show the configuration status of sampling rate conversion. trunk2007-02-17, by yaz
-
[svn] - put configdb back in libaudacious as the client library needs it trunk2007-02-17, by nenolod
-
[svn] - Patch to use libsamplerate for high-quality interpolated upsampling, trunk2007-02-17, by nenolod
-
[svn] - fix: vfs_buffer.c:218: warning: pointer of type 'void *' used in arithmetic trunk2007-02-14, by nenolod
-
[svn] - fix signed vs unsigned comparisons and missing initializer warnings trunk2007-02-14, by nenolod
-
[svn] - only strip the subsong identifier if it is really a valid subsong identifier. closes #792. trunk2007-02-12, by nenolod
-
[svn] - bundled libid3tag.so has been renamed libaudid3tag.so to avoid conflict. trunk2007-02-12, by yaz
-
[svn] - more playlist cleanups (generalized code for playlist loading/saving trunk2007-02-12, by mf0102
-
[svn] - made new functions: widget_move_relative and widget_resize_relative trunk2007-02-12, by mf0102
-
[svn] - changed plugin directory to ~/.local/share/audacious/Plugins (seems more logical to me) trunk2007-02-12, by mf0102
-
[svn] - convert filename string to utf8 for playlist->title (closes bug #789) trunk2007-02-12, by giacomo
-
[svn] - playlist_manager -> ui_playlist_manager, since it's a UI component. trunk2007-02-11, by nenolod
-
[svn] - widgetlist -> SkinnedWindow class + basic conversion in ui_main, other skinned windows remain trunk2007-02-11, by nenolod
-
[svn] - patch from Mark Glines to ad https:// URI support to playlists. trunk2007-02-10, by nenolod
-
[svn] - use ConfigureNotify to set playlist location, a proper use of ICCCM. trunk2007-02-10, by nenolod
-
[svn] - using ConfigureNotify for resizing is wrong per ICCCM guideline, trunk2007-02-10, by nenolod
-
[svn] - trying to open filebrowser when it is already open will raise the filebrowser. trunk2007-02-09, by yaz
-
[svn] - revise r3986 to only override tuple->track_name on lengthless streams trunk2007-02-08, by nenolod
-
[svn] Too much was reverted here. Removing the " around \%U would've been sufficient. trunk2007-02-07, by js
-
[svn] - run make update-po to update what works of tr.po to 1.3 automatically trunk2007-02-02, by nenolod
-
[svn] - the svn_stamp is no longer an svn revision, but a serial number trunk2007-02-01, by nenolod
-
[svn] - now it's possible to pass user_data along with the hook function in hook_associate trunk2007-02-01, by giacomo
-
[svn] - Make the voiceprint use the skin's foreground and background color for the gradient in 'normal' mode trunk2007-02-01, by marvin
-
[svn] zh_TW.po updated by: Cheng-Wei Chien <e dot cwchien at gmail dot com> trunk2007-01-30, by cwchien
-
[svn] - split out albumart locating functions into a seperate file and make the public API available in util.h trunk2007-01-29, by nenolod
-
[svn] Allow input plugin that implements get_volume to punt to the output plugin. trunk2007-01-29, by iabervon
-
[svn] Provide flags in InputPlayback for common plugin flag needs, and provide a trunk2007-01-29, by iabervon
-
[svn] Change the input plugin API to use a struct for the currently-playing file. trunk2007-01-29, by iabervon
-
[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious trunk2007-01-27, by mf0102
-
[svn] - fix an offset error in the vfs_buffered_file wraparound implementation sections trunk2007-01-27, by nenolod
-
[svn] - make sure tooltip_file != NULL otherwise filepopup may crash in strcmp(). trunk2007-01-27, by yaz
-
[svn] - fix: W:playlist_list.c(162) [get_transparency_pixmap]: possible type-punned pointer dereference trunk2007-01-27, by nenolod
-
[svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.* trunk2007-01-26, by mf0102
-
[svn] - back out objective-make topdir probe stuff, it doesnt work on some trunk2007-01-26, by nenolod
-
[svn] - allow for hooks to be automatically registered if they are needed trunk2007-01-26, by nenolod
-
[svn] - make a note that hashtable collisions in the plugin matrix are not trunk2007-01-25, by nenolod
-
[svn] - strings.h should be installed because plugins may use str_to_utf8(). trunk2007-01-23, by yaz
-
[svn] - add i18n.h which wraps gettext in a way that is usable to plugins. trunk2007-01-23, by nenolod
-
[svn] - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h trunk2007-01-22, by giacomo
-
[svn] - in vfs_buffered_file, we should only switch to live FD after 32768, trunk2007-01-22, by nenolod
-
[svn] - changes to the nature of URI handling in the VFS subsystem, will be trunk2007-01-22, by nenolod
-
[svn] Check for sz == 0 in vfs_buffered_file_new_from_uri(), return NULL if it's the case. trunk2007-01-21, by hansmi
-
[svn] Add a VFSFile method for getting metadata associated with the file. trunk2007-01-21, by iabervon
-
[svn] - ensure that year/tracknumber/length fields are cleared if necessary trunk2007-01-18, by giacomo
-
[svn] - Add GenericName and remove icon filename extension from .desktop file. trunk2007-01-18, by nenolod
-
[svn] - added progressbar with display of elapsed time for metadata tooltip trunk2007-01-17, by giacomo
-
[svn] right-clicking on playlist entry automatically selects the entry if it was unselected before, closes #728 trunk2007-01-17, by mf0102
-
[svn] - removed other obsolete (and annoying) gdk_window_set_hints calls trunk2007-01-17, by giacomo
-
[svn] - in mainwin_real_show, do not return if a nullmask doesn't exist trunk2007-01-16, by giacomo
-
[svn] - fix potential overflow on bigendian (<= is not proper for boundschecking -- duh) trunk2007-01-16, by nenolod
-
[svn] - compare against the uri, not the VFSConstructor class the fd comes from trunk2007-01-16, by nenolod
-
[svn] - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong trunk2007-01-16, by nenolod
-
[svn] - automatically buffering deriv-class of VFSFile. will be used to speed up probing of network sources. trunk2007-01-16, by nenolod
-
[svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir trunk2007-01-15, by giacomo
-
[svn] - in playlistwin_hide(), pass focus to the player main window only if it's visible trunk2007-01-15, by giacomo
-
[svn] - g_strsplit() wraps strsplit(3), and thus has different results on trunk2007-01-15, by nenolod
-
[svn] - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760. trunk2007-01-15, by nenolod
-
[svn] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp' trunk2007-01-14, by js
-
[svn] - revert r3646 because it is not a user-friendly method of transitioning. trunk2007-01-13, by nenolod
-
[svn] - remove audacious.spec -- we don't use it for anything, and we're not trunk2007-01-13, by nenolod
-
[svn] - fix: E:configdb_rcfile.c(45) [bmp_cfg_db_open]:Autoconversion of integer to pointer is not allowed in C99 trunk2007-01-12, by nenolod
-
[svn] Fuck, I forgot to quote the $ in the commit msg, so my home was in the ChangeLog. trunk2007-01-09, by js
-
[svn] Revert stupid commit by js, because that does not make us XDG basedir compliant. trunk2007-01-09, by kiyoshi
-
[svn] - fix XML definition for missing action: "track info" -> "current track info" trunk2007-01-07, by nenolod
-
[svn] - fix ** CRITICAL **: bmp_rcfile_write_string: assertion `value != NULL' trunk2007-01-07, by nenolod
-
[svn] - remove the static assertion for playlistwin_list != NULL and just trunk2007-01-07, by nenolod
-
[svn] - add memory_pool_add(): adds a pre-allocated element to a memory pool trunk2007-01-07, by nenolod
-
[svn] Switch to poedit, hence the big diff. Update fuzzy translations. New ones still left untouched. trunk2007-01-05, by hansmi
-
[svn] - fix XML handler reference (action="view roll up player" -> "roll up player") trunk2007-01-05, by nenolod