Thu, 05 Jul 2007 01:40:11 -0500 |
William Pitcock |
Add and use find_path_recursively() which search the FS without using VFS (for GTK).
trunk
|
Thu, 05 Jul 2007 01:26:16 -0500 |
William Pitcock |
find_file_recursively(): Return a valid URI instead of a literal path.
trunk
|
Thu, 05 Jul 2007 01:25:56 -0500 |
William Pitcock |
Log a warning if an adequate transport was not found.
trunk
|
Thu, 05 Jul 2007 00:56:01 -0500 |
William Pitcock |
Use gtk_file_chooser_get_uris() to enforce proper VFS URIs being passed around.
trunk
|
Thu, 05 Jul 2007 00:49:08 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Thu, 05 Jul 2007 00:48:53 -0500 |
William Pitcock |
Use vfs_file_test() instead of g_file_test() where appropriate.
trunk
|
Wed, 04 Jul 2007 21:24:04 +0200 |
Tomasz Mon |
paint on obj instead on textbox->img while in oneway scroll mode
trunk
|
Wed, 04 Jul 2007 17:34:05 +0200 |
Tomasz Mon |
correct gtk_fixed_put()'s
trunk
|
Wed, 04 Jul 2007 17:22:26 +0200 |
Tomasz Mon |
oops, those shouldn't be commented
trunk
|
Wed, 04 Jul 2007 16:35:27 +0200 |
Tomasz Mon |
draw directly instead using embeded GtkImage
trunk
|
Tue, 03 Jul 2007 21:20:09 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Tue, 03 Jul 2007 21:20:01 -0500 |
William Pitcock |
Remove inlined urldecoding functions and use g_filename_from_uri() instead where appropriate.
trunk
|
Tue, 03 Jul 2007 19:45:35 -0500 |
William Pitcock |
Remove xmms_urldecode_path().
trunk
|
Tue, 03 Jul 2007 19:44:41 -0500 |
William Pitcock |
Remove urldecode.c, urldecode.h, fix references accordingly.
trunk
|
Tue, 03 Jul 2007 19:41:53 -0500 |
William Pitcock |
Remove craq.
trunk
|
Tue, 03 Jul 2007 19:39:46 -0500 |
William Pitcock |
Rework DnD received data function to use g_filename_from_uri().
trunk
|
Tue, 03 Jul 2007 07:18:43 -0500 |
William Pitcock |
Use back and forth scroll by default.
trunk
|
Tue, 03 Jul 2007 12:14:34 +0200 |
mf0102 |
Gave myself the well-earned credit :P
trunk
|
Tue, 03 Jul 2007 12:08:25 +0200 |
Tomasz Mon |
revise padding logic
trunk
|
Mon, 02 Jul 2007 21:43:30 +0900 |
Yoshiki Yazawa |
revise padding logic.
trunk
|
Mon, 02 Jul 2007 21:31:56 +0900 |
Yoshiki Yazawa |
add padding characters to the scroller text for one-way scroll.
trunk
|
Mon, 02 Jul 2007 21:02:49 +0900 |
Yoshiki Yazawa |
add support for one-way text scroll.
trunk
|
Mon, 02 Jul 2007 12:50:26 +0200 |
Tomasz Mon |
fix scrolling when double-sized
trunk
|
Mon, 02 Jul 2007 12:40:56 +0200 |
Tomasz Mon |
fix doublesize
trunk
|
Mon, 02 Jul 2007 11:18:25 +0200 |
Tomasz Mon |
correct _move_relative() and _resize_relative()
trunk
|
Mon, 02 Jul 2007 10:28:05 +0200 |
Tomasz Mon |
right click on mainwin_about brings menu
trunk
|
Mon, 02 Jul 2007 10:11:37 +0200 |
Tomasz Mon |
fix ui_skinned_button_expose(); don't call ui_skinned_button_paint() directly
trunk
|
Mon, 02 Jul 2007 09:35:37 +0200 |
Tomasz Mon |
don't call ui_skinned_textbox_paint() directly, use gtk_widget_queue_draw() instead; fix ui_skinned_textbox_expose()
trunk
|
Sun, 01 Jul 2007 19:44:19 -0500 |
William Pitcock |
Use gtk_widget_queue_draw() instead of forcing a draw operation which can be an X protocol violation.
trunk
|
Sun, 01 Jul 2007 20:14:18 +0200 |
Tomasz Mon |
don't update UiSkinnedTextbox just after ui_skinned_textbox_set_text; results in not automatically updated textboxes, but it gets rid of gui hangs
trunk
|
Sun, 01 Jul 2007 19:11:35 +0200 |
Tomasz Mon |
remove mainwin_svis clickability when not shaded
trunk
|
Sun, 01 Jul 2007 18:58:09 +0200 |
Tomasz Mon |
use priv->pixmap instead of src
trunk
|
Sun, 01 Jul 2007 18:51:36 +0200 |
Tomasz Mon |
don't update text if it haven't changed
trunk
|
Mon, 02 Jul 2007 01:14:57 +0900 |
Yoshiki Yazawa |
backout 2f9da2fd5f02.
trunk
|
Mon, 02 Jul 2007 00:58:06 +0900 |
Yoshiki Yazawa |
add gdk_flush() to ui_skinned_textbox_paint(). only for investigation.
trunk
|
Sun, 01 Jul 2007 16:37:52 +0200 |
Tomasz Mon |
user g_strdup_printf instead of fixed-size gchar array
trunk
|
Sun, 01 Jul 2007 08:40:46 -0500 |
William Pitcock |
Fix invalid free.
trunk
|
Sun, 01 Jul 2007 08:35:12 -0500 |
William Pitcock |
Preserve capitalization for xfont users.
trunk
|
Sun, 01 Jul 2007 08:21:26 -0500 |
William Pitcock |
Handle multibyte sequences properly when encountered.
trunk
|
Sun, 01 Jul 2007 14:56:46 +0200 |
Tomasz Mon |
gtk widgets shouldn't get associated with widgetlist
trunk
|
Sun, 01 Jul 2007 14:29:27 +0200 |
Tomasz Mon |
use g_strdup_printf instead of fixed-size gchar*
trunk
|
Sun, 01 Jul 2007 13:31:07 +0200 |
Tomasz Mon |
introduce scroll_dummy to stop scrolling when it reaches end
trunk
|
Sun, 01 Jul 2007 12:52:58 +0200 |
Tomasz Mon |
cleanup
trunk
|
Sun, 01 Jul 2007 05:06:59 -0500 |
William Pitcock |
Remove dead files.
trunk
|
Sun, 01 Jul 2007 04:48:08 -0500 |
William Pitcock |
Backed out changeset 3c66c8d03c534692d1606ed3ed79634e227f7bd2
trunk
|
Sat, 30 Jun 2007 21:20:49 +0200 |
Tomasz Mon |
make what ui_skinned_textbox_resize_relative did in a better way
trunk
|
Sat, 30 Jun 2007 19:46:21 +0200 |
Tomasz Mon |
replace Textbox in playlistwin with UiSkinnedTextbox, textbox.c no longer needed, temporary comment out g_usleep in textbox_scroll as it needs to be run as new thread
trunk
|
Sat, 30 Jun 2007 18:44:20 +0200 |
Tomasz Mon |
make scrolling stop for second when it reaches end, replace remaining mainwin TextBox with UiSkinnedTextbox
trunk
|
Fri, 29 Jun 2007 08:58:32 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Fri, 29 Jun 2007 08:57:43 -0500 |
William Pitcock |
Use g_ascii_strcasecmp() instead of strncmp().
trunk
|
Fri, 29 Jun 2007 08:56:07 -0500 |
William Pitcock |
Use portable g_ascii_strcasecmp().
trunk
|
Fri, 29 Jun 2007 15:52:26 +0200 |
Jonathan Schleifer |
Fix adding files when Audacious is running.
trunk
|
Fri, 29 Jun 2007 08:40:23 -0500 |
William Pitcock |
Automated merge from file:///home/nenolod/dev-src/audacious-devel-audtool2.
trunk
|
Fri, 29 Jun 2007 08:39:11 -0500 |
William Pitcock |
Denote that audtool can take multiple command+argument sequences.
trunk
|
Fri, 29 Jun 2007 08:38:29 -0500 |
William Pitcock |
Fix display of help system.
trunk
|
Fri, 29 Jun 2007 08:38:21 -0500 |
William Pitcock |
Transition to audtool_report()/audtool_whine().
trunk
|
Fri, 29 Jun 2007 08:33:09 -0500 |
William Pitcock |
Transition to audtool_report()/audtool_whine().
trunk
|
Fri, 29 Jun 2007 08:28:36 -0500 |
William Pitcock |
Transition to audtool_report()/audtool_whine().
trunk
|
Fri, 29 Jun 2007 08:26:19 -0500 |
William Pitcock |
Transition to audtool_report()/audtool_whine().
trunk
|
Fri, 29 Jun 2007 08:23:01 -0500 |
William Pitcock |
Add audtool_report() and audtool_whine() for message handling.
trunk
|
Fri, 29 Jun 2007 08:17:02 -0500 |
William Pitcock |
Split out playqueue functions.
trunk
|
Fri, 29 Jun 2007 08:10:38 -0500 |
William Pitcock |
Split out playback functions.
trunk
|
Fri, 29 Jun 2007 08:08:30 -0500 |
William Pitcock |
Split out playlist functions.
trunk
|
Fri, 29 Jun 2007 08:04:47 -0500 |
William Pitcock |
Split out vital information category into seperate source file.
trunk
|
Fri, 29 Jun 2007 08:00:20 -0500 |
William Pitcock |
Convert code where necessary to work with the new data passed to it.
trunk
|
Fri, 29 Jun 2007 07:46:30 -0500 |
William Pitcock |
Add the amount of arguments each command takes.
trunk
|
Fri, 29 Jun 2007 07:41:33 -0500 |
William Pitcock |
Fix makefile.
trunk
|
Fri, 29 Jun 2007 07:37:39 -0500 |
William Pitcock |
File reorganization.
trunk
|
Fri, 29 Jun 2007 15:27:27 +0200 |
Tomasz Mon |
Add myself to credits
trunk
|
Fri, 29 Jun 2007 12:13:24 +0200 |
Tomasz Mon |
fix textbox_generate_xfont_pixmap
trunk
|
Fri, 29 Jun 2007 11:13:26 +0200 |
Tomasz Mon |
fix textbox resize
trunk
|
Fri, 29 Jun 2007 11:00:23 +0200 |
Tomasz Mon |
remove evil GPL3 upgrade phrase
trunk
|
Fri, 29 Jun 2007 10:16:01 +0200 |
Tomasz Mon |
fix dragging textbox
trunk
|
Fri, 29 Jun 2007 09:57:17 +0200 |
Tomasz Mon |
fix clearing textbox when short text is displayed
trunk
|
Fri, 29 Jun 2007 01:50:38 -0500 |
William Pitcock |
Automated merge from ssh://hg.atheme.org//hg/audacious.
trunk
|
Fri, 29 Jun 2007 01:50:14 -0500 |
William Pitcock |
Fix crash when invoked with a URL. Reported and initial patch by by Marc Butler <marc -at- adaptivecode.com>.
trunk
|
Thu, 28 Jun 2007 20:24:35 +0200 |
Tomasz Mon |
Drop support for characters beyond the Latin-1 characterset
trunk
|
Thu, 28 Jun 2007 19:04:14 +0200 |
Tomasz Mon |
fix encoding
trunk
|
Thu, 28 Jun 2007 18:52:40 +0200 |
Tomasz Mon |
include UiSkinnedTextbox
trunk
|
Thu, 28 Jun 2007 17:05:29 +0200 |
Tomasz Mon |
fix previous commit
trunk
|
Thu, 28 Jun 2007 16:46:33 +0200 |
Tomasz Mon |
fix double-size
trunk
|
Thu, 28 Jun 2007 02:25:55 -0500 |
William Pitcock |
Allow for printf-style format strings to be passed to report_error() via g_strdup_vprintf().
trunk
|
Thu, 28 Jun 2007 01:42:49 -0500 |
William Pitcock |
Remove pointless starting_up variable.
trunk
|
Thu, 28 Jun 2007 01:41:03 -0500 |
William Pitcock |
Remove pposition_broken global variable.
trunk
|
Tue, 26 Jun 2007 17:38:43 +0900 |
Yoshiki Yazawa |
separate build_stamp.c from depend-prehook to avoid excessive stamping.
trunk
|
Sun, 24 Jun 2007 21:16:25 +0200 |
michi |
Made search dialog centered
trunk
|
Sun, 24 Jun 2007 17:06:47 +0200 |
Tomasz Mon |
redraw custom widgets when needed
trunk
|
Sun, 24 Jun 2007 16:29:22 +0200 |
Tomasz Mon |
replace SButton in playlistwin with UiSkinnedButton, sbutton.c is no longer needed
trunk
|
Sun, 24 Jun 2007 15:55:32 +0200 |
Tomasz Mon |
replace PButton in playlistwin with UiSkinnedButton, pbutton.c is no longer needed
trunk
|
Sun, 24 Jun 2007 05:37:50 -0500 |
William Pitcock |
Back out a bunch of changes. It's really a shame that GNU/FSF's lies have been as
trunk
|
Sun, 24 Jun 2007 05:34:42 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:34:41 -0500 |
William Pitcock |
Backed out changeset 0c3727219ea11c0f70d5f491d4bb990104021426
trunk
|
Sun, 24 Jun 2007 05:34:27 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:34:26 -0500 |
William Pitcock |
Backed out changeset 7d3beedf1db8677dab2327bc8d85af4746344f6e
trunk
|
Sun, 24 Jun 2007 05:34:12 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:34:11 -0500 |
William Pitcock |
Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b
trunk
|
Sun, 24 Jun 2007 05:33:57 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:33:56 -0500 |
William Pitcock |
Backed out changeset 06858ea4b9d01dab0ce54891221bd1534a9c5ade
trunk
|
Sun, 24 Jun 2007 05:33:42 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:33:41 -0500 |
William Pitcock |
Backed out changeset fcf6f1b82f7ca0e1bef37c6c85df283eb71a1118
trunk
|
Sun, 24 Jun 2007 05:33:22 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:33:21 -0500 |
William Pitcock |
Backed out changeset 4f84eb45ec3aff480e5acdb52cae9de065ace1c3
trunk
|
Sun, 24 Jun 2007 05:32:41 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:32:40 -0500 |
William Pitcock |
Backed out changeset bca35481d4b11224acedf03f86b7603c43d194fc
trunk
|
Sun, 24 Jun 2007 05:32:11 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:32:11 -0500 |
William Pitcock |
Backed out changeset bb41a2e8ecbe90ba5509ca7da17503371b7e99d3
trunk
|
Sun, 24 Jun 2007 05:31:48 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:31:41 -0500 |
William Pitcock |
Backed out changeset 72cb1cbb578bff288a0bfbf344fb6400d5c3b8a4
trunk
|
Sun, 24 Jun 2007 05:31:37 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:31:17 -0500 |
William Pitcock |
Backed out changeset 77895ec242f7394b1c5c0833790a35d9e55d3db2
trunk
|
Sun, 24 Jun 2007 05:30:58 -0500 |
William Pitcock |
branch merge
trunk
|
Sun, 24 Jun 2007 05:30:39 -0500 |
William Pitcock |
Backed out changeset 417472bb3d580960e5cdb50b6a8f9675285e7546
trunk
|
Sun, 24 Jun 2007 05:30:14 -0500 |
William Pitcock |
Branch merge.
trunk
|
Sun, 24 Jun 2007 05:29:45 -0500 |
William Pitcock |
Backed out changeset 0e39e903b0dc408f50359cef0e7abce11affa7b4
trunk
|
Sun, 24 Jun 2007 05:29:25 -0500 |
William Pitcock |
Backed out changeset 7a0ca380c8438a5646d50a16367e6d300d7da32b
trunk
|
Sat, 23 Jun 2007 23:27:57 -0500 |
William Pitcock |
Fix COPYING.
trunk
|
Sat, 23 Jun 2007 23:20:05 -0500 |
William Pitcock |
BSD relicensing (pass 13).
trunk
|
Sat, 23 Jun 2007 23:13:44 -0500 |
William Pitcock |
BSD relicensing (pass 12).
trunk
|
Sat, 23 Jun 2007 23:08:35 -0500 |
William Pitcock |
BSD relicensing (pass 11).
trunk
|
Sat, 23 Jun 2007 23:06:00 -0500 |
William Pitcock |
BSD relicensing (pass 10).
trunk
|
Sat, 23 Jun 2007 23:03:14 -0500 |
William Pitcock |
BSD relicensing (pass 9).
trunk
|
Sat, 23 Jun 2007 22:58:29 -0500 |
William Pitcock |
BSD relicensing (pass 8).
trunk
|
Sat, 23 Jun 2007 22:54:10 -0500 |
William Pitcock |
Not sure what this is, or why we need it. Deleting.
trunk
|
Sat, 23 Jun 2007 22:52:33 -0500 |
William Pitcock |
BSD relicensing (pass 7).
trunk
|
Sat, 23 Jun 2007 22:51:13 -0500 |
William Pitcock |
BSD relicensing (pass 6).
trunk
|
Sat, 23 Jun 2007 22:42:33 -0500 |
William Pitcock |
BSD relicensing (pass 5).
trunk
|
Sat, 23 Jun 2007 22:41:35 -0500 |
William Pitcock |
BSD relicensing (pass 4).
trunk
|
Sat, 23 Jun 2007 22:38:15 -0500 |
William Pitcock |
BSD relicensing (pass 3).
trunk
|
Sat, 23 Jun 2007 22:31:46 -0500 |
William Pitcock |
BSD relicensing (pass 2).
trunk
|
Sat, 23 Jun 2007 22:23:50 -0500 |
William Pitcock |
BSD relicensing (part 1).
trunk
|
Sat, 23 Jun 2007 22:22:25 -0500 |
William Pitcock |
Automated merge from ssh://hg.atheme.org//hg/audacious.
trunk
|
Sat, 23 Jun 2007 22:21:42 -0500 |
William Pitcock |
Disable presence stuff for now.
trunk
|
Sat, 23 Jun 2007 15:19:19 +0200 |
Tomasz Mon |
fix equalizerwin, replace TButtons with UiSkinnedButton, tbutton.c is no longer needed
|
Sat, 23 Jun 2007 01:15:33 +0300 |
Cristi Magherusan |
Added a mowgli_init() call
|
Fri, 22 Jun 2007 17:59:50 +0200 |
Tomasz Mon |
branch merge
trunk
|
Fri, 22 Jun 2007 17:38:06 +0200 |
Tomasz Mon |
use correct skin indexes
trunk
|
Fri, 22 Jun 2007 17:23:58 +0200 |
Tomasz Mon |
use UiSkinnedButton instead of PButton in equalizerwin
trunk
|
Tue, 19 Jun 2007 20:09:35 -0500 |
William Pitcock |
Fixes.
trunk
|
Tue, 19 Jun 2007 17:02:19 -0500 |
William Pitcock |
Further improvements.
trunk
|
Tue, 19 Jun 2007 17:01:27 -0500 |
William Pitcock |
Some more improvements.
trunk
|
Tue, 19 Jun 2007 16:07:25 -0500 |
William Pitcock |
Fix some bugs.
trunk
|
Tue, 19 Jun 2007 15:36:44 -0500 |
William Pitcock |
Automated merge from ssh://hg.atheme.org//hg/audacious.
trunk
|
Tue, 19 Jun 2007 15:36:09 -0500 |
William Pitcock |
Add IRC+PP support.
trunk
|
Mon, 18 Jun 2007 12:45:04 +0900 |
Yoshiki Yazawa |
evaluate return value of audacious_drct_get_paused() instead of its address.
trunk
|
Sun, 17 Jun 2007 11:19:56 -0700 |
Ben Tucker |
added handlers for cmd line args when remote == false
trunk
|
Sun, 17 Jun 2007 16:53:40 +0200 |
Tomasz Mon |
UiSkinnedButton can now work as SButton
trunk
|
Sun, 17 Jun 2007 15:53:59 +0200 |
Tomasz Mon |
UiSkinnedButton can now work as TButton
trunk
|
Sun, 17 Jun 2007 12:54:59 +0200 |
Tomasz Mon |
rename audacious_pbutton to ui_skinned_button
trunk
|
Sun, 17 Jun 2007 10:14:02 +0900 |
Yoshiki Yazawa |
add a cast to DECLARE_PLUGIN() to suppress warnings.
trunk
|
Sat, 16 Jun 2007 20:29:46 +0200 |
Tomasz Mon |
fix flickering
trunk
|
Fri, 15 Jun 2007 13:52:40 -0500 |
William Pitcock |
Update welsh translation. (5 untranslated)
trunk
|
Fri, 15 Jun 2007 12:59:21 -0500 |
William Pitcock |
Remove old debugging cruft.
trunk
|
Fri, 15 Jun 2007 12:21:25 -0500 |
William Pitcock |
Fix handling of buildstamp rule.
trunk
|
Fri, 15 Jun 2007 12:16:34 -0500 |
William Pitcock |
Remove build_stamp.c and generate it on demand.
trunk
|
Thu, 14 Jun 2007 22:50:45 -0500 |
William Pitcock |
Make note of transition to Mercurial.
trunk
|
Wed, 13 Jun 2007 12:31:00 -0700 |
desowin |
[svn] - cleaned up header
trunk
|
Wed, 13 Jun 2007 09:16:36 -0700 |
desowin |
[svn] - reduce number of redraws
trunk
|
Mon, 11 Jun 2007 23:32:00 -0700 |
magma |
[svn] fixed bug #972
trunk
|
Mon, 11 Jun 2007 12:53:55 -0700 |
desowin |
[svn] - free images
trunk
|
Fri, 08 Jun 2007 07:32:10 -0700 |
yaz |
[svn] - load transport plugins from Transport subdirectory.
trunk
|
Fri, 08 Jun 2007 03:42:32 -0700 |
desowin |
[svn] - draw_main_window redraws custom gtk widgets
trunk
|
Fri, 08 Jun 2007 02:02:12 -0700 |
desowin |
[svn] - fix audacious_pbutton_size_allocate
trunk
|
Thu, 07 Jun 2007 13:24:13 -0700 |
desowin |
[svn] implement toggle-double-size
trunk
|
Thu, 07 Jun 2007 04:51:40 -0700 |
desowin |
[svn] remove obsolete code
trunk
|
Thu, 07 Jun 2007 04:23:23 -0700 |
nenolod |
[svn] - more cruft removal
trunk
|
Thu, 07 Jun 2007 04:21:59 -0700 |
nenolod |
[svn] - APIv1 cruft removal
trunk
|
Thu, 07 Jun 2007 04:17:39 -0700 |
nenolod |
[svn] - missing changelog names
trunk
|
Thu, 07 Jun 2007 03:55:03 -0700 |
desowin |
[svn] and of course I forgot new files
trunk
|
Thu, 07 Jun 2007 03:54:12 -0700 |
desowin |
[svn] beginning of widgetcore rewrite
trunk
|
Sun, 03 Jun 2007 21:48:44 -0700 |
yaz |
[svn] - make playback stop on removing playlist.
trunk
|
Sun, 03 Jun 2007 18:03:40 -0700 |
majeru |
[svn] match the whole filename when tag isn't available, but i couldnt figure out how to do this all the time because it kept crashing...
trunk
|
Sun, 03 Jun 2007 06:34:33 -0700 |
dai |
[svn] * Update Japanese translation.
trunk
|
Fri, 01 Jun 2007 16:02:59 -0700 |
js |
[svn] FreeBSD make doesn't support -include. Revert until it's fixed.
trunk
|
Fri, 01 Jun 2007 15:45:56 -0700 |
js |
[svn] - Fixed annoying ".depend: No such file or directory".
trunk
|
Wed, 30 May 2007 09:15:07 -0700 |
chainsaw |
[svn] Correct name of turkish translator Murat ªßenel.
trunk
|
Mon, 28 May 2007 10:28:41 -0700 |
yaz |
[svn] - give default values to audacious_remote_* functions. if dbus call fails, default value will be returned.
trunk
|
Mon, 28 May 2007 03:25:22 -0700 |
nenolod |
[svn] - code cleanups involving SRC patch and indentation
trunk
|
Mon, 28 May 2007 03:16:56 -0700 |
nenolod |
[svn] - remove xmms-like plugin loader
trunk
|
Sun, 27 May 2007 14:31:34 -0700 |
ertzing |
[svn] Move effect plugin handling into the main thread
trunk
|
Sat, 26 May 2007 09:18:11 -0700 |
mf0102 |
[svn] - Fixed some very visible errors in German translation
trunk
|
Sat, 26 May 2007 05:47:35 -0700 |
mf0102 |
[svn] - Made stuff prettier
trunk
|
Sat, 26 May 2007 04:59:17 -0700 |
mf0102 |
[svn] - More button reordering
trunk
|
Sat, 26 May 2007 04:39:16 -0700 |
mf0102 |
[svn] - Fixed naming inconsistencies in search dialog
trunk
|
Fri, 25 May 2007 11:38:54 -0700 |
yaz |
[svn] - add default value for close_jtf_dialog.
trunk
|
Fri, 25 May 2007 11:18:58 -0700 |
yaz |
[svn] - add toggle button to keep jtf dialog opened on jump.
trunk
|
Fri, 25 May 2007 01:35:44 -0700 |
yaz |
[svn] - temporal fix for crash in compare_func().
trunk
|
Fri, 25 May 2007 00:28:41 -0700 |
yaz |
[svn] - adjust naming scheme of audacious_drct_* to audacious_remote_* by defining macros.
trunk
|
Thu, 24 May 2007 16:17:12 -0700 |
nenolod |
[svn] - guard v2 module header with G_BEGIN_DECLS and G_END_DECLS
trunk
|
Thu, 24 May 2007 15:47:58 -0700 |
nenolod |
[svn] - extended compatibility with v1 API
trunk
|
Thu, 24 May 2007 04:50:48 -0700 |
yaz |
[svn] - hide 'error' from outside to avoid symbol conflict.
trunk
|
Thu, 24 May 2007 03:41:13 -0700 |
nenolod |
[svn] - improve plugin2 loader's robustness (e.g. make it not crash)
trunk
|
Thu, 24 May 2007 03:37:54 -0700 |
nenolod |
[svn] - temporarily work around plugin API v1 retardation
trunk
|
Thu, 24 May 2007 03:27:54 -0700 |
nenolod |
[svn] - first attempt at an plugin API2 loader. this is entirely implemented inside the plugin2 namespace, so please respect that if you go editing this ;p
trunk
|
Thu, 24 May 2007 02:03:17 -0700 |
nenolod |
[svn] - add functions for defining the v2 plugin header
trunk
|
Thu, 24 May 2007 01:48:28 -0700 |
nenolod |
[svn] - chase r4614.
trunk
|
Thu, 24 May 2007 01:47:50 -0700 |
nenolod |
[svn] - begin work on the host side of plugin API v2.
trunk
|
Wed, 23 May 2007 23:03:10 -0700 |
nenolod |
[svn] - update macedonian translation. closes #915.
trunk
|
Wed, 23 May 2007 23:01:01 -0700 |
nenolod |
[svn] - move playlist_recalc_total_time() out of the giant playlist lock in playlist_delete_filenames(). reported by dotzen, closes #908.
trunk
|
Wed, 23 May 2007 22:58:05 -0700 |
nenolod |
[svn] - new turkish translation. closes #958.
trunk
|
Wed, 23 May 2007 22:57:07 -0700 |
nenolod |
[svn] - update chinese translation. closes #905.
trunk
|
Wed, 23 May 2007 22:53:38 -0700 |
nenolod |
[svn] - update polish translation. closes #839.
trunk
|
Wed, 23 May 2007 21:02:55 -0700 |
yaz |
[svn] - exclude codes which use session if USE_DBUS is not defined.
trunk
|
Wed, 23 May 2007 15:45:00 -0700 |
nenolod |
[svn] - add some assertions to chardet_to_utf8() to try to trace bad g_convert() calls
trunk
|
Tue, 22 May 2007 16:55:33 -0700 |
yaz |
[svn] - reduce startup time.
trunk
|
Tue, 22 May 2007 15:17:15 -0700 |
yaz |
[svn] - implement some audacious-remote functions.
trunk
|
Sat, 19 May 2007 16:59:48 -0700 |
nenolod |
[svn] Rework the curved border a little.
trunk
|
Sat, 19 May 2007 16:51:17 -0700 |
nenolod |
[svn] Fix the colon in the main texture.
trunk
|
Sat, 19 May 2007 02:22:34 -0700 |
nenolod |
[svn] Use a better antialiasing method.
trunk
|
Sat, 19 May 2007 02:12:25 -0700 |
nenolod |
[svn] Use rounded corners on the main texture for the display area.
trunk
|
Fri, 18 May 2007 14:01:45 -0700 |
js |
[svn] Moved migrate_config.sh to contrib.
trunk
|
Thu, 17 May 2007 19:47:56 -0700 |
nenolod |
[svn] Entirely rework the default skin from scratch. A comparison is available
trunk
|
Thu, 17 May 2007 01:59:45 -0700 |
nenolod |
[svn] - drop no-longer-used libaudacious C++ bindings
trunk
|
Thu, 17 May 2007 01:56:41 -0700 |
nenolod |
[svn] - handle pluralization properly in playlist-display action
trunk
|
Thu, 17 May 2007 01:54:13 -0700 |
nenolod |
[svn] - remove no-longer-necessary debugging notice
trunk
|
Wed, 16 May 2007 22:50:52 -0700 |
yaz |
[svn] - auddrct: more calls implemented (part 7)
trunk
|
Wed, 16 May 2007 00:46:17 -0700 |
deitarion |
[svn] xchat-audacious.py:
trunk
|
Wed, 16 May 2007 00:24:43 -0700 |
deitarion |
[svn] A few more xchat-audacious.py corrections:
trunk
|
Tue, 15 May 2007 23:53:07 -0700 |
deitarion |
[svn] Fixes for xchat-audacious.py:
trunk
|
Tue, 15 May 2007 21:53:37 -0700 |
magma |
[svn] -Renamed MPRIS /TrackList Shuffle method to Random
trunk
|
Mon, 14 May 2007 01:10:54 -0700 |
yaz |
[svn] - remove -laudacious from audacious.pc.in. -laudclient will be put into audacious.pc if --enable-dbus is specified.
trunk
|
Sun, 13 May 2007 18:38:53 -0700 |
magma |
[svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started.
trunk
|
Sun, 13 May 2007 11:57:18 -0700 |
magma |
[svn] Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages.
trunk
|
Sun, 13 May 2007 11:56:01 -0700 |
magma |
[svn] Changed signedness and formatting.
trunk
|
Sun, 13 May 2007 02:31:11 -0700 |
magma |
[svn] Added CMD_GET_INFO and CMD_PLAYLIST_GET_TUPLE_DATA replacements; Changed some formatting and used unsigned numbers where appropriate.
trunk
|
Sun, 13 May 2007 01:29:56 -0700 |
magma |
[svn] Fixed link error caused by libaudclient being in LDADD for audacious.
trunk
|
Sat, 12 May 2007 19:45:21 -0700 |
nenolod |
[svn] - handle UTF-8 filenames
trunk
|
Sat, 12 May 2007 15:22:58 -0700 |
magma |
[svn] Reverted the modifications that were initially needed for DBus support.
trunk
|
Sat, 12 May 2007 14:35:30 -0700 |
magma |
[svn] Added lots of comments (styled after beepctrl).
trunk
|
Sat, 12 May 2007 11:44:30 -0700 |
ertzing |
[svn]
trunk
|
Sat, 12 May 2007 05:20:40 -0700 |
giacomo |
[svn] - auddrct: more calls implemented (part 6)
trunk
|
Fri, 11 May 2007 21:57:25 -0700 |
nenolod |
[svn] - encode songtitle in utf8 before passing to XChat.
trunk
|
Fri, 11 May 2007 21:48:49 -0700 |
nenolod |
[svn] - fix /NEXT.
trunk
|
Fri, 11 May 2007 21:35:06 -0700 |
nenolod |
[svn] - clean up command_send(). tips from deitarion.
trunk
|
Fri, 11 May 2007 21:30:39 -0700 |
nenolod |
[svn] - final version of the /sendtrack command. :(
trunk
|
Fri, 11 May 2007 21:29:36 -0700 |
nenolod |
[svn] - try with doublequotes i guess
trunk
|
Fri, 11 May 2007 21:29:03 -0700 |
nenolod |
[svn] - encapsulate filesystem path in quotes
trunk
|
Fri, 11 May 2007 21:28:08 -0700 |
nenolod |
[svn] - fix syntax error
trunk
|
Fri, 11 May 2007 21:27:02 -0700 |
nenolod |
[svn] - add /SENDTRACK which can DCC the current track to a user
trunk
|
Fri, 11 May 2007 21:21:09 -0700 |
nenolod |
[svn] - add XCHAT.eat_all
trunk
|
Fri, 11 May 2007 21:20:27 -0700 |
nenolod |
[svn] - map to right handlers
trunk
|