log

age author description
2009-03-28 Yoshiki Yazawa export on_skin_view_drag_data_received() for now.
2009-03-04 Tony Vroon Acknowledge contributions from John Lindgren, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-02 William Pitcock Do NOT save the config if we are crashing. This is a *hideously* bad idea.
2009-02-28 Tony Vroon -equalizer.c:34: warning: implicit declaration of function ‘output_set_eq’
2009-02-28 Tony Vroon Sort by probe_priority. Noisy decision logic for the plugins while we work this out.
2009-02-28 William Pitcock Implement core changes for output plugin probing.
2009-02-28 William Pitcock get rid of OUTPUT_PLUGIN_INIT_OK, add OUTPUT_PLUGIN_INIT_FOUND_DEVICES.
2009-02-27 William Pitcock Add OutputPlugin::probe_priority [public], used to set the priority in which this plugin should be probed.
2009-02-27 William Pitcock Add OutputPluginInitStatus.
2009-02-18 Andrew O. Shadoura include track number in D-Bus-exported metadata (fixes http://bugs.debian.org/514426)
2009-02-06 Andrew O. Shadoura removed one more dependency
2009-02-06 Andrew O. Shadoura remove redundant dependencies
2009-01-19 Tony Vroon -dbus.c:278: warning: implicit declaration of function ‘run_filebrowser’
2009-01-19 Tony Vroon -auddrct.c:110: warning: implicit declaration of function ‘run_filebrowser’
2009-01-16 Tony Vroon Fix up: WARNING **: Could not load desktop file /usr/share/applications/audacious.desktop: No such file or directory - Session management may not work now.
2009-02-03 Yoshiki Yazawa removed unnecessary spaces
2008-11-27 Konosuke Watanabe Fix source path
2008-11-26 Yoshiki Yazawa pkgconfig files should be installed in lib/pkgconfig
2008-11-25 Yoshiki Yazawa we should use modified libdir insted of plugindir.
2008-11-25 Yoshiki Yazawa moved private libraries to plugindir to avoid conflict with audacious.
2008-11-25 Yoshiki Yazawa moved libSAD.h to src/audlegacy for the path for header files.
2008-11-25 Yoshiki Yazawa rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
2008-11-02 Tony Vroon Add datarootdir as a variable. Not having it causes loud whining from autoconf.
2008-11-01 Jonathan Schleifer Clear .SUFFIXES first to prevent compiling files silently.
2008-10-16 William Pitcock Exit immediately upon failing to launch interface.
2008-10-16 William Pitcock Don't crash on an invalid interface.
2008-11-01 Jonathan Schleifer Move one line to fix dependency generation.
2008-11-25 Yoshiki Yazawa changed default values:
2008-11-24 Yoshiki Yazawa revert 4769.
2008-11-24 Yoshiki Yazawa changed data path to audlegacy.
2008-11-24 Yoshiki Yazawa override includesibdir for compatibility.
2008-11-24 Yoshiki Yazawa tweaked location of potfiles.
2008-11-24 Yoshiki Yazawa renamed pkg-config files.
2008-11-24 Yoshiki Yazawa - renamed executable as audlegacy
2008-11-24 Yoshiki Yazawa audlegacy begins.
2008-10-10 Yoshiki Yazawa - provide a way to query current interface.
2008-10-10 Yoshiki Yazawa added audtool_disconnect().
2008-10-04 Tony Vroon Only gtk.h should be included, as per -DGTK_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
2008-10-04 Tony Vroon Only glib.h should be included, as per -DG_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
2008-10-04 Tony Vroon Only gtk.h should be included, as per -DGTK_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
2008-10-02 Jonathan Schleifer Automated merge with ssh://hg.atheme.org//hg/audacious
2008-10-02 Jonathan Schleifer Update to latest rev of buildsys & move stuff that doesn't belong there
2008-10-02 Jonathan Schleifer You have to include an XPM if you want to use it.
2008-10-02 Jonathan Schleifer It is idiotic to exclude that printf out of the #ifdefs if it uses
2008-10-02 Jonathan Schleifer Fix Makefile broken by Andrew O. Shadoura.
2008-09-30 mf0102 remove XMMS-style fileopener
2008-09-29 mf0102 renaming
2008-09-29 mf0102 more cleanup
2008-09-29 mf0102 pre-codechange indentation
2008-09-27 Tony Vroon Replace deprecated g_strcasecmp with g_ascii_strncasecmp.
2008-09-26 Tony Vroon Replace g_strncasecmp with g_ascii_strncasecmp.
2008-09-26 Tony Vroon g_basename is deprecated, replace with g_path_get_basename.
2008-09-26 Tony Vroon g_basename is deprecated, replace with g_path_get_basename.
2008-09-26 Tony Vroon g_basename is deprecated, replace with g_path_get_basename.
2008-09-22 Matti Hamalainen Moved HACKING and TODO under doc/.
2008-09-22 Matti Hamalainen Buffered VFS file routies do not handle mixed seeks and reads/writes
2008-09-21 mf0102 UI prettification, parts by desowin - thanks!
2008-09-17 Matti Hamalainen Fix .hgtags mappings.
2008-09-17 Matti Hamalainen Fix compilation flags.
2008-08-28 Matti Hamalainen Require Cairo 1.2.6.
2008-08-28 Matti Hamalainen Add check for 'tr' in configure.
2008-08-28 Matti Hamalainen Synchronize buildsys.
2008-08-28 Tomasz Mon MPRIS specification defines url to the media as location, not URI
2008-08-27 Tomasz Mon don't save legacy ui config options
2008-08-13 Matti Hamalainen The famed "multiple plugins in one module" feature didn't actually work,
2008-08-12 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-08-12 Matti Hamalainen Remove duplication.
2008-08-10 Yoshiki Yazawa build fix
2008-08-09 Andrew O. Shadoura branch merge
2008-08-09 Andrew O. Shadoura updated Audacious man page
2008-08-07 Andrew O. Shadoura no need in duplicating FMT_FRACBITS() here
2008-08-08 Tony Vroon Do not translate CLI options, patch by Fernando Ike de Oliveira closes bugzilla bug 54.
2008-08-07 Andrew O. Shadoura order matters.
2008-08-07 Andrew O. Shadoura add debug.h from libSAD
2008-08-07 Andrew O. Shadoura merge
2008-08-07 Andrew O. Shadoura move libSAD's DEBUG_MSG out of global scope, as it breaks timidity and possible something else
2008-08-07 Paula Stanciu Automated merge with ssh://paula@hg.atheme.org//hg/audacious
2008-08-07 Paula Stanciu makeing possible to reinitialize the output plugin from outher plugins
2008-08-07 Andrew O. Shadoura export functions to make libSAD usage in plugins more easy
2008-08-06 Andrew O. Shadoura fix libSAD linkage
2008-08-06 Andrew O. Shadoura move FMT_FRACBITS() to plugin.h
2008-08-06 Andrew O. Shadoura branch merge
2008-08-06 Andrew O. Shadoura make libSAD shared library, so plugins can use it
2008-07-30 Tony Vroon Parallel dependency resolution by Jonathan Schleifer.
2008-07-30 Matti Hamalainen Use _cv_gnu_make_command instead of cv_gnu_make_command, because some
2008-07-30 Matti Hamalainen Don't use a static buffer, but g_strdup_vprintf().
2008-07-29 Matti Hamalainen Remove useless self-indulgent (C)
2008-07-28 William Pitcock branch merge.
2008-07-28 William Pitcock Patch from Steve Cotton <steve0001@s.cotton.clara.co.uk> to resolve a
2008-07-24 Tomasz Mon block value-changed signal handler before setting new range on position slider
2008-07-21 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-07-21 William Pitcock Apparently some people are dumber than I thought.
2008-07-21 Strahinja Kustudic Fixed some typos in sr translations.
2008-07-19 Tomasz Mon remove reduntant call
2008-07-19 Strahinja Kustudic Updated Serbian translations
2008-07-17 Matti Hamalainen Fix infinite playlist update when entry->tuple == NULL. Patch from Skotlex,
2008-07-17 mf0102 remove some code duplication
2008-07-17 Tomasz Mon set ellipsize to PANGO_ELLIPSIZE_END in title column
2008-07-17 mf0102 reset slider when we stop the song
2008-07-17 William Pitcock Make the default UI suck less by killing the utterly pointless and redundant info bar.
2008-07-17 William Pitcock Move the slider bar to the toolbar, but this is kinda ugly at the moment.
2008-07-17 William Pitcock eventqueue: Remove bogus assertions.
2008-07-17 William Pitcock minimal interface: improve sanity for playback_seek() to make seek times more accurate.
2008-07-16 William Pitcock Use GtkCellRenderer::ypad to provide a more compact playlist, similar to the list widgets in Conspire.
2008-07-16 Tomasz Mon introduce new playlist widget
2008-07-16 William Pitcock Disable visualization subsystem because it memory leaks like a sieve without the legacy UI in place.
2008-07-14 Tomasz Mon add aboutwin_show and jump_to_track_show to InterfaceOps
2008-07-13 Tomasz Mon add copyright line
2008-07-13 Tomasz Mon branch merge
2008-07-13 Tomasz Mon commit initial version of InterfaceOps
2008-07-13 Tomasz Mon remove legacy interface preferences from ui_preferences.c
2008-07-13 William Pitcock Fix compile for me.
2008-07-09 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-07-07 William Pitcock fix compile. :P
2008-07-09 mf0102 simplify equalizer code a bit
2008-07-09 Tomasz Mon hookify urlopener
2008-07-09 mf0102 made fileopener legacy-free
2008-07-08 mf0102 - make stop button
2008-07-08 Matti Hamalainen Move SignalHandler function pointer typedef.
2008-07-08 Tomasz Mon ui_jumptotrack.h isn't legacy
2008-07-08 Tomasz Mon I don't think those files belong to legacy ui...
2008-07-08 Tomasz Mon more work on seperating presets from legacy ui
2008-07-08 VDR dai (audacious) Oops, fix stupid typo
2008-07-08 VDR dai (audacious) update Japanese translation.
2008-07-07 mf0102 completely remove skin getting/setting
2008-07-07 mf0102 removed some UI calls from the prefs code
2008-07-07 mf0102 made new equalizer interface that doesn't imply a connection with the UI
2008-07-07 mf0102 remove dbus skin functions
2008-07-07 Tomasz Mon and of course I forgot to add new files...
2008-07-07 Tomasz Mon begin seperating equalizer preset from legacy ui
2008-07-06 Tomasz Mon temporary fix until we get rid of legacy directory
2008-07-06 mf0102 merge
2008-07-06 mf0102 move all files belonging to the legacy UI to legacy/
2008-07-06 Matti Hamalainen Use also GCC inline assembler for detecting SSE2 support, because apparently
2008-07-06 mf0102 - update time info during slider movement
2008-07-06 mf0102 fixing a warning and doing some renaming, indentation etc.
2008-07-06 William Pitcock Properly escape all appropriate entities.
2008-07-05 William Pitcock good god make the toolbar not suck
2008-07-05 William Pitcock Update time.
2008-07-05 William Pitcock Fix preprocessor logic.
2008-07-05 William Pitcock Fix compile when signalfd is not available entirely.
2008-07-05 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-07-05 William Pitcock Take advantage of signalfd if available.
2008-07-05 Tomasz Mon dissociate hooks at _ui_finalize
2008-07-05 Tomasz Mon display what would be played if user presses play button
2008-07-05 Tomasz Mon small adjustments to slider
2008-07-04 mf0102 reset slider when at end of song
2008-07-04 mf0102 make a "pause" button and increase default window size
2008-07-04 mf0102 set a default window size
2008-07-04 mf0102 improve the position slider's behavior a bit and do some indentation
2008-07-04 Tomasz Mon add position slider
2008-07-02 Tomasz Mon make button toolbar stay same size when resizing window vertically
2008-07-02 Tomasz Mon add pbutton_add and button_play; display only button image
2008-07-02 Tomasz Mon create fileinfo_win when needed
2008-06-29 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-29 William Pitcock Add provision for Interface plugins.
2008-06-29 William Pitcock Install interface.h for plugins.
2008-06-29 mf0102 enabled interface destruction
2008-06-29 mf0102 make some functions static
2008-06-29 mf0102 don't free filenames because function is called twice
2008-06-29 mf0102 removed code duplication via new function handle_cmd_line_filenames()
2008-06-29 mf0102 clean up some parts that have been made obsolete by nenolod's great work:
2008-06-29 William Pitcock Fix some warnings.
2008-06-29 William Pitcock Split out headless specific interface code (mostly).
2008-06-29 William Pitcock Split out a lot of stuff in main.c to ui_legacy.c.
2008-06-29 William Pitcock Use new Interface API.
2008-06-29 William Pitcock Add preliminary Interface API.
2008-06-29 William Pitcock Merge translations.
2008-06-28 mf0102 commited initial version of new UI, which can be tested via "audacious -H"
2008-06-28 Paula Stanciu added the bluetooth logo image
2008-06-27 Matti Hamalainen Added some debugging / startup messages (visible via 'audacious -N') to make
2008-06-27 Matti Hamalainen Move D-Bus initialization before plugin system and playlist initialization.
2008-06-21 Matti Hamalainen Updated the .pot file.
2008-06-17 Matti Hamalainen Again synchronized acinclude.m4. Removed the debugging stuff too.
2008-06-17 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-16 Matti Hamalainen Simplify AUD_ARG_* even more.
2008-06-17 Yoshiki Yazawa removed harmful lines inside definitions.
2008-06-16 Matti Hamalainen More simplifications of the configure code.
2008-06-16 Matti Hamalainen Use AS_HELP_STRING() macro for prettifying --help output where applicable.
2008-06-16 Matti Hamalainen Use G_{BEGIN,END}_DECLS
2008-06-16 Matti Hamalainen I suppose it's time to add myself to core authors... :P
2008-06-16 Matti Hamalainen Use proper quotation.
2008-06-16 Matti Hamalainen Removed the deprecated set_eq() function from InputPlugin and other places.
2008-06-16 Matti Hamalainen Remove output plugin field from InputPlugin.
2008-06-16 Matti Hamalainen Be clearer about Oniguruma's purpose.
2008-06-16 Matti Hamalainen Change PAPI version.
2008-06-14 Matti Hamalainen Proper updating of playlist->tail was missing from some functions.
2008-06-13 Matti Hamalainen Added a separate chapter for playlist code issues and ranting about them (including my own ideas
2008-06-13 Matti Hamalainen Remove an unused variable.
2008-06-13 Matti Hamalainen Properly fix my own fucked up changes. Sorry for the inconvenience.
2008-06-13 Matti Hamalainen Backed out changeset d8e2946121d6 in order to fix it properly.
2008-06-13 Yoshiki Yazawa fixed the bug that initiating playback of a file without metadata always resulted in title <unknown> instead of its filename.
2008-06-13 Yoshiki Yazawa removed some dangling white spaces.
2008-06-13 Matti Hamalainen Sanitize pkg.m4 somewhat.
2008-06-13 Matti Hamalainen De-constify and remove an unused variable.
2008-06-13 Matti Hamalainen Remove unused variable.
2008-06-13 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-11 Matti Hamalainen Remove dead code.
2008-06-12 Yoshiki Yazawa backout 4626. there was no relevance to the bug I was chasing.
2008-06-12 Yoshiki Yazawa audtool needs AUDLDFLAGS too.
2008-06-11 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-11 Matti Hamalainen Remove code repetition by using a function.
2008-06-11 Matti Hamalainen Added few g_messages() to ease debugging of certain D-Bus-related problems.
2008-06-11 Matti Hamalainen Print a warning instead of mysterious dbus-glib assertion failures when
2008-06-11 Matti Hamalainen Remove few pointless string copies.
2008-06-11 Matti Hamalainen Cosmetics.
2008-06-11 Yoshiki Yazawa revert 4605. filename in tuple must be in "filename encoding".
2008-06-09 mf0102 remove some old unused functions from plugin API
2008-06-09 mf0102 - don't export dock functions to plugins anymore
2008-06-08 Yoshiki Yazawa enables audacious to pick up its own libraries when prefix has been specified.
2008-06-06 Matti Hamalainen Add notes about possible cleanups into TODO.
2008-06-05 Matti Hamalainen Updated pkg.m4.
2008-06-05 Matti Hamalainen Synchronized acinlude.m4 from configure cleanup branch; Moved SIMD checks to AUD_COMMON_PROGS.
2008-06-05 Matti Hamalainen Added discovery plugin directory.
2008-06-05 Matti Hamalainen Configure option '--enable-one-plugin-dir' is unused in core, so we'll remove it.
2008-06-05 Matti Hamalainen Added a note about XMMS compat output plugin hack.
2008-06-05 Matti Hamalainen Added *.patch and *.diff to .hgignore.
2008-06-04 Matti Hamalainen Use audacious_remote_get_tuple_fields() to get available standard tuple
2008-06-04 Matti Hamalainen Add audacious_remote_get_tuple_fields() to audctrl.h.
2008-06-04 Matti Hamalainen Oops, forgot to rename one file.
2008-06-04 Matti Hamalainen Rename the audtool source files to be saner.
2008-06-04 Matti Hamalainen Cure some 'repetitive code syndromes' from audtool.
2008-06-04 Matti Hamalainen Add a new dbus / remote interface function for getting available "standard" Tuple field names.
2008-06-04 Matti Hamalainen We already require Glib >= 2.14, so these #if's for checking >= 2.12 are
2008-06-04 Matti Hamalainen Use str_assert_utf8() where it makes sense in the core.
2008-06-04 Matti Hamalainen Check that we have proper GNU libc version before enabling backtrace
2008-06-04 Matti Hamalainen Added a temporary function str_assert_utf8() for finding points in code
2008-06-04 Matti Hamalainen Remove useless str_to_utf8() conversions.
2008-06-04 Matti Hamalainen Use a define (AUD_EQUALIZER_NBANDS) instead of magic value 10 everywhere.
2008-06-04 Matti Hamalainen Note about equalizer problems.
2008-06-04 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-06-04 Matti Hamalainen Fix help messages in audtool to have correct tuple field names... this
2008-06-04 Matti Hamalainen Don't escape strings in audacious_get_tuple_field_data(), because we are
2008-06-01 Matti Hamalainen Fix a autoconf warning about cached variable identifier.
2008-06-04 Tomasz Mon export create_widgets to PAPI
2008-05-31 Tomasz Mon prevent endless loop
2008-05-31 Tomasz Mon change visualization timeout; export calc_stereo_pcm, calc_mono_pcm and calc_mono_freq to PAPI
2008-05-30 Tomasz Mon NO_PLAY_BUTTON and PLAY_BUTTON defines don't quite make sense
2008-05-30 Tomasz Mon run open file dialogue on drct_eject() (Bugzilla #18)