log

age author description
2008-04-22 mf0102 indentation
2008-04-22 mf0102 very little intendation cleanup
2008-04-22 mf0102 deprecated drct_set_skin()
2008-04-22 mf0102 renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it
2008-04-22 mf0102 forgot to rename the functions
2008-04-22 mf0102 whoops, forgot to add those two files
2008-04-22 mf0102 - make a lot of stuff static
2008-04-22 mf0102 - renamed some files to reflect their UI contents
2008-04-21 Matti Hamalainen Updated extra.mk.in.
2008-04-21 Matti Hamalainen Define EGGSM_{LIBS,CFLAGS} with =, not +=
2008-04-21 Matti Hamalainen Removed ancient news items. We've rewritten so much, that pre-1.3 items
2008-04-21 Matti Hamalainen Cosmetics: made the NEWS arguably more readable.
2008-04-21 Matti Hamalainen IPv6 and socklen_t are not actually used in the core, remove the checks for them.
2008-04-21 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-04-21 Matti Hamalainen --with-rc-path was not actually supported anymore; just remove it.
2008-04-21 Matti Hamalainen Show default settings for options in --help.
2008-04-21 Matti Hamalainen Officially state that we require GNU Make (which we did before, but didn't admit.)
2008-04-21 William Pitcock Fix the "skin path is fucked up" bug.
2008-04-21 Matti Hamalainen Test for SSE2 was quoted one level too much, thus causing the source to be borked and compilation to fail. Fixed.
2008-04-21 Matti Hamalainen Conditional support for SM (libeggsmclient).
2008-04-21 Matti Hamalainen Set eggsm flags conditionally.
2008-04-21 Matti Hamalainen Correctly check for USE_DBUS and USE_EGGSM.
2008-04-21 Matti Hamalainen Regenerated extra.mk.in with Autopoop 0.56.
2008-04-21 Matti Hamalainen Conditionally include needed subdirectories.
2008-04-21 Matti Hamalainen Fix libeggsmclient compilation under the new configure.
2008-04-21 Matti Hamalainen Test for socklen_t was accidentally reversed, and socklen_t replacement got
2008-04-21 Matti Hamalainen Fix AUD_CONDITIONAL to work as expected; we need the values defined for AC_SUBST to actually substitute them.
2008-04-21 Matti Hamalainen Imported and cleaned up some missing pieces of functionality from old configure.ac.
2008-04-21 Matti Hamalainen USE_EGGSM is also now substituted by AUD_CONDITIONAL
2008-04-21 Matti Hamalainen We don't want libsamplerate check to add -lsamplerate global LIBS, fixed.
2008-04-21 Matti Hamalainen USE_CHARDET is now substituted in AUD_CONDITIONAL.
2008-04-21 Matti Hamalainen Properly define DISABLE_USER_PLUGIN_DIR if needed.
2008-04-21 Matti Hamalainen Perform AC_SUBST() for each AUD_CONDITIONAL().
2008-04-21 Matti Hamalainen Changed samplerate_{LIBS,CFLAGS} to SAMPLERATE_*.
2008-04-21 Matti Hamalainen s/BEEP_DEFINES/AUDACIOUS_DEFINES/
2008-04-21 Matti Hamalainen Beginnings of a configure/builsystem cleanup (and partial refactoring).
2008-04-21 Matti Hamalainen Various new helper macros added for simplifying and sanitizing configure.ac.
2008-04-21 Matti Hamalainen Fix some random #includes.
2008-04-20 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-04-20 Matti Hamalainen Some old versions of pkg-config don't _really_ obey --errors-to-stdout, so we redirect stderr to stdout on shell level.
2008-04-20 Matti Hamalainen Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
2008-04-17 Jonathan Schleifer buildsys.mk.in: Fixed typo.
2008-04-17 Matti Hamalainen Remove GConf libs/cflags remnants from Makefile.
2008-04-16 Matti Hamalainen Added {GLIB,GTHREAD}_{LIBS,CFLAGS} and SM_CFLAGS to appropriate places in Makefile.
2008-04-16 Matti Hamalainen Remove unused variable.
2008-04-16 Matti Hamalainen Empty declaration of AUDDBG is slightly dangerous, use "do { } while (0)" construct instead.
2008-04-16 Matti Hamalainen Define correct GTHREAD_{CFLAGS,LIBS}.
2008-04-16 Matti Hamalainen Use test instead of [ ].
2008-04-16 Matti Hamalainen Temporarily backed out m4 file updates, apparently we depend on ancient
2008-04-16 Matti Hamalainen Backed out changeset b128239bfc7a
2008-04-16 mf0102 - remove some now-unneeded configuration properties
2008-04-16 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-04-14 Matti Hamalainen Add AC_GNU_SOURCE, because the newer m4-macros want it.
2008-04-14 Matti Hamalainen Updated bunch of m4 macros from Debian testing.
2008-04-15 William Pitcock Update Welsh translation.
2008-04-14 mf0102 little cleanup; no functional change
2008-04-13 Tomasz Mon add checkbox to make it possible to load broken skins
2008-04-13 Matti Hamalainen Remove duplicated path separator conversion (backslash to slash).
2008-04-13 Matti Hamalainen Invalid preprocessor #include line fixed.
2008-04-13 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-04-13 Paul Marks Fix relative paths in construct_uri() function. (Bugzilla #246)
2008-04-12 mf0102 remove the strange feature list feature, which was used for GConf only
2008-04-12 mf0102 introduce function aud_quit(), which is basically mainwin_quit_cb(), but
2008-04-12 mf0102 restructuring
2008-04-12 sylecn Song new Traditional Chinese translation
2008-04-12 mf0102 added two new names to the Chinese translators; reindented myself
2008-04-12 mf0102 added German translation
2008-04-11 Matti Hamalainen Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work
2008-04-11 Matti Hamalainen Require libmcs >= 0.7
2008-04-11 Matti Hamalainen Merged.
2008-04-11 Matti Hamalainen Backed out changeset 6677949e662d. The Makefile change makes absolutely NO
2008-04-11 mf0102 fix finnish translation
2008-04-11 mf0102 fix libmcs usage
2008-04-11 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-04-11 Matti Hamalainen More work on Finnish translation.
2008-04-11 Matti Hamalainen Added myself in list of translators.
2008-04-11 Matti Hamalainen Partially updated Finnish translation (still work-in-progress).
2008-04-10 Tomasz Mon When sorting, use g_utf8_collate instead of g_ascii_strcasecmp (Bugzilla #205)
2008-04-09 Matti Hamalainen Use mcs_handle_t directly instead of ConfigDb struct to remove the useless wrapper.
2008-04-09 Matti Hamalainen Updated bugtracker URL.
2008-04-09 Matti Hamalainen Updated bugtracker URL and made the sig11 handler tiny bit more informative.
2008-04-09 Matti Hamalainen Add a note about possibility of session management not working if the
2008-04-09 Matti Hamalainen Return in case the desktop file cannot be loaded.
2008-04-09 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-04-02 Matti Hamalainen Fix README to fit 80 character width.
2008-04-06 mf0102 remove some strange old comments by me
2008-04-06 mf0102 scan the playlist when calling playlistwin_set_toprow() - this fixes
2008-04-06 Tomasz Mon fix selection of last item, if total amount of items in playlist is smaller than playlist's capacity
2008-04-05 Strahinja Kustudic Updated Serbian translations
2008-04-01 Tomasz Mon fix my previous commit
2008-03-31 Tomasz Mon make selection working for last item in playlist
2008-03-31 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-31 Matti Hamalainen Note about code duplication.
2008-03-31 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-31 William Pitcock Fix typos, etc.
2008-03-31 Matti Hamalainen Oops, some text was missing.
2008-03-31 Matti Hamalainen Added a coding guideline document.
2008-03-31 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-31 Matti Hamalainen Huge renaming patch, changing BMP references to Audacious.
2008-03-31 Matti Hamalainen bmp_config_* -> aud_config_*
2008-03-31 Matti Hamalainen BmpConfig -> AudConfig, etc.
2008-03-31 Matti Hamalainen Rename bmp_rcfile* -> aud_rcfile*
2008-03-31 Matti Hamalainen Pfft, we are Audacious and this is SPARTA!
2008-03-31 Matti Hamalainen Remove formatter functions, they are only used in song_change plugin.
2008-03-31 Matti Hamalainen Some stupid header cleanups.
2008-03-31 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-31 Matti Hamalainen Rename bmp_rcfile* -> aud_rcfile*
2008-03-31 Matti Hamalainen Pfft, we are Audacious and this is SPARTA!
2008-03-31 Matti Hamalainen Remove formatter functions, they are only used in song_change plugin.
2008-03-31 VDR dai (audacious) update Japanese translation
2008-03-31 Matti Hamalainen Documentation maintenance, removed sections that nobody has bothered to
2008-03-31 Matti Hamalainen libmcs >= 0.4
2008-03-30 Eugene Zagidullin Updated Russian translation
2008-03-30 mf0102 update-po and German translation update
2008-03-30 mf0102 fix last playlist item not being highlighted when selected
2008-03-30 mf0102 prettify the code a bit
2008-03-30 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-30 Matti Hamalainen Oops, forgot to add function initializations to the vtable. Fixed.
2008-03-30 Matti Hamalainen Change version to 1.9.0 to indicate journey towards Audacious2.
2008-03-29 Matti Hamalainen Added new VFS helper functions for reading big/little endian data (16-, 32- and 64-bit integer formats)
2008-03-29 Matti Hamalainen s/BMP_PLUGIN_H/AUD_PLUGIN_H/
2008-03-29 Matti Hamalainen int -> gint for uniformity.
2008-03-30 William Pitcock Use GTK's built in double buffering support.
2008-03-30 William Pitcock Make joined selection stuff work.
2008-03-29 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-29 William Pitcock Partially rewrite this code in cairo. Features include:
2008-03-29 mf0102 moved some stuff around to increase headless support
2008-03-29 Matti Hamalainen Fix enum list, to make gcc4.3 stfu. Should close bugzilla #219.
2008-03-28 Matti Hamalainen Renamed TUP_MAX_VAR to TUPLEZ_MAX_VARS.
2008-03-28 Matti Hamalainen Remove useless checks.
2008-03-28 Matti Hamalainen Moved debugging functions to tuple_compiler.c
2008-03-28 Matti Hamalainen Branch merge.
2008-03-28 Ivan N. Zlatev Add myself to the poor souls list.
2008-03-28 Ivan N. Zlatev Mark the playlist as modified when moving/adding/removing/sorting/randomizing the playlist, so that the jump to file cache picks up the change.
2008-03-28 Matti Hamalainen Fixed Mercurial instructions.
2008-03-28 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-28 Matti Hamalainen Added a short explanation for the freq_data argument in VisPlugin.
2008-03-23 Paula Stanciu save volume between sessions
2008-03-25 Matti Hamalainen Changed the wording of contact-section, recommending users to visit the
2008-03-25 Matti Hamalainen Fixed bugtracker URL, closes bugzilla #217.
2008-03-25 Matti Hamalainen Fixed a segfault when trying to open fileinfo window while no file is
2008-03-25 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-25 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-25 Matti Hamalainen Separate gthread test.
2008-03-25 mf0102 write window positions to config only when windows are valid
2008-03-25 mf0102 print a note when headless operation is enabled
2008-03-25 Ivan N. Zlatev fix to stop parsing twice
2008-03-24 Sascha Hlusiak Reset op_state after calling close_audio to prevent possible future flushing.
2008-03-23 Ivan N. Zlatev Merge libeggsmclient from upstream
2008-03-23 Jussi Judin eggsmclient: egg_desktop_file_new_from_key_file leaks memory (Bugzilla #209)
2008-03-18 mf0102 indentation to stop eyes from bleeding
2008-03-18 mf0102 move some more GUI functions
2008-03-17 mf0102 moved most GUI-related functions from playback.c to ui_main_evlisteners.c
2008-03-17 Eugene Zagidullin fixed FTBFS
2008-03-17 mf0102 more headless fixes
2008-03-17 mf0102 rolling away some more stones on the hard way to real headless operation
2008-03-16 mf0102 fixed headless mode; minor cleanups
2008-03-16 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-16 Matti Hamalainen Minor cleanups.
2008-03-16 mf0102 Split BmpConfig from main.c and main.h; move around some other stuff too
2008-03-16 mf0102 automated merge
2008-03-16 mf0102 renamed BmpCmdLineOpt to AudCmdLineOpt (greatest commit EVAR! ;-)
2008-03-16 VDR dai (audacious) update Japanese translation
2008-03-15 Cristi Magherusan fixed compilation, if this is wrong please someone make it in a better way
2008-03-15 mf0102 Still cleaning up stuff
2008-03-14 mf0102 remove more ui_* references
2008-03-14 mf0102 - removed some unused ui_*.h references
2008-03-13 Strahinja Kustudic Automated merge with ssh://kustodian@hg.atheme.org//hg/audacious
2008-03-13 Strahinja Kustudic Updated Serbian translations
2008-03-13 William Pitcock Added tag audacious-1.5.0 for changeset 1e338a584f23
2008-03-13 Eugene Zagidullin added myself to credits. yes, i'm an idiot :) audacious-1.5.0
2008-03-13 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-13 William Pitcock Fix ABI.
2008-03-13 Matti Hamalainen Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-13 Matti Hamalainen Some sanitization.
2008-03-13 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-13 William Pitcock Update NEWS.
2008-03-13 Matti Hamalainen Threadsafe xlibs? libc5? This is not even being checked for anymore, removed.
2008-03-13 Matti Hamalainen Glib/Gtk+ versions.
2008-03-13 Matti Hamalainen Updated copyright year and added a note about Audacious not being XMMS nor BMP.
2008-03-13 Matti Hamalainen Fix some URLs and errors.
2008-03-13 Matti Hamalainen Update URLs to libmcs and libmowgli and few typomatic things.
2008-03-13 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-13 William Pitcock Audacious 1.5.0 release. Yes. Seriously.
2008-03-13 mf0102 a healthy translation a day keeps the cruft away
2008-03-13 mf0102 cleaning up some cruft
2008-03-13 mf0102 removed report_error() and reimplemented some error routines
2008-03-12 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2008-03-12 Eugene Zagidullin vis moved to separate flow. works in passthrough mode too
2008-03-11 Matti Hamalainen Define build stamp as "UNSUPPORTED VERSION" if building out of hg-repo.
2008-03-08 Tomasz Mon remove setting_volume, not used anyway
2008-03-06 Strahinja Kustudic Updated Serbian translations
2008-03-05 Yoshiki Yazawa get rid of LIBDIR. due to uselessness of overriding LIBDIR. now libaudid3tag.so will be installed to libdir *intentionally*.
2008-03-04 Yoshiki Yazawa minor fix
2008-03-04 Yoshiki Yazawa fixed linker arguments to gcc
2008-03-04 Yoshiki Yazawa linkage to libSM should use pkg-config otherwise link error might occur on x86_64 dual libs environment.
2008-03-03 Ivan N. Zlatev Implement session management.
2008-03-03 Eugene Zagidullin EQ pregain works. nobody uses it though
2008-03-02 Eugene Zagidullin little fix
2008-03-02 Eugene Zagidullin store sliders' values as is
2008-02-27 Yoshiki Yazawa g_timeout_add_seconds() requires glib-2.14.0 or higher.
2008-02-25 Eugene Zagidullin ooooops
2008-02-24 Eugene Zagidullin oops
2008-02-24 Eugene Zagidullin little fix
2008-02-24 Eugene Zagidullin importing of winamp EQ presets library
2008-02-24 Eugene Zagidullin - equalizer sliders range changed to -12..12 dB
2008-02-24 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2008-02-24 Eugene Zagidullin swith to original xmms band frequencies
2008-02-24 William Pitcock Drop old IIR code.
2008-02-24 William Pitcock 1.5 is so big that we're going to call it 1.9 instead.
2008-02-23 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
2008-02-23 Eugene Zagidullin forgotten files
2008-02-23 Eugene Zagidullin - 1st attempt to integrate MPlayer's equalizer (will work in 24bit mode too).
2008-02-23 Cristi Magherusan fixed ko.po "compilation", but someone native should review these strings for
2008-02-22 Tomasz Mon check if playlistwin_list is UiSkinnedPlaylist before accessing it contents
2008-02-22 Cristi Magherusan Updated Korean translation, by ChoSeongWoo (Bugzilla #177)
2008-02-22 Cristi Magherusan updated the po's
2008-02-22 Cristi Magherusan updated the Brasilian Portuguese translation, by Thadeu Knychala Tucci
2008-02-20 Stany HENRY Updated French translation.
2008-02-19 VDR dai (audacious) update Japanese translation
2008-02-19 Jussi Judin Add caching to Jump to Track feature to speed up searches. (Bugzilla #180)
2008-02-18 Eugene Zagidullin don't change src settings in play time
2008-02-18 Eugene Zagidullin - Corrected tooltip
2008-02-17 Yoshiki Yazawa add event_queue() to the vtable as aud_event_queue()
2008-02-15 Eugene Zagidullin cleanup
2008-02-15 Eugene Zagidullin added passthrough mode. tested with ape and flac
2008-02-15 Strahinja Kustudic Updated Serbian translations
2008-02-13 William Pitcock playlist_compare_artist(): Avoid NULL dereferences.
2008-02-12 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-02-12 William Pitcock More xconvert removal.
2008-02-12 William Pitcock Remove legacy XMMS format conversion API. We have a new audio engine which does this the correct way.
2008-02-12 VDR dai (audacious) update Japanese translation
2008-02-11 William Pitcock Remove unused functions.
2008-02-11 William Pitcock Fix some warnings.
2008-02-11 Stany HENRY Updated French translation.
2008-02-10 Jonathan Schleifer Automated merge with ssh://hg.atheme.org//hg/audacious
2008-02-10 Jonathan Schleifer Added HG repo URL to buildsys as a comment.
2008-02-10 Eugene Zagidullin updated Russian translation
2008-02-10 mf0102 update-po and German translation update
2008-02-10 Eugene Zagidullin - software volume switched to floating point and placed _after_ resampling