Wed, 21 May 2008 04:45:43 +0300 |
Matti Hamalainen |
Silence some pointless warnings in resume_playback_on_startup() by not using g_return_if_fail().
|
Wed, 21 May 2008 04:43:12 +0300 |
Matti Hamalainen |
Made handling of commandline options to happen before plugin and playlist
|
Mon, 19 May 2008 18:11:41 +0200 |
Tomasz Mon |
Suffix all type names in core with _
|
Mon, 19 May 2008 04:32:52 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 19 May 2008 03:02:57 +0300 |
Matti Hamalainen |
Updated copyright year.
|
Mon, 19 May 2008 02:09:10 +0300 |
Matti Hamalainen |
Use temporary variables for scale factors.
|
Mon, 19 May 2008 01:29:46 +0300 |
Matti Hamalainen |
Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
|
Sun, 18 May 2008 21:11:14 +0300 |
Matti Hamalainen |
Use gsize and g_realloc in smart_realloc().
|
Mon, 19 May 2008 02:04:09 +0200 |
Stefano D'Angelo |
Added my name in the credits so that you don't forget about me :-)
|
Sun, 18 May 2008 16:54:22 +0200 |
Tomasz Mon |
introduce ui_skinned_window_button_press and ui_skinned_window_button_release
|
Sun, 18 May 2008 16:06:33 +0200 |
mf0102 |
Hookify a visualization function
|
Sun, 18 May 2008 09:12:30 +0200 |
Tomasz Mon |
kill ui_skinned_cursor
|
Sun, 18 May 2008 08:59:01 +0200 |
Tomasz Mon |
kill skin_load_cursor
|
Sat, 17 May 2008 14:22:22 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Sat, 17 May 2008 14:21:47 +0300 |
Matti Hamalainen |
Clarified and fixed the explanation of structure packing and unaligned memory access.
|
Thu, 15 May 2008 19:25:45 +0200 |
Jonathan Schleifer |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Thu, 15 May 2008 19:25:29 +0200 |
Jonathan Schleifer |
Make MPRIS work again.
|
Wed, 14 May 2008 00:35:09 +0200 |
mf0102 |
- rename dock.c to ui_dock.c
|
Mon, 12 May 2008 23:06:39 +0200 |
mf0102 |
we don't show builtin features anymore
|
Mon, 12 May 2008 23:01:06 +0200 |
mf0102 |
removed variable "has_x11_connection" from main.c, needed to hookify some functions therefore
|
Mon, 12 May 2008 19:31:11 +0200 |
mf0102 |
whoops, too much cosmetics is bad for the overall appearance
|
Mon, 12 May 2008 19:19:49 +0200 |
mf0102 |
Some cosmetic changes
|
Mon, 12 May 2008 00:13:38 +0200 |
Tomasz Mon |
set default scale_factor to 2.0, custom scale factor can be manually specified in config file anyway; use GDK_INTERP_NEAREST and GDK_RGB_DITHER_NONE when drawing scaled widgets
|
Mon, 12 May 2008 00:14:27 +0300 |
Matti Hamalainen |
Synchronized acinclude common macros with upcoming audacious-plugins autoconf cleanup.
|
Sun, 11 May 2008 01:40:50 +0300 |
Matti Hamalainen |
Fix a theoretical infinite loop: if plugin matches a mime-type, but probe
|
Sat, 10 May 2008 22:47:49 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Sat, 10 May 2008 22:45:04 +0300 |
Matti Hamalainen |
Added a note about problems with certain URIs.
|
Sat, 10 May 2008 13:47:55 -0500 |
William Pitcock |
Add note about GtkTreeStore being fairly fast.
|
Sat, 10 May 2008 21:30:24 +0300 |
Matti Hamalainen |
Added a TODO (mostly my own semi-organized ramblings, feel free to add your own.)
|
Sat, 10 May 2008 21:27:22 +0300 |
Matti Hamalainen |
Add a note about Doxygen documentation.
|
Sat, 10 May 2008 04:35:03 +0300 |
Matti Hamalainen |
Add depencies to dbus-1 and dbus-glib-1 in audacious.pc during configure, if DBus
|
Thu, 08 May 2008 22:49:52 +0200 |
mf0102 |
moved away some stuff from main.c
|
Mon, 05 May 2008 07:48:56 -0500 |
William Pitcock |
Fix PLUGIN_FILENAME() behaviour to not include lib on the front.
|
Fri, 02 May 2008 10:34:07 +0200 |
Tomasz Mon |
Stop playback (instead of doing endless loop) when file can't be read
|
Wed, 30 Apr 2008 23:53:20 +0200 |
Tomasz Mon |
prevent dead lock
|
Wed, 30 Apr 2008 14:36:50 +0200 |
mf0102 |
Restore util_menu_main_show() for plugins - thanks go to ccr for the first
|
Wed, 30 Apr 2008 04:42:55 +0300 |
Matti Hamalainen |
Temporarily revert small part of mf0102's changeset that broke API by removing
|
Wed, 30 Apr 2008 04:38:01 +0300 |
Matti Hamalainen |
Check for NULL playlist pointer in configuration saving. This situation may occur if the process is interrupted by a signal.
|
Wed, 30 Apr 2008 04:35:59 +0300 |
Matti Hamalainen |
Check if the playlist scanning thread has already been stopped, so that we don't crash in thread joining.
|
Wed, 30 Apr 2008 03:49:46 +0300 |
Matti Hamalainen |
Cleaned up some accidentally left in duplicated checks.
|
Wed, 30 Apr 2008 03:43:15 +0300 |
Matti Hamalainen |
Conditional USE_SRC was changed to USE_SAMPLERATE earlier.
|
Wed, 30 Apr 2008 03:41:47 +0300 |
Matti Hamalainen |
Doxycomment change: xmms_show_message -> util_info_dialog.
|
Mon, 28 Apr 2008 16:18:06 +0200 |
Tomasz Mon |
save windows positions in docked_list_move(); remove ui_skinned_window_configure()
|
Mon, 28 Apr 2008 00:14:46 +0200 |
Tomasz Mon |
remove some redundant code
|
Sun, 27 Apr 2008 23:56:32 +0200 |
Tomasz Mon |
remove needless gtk_window_get_position call
|
Sun, 27 Apr 2008 03:24:07 +0300 |
Matti Hamalainen |
Handling of remote DBus PlaylistAdd method was incorrect, causing a segfault. Dbus marshaller
|
Wed, 23 Apr 2008 22:20:35 +0200 |
mf0102 |
cleaned up some more
|
Wed, 23 Apr 2008 20:11:10 +0200 |
mf0102 |
hookified many function calls
|
Wed, 23 Apr 2008 18:53:14 +0200 |
mf0102 |
reindent the code before messing with it
|
Wed, 23 Apr 2008 14:36:00 +0200 |
mf0102 |
renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those
|
Tue, 22 Apr 2008 18:27:57 +0200 |
mf0102 |
- indentation of ui_main.c
|
Tue, 22 Apr 2008 17:45:49 +0200 |
mf0102 |
fixing a spelling mistake
|
Tue, 22 Apr 2008 17:43:48 +0200 |
mf0102 |
indentation
|
Tue, 22 Apr 2008 14:24:40 +0200 |
mf0102 |
very little intendation cleanup
|
Tue, 22 Apr 2008 14:13:15 +0200 |
mf0102 |
deprecated drct_set_skin()
|
Tue, 22 Apr 2008 13:27:32 +0200 |
mf0102 |
renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it
|
Tue, 22 Apr 2008 12:41:34 +0200 |
mf0102 |
forgot to rename the functions
|
Tue, 22 Apr 2008 12:14:24 +0200 |
mf0102 |
whoops, forgot to add those two files
|
Tue, 22 Apr 2008 11:28:53 +0200 |
mf0102 |
- make a lot of stuff static
|
Tue, 22 Apr 2008 10:55:35 +0200 |
mf0102 |
- renamed some files to reflect their UI contents
|
Mon, 21 Apr 2008 23:40:09 +0300 |
Matti Hamalainen |
Updated extra.mk.in.
|
Mon, 21 Apr 2008 23:37:33 +0300 |
Matti Hamalainen |
Define EGGSM_{LIBS,CFLAGS} with =, not +=
|
Mon, 21 Apr 2008 20:40:37 +0300 |
Matti Hamalainen |
Removed ancient news items. We've rewritten so much, that pre-1.3 items
|
Mon, 21 Apr 2008 20:38:48 +0300 |
Matti Hamalainen |
Cosmetics: made the NEWS arguably more readable.
|
Mon, 21 Apr 2008 16:36:07 +0300 |
Matti Hamalainen |
IPv6 and socklen_t are not actually used in the core, remove the checks for them.
|
Mon, 21 Apr 2008 16:10:32 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 21 Apr 2008 08:59:30 +0300 |
Matti Hamalainen |
--with-rc-path was not actually supported anymore; just remove it.
|
Mon, 21 Apr 2008 08:54:00 +0300 |
Matti Hamalainen |
Show default settings for options in --help.
|
Mon, 21 Apr 2008 08:53:30 +0300 |
Matti Hamalainen |
Officially state that we require GNU Make (which we did before, but didn't admit.)
|
Mon, 21 Apr 2008 02:54:36 -0500 |
William Pitcock |
Fix the "skin path is fucked up" bug.
|
Mon, 21 Apr 2008 08:07:45 +0300 |
Matti Hamalainen |
Test for SSE2 was quoted one level too much, thus causing the source to be borked and compilation to fail. Fixed.
|
Mon, 21 Apr 2008 07:45:44 +0300 |
Matti Hamalainen |
Conditional support for SM (libeggsmclient).
|
Mon, 21 Apr 2008 07:40:14 +0300 |
Matti Hamalainen |
Set eggsm flags conditionally.
|
Mon, 21 Apr 2008 07:32:45 +0300 |
Matti Hamalainen |
Correctly check for USE_DBUS and USE_EGGSM.
|
Mon, 21 Apr 2008 07:32:14 +0300 |
Matti Hamalainen |
Regenerated extra.mk.in with Autopoop 0.56.
|
Mon, 21 Apr 2008 07:31:45 +0300 |
Matti Hamalainen |
Conditionally include needed subdirectories.
|
Mon, 21 Apr 2008 07:31:27 +0300 |
Matti Hamalainen |
Fix libeggsmclient compilation under the new configure.
|
Mon, 21 Apr 2008 07:30:57 +0300 |
Matti Hamalainen |
Test for socklen_t was accidentally reversed, and socklen_t replacement got
|
Mon, 21 Apr 2008 07:30:11 +0300 |
Matti Hamalainen |
Fix AUD_CONDITIONAL to work as expected; we need the values defined for AC_SUBST to actually substitute them.
|
Mon, 21 Apr 2008 06:55:02 +0300 |
Matti Hamalainen |
Imported and cleaned up some missing pieces of functionality from old configure.ac.
|
Mon, 21 Apr 2008 06:53:58 +0300 |
Matti Hamalainen |
USE_EGGSM is also now substituted by AUD_CONDITIONAL
|
Mon, 21 Apr 2008 06:52:28 +0300 |
Matti Hamalainen |
We don't want libsamplerate check to add -lsamplerate global LIBS, fixed.
|
Mon, 21 Apr 2008 06:51:08 +0300 |
Matti Hamalainen |
USE_CHARDET is now substituted in AUD_CONDITIONAL.
|
Mon, 21 Apr 2008 06:50:00 +0300 |
Matti Hamalainen |
Properly define DISABLE_USER_PLUGIN_DIR if needed.
|
Mon, 21 Apr 2008 06:47:36 +0300 |
Matti Hamalainen |
Perform AC_SUBST() for each AUD_CONDITIONAL().
|
Mon, 21 Apr 2008 06:35:57 +0300 |
Matti Hamalainen |
Changed samplerate_{LIBS,CFLAGS} to SAMPLERATE_*.
|
Mon, 21 Apr 2008 06:22:31 +0300 |
Matti Hamalainen |
s/BEEP_DEFINES/AUDACIOUS_DEFINES/
|
Mon, 21 Apr 2008 05:51:44 +0300 |
Matti Hamalainen |
Beginnings of a configure/builsystem cleanup (and partial refactoring).
|
Mon, 21 Apr 2008 05:50:57 +0300 |
Matti Hamalainen |
Various new helper macros added for simplifying and sanitizing configure.ac.
|
Mon, 21 Apr 2008 05:47:31 +0300 |
Matti Hamalainen |
Fix some random #includes.
|
Sun, 20 Apr 2008 23:45:12 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Sun, 20 Apr 2008 23:43:27 +0300 |
Matti Hamalainen |
Some old versions of pkg-config don't _really_ obey --errors-to-stdout, so we redirect stderr to stdout on shell level.
|
Sun, 20 Apr 2008 23:17:22 +0300 |
Matti Hamalainen |
Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
|
Thu, 17 Apr 2008 21:54:01 +0200 |
Jonathan Schleifer |
buildsys.mk.in: Fixed typo.
|
Thu, 17 Apr 2008 04:03:11 +0300 |
Matti Hamalainen |
Remove GConf libs/cflags remnants from Makefile.
|
Thu, 17 Apr 2008 00:37:44 +0300 |
Matti Hamalainen |
Added {GLIB,GTHREAD}_{LIBS,CFLAGS} and SM_CFLAGS to appropriate places in Makefile.
|
Thu, 17 Apr 2008 00:36:25 +0300 |
Matti Hamalainen |
Remove unused variable.
|
Thu, 17 Apr 2008 00:33:15 +0300 |
Matti Hamalainen |
Empty declaration of AUDDBG is slightly dangerous, use "do { } while (0)" construct instead.
|
Thu, 17 Apr 2008 00:31:09 +0300 |
Matti Hamalainen |
Define correct GTHREAD_{CFLAGS,LIBS}.
|
Wed, 16 Apr 2008 22:59:33 +0300 |
Matti Hamalainen |
Use test instead of [ ].
|
Wed, 16 Apr 2008 22:14:18 +0300 |
Matti Hamalainen |
Temporarily backed out m4 file updates, apparently we depend on ancient
|
Wed, 16 Apr 2008 22:13:19 +0300 |
Matti Hamalainen |
Backed out changeset b128239bfc7a
|
Wed, 16 Apr 2008 17:22:16 +0200 |
mf0102 |
- remove some now-unneeded configuration properties
|
Wed, 16 Apr 2008 10:35:05 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 14 Apr 2008 11:47:22 +0300 |
Matti Hamalainen |
Add AC_GNU_SOURCE, because the newer m4-macros want it.
|
Mon, 14 Apr 2008 11:46:17 +0300 |
Matti Hamalainen |
Updated bunch of m4 macros from Debian testing.
|
Tue, 15 Apr 2008 04:17:55 -0500 |
William Pitcock |
Update Welsh translation.
|
Mon, 14 Apr 2008 17:33:20 +0200 |
mf0102 |
little cleanup; no functional change
|
Sun, 13 Apr 2008 12:00:01 +0200 |
Tomasz Mon |
add checkbox to make it possible to load broken skins
|
Sun, 13 Apr 2008 07:15:07 +0300 |
Matti Hamalainen |
Remove duplicated path separator conversion (backslash to slash).
|
Sun, 13 Apr 2008 07:12:41 +0300 |
Matti Hamalainen |
Invalid preprocessor #include line fixed.
|
Sat, 12 Apr 2008 23:07:19 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Sat, 12 Apr 2008 23:06:54 -0500 |
Paul Marks |
Fix relative paths in construct_uri() function. (Bugzilla #246)
|
Sat, 12 Apr 2008 19:30:18 +0200 |
mf0102 |
remove the strange feature list feature, which was used for GConf only
|
Sat, 12 Apr 2008 19:24:55 +0200 |
mf0102 |
introduce function aud_quit(), which is basically mainwin_quit_cb(), but
|
Sat, 12 Apr 2008 16:42:16 +0200 |
mf0102 |
restructuring
|
Sat, 12 Apr 2008 16:01:49 +0200 |
sylecn Song |
new Traditional Chinese translation
|
Sat, 12 Apr 2008 15:53:49 +0200 |
mf0102 |
added two new names to the Chinese translators; reindented myself
|
Sat, 12 Apr 2008 15:31:52 +0200 |
mf0102 |
added German translation
|
Sat, 12 Apr 2008 02:50:10 +0300 |
Matti Hamalainen |
Okay, mf0102 was right .. but we need mcs >= 0.7 for this to actually work
|
Sat, 12 Apr 2008 02:38:48 +0300 |
Matti Hamalainen |
Require libmcs >= 0.7
|
Fri, 11 Apr 2008 22:11:57 +0300 |
Matti Hamalainen |
Merged.
|
Fri, 11 Apr 2008 22:11:30 +0300 |
Matti Hamalainen |
Backed out changeset 6677949e662d. The Makefile change makes absolutely NO
|
Fri, 11 Apr 2008 19:31:17 +0200 |
mf0102 |
fix finnish translation
|
Fri, 11 Apr 2008 19:30:08 +0200 |
mf0102 |
fix libmcs usage
|
Fri, 11 Apr 2008 06:59:02 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Fri, 11 Apr 2008 06:58:50 +0300 |
Matti Hamalainen |
More work on Finnish translation.
|
Fri, 11 Apr 2008 06:36:03 +0300 |
Matti Hamalainen |
Added myself in list of translators.
|
Fri, 11 Apr 2008 06:33:31 +0300 |
Matti Hamalainen |
Partially updated Finnish translation (still work-in-progress).
|
Thu, 10 Apr 2008 21:59:02 +0200 |
Tomasz Mon |
When sorting, use g_utf8_collate instead of g_ascii_strcasecmp (Bugzilla #205)
|
Wed, 09 Apr 2008 15:50:37 +0300 |
Matti Hamalainen |
Use mcs_handle_t directly instead of ConfigDb struct to remove the useless wrapper.
|
Wed, 09 Apr 2008 12:41:25 +0300 |
Matti Hamalainen |
Updated bugtracker URL.
|
Wed, 09 Apr 2008 12:36:44 +0300 |
Matti Hamalainen |
Updated bugtracker URL and made the sig11 handler tiny bit more informative.
|
Wed, 09 Apr 2008 12:03:44 +0300 |
Matti Hamalainen |
Add a note about possibility of session management not working if the
|
Wed, 09 Apr 2008 12:00:51 +0300 |
Matti Hamalainen |
Return in case the desktop file cannot be loaded.
|
Wed, 09 Apr 2008 11:48:10 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Wed, 02 Apr 2008 23:36:06 +0300 |
Matti Hamalainen |
Fix README to fit 80 character width.
|
Sun, 06 Apr 2008 15:35:58 +0200 |
mf0102 |
remove some strange old comments by me
|
Sun, 06 Apr 2008 15:32:51 +0200 |
mf0102 |
scan the playlist when calling playlistwin_set_toprow() - this fixes
|
Sun, 06 Apr 2008 10:57:19 +0200 |
Tomasz Mon |
fix selection of last item, if total amount of items in playlist is smaller than playlist's capacity
|
Sat, 05 Apr 2008 12:28:22 +0200 |
Strahinja Kustudic |
Updated Serbian translations
|
Tue, 01 Apr 2008 22:23:35 +0200 |
Tomasz Mon |
fix my previous commit
|
Mon, 31 Mar 2008 20:47:07 +0200 |
Tomasz Mon |
make selection working for last item in playlist
|
Mon, 31 Mar 2008 17:31:45 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 31 Mar 2008 17:31:38 +0300 |
Matti Hamalainen |
Note about code duplication.
|
Mon, 31 Mar 2008 09:33:16 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 31 Mar 2008 09:32:45 -0500 |
William Pitcock |
Fix typos, etc.
|
Mon, 31 Mar 2008 17:27:50 +0300 |
Matti Hamalainen |
Oops, some text was missing.
|
Mon, 31 Mar 2008 17:21:21 +0300 |
Matti Hamalainen |
Added a coding guideline document.
|
Mon, 31 Mar 2008 09:21:02 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 31 Mar 2008 06:47:48 +0300 |
Matti Hamalainen |
Huge renaming patch, changing BMP references to Audacious.
|
Mon, 31 Mar 2008 06:36:41 +0300 |
Matti Hamalainen |
bmp_config_* -> aud_config_*
|
Mon, 31 Mar 2008 06:25:09 +0300 |
Matti Hamalainen |
BmpConfig -> AudConfig, etc.
|
Mon, 31 Mar 2008 06:23:31 +0300 |
Matti Hamalainen |
Rename bmp_rcfile* -> aud_rcfile*
|
Mon, 31 Mar 2008 06:06:39 +0300 |
Matti Hamalainen |
Pfft, we are Audacious and this is SPARTA!
|
Mon, 31 Mar 2008 06:04:21 +0300 |
Matti Hamalainen |
Remove formatter functions, they are only used in song_change plugin.
|
Mon, 31 Mar 2008 05:59:24 +0300 |
Matti Hamalainen |
Some stupid header cleanups.
|
Mon, 31 Mar 2008 09:20:12 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 31 Mar 2008 06:23:31 +0300 |
Matti Hamalainen |
Rename bmp_rcfile* -> aud_rcfile*
|
Mon, 31 Mar 2008 06:06:39 +0300 |
Matti Hamalainen |
Pfft, we are Audacious and this is SPARTA!
|
Mon, 31 Mar 2008 06:04:21 +0300 |
Matti Hamalainen |
Remove formatter functions, they are only used in song_change plugin.
|
Mon, 31 Mar 2008 14:54:45 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Mon, 31 Mar 2008 08:37:38 +0300 |
Matti Hamalainen |
Documentation maintenance, removed sections that nobody has bothered to
|
Mon, 31 Mar 2008 08:27:04 +0300 |
Matti Hamalainen |
libmcs >= 0.4
|
Mon, 31 Mar 2008 00:49:26 +0400 |
Eugene Zagidullin |
Updated Russian translation
|
Sun, 30 Mar 2008 16:59:30 +0200 |
mf0102 |
update-po and German translation update
|
Sun, 30 Mar 2008 15:57:03 +0200 |
mf0102 |
fix last playlist item not being highlighted when selected
|
Sun, 30 Mar 2008 13:31:14 +0200 |
mf0102 |
prettify the code a bit
|
Sun, 30 Mar 2008 04:23:48 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Sun, 30 Mar 2008 02:42:01 +0200 |
Matti Hamalainen |
Oops, forgot to add function initializations to the vtable. Fixed.
|
Sun, 30 Mar 2008 02:38:17 +0200 |
Matti Hamalainen |
Change version to 1.9.0 to indicate journey towards Audacious2.
|
Sun, 30 Mar 2008 00:58:02 +0200 |
Matti Hamalainen |
Added new VFS helper functions for reading big/little endian data (16-, 32- and 64-bit integer formats)
|
Sun, 30 Mar 2008 00:51:14 +0200 |
Matti Hamalainen |
s/BMP_PLUGIN_H/AUD_PLUGIN_H/
|
Sat, 29 Mar 2008 23:17:59 +0200 |
Matti Hamalainen |
int -> gint for uniformity.
|
Sat, 29 Mar 2008 19:23:51 -0500 |
William Pitcock |
Use GTK's built in double buffering support.
|
Sat, 29 Mar 2008 19:19:29 -0500 |
William Pitcock |
Make joined selection stuff work.
|
Sat, 29 Mar 2008 08:55:47 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Sat, 29 Mar 2008 08:55:26 -0500 |
William Pitcock |
Partially rewrite this code in cairo. Features include:
|
Sat, 29 Mar 2008 13:35:02 +0100 |
mf0102 |
moved some stuff around to increase headless support
|
Sat, 29 Mar 2008 11:41:55 +0200 |
Matti Hamalainen |
Fix enum list, to make gcc4.3 stfu. Should close bugzilla #219.
|
Fri, 28 Mar 2008 09:05:21 +0200 |
Matti Hamalainen |
Renamed TUP_MAX_VAR to TUPLEZ_MAX_VARS.
|
Fri, 28 Mar 2008 09:04:59 +0200 |
Matti Hamalainen |
Remove useless checks.
|
Fri, 28 Mar 2008 08:49:54 +0200 |
Matti Hamalainen |
Moved debugging functions to tuple_compiler.c
|
Fri, 28 Mar 2008 04:41:53 +0200 |
Matti Hamalainen |
Branch merge.
|
Fri, 28 Mar 2008 02:20:44 +0000 |
Ivan N. Zlatev |
Add myself to the poor souls list.
|
Fri, 28 Mar 2008 02:18:10 +0000 |
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.
|
Fri, 28 Mar 2008 02:43:25 +0200 |
Matti Hamalainen |
Fixed Mercurial instructions.
|
Fri, 28 Mar 2008 02:19:57 +0200 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Fri, 28 Mar 2008 02:19:37 +0200 |
Matti Hamalainen |
Added a short explanation for the freq_data argument in VisPlugin.
|
Sun, 23 Mar 2008 20:31:28 +0200 |
Paula Stanciu |
save volume between sessions
|
Tue, 25 Mar 2008 21:26:45 +0200 |
Matti Hamalainen |
Changed the wording of contact-section, recommending users to visit the
|
Tue, 25 Mar 2008 21:23:11 +0200 |
Matti Hamalainen |
Fixed bugtracker URL, closes bugzilla #217.
|
Tue, 25 Mar 2008 21:16:16 +0200 |
Matti Hamalainen |
Fixed a segfault when trying to open fileinfo window while no file is
|
Tue, 25 Mar 2008 21:02:13 +0200 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Tue, 25 Mar 2008 15:16:46 +0200 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Tue, 25 Mar 2008 15:16:24 +0200 |
Matti Hamalainen |
Separate gthread test.
|
Tue, 25 Mar 2008 17:53:41 +0100 |
mf0102 |
write window positions to config only when windows are valid
|
Tue, 25 Mar 2008 17:46:06 +0100 |
mf0102 |
print a note when headless operation is enabled
|
Tue, 25 Mar 2008 17:44:17 +0100 |
Ivan N. Zlatev |
fix to stop parsing twice
|
Mon, 24 Mar 2008 17:02:26 +0100 |
Sascha Hlusiak |
Reset op_state after calling close_audio to prevent possible future flushing.
|
Sun, 23 Mar 2008 15:58:34 +0100 |
Ivan N. Zlatev |
Merge libeggsmclient from upstream
|
Sun, 23 Mar 2008 14:30:38 +0100 |
Jussi Judin |
eggsmclient: egg_desktop_file_new_from_key_file leaks memory (Bugzilla #209)
|
Tue, 18 Mar 2008 15:05:34 +0100 |
mf0102 |
indentation to stop eyes from bleeding
|
Tue, 18 Mar 2008 14:57:10 +0100 |
mf0102 |
move some more GUI functions
|
Mon, 17 Mar 2008 23:47:24 +0100 |
mf0102 |
moved most GUI-related functions from playback.c to ui_main_evlisteners.c
|
Mon, 17 Mar 2008 23:52:19 +0300 |
Eugene Zagidullin |
fixed FTBFS
|
Mon, 17 Mar 2008 19:35:44 +0100 |
mf0102 |
more headless fixes
|
Mon, 17 Mar 2008 18:53:45 +0100 |
mf0102 |
rolling away some more stones on the hard way to real headless operation
|
Sun, 16 Mar 2008 23:18:35 +0100 |
mf0102 |
fixed headless mode; minor cleanups
|
Mon, 17 Mar 2008 00:14:21 +0200 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Mon, 17 Mar 2008 00:13:57 +0200 |
Matti Hamalainen |
Minor cleanups.
|
Sun, 16 Mar 2008 22:23:59 +0100 |
mf0102 |
Split BmpConfig from main.c and main.h; move around some other stuff too
|
Sun, 16 Mar 2008 19:03:24 +0100 |
mf0102 |
automated merge
|
Sun, 16 Mar 2008 19:02:57 +0100 |
mf0102 |
renamed BmpCmdLineOpt to AudCmdLineOpt (greatest commit EVAR! ;-)
|
Sun, 16 Mar 2008 15:06:40 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Sat, 15 Mar 2008 19:40:36 +0200 |
Cristi Magherusan |
fixed compilation, if this is wrong please someone make it in a better way
|
Sat, 15 Mar 2008 01:16:00 +0100 |
mf0102 |
Still cleaning up stuff
|
Sat, 15 Mar 2008 00:26:49 +0100 |
mf0102 |
remove more ui_* references
|
Fri, 14 Mar 2008 19:27:01 +0100 |
mf0102 |
- removed some unused ui_*.h references
|
Thu, 13 Mar 2008 23:59:17 +0100 |
Strahinja Kustudic |
Automated merge with ssh://kustodian@hg.atheme.org//hg/audacious
|
Thu, 13 Mar 2008 23:56:15 +0100 |
Strahinja Kustudic |
Updated Serbian translations
|
Thu, 13 Mar 2008 17:47:19 -0500 |
William Pitcock |
Added tag audacious-1.5.0 for changeset 1e338a584f23
|
Fri, 14 Mar 2008 01:22:26 +0300 |
Eugene Zagidullin |
added myself to credits. yes, i'm an idiot :)
audacious-1.5.0
|
Thu, 13 Mar 2008 16:30:36 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Thu, 13 Mar 2008 16:30:15 -0500 |
William Pitcock |
Fix ABI.
|
Thu, 13 Mar 2008 23:23:46 +0200 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Thu, 13 Mar 2008 23:23:19 +0200 |
Matti Hamalainen |
Some sanitization.
|
Thu, 13 Mar 2008 16:23:29 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Thu, 13 Mar 2008 16:23:10 -0500 |
William Pitcock |
Update NEWS.
|
Thu, 13 Mar 2008 23:09:46 +0200 |
Matti Hamalainen |
Threadsafe xlibs? libc5? This is not even being checked for anymore, removed.
|
Thu, 13 Mar 2008 23:08:32 +0200 |
Matti Hamalainen |
Glib/Gtk+ versions.
|
Thu, 13 Mar 2008 23:06:22 +0200 |
Matti Hamalainen |
Updated copyright year and added a note about Audacious not being XMMS nor BMP.
|
Thu, 13 Mar 2008 23:05:56 +0200 |
Matti Hamalainen |
Fix some URLs and errors.
|
Thu, 13 Mar 2008 23:02:41 +0200 |
Matti Hamalainen |
Update URLs to libmcs and libmowgli and few typomatic things.
|
Thu, 13 Mar 2008 15:11:31 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Thu, 13 Mar 2008 15:11:09 -0500 |
William Pitcock |
Audacious 1.5.0 release. Yes. Seriously.
|
Thu, 13 Mar 2008 18:20:59 +0100 |
mf0102 |
a healthy translation a day keeps the cruft away
|
Thu, 13 Mar 2008 16:41:48 +0100 |
mf0102 |
cleaning up some cruft
|
Thu, 13 Mar 2008 16:31:48 +0100 |
mf0102 |
removed report_error() and reimplemented some error routines
|
Thu, 13 Mar 2008 01:43:19 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious
|