Mercurial > audlegacy
graph
-
Made handling of commandline options to happen before plugin and playlist2008-05-21, by Matti Hamalainen
-
Suffix all type names in core with _2008-05-19, by Tomasz Mon
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-05-19, by Matti Hamalainen
-
Updated copyright year.2008-05-19, by Matti Hamalainen
-
Use temporary variables for scale factors.2008-05-18, by Matti Hamalainen
-
Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)2008-05-18, by Matti Hamalainen
-
Use gsize and g_realloc in smart_realloc().2008-05-18, by Matti Hamalainen
-
Added my name in the credits so that you don't forget about me :-)2008-05-19, by Stefano D'Angelo
-
introduce ui_skinned_window_button_press and ui_skinned_window_button_release2008-05-18, by Tomasz Mon
-
Hookify a visualization function2008-05-18, by mf0102
-
kill ui_skinned_cursor2008-05-18, by Tomasz Mon
-
kill skin_load_cursor2008-05-18, by Tomasz Mon
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-05-17, by Matti Hamalainen
-
Clarified and fixed the explanation of structure packing and unaligned memory access.2008-05-17, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-05-15, by Jonathan Schleifer
-
Make MPRIS work again.2008-05-15, by Jonathan Schleifer
-
- rename dock.c to ui_dock.c2008-05-13, by mf0102
-
we don't show builtin features anymore2008-05-12, by mf0102
-
whoops, too much cosmetics is bad for the overall appearance2008-05-12, by mf0102
-
Some cosmetic changes2008-05-12, by mf0102
-
Synchronized acinclude common macros with upcoming audacious-plugins autoconf cleanup.2008-05-11, by Matti Hamalainen
-
Fix a theoretical infinite loop: if plugin matches a mime-type, but probe2008-05-10, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-05-10, by Matti Hamalainen
-
Added a note about problems with certain URIs.2008-05-10, by Matti Hamalainen
-
Add note about GtkTreeStore being fairly fast.2008-05-10, by William Pitcock
-
Added a TODO (mostly my own semi-organized ramblings, feel free to add your own.)2008-05-10, by Matti Hamalainen
-
Add a note about Doxygen documentation.2008-05-10, by Matti Hamalainen
-
Add depencies to dbus-1 and dbus-glib-1 in audacious.pc during configure, if DBus2008-05-10, by Matti Hamalainen
-
moved away some stuff from main.c2008-05-08, by mf0102
-
Fix PLUGIN_FILENAME() behaviour to not include lib on the front.2008-05-05, by William Pitcock
-
Stop playback (instead of doing endless loop) when file can't be read2008-05-02, by Tomasz Mon
-
prevent dead lock2008-04-30, by Tomasz Mon
-
Restore util_menu_main_show() for plugins - thanks go to ccr for the first2008-04-30, by mf0102
-
Temporarily revert small part of mf0102's changeset that broke API by removing2008-04-30, by Matti Hamalainen
-
Check for NULL playlist pointer in configuration saving. This situation may occur if the process is interrupted by a signal.2008-04-30, by Matti Hamalainen
-
Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining.2008-04-30, by Matti Hamalainen
-
Cleaned up some accidentally left in duplicated checks.2008-04-30, by Matti Hamalainen
-
Conditional USE_SRC was changed to USE_SAMPLERATE earlier.2008-04-30, by Matti Hamalainen
-
Doxycomment change: xmms_show_message -> util_info_dialog.2008-04-30, by Matti Hamalainen
-
save windows positions in docked_list_move(); remove ui_skinned_window_configure()2008-04-28, by Tomasz Mon
-
remove some redundant code2008-04-27, by Tomasz Mon
-
remove needless gtk_window_get_position call2008-04-27, by Tomasz Mon
-
Handling of remote DBus PlaylistAdd method was incorrect, causing a segfault. Dbus marshaller2008-04-27, by Matti Hamalainen
-
cleaned up some more2008-04-23, by mf0102
-
hookified many function calls2008-04-23, by mf0102
-
reindent the code before messing with it2008-04-23, by mf0102
-
renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those2008-04-23, by mf0102
-
- indentation of ui_main.c2008-04-22, by mf0102
-
fixing a spelling mistake2008-04-22, by mf0102
-
indentation2008-04-22, by mf0102
-
very little intendation cleanup2008-04-22, by mf0102
-
deprecated drct_set_skin()2008-04-22, by mf0102
-
renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it2008-04-22, by mf0102
-
forgot to rename the functions2008-04-22, by mf0102
-
whoops, forgot to add those two files2008-04-22, by mf0102
-
- make a lot of stuff static2008-04-22, by mf0102
-
- renamed some files to reflect their UI contents2008-04-22, by mf0102
-
Updated extra.mk.in.2008-04-21, by Matti Hamalainen
-
Define EGGSM_{LIBS,CFLAGS} with =, not +=2008-04-21, by Matti Hamalainen
-
Removed ancient news items. We've rewritten so much, that pre-1.3 items2008-04-21, by Matti Hamalainen
-
Cosmetics: made the NEWS arguably more readable.2008-04-21, by Matti Hamalainen
-
IPv6 and socklen_t are not actually used in the core, remove the checks for them.2008-04-21, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-04-21, by Matti Hamalainen
-
--with-rc-path was not actually supported anymore; just remove it.2008-04-21, by Matti Hamalainen
-
Show default settings for options in --help.2008-04-21, by Matti Hamalainen
-
Officially state that we require GNU Make (which we did before, but didn't admit.)2008-04-21, by Matti Hamalainen
-
Fix the "skin path is fucked up" bug.2008-04-21, by William Pitcock
-
Test for SSE2 was quoted one level too much, thus causing the source to be borked and compilation to fail. Fixed.2008-04-21, by Matti Hamalainen
-
Conditional support for SM (libeggsmclient).2008-04-21, by Matti Hamalainen
-
Set eggsm flags conditionally.2008-04-21, by Matti Hamalainen
-
Correctly check for USE_DBUS and USE_EGGSM.2008-04-21, by Matti Hamalainen
-
Regenerated extra.mk.in with Autopoop 0.56.2008-04-21, by Matti Hamalainen
-
Conditionally include needed subdirectories.2008-04-21, by Matti Hamalainen
-
Fix libeggsmclient compilation under the new configure.2008-04-21, by Matti Hamalainen
-
Test for socklen_t was accidentally reversed, and socklen_t replacement got2008-04-21, by Matti Hamalainen
-
Fix AUD_CONDITIONAL to work as expected; we need the values defined for AC_SUBST to actually substitute them.2008-04-21, by Matti Hamalainen
-
Imported and cleaned up some missing pieces of functionality from old configure.ac.2008-04-21, by Matti Hamalainen
-
USE_EGGSM is also now substituted by AUD_CONDITIONAL2008-04-21, by Matti Hamalainen
-
We don't want libsamplerate check to add -lsamplerate global LIBS, fixed.2008-04-21, by Matti Hamalainen
-
USE_CHARDET is now substituted in AUD_CONDITIONAL.2008-04-21, by Matti Hamalainen
-
Properly define DISABLE_USER_PLUGIN_DIR if needed.2008-04-21, by Matti Hamalainen
-
Perform AC_SUBST() for each AUD_CONDITIONAL().2008-04-21, by Matti Hamalainen
-
Changed samplerate_{LIBS,CFLAGS} to SAMPLERATE_*.2008-04-21, by Matti Hamalainen
-
s/BEEP_DEFINES/AUDACIOUS_DEFINES/2008-04-21, by Matti Hamalainen
-
Beginnings of a configure/builsystem cleanup (and partial refactoring).2008-04-21, by Matti Hamalainen
-
Various new helper macros added for simplifying and sanitizing configure.ac.2008-04-21, by Matti Hamalainen
-
Fix some random #includes.2008-04-21, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-04-20, by 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, by Matti Hamalainen
-
Updated pkg.m4 from Debian testing and added some shell portability fixes myself.2008-04-20, by Matti Hamalainen
-
buildsys.mk.in: Fixed typo.2008-04-17, by Jonathan Schleifer
-
Remove GConf libs/cflags remnants from Makefile.2008-04-17, by Matti Hamalainen
-
Added {GLIB,GTHREAD}_{LIBS,CFLAGS} and SM_CFLAGS to appropriate places in Makefile.2008-04-16, by Matti Hamalainen
-
Remove unused variable.2008-04-16, by Matti Hamalainen
-
Empty declaration of AUDDBG is slightly dangerous, use "do { } while (0)" construct instead.2008-04-16, by Matti Hamalainen
-
Define correct GTHREAD_{CFLAGS,LIBS}.2008-04-16, by Matti Hamalainen
-
Use test instead of [ ].2008-04-16, by Matti Hamalainen
-
Temporarily backed out m4 file updates, apparently we depend on ancient2008-04-16, by Matti Hamalainen
-
Backed out changeset b128239bfc7a2008-04-16, by Matti Hamalainen
-
- remove some now-unneeded configuration properties2008-04-16, by mf0102
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-04-16, by Matti Hamalainen
-
Add AC_GNU_SOURCE, because the newer m4-macros want it.2008-04-14, by Matti Hamalainen
-
Updated bunch of m4 macros from Debian testing.2008-04-14, by Matti Hamalainen
-
Update Welsh translation.2008-04-15, by William Pitcock
-
little cleanup; no functional change2008-04-14, by mf0102
-
add checkbox to make it possible to load broken skins2008-04-13, by Tomasz Mon
-
Remove duplicated path separator conversion (backslash to slash).2008-04-13, by Matti Hamalainen
-
Invalid preprocessor #include line fixed.2008-04-13, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious2008-04-13, by William Pitcock
-
Fix relative paths in construct_uri() function. (Bugzilla #246)2008-04-13, by Paul Marks
-
remove the strange feature list feature, which was used for GConf only2008-04-12, by mf0102
-
introduce function aud_quit(), which is basically mainwin_quit_cb(), but2008-04-12, by mf0102
-
restructuring2008-04-12, by mf0102
-
new Traditional Chinese translation2008-04-12, by sylecn Song
-
added two new names to the Chinese translators; reindented myself2008-04-12, by mf0102
-
added German translation2008-04-12, by mf0102
-
Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work2008-04-11, by Matti Hamalainen
-
Require libmcs >= 0.72008-04-11, by Matti Hamalainen