log

age author description
2007-07-19 Tomasz Mon replace EqSlider with UiSkinnedEqualizerSlider
2007-07-19 Yoshiki Yazawa add url unescape code to playlist_get_info_text().
2007-07-18 Yoshiki Yazawa - make jump to track more friendly to file:// scheme.
2007-07-17 Yoshiki Yazawa branch merge
2007-07-17 Yoshiki Yazawa Backed out changeset 7d33bbe11736
2007-07-16 William Pitcock auto merge
2007-07-16 William Pitcock Backed out changeset b87335249c69d45d253b1b960a9ec7f60b68e5a5
2007-07-16 William Pitcock Backed out changeset b27af7152811d3829d90fbb5439d78b81c16d220
2007-07-16 William Pitcock Use playback_get_playing() for while loop.
2007-07-16 William Pitcock Remove genevent, seperate playback logic into seperate control thread.
2007-07-16 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-07-16 William Pitcock Fix a bug in backslash to slash conversion. Closes #1006.
2007-07-16 Yoshiki Yazawa branch merge
2007-07-16 Yoshiki Yazawa filename should be unescaped when it is used as a default title in the playlist window.
2007-07-16 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-07-16 William Pitcock From: Daniel Drake <dsd@gentoo.org>
2007-07-16 William Pitcock From: Daniel Drake <dsd@gentoo.org>
2007-07-16 Yoshiki Yazawa unescape url encoded filename where real filename is needed.
2007-07-15 Giacomo Lozito added a default drawing for ui_skinned_monostereo
2007-07-15 Giacomo Lozito recursive directory scan for add file dialog works again
2007-07-14 William Pitcock Use GdkPixbuf to display the credits logo.
2007-07-14 Tomasz Mon use GdkPixmaps for doublesizing
2007-07-13 Tomasz Mon little fix
2007-07-13 Tomasz Mon some skins have SKIN_MONOSTEREO with size 58x20
2007-07-13 Tomasz Mon little cleaning
2007-07-13 Tomasz Mon replace MonoStereo with UiSkinnedMonoStereo
2007-07-13 Tomasz Mon replace Playstatus with UiSkinnedPlaystatus
2007-07-13 Tomasz Mon oops, forgot to include new files
2007-07-13 Tomasz Mon branch merge
2007-07-13 Tomasz Mon replace Menurow with UiSkinnedMenurow
2007-07-13 William Pitcock Refactor skinned window code.
2007-07-13 William Pitcock Fix.
2007-07-13 William Pitcock Fix always on top.
2007-07-13 William Pitcock Use GTK_WINDOW_POPUP hint for SkinnedWindow objects.
2007-07-13 William Pitcock branch merge
2007-07-13 William Pitcock Set GTK+ window types.
2007-07-13 William Pitcock branch merge
2007-07-13 William Pitcock Use G_MODULE_EXPORT to ensure the plugin header is exported.
2007-07-13 Tomasz Mon branch merge
2007-07-13 Tomasz Mon use create_dblsize_image for doueblesizing
2007-07-13 Giacomo Lozito do not place GDK_INPUT_ONLY windows in widget->window, use a event_window field for them
2007-07-13 Tomasz Mon correct tinyplayer skin
2007-07-13 Tomasz Mon Set the license explicitly to GPL v2
2007-07-13 Tomasz Mon remove dead files
2007-07-13 Tomasz Mon replace svis with UiSVis
2007-07-13 Tomasz Mon Correct slider behaviour in doublesize
2007-07-12 Tomasz Mon Hooray, fix BadMatches
2007-07-12 Tomasz Mon correct sliders
2007-07-12 Tomasz Mon correct showing equalizerwin
2007-07-12 Tomasz Mon equalizerwin_volume and equalzerwin_balance are now UiSkinnedHorizontalSliders; hslider.c no longer needed
2007-07-12 William Pitcock branch merge
2007-07-12 William Pitcock Fix Makefile rules.
2007-07-12 Tomasz Mon branch merge
2007-07-12 Tomasz Mon mainwin_volume and mainwin_balance are UiSkinnedHorizontalSliders now; add workaround for skins with too strait SKIN_VOLUME
2007-07-12 William Pitcock Makefile adjustments.
2007-07-12 William Pitcock MacOS (and others): Relocate libintl to a location where audacious can link to it automatically.
2007-07-12 Tomasz Mon mainwin_sposition is now UiSkinnedHorizontalSlider
2007-07-12 Tomasz Mon branch merge
2007-07-12 Tomasz Mon import UiSkinnedHorizontalSlider
2007-07-11 Giacomo Lozito added hooks: playback pause and playback unpause