log

age author description
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