audacious-plugins

log

age author description
12 months ago John Lindgren Save playlist titles in the .xspf files, part 2. Closes: AUD-341.default tip
12 months ago John Lindgren gtkui: Show main menu for right-click on playback control buttons.
12 months ago John Lindgren Remove redundant sse2/altivec checks. Closes: AUDPLUG-365.
12 months ago John Lindgren m3u: Write URIs; this allows us to reliably save non-ASCII characters using percent-encoding.
12 months ago John Lindgren skins: Connect to "playlist activate" hook.
12 months ago John Lindgren gtkui: Small cleanup.
12 months ago John Lindgren gtkui: Update to use "playlist activate" hook.
12 months ago John Lindgren gtkui: Use audgui_list_get_focus.
12 months ago John Lindgren Sync acinclude.m4 from core.
12 months ago John Lindgren gtkui: Fetch album art in "playback start" hook; redraw handler can be called at unexpected times.
12 months ago John Lindgren skins: Use new libaudgui functions.
12 months ago John Lindgren gtkui: Add support for GDK_Menu key.
12 months ago John Lindgren gtkui: Show keyboard shortcuts for volume up (+) and down (-) in the output menu.
12 months ago John Lindgren gtkui: Replace convoluted GtkUIManager code copied from skins with a cleaner system.
12 months ago John Lindgren skins: Update to match changes in core.
12 months ago John Lindgren mtp: Update for new plugin menu API.
12 months ago John Lindgren cd-menu-items: Update to new plugin menu API.
12 months ago John Lindgren alsa: Don't scan for available devices on startup.
12 months ago John Lindgren aac: Fix checking for changed stream titles. Closes: AUD-337.
12 months ago John Lindgren neon: strcmp returns 0 on match.
12 months ago John Lindgren Clear execute bit on files that should not have it.
12 months ago John Lindgren Close trunk branch.trunk
12 months ago John Lindgren Close topic/gio branch.topic/gio
12 months ago John Lindgren Skip a couple of (unsigned) < 0 checks.
12 months ago John Lindgren gtkui, skins: More playlist import/export fixes.
12 months ago John Lindgren gtkui: Fix several problems in playlist export code.
12 months ago Tony Vroon streambrowser: guint page_num is never going to contain a negative value, drop pointless test.
12 months ago Tony Vroon Add -Wtype-limits to C/CXXFLAGS as it points out a genuine bug. Pretty much all others in -Wextra are just pointless, I wouldn't do that to you.
12 months ago Tony Vroon console: Do not set data2 for 0xCB on the AY CPU, we never use it (GCC 4.6 warning).
12 months ago Tony Vroon console: Do not set data2 for 0xCB on the KSS (MSX) CPU, we never use it (GCC 4.6 warning).
12 months ago Tony Vroon pulse_audio: Apply KISS principle to twitchy pause syndrome. This should do it.
12 months ago Tony Vroon AdPlug: The A2M loader ignored CRC wrongly. Just do not assign it to a variable at all, ktnxbye. (GCC 4.6 warning)
12 months ago Tony Vroon modplug: Unused variable nMasterCh removed from fastmix. (GCC 4.6 warning)
12 months ago Tony Vroon modplug: Unused variable in OKT loader removed. No samples available for testing, revert for regression. (GCC 4.6 warning)
12 months ago Tony Vroon modplug: Unused variable in AMS loader removed. No samples available for testing, revert for regression. (GCC 4.6 warning)
12 months ago Tony Vroon modplug: The 669 loader sets but does not use b669Ext, now removed (GCC 4.6 warning).
12 months ago Tony Vroon modplug: The IT loader sets but does not use channels_used & wHdr, now removed (GCC 4.6 warning).
12 months ago Tony Vroon modplug: Do not set smpnames in PSM loader, it is never used. (GCC 4.6 warning)
13 months ago Jonathan Schleifer Add support for Java and Windows RC files.
14 months ago Jonathan Schleifer Add STATIC_PIC_LIB.
14 months ago Jonathan Schleifer Make it possible to add .a files to OBJS when building static libs.
16 months ago Jonathan Schleifer Prevent a possible syntax error when not using shared libs.
12 months ago John Lindgren gtkui: Make status bar more translatable. Closes: AUDPLUG-363.
12 months ago John Lindgren flacng: Handle multiple TITLE, ARTIST, etc. in Vorbis comments.
12 months ago John Lindgren gtkui: Kill some (IMO) needless borders. If people don't like this it can be reverted.
13 months ago John Lindgren m3u: Fix segfault when a file does not have a trailing newline. Closes: AUDPLUG-361.
13 months ago John Lindgren Make previous/next buttons work again when nothing is playing. Closes: AUD-331.
13 months ago John Lindgren skins: Try to make some sense of interface show/hide code; remove dead code.
13 months ago John Lindgren gtkui: Fix iface.show(), implement iface.is_shown().
13 months ago John Lindgren mpg123: Make FULL_SCAN work again.
13 months ago John Lindgren Update mpg123 to 1.13.3.
13 months ago John Lindgren Update Polish translation, courtesy of Szymon Weihs.
13 months ago John Lindgren Set version to 2.6-devel.
13 months ago John Lindgren skins: Add close button to interface preferences window.
13 months ago John Lindgren skins: Make configure() accessible from the menu.
13 months ago John Lindgren skins: Provide about() and configure().
13 months ago John Lindgren Match changes in core.
13 months ago John Lindgren Match changes to playlist API.
13 months ago John Lindgren Match changes in core.
13 months ago John Lindgren gtkui: Set focus on playlist when populating it.