log

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