log

age author description
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
2006-12-08 nenolod [svn] - move urldecode to libaudacious trunk
2006-12-08 nenolod [svn] - don't free the VFS handle here, just our private handle. trunk
2006-12-08 nenolod [svn] - make sure handle->base is a constpointer. trunk
2006-12-08 nenolod [svn] - add VFSBuffer, equivilant to fmemopen(). trunk
2006-12-08 nenolod [svn] - allow the output plugin to be changed while playing. trunk
2006-12-08 yaz [svn] Do not install signal handler for SIGSEGV if environmental variable trunk
2006-12-07 nenolod [svn] - no, this is not going to work trunk
2006-12-07 nenolod [svn] - add work in progress TagLib::TagVFSFile class. trunk
2006-12-06 nenolod [svn] - playlist_scan_thread_is_going should not be TRUE if the playlist is trunk
2006-12-05 nenolod [svn] - rewrite input_check_file() trunk
2006-12-05 nenolod [svn] - mainwinEjectY's default value should be 89, not 88. trunk
2006-12-05 nenolod [svn] - finish documenting the libaudacious API trunk
2006-12-05 nenolod [svn] - documentation fixups trunk
2006-12-05 nenolod [svn] - a directory browser widget trunk
2006-12-05 nenolod [svn] - document rcfile trunk
2006-12-04 nenolod [svn] - document xconvert trunk
2006-12-04 nenolod [svn] - cleanups from oliver@freebsd.org trunk
2006-12-04 nenolod [svn] - make documentation build on ubuntu trunk
2006-12-04 nenolod [svn] - add gtkdoc settings trunk
2006-12-04 nenolod [svn] - what the hell is this, and why do we need it? trunk
2006-12-04 nenolod [svn] - add some missing docs trunk
2006-12-04 nenolod [svn] - document the tuple system trunk
2006-12-04 nenolod [svn] - document ConfigDB. trunk
2006-12-04 nazca [svn] Numpad 4 and 6 liked to prev and next respectively to be more consistant with the main window trunk
2006-12-04 nenolod [svn] - remove xml_document.c trunk
2006-12-04 nenolod [svn] - bleah, put dirbrowser back trunk
2006-12-04 nenolod [svn] - document the formatter class trunk
2006-12-04 nenolod [svn] - bye bye dirbrowser trunk
2006-12-04 nazca [svn] Seek controls (left and right) now seek 5 seconds like the main window trunk
2006-12-04 nenolod [svn] - clean up some internal audacious controlsocket functions trunk
2006-12-04 nazca [svn] Added to credits :P trunk
2006-12-04 nazca [svn] Playlist shuffle behaviour should now be a little more consistant. trunk
2006-12-04 nazca [svn] xentry.h is no more. trunk
2006-12-04 nenolod [svn] - remove xentry API trunk
2006-12-04 nenolod [svn] - add documentation template trunk
2006-12-04 nenolod [svn] - remove xentry.c trunk
2006-12-04 nenolod [svn] - remove only reference in source to xmms_entry_new() and prepare xentry.c's last rites. trunk
2006-12-04 nenolod [svn] - update VFS documentation trunk
2006-12-04 nenolod [svn] - make documentation-build will invoke gtk-doc to compile the audacious SDK docs. trunk
2006-12-04 nenolod [svn] - document the VFS layer. trunk
2006-12-02 nenolod [svn] - don't leak the split URI vector after doing the vtable lookup trunk
2006-12-02 nenolod [svn] - touch audacious/.svn because gentoo's subversion eclass sucks trunk
2006-12-02 nenolod [svn] - remove softvolume.c, only the alsa plugin uses it so we will move it trunk
2006-11-30 yaz [svn] - make wheel scroll trigger scan thread trunk
2006-11-30 yaz [svn] - clean up trunk
2006-11-30 yaz [svn] rewrite scan thread with g_cond_wait(): trunk
2006-11-30 nenolod [svn] - make sure the mainwin is redrawn correctly when doublesized. reported by Tom St. Denis, closes #674. trunk
2006-11-29 nenolod [svn] - fix conditionals for building build_stamp.c trunk
2006-11-29 nenolod [svn] - seeking by keypad should seek 5s, not 1s. closes #673. trunk
2006-11-29 nenolod [svn] - add le_vert to credits (he will need to accent his letters, though) trunk
2006-11-29 nenolod [svn] - credit patch contributions from Ralf Ertzinger trunk
2006-11-29 chainsaw [svn] Credit patch contribution by Chris Kehler. trunk
2006-11-29 chainsaw [svn] Allow \ to / conversion to be switched on & off, by external contributor Chris Kehler <cbkehler@sympatico.ca>. trunk
2006-11-28 nenolod [svn] - MirBSD support from <bsiegert -at- gmx.de> trunk
2006-11-28 nenolod [svn] - avoid a race condition in produce_audio() where we have closed output, trunk
2006-11-28 nenolod [svn] - fix a bug regarding shaded mode in the playlist editor where trunk
2006-11-27 nenolod [svn] - run chardet against even valid UTF-8 strings, as they may be non-UTF-8 trunk
2006-11-26 gandalf [svn] Just ran make update-po. trunk
2006-11-26 gandalf [svn] First po updates by Le_Vert. trunk
2006-11-26 nenolod [svn] - update Welsh translation: trunk
2006-11-26 yaz [svn] - fix for custom format bug. closes #664. trunk
2006-11-26 nenolod [svn] - xmms_urldecode_path() is no longer needed due to NewVFS layer. trunk
2006-11-26 nenolod [svn] - update credit for welsh translation trunk
2006-11-26 nenolod [svn] - update Welsh translation: trunk
2006-11-25 yaz [svn] jump to file improvement: trunk
2006-11-25 yaz [svn] - now filepopup can find newly added images immediately. trunk
2006-11-24 js [svn] Fixed wrong help, it has to be --with-rc-path. trunk
2006-11-24 chainsaw [svn] Updated translation by Yang Zhang <zyangmath@gmail.com> aka program, closes bug #660. trunk
2006-11-24 nenolod [svn] - init plugins before initalizing the skin system. trunk
2006-11-24 nenolod [svn] - cleanup the controlsocket code. (nenolod + help from ticpu) trunk
2006-11-24 nenolod [svn] - remove vfs_stdio.c trunk