Mercurial > audlegacy
graph
-
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