log

age author description
2007-02-14 nenolod [svn] - fix: vfs_buffer.c:218: warning: pointer of type 'void *' used in arithmetic trunk
2007-02-14 nenolod [svn] - fix signed vs unsigned comparisons and missing initializer warnings trunk
2007-02-14 nenolod [svn] - fix a signed vs unsigned comparison trunk
2007-02-14 yaz [svn] - avoid double free while playing cdda. trunk
2007-02-13 chainsaw [svn] gtk_window_set_wmclass() has to be called before gtk_widget_realize(). Patched by Christian "Joker" Birchinger from Gentoo. trunk
2007-02-13 mf0102 [svn] - removed unused function bmp_menu_translate() trunk
2007-02-13 yaz [svn] - delete id3 tag feature has been added. trunk
2007-02-12 nenolod [svn] - unbreak relative path support. closes #791. trunk
2007-02-12 nenolod [svn] - add Catalan translation file. Closes #786. trunk
2007-02-12 nenolod [svn] - only strip the subsong identifier if it is really a valid subsong identifier. closes #792. trunk
2007-02-12 yaz [svn] - bundled libid3tag.so has been renamed libaudid3tag.so to avoid conflict. trunk
2007-02-12 mf0102 [svn] - more playlist cleanups (generalized code for playlist loading/saving trunk
2007-02-12 mf0102 [svn] - made new functions: widget_move_relative and widget_resize_relative trunk
2007-02-12 mf0102 [svn] - changed plugin directory to ~/.local/share/audacious/Plugins (seems more logical to me) trunk
2007-02-12 giacomo [svn] - added set volume hook trunk
2007-02-12 giacomo [svn] - convert filename string to utf8 for playlist->title (closes bug #789) trunk
2007-02-11 yaz [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. trunk
2007-02-11 nenolod [svn] - Update Welsh translation: trunk
2007-02-11 nenolod [svn] - fix POTFILES.in trunk
2007-02-11 nenolod [svn] - split out jump to track trunk
2007-02-11 nenolod [svn] - playlist_manager -> ui_playlist_manager, since it's a UI component. trunk
2007-02-11 nenolod [svn] - bring hints.h into something we like to call reality trunk
2007-02-11 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(). trunk
2007-02-11 nenolod [svn] - widgetlist -> SkinnedWindow class + basic conversion in ui_main, other skinned windows remain trunk
2007-02-11 nenolod [svn] - remove debugging notices trunk
2007-02-11 nenolod [svn] Try to put some skinned window code in a common place. trunk
2007-02-10 nenolod [svn] - patch from Mark Glines to ad https:// URI support to playlists. trunk
2007-02-10 nenolod [svn] - use ConfigureNotify to set playlist location, a proper use of ICCCM. trunk
2007-02-10 nenolod [svn] - using ConfigureNotify for resizing is wrong per ICCCM guideline, trunk
2007-02-09 yaz [svn] - trying to open filebrowser when it is already open will raise the filebrowser. trunk
2007-02-08 nenolod [svn] - revise r3986 to only override tuple->track_name on lengthless streams trunk
2007-02-08 yaz [svn] make input->set_info overwrite tuple->track_name. it allows input trunk
2007-02-08 yaz [svn] - suppress warning trunk
2007-02-08 yaz [svn] - make SIGTERM handler always work. trunk
2007-02-08 giacomo [svn] - add window class player.Audacious to audacious player window trunk
2007-02-07 nenolod [svn] - add some debugging assertions to this code trunk
2007-02-07 js [svn] (I really hate my shell's escaping, ignore this) trunk
2007-02-07 js [svn] Too much was reverted here. Removing the " around \%U would've been sufficient. trunk
2007-02-07 js [svn] Reverted rev 3958 - it breaks opening files with nautilus completely trunk
2007-02-06 marvin [svn] - fixed crash when skipping to next song with an empty playlist trunk
2007-02-06 dai [svn] * Update Japanese translation. trunk
2007-02-06 giacomo [svn] - prevent player from crashing when bmp_cfg_db_get_string(db, CDDA, directory, &path) in add_medium returns FALSE trunk
2007-02-05 alxorlov [svn] Update russian translation trunk
2007-02-05 nenolod [svn] Update turkish translation via murat. Closes #774. trunk
2007-02-05 nenolod [svn] - fix audacious -s, closes #778. trunk
2007-02-04 nenolod [svn] - add "%U" to arguments of audacious.desktop.in::exec. trunk
2007-02-03 nenolod [svn] - define __AUDACIOUS_INPUT_PLUGIN_API__ to 2 by request of shd trunk
2007-02-03 kustodian [svn] Updated Serbian translations. trunk
2007-02-02 nenolod [svn] - run make update-po to update what works of tr.po to 1.3 automatically trunk
2007-02-02 nenolod [svn] - update credits trunk
2007-02-02 nenolod [svn] - new turkish translation from Murat Senel trunk
2007-02-01 nenolod [svn] - the svn_stamp is no longer an svn revision, but a serial number trunk
2007-02-01 nenolod [svn] - more tweaks trunk
2007-02-01 nenolod [svn] - ui adjustment trunk
2007-02-01 nenolod [svn] - remove build-stamp autogen crap from Makefile trunk
2007-02-01 nenolod [svn] - add build_stamp.c so that it can be autogenerated trunk
2007-02-01 nenolod [svn] - re-add support for gtkrc files trunk
2007-02-01 nenolod [svn] - update audacious manpage for 1.3 trunk
2007-02-01 nenolod [svn] - remove buggy playlist transparency patch trunk
2007-02-01 giacomo [svn] - added a new hook: playlist set info trunk
2007-02-01 kustodian [svn] Updated translations trunk
2007-02-01 dai [svn] * Update Japanese translation. trunk
2007-02-01 giacomo [svn] - now it's possible to pass user_data along with the hook function in hook_associate trunk
2007-02-01 marvin [svn] - Make the voiceprint use the skin's foreground and background color for the gradient in 'normal' mode trunk
2007-01-31 nenolod [svn] - update-po trunk
2007-01-31 nenolod [svn] - forgot something kinda important trunk
2007-01-31 nenolod [svn] - put it back the way it was trunk
2007-01-31 nenolod [svn] - InputPlayback: prepare to deprecate InputPlugin::seek() trunk
2007-01-31 kiyoshi [svn] Update translations [also fixes bad commit from Chainsaw] trunk
2007-01-31 chainsaw [svn] Conflict markers upset msgmerge. Removed them. trunk
2007-01-31 yaz [svn] - avoid multiple open of filebrowser trunk
2007-01-30 nenolod [svn] - mark some strings used by GOption as translatable trunk
2007-01-30 nemo [svn] Translation tweak by Thierry Vignaud trunk
2007-01-30 nenolod [svn] - update Welsh translation: trunk
2007-01-30 nenolod [svn] - fix POTFILES.in trunk
2007-01-30 cwchien [svn] zh_TW.po updated by: Cheng-Wei Chien <e dot cwchien at gmail dot com> trunk
2007-01-29 mf0102 [svn] - Changed playback_set_random_skin() to skin_set_random_skin() trunk
2007-01-29 nenolod [svn] - split out albumart locating functions into a seperate file and make the public API available in util.h trunk
2007-01-29 mf0102 [svn] - Cleaned up a bit trunk
2007-01-29 giacomo [svn] - set the gtk2 fileopener position to the center of the screen trunk
2007-01-29 iabervon [svn] Allow input plugin that implements get_volume to punt to the output plugin. trunk
2007-01-29 iabervon [svn] Provide flags in InputPlayback for common plugin flag needs, and provide a trunk
2007-01-29 iabervon [svn] More input plugin API work trunk
2007-01-29 iabervon [svn] Change the input plugin API to use a struct for the currently-playing file. trunk
2007-01-28 nenolod [svn] - new croatian translation from Marin Glibic trunk
2007-01-28 chainsaw [svn] Add Joseph Jezak to the list of patch submitters. trunk
2007-01-28 nhjm449 [svn] - Why are we probing streams so unnecessarily often? trunk
2007-01-28 yaz [svn] - restore shortcut key (esc) to close gtk2 fileopener. trunk
2007-01-27 mf0102 [svn] - moved titlestring.* and xconvert.* from libaudacious to audacious trunk
2007-01-27 nenolod [svn] - make vfs_buffered_file_new_from_uri declaration const trunk
2007-01-27 nenolod [svn] - fix an offset error in the vfs_buffered_file wraparound implementation sections trunk
2007-01-27 yaz [svn] - make sure tooltip_file != NULL otherwise filepopup may crash in strcmp(). trunk
2007-01-27 yaz [svn] - revise logic of r3808 so that cdaudio works again. trunk
2007-01-27 mf0102 [svn] - removed xmms_ prefix from formatter trunk
2007-01-27 nenolod [svn] - fix an error trunk
2007-01-27 nenolod [svn] - vfs_get_file_contents() implementation. trunk
2007-01-27 nenolod [svn] - indentation cleanups trunk
2007-01-27 nenolod [svn] - break out the URL opener UI code trunk
2007-01-27 nenolod [svn] - fix accidental removal of xmms_show_message trunk
2007-01-27 mf0102 [svn] Removed util.* from libaudacious trunk
2007-01-27 nenolod [svn] - audacious.desktop is already installed, no need to do so here trunk
2007-01-27 nenolod [svn] - fix: W:playlist_list.c(162) [get_transparency_pixmap]: possible type-punned pointer dereference trunk
2007-01-26 mf0102 [svn] oops, forgot to add the fileopener files trunk
2007-01-26 mf0102 [svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.* trunk
2007-01-26 mf0102 [svn] reworked file chooser trunk
2007-01-26 mf0102 [svn] removed last references to top_srcdir trunk
2007-01-26 nenolod [svn] - default settings for options.session trunk
2007-01-26 nenolod [svn] - handle unknown options trunk
2007-01-26 nenolod [svn] - use GOption instead of getopt. trunk
2007-01-26 nenolod [svn] - remove gcc-specific CFLAGs trunk
2007-01-26 nenolod [svn] - back out objective-make topdir probe stuff, it doesnt work on some trunk
2007-01-26 nenolod [svn] - rename some hooks so that they are more logical trunk
2007-01-26 nenolod [svn] - add hooks: playback begin, playback end, playlist reached end trunk
2007-01-26 nenolod [svn] - allow for hooks to be automatically registered if they are needed trunk
2007-01-26 yaz [svn] enhancement to popup information settings trunk
2007-01-26 nenolod [svn] - hooking implementation. trunk
2007-01-25 alxorlov [svn] Update russian translation trunk
2007-01-25 mf0102 [svn] recoded gtk2 style file opener trunk
2007-01-25 dai [svn] * Update Japanese translation. trunk
2007-01-25 nenolod [svn] - make a note that hashtable collisions in the plugin matrix are not trunk
2007-01-25 yaz [svn] - should not pass null fd to input plugins. trunk
2007-01-24 nemo [svn] Strip 0xFEFF trunk
2007-01-24 nemo [svn] Strip 0xFEFF from start of file. Windows error? trunk
2007-01-24 kustodian [svn] Fixed fuzzy translations trunk
2007-01-24 giacomo [svn] - made the song info popup window a bit smarter; do not display missing information, display filename if title is missing; also, added a audacious_fileinfopopup_show_from_title to show a popup using a generic string (i.e. the one picked from playlist_get_songtitle when a tuple is not available, useful for http streams) trunk
2007-01-24 giacomo [svn] - tuple->file_name coming from input plugins have a string with filename + extension, but tuple->file_name coming from input plugins without a get_song_tuple have a string with filename without extension; fix this incongruency, always pass tuple->filename with a string containing filename + extension trunk
2007-01-23 nenolod [svn] - skin install rules -> policy::skins trunk
2007-01-23 nenolod [svn] - missed one trunk
2007-01-23 nenolod [svn] - rework objective make _a lot_ trunk
2007-01-23 nenolod [svn] - portability fixes for solaris trunk
2007-01-23 yaz [svn] - strings.h should be installed because plugins may use str_to_utf8(). trunk
2007-01-23 nenolod [svn] - attempt to bind the audacious-plugins domain trunk
2007-01-23 nenolod [svn] - add i18n.h which wraps gettext in a way that is usable to plugins. trunk
2007-01-22 giacomo [svn] - export main.h again trunk
2007-01-22 giacomo [svn] - add missing inclusion of strings.h where necessary, do not export main.h and export strings.h trunk
2007-01-22 nenolod [svn] - improve upon welsh translation grammar trunk
2007-01-22 nenolod [svn] - update japanese translation from dai trunk
2007-01-22 nenolod [svn] - in vfs_buffered_file, we should only switch to live FD after 32768, trunk
2007-01-22 nenolod [svn] - changes to the nature of URI handling in the VFS subsystem, will be trunk
2007-01-21 nenolod [svn] - handle empty playlists gracefully trunk
2007-01-21 hansmi [svn] Check for sz == 0 in vfs_buffered_file_new_from_uri(), return NULL if it's the case. trunk
2007-01-21 nenolod [svn] - touch .depend after blanking it out trunk
2007-01-21 nenolod [svn] - remove .depend on make clean trunk
2007-01-21 iabervon [svn] Add a VFSFile method for getting metadata associated with the file. trunk
2007-01-21 yaz [svn] - config.h is necessary to conditional compilation of chardet. trunk
2007-01-21 nenolod [svn] - return NULL if vfs_fopen request failed trunk
2007-01-20 mf0102 [svn] made strings.h for existing strings.c, cleanups trunk
2007-01-20 nenolod [svn] - that should have been in vfs_fread trunk
2007-01-20 nenolod [svn] - possible fix for VFSBufferedFile crash trunk
2007-01-20 nenolod [svn] - turn off VFS debugging notices trunk
2007-01-20 nenolod [svn] - new headless event loop trunk
2007-01-20 nenolod [svn] - update POTFILES trunk
2007-01-19 mf0102 [svn] fix a stupid bug of mine trunk
2007-01-19 mf0102 [svn] some last good-night cleanup trunk
2007-01-19 mf0102 [svn] cleanups in many regards trunk
2007-01-18 mf0102 [svn] beautify and comment main.c trunk
2007-01-18 mf0102 [svn] reformatting and g_return_if_fail() trunk
2007-01-18 giacomo [svn] - ensure that year/tracknumber/length fields are cleared if necessary trunk
2007-01-18 nenolod [svn] - security and warning fixes from ssommer@suse trunk
2007-01-18 nenolod [svn] - Add GenericName and remove icon filename extension from .desktop file. trunk
2007-01-18 nenolod [svn] - support for libmcs (pass --enable-mcs to configure) trunk
2007-01-17 nenolod [svn] - add configdb backend based on libmcs. trunk
2007-01-17 giacomo [svn] - added progressbar with display of elapsed time for metadata tooltip trunk
2007-01-17 mf0102 [svn] right-clicking on playlist entry automatically selects the entry if it was unselected before, closes #728 trunk
2007-01-17 giacomo [svn] - ui_fileinfopopup.c uses gtk code, no more glade in it trunk
2007-01-17 giacomo [svn] - removed other obsolete (and annoying) gdk_window_set_hints calls trunk
2007-01-17 giacomo [svn] - added audacious_menu_main_show(x,y,button,time) in util.h, convenience function to display the audacious main popup menu trunk
2007-01-17 nenolod [svn] - fix gconf backend trunk
2007-01-17 giacomo [svn] - simplify and optimize the metadata tooltip trigger function trunk
2007-01-16 js [svn] D'oh. I was really too tired when I wrote this. Fixed stupid bugs. trunk
2007-01-16 js [svn] Replaced intricate part. trunk
2007-01-16 giacomo [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins) trunk
2007-01-16 nenolod [svn] - fix W:input.c(422) [input_check_file]:Implicit declaration trunk
2007-01-16 mf0102 [svn] removed xmms_create_dirbrowser, small config db fixes trunk
2007-01-16 giacomo [svn] - in mainwin_real_show, do not return if a nullmask doesn't exist trunk
2007-01-16 nenolod [svn] - fix potential overflow on bigendian (<= is not proper for boundschecking -- duh) trunk
2007-01-16 nenolod [svn] - compare against the uri, not the VFSConstructor class the fd comes from trunk
2007-01-16 nenolod [svn] - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong trunk
2007-01-16 nenolod [svn] - automatically buffering deriv-class of VFSFile. will be used to speed up probing of network sources. trunk
2007-01-15 giacomo [svn] - added audacious_get_localdir() in util.c/h, returns a string with the full path of audacious local datadir trunk
2007-01-15 giacomo [svn] - removed a couple of useless gdk calls in mainwin_real_hide() trunk
2007-01-15 giacomo [svn] - in playlistwin_hide(), pass focus to the player main window only if it's visible trunk
2007-01-15 nenolod [svn] - special case for no uri schema trunk
2007-01-15 nenolod [svn] - warning fixes trunk
2007-01-15 nenolod [svn] - g_strsplit() wraps strsplit(3), and thus has different results on trunk
2007-01-15 nenolod [svn] - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760. trunk
2007-01-15 nenolod [svn] - gettext requires mkinstalldirs trunk
2007-01-15 nenolod [svn] - warning cleanups trunk
2007-01-14 mf0102 [svn] Wiped out some error messages trunk
2007-01-14 mf0102 [svn] Added myself to the developer list trunk
2007-01-14 js [svn] Fixed make install. trunk
2007-01-14 js [svn] - Added script for migration to XDG basedir. trunk
2007-01-14 js [svn] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp' trunk
2007-01-14 js [svn] Fixed: configdb_rcfile.c:57: warning: suggest parentheses around assignment used as truth value trunk
2007-01-13 nenolod [svn] - revert r3646 because it is not a user-friendly method of transitioning. trunk
2007-01-13 nenolod [svn] - remove leftover remnants of automake from buildsystem trunk
2007-01-13 nenolod [svn] - move manpages to subdir man/ trunk
2007-01-13 nenolod [svn] - remove audacious.spec -- we don't use it for anything, and we're not trunk
2007-01-13 nenolod [svn] - update bulgarian translation by proxy trunk
2007-01-13 nenolod [svn] - update POTFILES.in for src/ transition trunk
2007-01-13 js [svn] Fix missing s trunk
2007-01-13 js [svn] Remove old shit. trunk
2007-01-13 js [svn] Full support for XDG basedir added. The old config doesn't get automatically converted yet. trunk
2007-01-12 js [svn] Same for -pipe. trunk
2007-01-12 js [svn] Add -Wall to CFLAGS by default if the CC is gcc trunk
2007-01-12 nenolod [svn] - fix: E:configdb_rcfile.c(45) [bmp_cfg_db_open]:Autoconversion of integer to pointer is not allowed in C99 trunk
2007-01-12 nenolod [svn] - objective-make autodepend fixes trunk
2007-01-11 js [svn] Added #ifdefs around $HOME/.audacious compatibility code trunk
2007-01-10 nenolod [svn] - note that WAL (winamp "modern") skins are not supported trunk
2007-01-10 nenolod [svn] - some more updates, e.g. IRC channel/mailing list/forums trunk
2007-01-10 nenolod [svn] - update po metadata trunk
2007-01-10 nenolod [svn] - put a stub in for 1.3 news here trunk
2007-01-10 nenolod [svn] - i see no reason to keep the BMP changelogs trunk
2007-01-10 nenolod [svn] - this was out of date like whoa trunk
2007-01-10 nenolod [svn] - new e-mail address trunk
2007-01-09 js [svn] Fuck, I forgot to quote the $ in the commit msg, so my home was in the ChangeLog. trunk
2007-01-09 js [svn] Initial XDG basedir support. trunk
2007-01-09 kiyoshi [svn] Revert stupid commit by js, because that does not make us XDG basedir compliant. trunk
2007-01-09 js [svn] Change /home/js/.audacious to /home/js/.config/audacious trunk
2007-01-09 nenolod [svn] - remove two unused labels trunk
2007-01-08 nenolod [svn] - oops i think i forgot this \o/ trunk
2007-01-08 nenolod [svn] - new bulgarian translator: Andrew Ivanov trunk
2007-01-08 yaz [svn] libguess update: trunk
2007-01-07 nenolod [svn] - fix XML definition for missing action: "track info" -> "current track info" trunk
2007-01-07 nenolod [svn] - fix ** CRITICAL **: bmp_rcfile_write_string: assertion `value != NULL' trunk
2007-01-07 nenolod [svn] - remove the static assertion for playlistwin_list != NULL and just trunk
2007-01-07 js [svn] WTF addr? ITYM ptr! trunk
2007-01-07 nenolod [svn] - log crashes in .audacious/log trunk
2007-01-07 nenolod [svn] - reverse the nature of the crash handler trunk
2007-01-07 nenolod [svn] - add memory_pool_add(): adds a pre-allocated element to a memory pool trunk
2007-01-06 giacomo [svn] - strenghtened penalty check in playback_initiate to handle some extreme situations (such as no output plugins loaded) trunk
2007-01-06 giacomo [svn] - fix uninitialized integer, that was bringing troubles if the last playlist item was not available for playback trunk
2007-01-06 nenolod [svn] - update to objective-make II trunk
2007-01-06 nenolod [svn] - use -Wl,-h for defining the SONAME for POSIX compatibility trunk
2007-01-06 nenolod [svn] - update bugreporting address trunk
2007-01-06 nenolod [svn] - fix "load files" action trunk
2007-01-06 giacomo [svn] - avoid cpu raising when get_info_on_demand and get_info_on_load are both FALSE; and prevent the combo from happening at all trunk
2007-01-05 hansmi [svn] Translate new strings trunk
2007-01-05 hansmi [svn] Switch to poedit, hence the big diff. Update fuzzy translations. New ones still left untouched. trunk
2007-01-05 alxorlov [svn] Update russian translation trunk
2007-01-05 nenolod [svn] - update cy.po (again): trunk
2007-01-05 nenolod [svn] - fix XML handler reference (action="view roll up player" -> "roll up player") trunk
2007-01-05 nenolod [svn] - update cy.po: trunk
2007-01-05 deitarion [svn] Fix the accidental overlap between the contents of README.bmp/NEWS.bmp and the PC bitmap magic bytes. trunk
2007-01-04 kustodian [svn] Fixed one small typo trunk
2007-01-04 giacomo [svn] - untransatable strings: fixed the fix :) trunk
2007-01-04 kustodian [svn] Serbian language upadated (once again) trunk
2007-01-04 kiyoshi [svn] update copyright notice and make another string translateable trunk
2007-01-04 kiyoshi [svn] fix giacomo's untranslatable strings and update po/ trunk
2007-01-04 kustodian [svn] Serbian language upadated trunk
2007-01-04 kiyoshi [svn] Make a string in ui_playist.c translatable, and update po/ trunk
2007-01-04 giacomo [svn] - in playlist_fileinfo(), try to find a decoder for the selected entry before falling back to default info window trunk
2007-01-04 giacomo [svn] - namespace for playlist menus (part 3, hopefully the last); separated concepts and actions for current_track_info and playlist_track_info, the second still needs some work trunk
2007-01-04 kiyoshi [svn] Update po/; translators, you *will* need to update your translations. trunk
2007-01-04 giacomo [svn] - add missing actions-equalizer.h (these things love to be forgotten, it seems) trunk
2007-01-04 giacomo [svn] - small copyright corrections trunk
2007-01-04 giacomo [svn] - given some decent namespacing to playlist menus (part 2, the end) trunk
2007-01-04 alxorlov [svn] Update russian translation trunk
2007-01-04 giacomo [svn] - given some decent namespacing to playlist menus (part 1); removed last references to obsolete mainwin_accel trunk
2007-01-04 giacomo [svn] - ported ui_equalizer.c to ui_manager.c framework trunk
2007-01-04 giacomo [svn] - moved action_playlist_* implementation from ui_main.c to ui_playlist.c (more appropriate) trunk
2007-01-04 giacomo [svn] - added delete playlist action (finally :p) trunk
2007-01-04 giacomo [svn] - do not create GtkAccelGroup anymore; use ui_manager_get_accel_group to get accelerator groups from ui_manager trunk
2007-01-04 nenolod [svn] - somehow playlist_container.h got expunged from the SDK distribution. trunk
2007-01-03 kiyoshi [svn] Update libaudacious copyright notices trunk
2007-01-03 kiyoshi [svn] Update audtool's copyright notices trunk
2007-01-03 kiyoshi [svn] More copyright notice updates trunk
2007-01-03 kiyoshi [svn] Update copyright notices trunk
2007-01-03 giacomo [svn] - added translation domain for actiongroups trunk
2007-01-03 kustodian [svn] Updated sr.po and sr@Latn.po trunk
2007-01-03 nenolod [svn] - add missing actions-playlist.h (sorry) trunk
2007-01-03 giacomo [svn] - added in audtool mainwin-show, playlist-show and equalizer-show to toggle display of audacious windows trunk
2007-01-03 kiyoshi [svn] Add 'mainwin-display' handler; currently can only make the mainwin appear, but not disappear. trunk
2007-01-03 giacomo [svn] - no more menu_popup() in ui_playlist.c, now it uses ui_manager_popup_menu_show() from ui_manager framework trunk
2007-01-03 nenolod [svn] - port playlist uimanager code to giacomo's ui_manager framework trunk
2007-01-03 nenolod [svn] skinwin.[ch] -> ui_skinselector.[ch] trunk
2007-01-03 nenolod [svn] - fix skin scripts trunk
2007-01-03 nenolod [svn] - prefswin.c -> ui_preferences.c trunk
2007-01-03 nenolod [svn] - about.c -> ui_about.c, credits.c -> ui_credits.c trunk
2007-01-03 nenolod [svn] - fix sed trunk
2007-01-03 nenolod [svn] - fix sed trunk
2007-01-03 nenolod [svn] - fix sed trunk
2007-01-03 nenolod [svn] - rename mainwin.c to ui_main.c and such trunk
2007-01-03 nenolod [svn] - rename equalizer.c to ui_equalizer.c trunk
2007-01-03 nenolod [svn] - remove everything relating to GtkItemFactory. trunk
2007-01-03 giacomo [svn] - ensure that popup menus are always fully displayed trunk
2007-01-03 giacomo [svn] - add missing header actions-mainwin.h trunk
2007-01-03 giacomo [svn] - migration from gtkitemfactory to actions and uimanager; main menu has been ported, still much work and test to do trunk
2007-01-01 kiyoshi [svn] Update some copyrights notices, update po/ trunk
2007-01-01 cwchien [svn] zh_TW.po updated by: Cheng-Wei Chien <e.cwchien@gmail.com> trunk
2007-01-01 nenolod [svn] - bmp_playback_* -> playback_* -- i knew something smelled rotten in widgetcore, hmm. trunk
2007-01-01 nenolod [svn] - bmp_playback_* -> playback_* -- i knew something smelled rotten here, hmm. trunk
2006-12-31 nenolod [svn] - mark several tooltips in Preferences as translatable. trunk
2006-12-31 nenolod [svn] - set the translation domain for UIManager owned objects. Closes #719, #720. trunk
2006-12-30 kiyoshi [svn] More eq stuff, from external contributor Michael Faerber <01mf02 -at- gmail.com>. trunk
2006-12-30 nenolod [svn] - memory_pool_alloc_object() trunk
2006-12-30 nenolod [svn] - MemoryPool, a simple performance-oriented memory pool. trunk
2006-12-30 nenolod [svn] - make SIGTERM work in a threadsafe manner. trunk
2006-12-29 giacomo [svn] - deletion of the last playlist is now handled directly in playlist_remove_playlist (patch by Joker) ; small code changes in playlist manager trunk
2006-12-29 yaz [svn] - fix a typo that kustodian pointed out. (probably it's mine.) trunk
2006-12-29 kiyoshi [svn] Add Serbian Latin & Cyrillic translations courtesy of external translator Strahinja Kustudić <kustodian -at- gmail.com> trunk
2006-12-29 kiyoshi [svn] Update po/ trunk
2006-12-29 kiyoshi [svn] Added Serbian (Latin) & Serbian (Cyrillic) to credits.c & updated audacious.pot. trunk
2006-12-27 marvin [svn] - Make voiceprint behave nicer, esp. in doublesize mode trunk
2006-12-26 kiyoshi [svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com> trunk
2006-12-25 jerome [svn] Fixed ro.po to compile, added charset UTF-8 and a missing \n. trunk
2006-12-25 nenolod [svn] - new Romanian translator: Daniel Patriche trunk
2006-12-25 nenolod [svn] - update credits for russian i18n trunk
2006-12-25 nenolod [svn] - new Traditional Chinese translator: Cheng-Wei Chien trunk
2006-12-25 nenolod [svn] - improve the presentation of the URL entry dialog trunk
2006-12-24 giacomo [svn] - more work done on playlist manager: playlist renaming and keyboard shortcuts trunk
2006-12-24 nhjm449 [svn] - Center new windows so they don't get cut off by the edge of the screen. trunk
2006-12-23 nenolod [svn] - use relative links for this (FHS compliance) trunk
2006-12-23 yaz [svn] - file_path should be dirname. trunk
2006-12-23 giacomo [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h trunk
2006-12-23 nhjm449 [svn] - Correctly set the size of playlistwin_list on startup/etc. trunk
2006-12-23 marvin [svn] - two realcolour modes for voiceprint vis: Fire and Ice trunk
2006-12-23 giacomo [svn] - playlist manager, work done for data consistency; now it should react and update when it is active and playlists are created/modified/deleted outside the manager (i.e. with keyboard shortcuts) trunk
2006-12-23 giacomo [svn] - added initial code for playlist manager, that allows to create, delete and switch playlists trunk
2006-12-22 nenolod [svn] - fix equalizer motion response in doublesize trunk
2006-12-22 nenolod [svn] - missed a gtk_timeout_remove trunk
2006-12-22 nenolod [svn] - port to GtkUIManager trunk
2006-12-22 nenolod [svn] - add XML description of the equalizer window's menus trunk
2006-12-22 nenolod [svn] - fix credits.c translators table trunk
2006-12-22 nenolod [svn] - update Polish translation care of it's maintainer trunk
2006-12-22 nhjm449 [svn] - Improve the scope visualization trunk
2006-12-22 nhjm449 [svn] - Added comment so it won't happen again ;) trunk
2006-12-22 nhjm449 [svn] - Allow radiobuttons/checkboxes in the visualization menu to be updated correctly on startup with the addition of the Voiceprint mode. trunk
2006-12-22 nhjm449 [svn] - Updated fix for doublesized, shaded analyzer. trunk
2006-12-22 nhjm449 [svn] - Fix the number of analyzer bars drawn in shaded mode. trunk
2006-12-20 nenolod [svn] - update credits trunk
2006-12-20 marvin [svn] - Fixed voiceprint scroll bug for stopped playback trunk
2006-12-20 nenolod [svn] - allow changing the colourtheme from preferences trunk
2006-12-20 nenolod [svn] - add ability to colourtheme the UI trunk
2006-12-20 nenolod [svn] - add pixbuf_effects.c, containing various routines to alter images used by the skinengine trunk
2006-12-20 nenolod [svn] - break out string-related functions from util.c trunk
2006-12-20 nenolod [svn] - fix list menu, reported by Joker trunk
2006-12-20 nenolod [svn] - fix libaudacious makefile trunk
2006-12-20 marvin [svn] - Added vis gradient to Ivory skin. With any luck Aerdan won't break my legs :) trunk
2006-12-20 marvin [svn] - Changed the visualizer colors for the Default skin to a gradient trunk
2006-12-19 marvin [svn] Keep the voiceprint inside the range for the theme. trunk
2006-12-19 yaz [svn] - key bindings for Save List and Save Default List had been changed accidentally. trunk
2006-12-19 nenolod [svn] - fix all hardcoded values trunk
2006-12-19 nenolod [svn] - somewhat fix textboxBitmapFontWidth,Height hints trunk
2006-12-19 nenolod [svn] - fix skin.hints parsing for textbox trunk
2006-12-19 yaz [svn] - Remove Selected works sanely. closes #701. trunk
2006-12-19 marvin [svn] Fixed wrong number of entries in the vis-mode submenu which caused an trunk
2006-12-19 marvin [svn] - Added 'bars' mode for analyzer in windowshade mode trunk
2006-12-19 marvin [svn] -added analyzer vis to windowshade mode trunk
2006-12-18 giacomo [svn] fixed bug #699 about playlist->queue with patch provided by bug reporter trunk
2006-12-18 marvin [svn] Added subsampling and nonlinear transfer function to the voiceprint trunk
2006-12-18 giacomo [svn] - allow user to choose a regex library between gnu (default), oniguruma, pcre (experimental); oniguruma and pcre support utf-8 encoding trunk
2006-12-18 nenolod [svn] - run update-po trunk
2006-12-18 nenolod [svn] - voiceprint fixes from Troels Bang Jensen. trunk
2006-12-18 nenolod [svn] - gtk_timeout_add -> g_timeout_add trunk
2006-12-18 nenolod [svn] - fix the positioning of an assertion to a place where it would actually trunk
2006-12-18 nenolod [svn] - gdk_image_destroy -> g_object_unref trunk
2006-12-18 nenolod [svn] - remove deprecated symbol warnings for gdk_draw_pixmap trunk
2006-12-18 nenolod [svn] - patch to add a scrolling voiceprint to the mini visualizer. trunk
2006-12-18 yaz [svn] - suppress noise on transition from pause to stop. trunk
2006-12-18 yaz [svn] - change the cleanup order in mainwin_quit_cb() to avoid freeze on quit. trunk
2006-12-18 nenolod [svn] - damn SVN reverted this to some old version trunk
2006-12-18 nenolod [svn] - fix XML description of the playlist editor (unbreak menus) trunk
2006-12-18 nenolod [svn] - new signal handling which does not block (based on concept from BMP 0.9.8 that never got released) trunk
2006-12-18 yaz [svn] - fix the logic of bmp_playback_stop(). now JTF works well even if the playing is paused. trunk
2006-12-18 nenolod [svn] - add proper XML header trunk
2006-12-18 nenolod [svn] - port playlist editor to XML interface description trunk
2006-12-17 giacomo [svn] - jump to file: use G_TYPE_UINT to store the song number in the model trunk
2006-12-17 nenolod [svn] - ui/Makefile was missing. trunk
2006-12-17 nenolod [svn] - add XML interface declaration for the playlist editor trunk
2006-12-17 giacomo [svn] - jump to file: detach model from treeview before updating its rows, then reattach it trunk
2006-12-17 nenolod [svn] - fix widgets/skin.c references. trunk
2006-12-17 nenolod [svn] - fix trunk
2006-12-17 nenolod [svn] - move vfs from libaudacious to main audacious trunk
2006-12-16 giacomo [svn] added enter keypress shortcut for search-in-playlist dialog trunk
2006-12-16 giacomo [svn] - added auto-enqueue option for search-in-playlist trunk
2006-12-16 giacomo [svn] - changed playlist_shuffle_list to pick a playlist as parameter instead of calling playlist_get_active trunk
2006-12-16 giacomo [svn] - clear and free a playlist passed to playlist_remove_playlist trunk
2006-12-16 giacomo [svn] added playlist_free and ensure that each created playlist is freed in mainwin_quit_cb; the list of playlists is freed there as well trunk
2006-12-16 giacomo [svn] - made playlistwin_update_list depend on passed Playlist* instead of blindly using playlist_get_active(); this solves many locking issues with multiple playlists, but SHOULD be reviewed in every place playlistwin_update_list is used; added a playlist_new_from_selected() call too trunk
2006-12-16 giacomo [svn] - multiple playlist support requires separated locking; each Playlist holds its GMutex now; removed playlist_get function cause it doesn't fit with this scheme trunk
2006-12-16 jerome [svn] Added playback-seek{-relative} in audtool.1 man page. trunk
2006-12-16 jerome [svn] Fixed a bug where xmms_remote_jump_to_time was called with seconds instead of milliseconds. trunk
2006-12-16 nenolod [svn] - don't use deprecated function playlist_get(). trunk
2006-12-16 nenolod [svn] - log a warning if deprecated functions from <= 1.2 are used trunk
2006-12-16 nenolod [svn] - use g_object_ref() on the list store when we disassociate to make trunk
2006-12-16 nenolod [svn] - while building the jump to file list, disassociate the GtkListStore trunk
2006-12-16 nenolod [svn] - run update-po trunk
2006-12-16 giacomo [svn] regex-powered jump to file - should be considerably faster than the old one trunk
2006-12-15 giacomo [svn] do not assume that a tuple field exists just cause the tuple does, regexec hates null strings trunk
2006-12-15 giacomo [svn] added a regex-based search option in playlist that allows to select playlist entries using multiple match criteria trunk
2006-12-15 nenolod [svn] - bail after 15 failures to find an acceptable playback candidate trunk
2006-12-15 nenolod [svn] - add playlist_select_playlist() to select a literal playlist trunk
2006-12-15 nenolod [svn] - use playlist_get_active() at the top of each thread. trunk
2006-12-15 nenolod [svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear(). trunk
2006-12-15 nenolod [svn] - add some basic code for the manipulation of temporary playlists trunk
2006-12-15 nenolod [svn] - add playlist_select_next(), playlist_select_prev() trunk
2006-12-15 nenolod [svn] - remove static Playlist default_playlist trunk
2006-12-15 nenolod [svn] - remove all improper uses of playlist_get() trunk
2006-12-15 nenolod [svn] - dynamically allocate the playlist at startup and fix some lingering improper uses of playlist_get() trunk
2006-12-14 nenolod [svn] - fix example trunk
2006-12-14 nenolod [svn] - add the starting point of some audacious C++ bindings trunk
2006-12-14 nenolod [svn] - use str_has_prefix_nocase instead of a literal compare on extension trunk
2006-12-13 yaz [svn] - ar should pick changes trunk
2006-12-13 nenolod [svn] - make sure fd is not NULL before checking it's URI namespace trunk
2006-12-13 nenolod [svn] - at present, only use extension filtering in the file:// namespace. trunk
2006-12-13 nenolod [svn] - warning fix trunk
2006-12-13 nenolod [svn] - improved logic for extension assist trunk
2006-12-13 nenolod [svn] - put this back the way it was trunk
2006-12-13 nenolod [svn] - specifically define this as a table trunk
2006-12-13 nenolod [svn] - preferences pane option for extension-based detection trunk
2006-12-13 nenolod [svn] - add support for new extension probing system trunk
2006-12-13 nenolod [svn] - add gchar **vfs_extensions to InputPlugin struct, adding support for trunk
2006-12-12 kiyoshi [svn] Remove leftover plugin-related bits that don't do anything any more. trunk
2006-12-12 nenolod [svn] - move to GPLv2-only. Based on my interpretation of the license, we are trunk
2006-12-12 nenolod [svn] - add programfan to translation credits trunk
2006-12-12 nenolod [svn] - run update-po trunk
2006-12-12 nenolod [svn] - this was backwards. lets fix it! trunk
2006-12-12 nenolod [svn] - update Welsh translation (1 new string added) trunk
2006-12-12 nenolod [svn] - run update-po trunk
2006-12-11 nenolod [svn] - when clearing a playlist's entries, make sure to reset the playlist's trunk
2006-12-11 nenolod [svn] - provide the old ABI for plugins (intermediate layer). trunk
2006-12-11 nenolod [svn] - make sure &default_playlist (temporary construct) has full padding. trunk
2006-12-11 nenolod [svn] - avoid a crash trunk
2006-12-11 nenolod [svn] - update playlist UI trunk
2006-12-11 kiyoshi [svn] Update equalizer.c to new API trunk
2006-12-11 kiyoshi [svn] Oops. controlsocket.c is *much* happier now that the arguments are in the right order. >.> trunk
2006-12-11 nenolod [svn] - update to new API trunk
2006-12-11 nenolod [svn] - update mainwin.c to new API trunk
2006-12-11 kiyoshi [svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now. trunk
2006-12-11 chainsaw [svn] Add playlist_get_active where required. trunk
2006-12-11 nenolod [svn] - update main.c to new API trunk
2006-12-11 nenolod [svn] - update these files trunk
2006-12-11 nenolod [svn] - update widgetcore to new API trunk
2006-12-11 nenolod [svn] - finish conversion to new API. trunk
2006-12-11 nenolod [svn] - much closer now trunk
2006-12-11 nenolod [svn] - more updates trunk
2006-12-11 nenolod [svn] - update playlist_ins(), playlist_add(). trunk
2006-12-11 nenolod [svn] - update playlist_delete_filenames() and friends trunk
2006-12-11 nenolod [svn] - this commit breaks the API. I'm not done here, but hopefully the new API is trunk
2006-12-11 yaz [svn] remove plugin-reactivation loops for general and visualization plugins trunk
2006-12-11 nenolod [svn] - add playlist.queue and playlist.shuffle for the queue and shuffle lists associated with each playlist. trunk
2006-12-11 nenolod [svn] - cleanup the declaration of PlaylistEntry, and add some initial structure for migrating to multiple playlists. trunk
2006-12-11 nenolod [svn] - exit gracefully on SIGINT/SIGTERM. trunk
2006-12-09 yaz [svn] - build fix trunk
2006-12-09 nenolod [svn] - move xmms_urldecode_path() back into main binary trunk
2006-12-09 nenolod [svn] - fix urldecode dependencies trunk
2006-12-09 kiyoshi [svn] Shut up, mkdir. trunk