Mercurial > audlegacy
graph
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkMon, 09 Jul 2007 23:19:49 -0500, by William Pitcock
-
Move timer updates out of the 100hz giant loop. trunkMon, 09 Jul 2007 23:19:35 -0500, by Daniel Drake
-
Handle metadata sources where there are no mimetype support yet implemented. trunkMon, 09 Jul 2007 05:17:21 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkMon, 09 Jul 2007 05:13:50 -0500, by William Pitcock
-
Use mimetype system to accelerate detection of network streams. trunkMon, 09 Jul 2007 05:13:41 -0500, by William Pitcock
-
use ui_skinned_set_push_button_data instead accessing values directly trunkSun, 08 Jul 2007 20:33:32 +0200, by Tomasz Mon
-
request GdkGC when needed rather than carry one around trunkSun, 08 Jul 2007 19:56:51 +0200, by Tomasz Mon
-
fully implement UiSkinnedNumber, number.c no longer needed trunkSun, 08 Jul 2007 12:21:09 +0200, by Tomasz Mon
-
don't call gtk_widget_show/hide from func that's called every now and then trunkSun, 08 Jul 2007 10:23:16 +0200, by Tomasz Mon
-
replace calling redraw signals with gtk_widget_queue_draw() trunkSat, 07 Jul 2007 18:56:43 +0200, by Tomasz Mon
-
playlist_dir_find_files(): Return list of URIs. trunkFri, 06 Jul 2007 01:12:17 -0500, by William Pitcock
-
ui_skinned_textbox_button_release is no longer lost trunkThu, 05 Jul 2007 11:03:42 +0200, by Tomasz Mon
-
Add and use find_path_recursively() which search the FS without using VFS (for GTK). trunkThu, 05 Jul 2007 01:40:11 -0500, by William Pitcock
-
find_file_recursively(): Return a valid URI instead of a literal path. trunkThu, 05 Jul 2007 01:26:16 -0500, by William Pitcock
-
Log a warning if an adequate transport was not found. trunkThu, 05 Jul 2007 01:25:56 -0500, by William Pitcock
-
Use gtk_file_chooser_get_uris() to enforce proper VFS URIs being passed around. trunkThu, 05 Jul 2007 00:56:01 -0500, by William Pitcock
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkThu, 05 Jul 2007 00:49:08 -0500, by William Pitcock
-
Use vfs_file_test() instead of g_file_test() where appropriate. trunkThu, 05 Jul 2007 00:48:53 -0500, by William Pitcock
-
paint on obj instead on textbox->img while in oneway scroll mode trunkWed, 04 Jul 2007 21:24:04 +0200, by Tomasz Mon
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkTue, 03 Jul 2007 21:20:09 -0500, by William Pitcock
-
Remove inlined urldecoding functions and use g_filename_from_uri() instead where appropriate. trunkTue, 03 Jul 2007 21:20:01 -0500, by William Pitcock
-
Remove urldecode.c, urldecode.h, fix references accordingly. trunkTue, 03 Jul 2007 19:44:41 -0500, by William Pitcock
-
Rework DnD received data function to use g_filename_from_uri(). trunkTue, 03 Jul 2007 19:39:46 -0500, by William Pitcock
-
add padding characters to the scroller text for one-way scroll. trunkMon, 02 Jul 2007 21:31:56 +0900, by Yoshiki Yazawa
-
correct _move_relative() and _resize_relative() trunkMon, 02 Jul 2007 11:18:25 +0200, by Tomasz Mon
-
fix ui_skinned_button_expose(); don't call ui_skinned_button_paint() directly trunkMon, 02 Jul 2007 10:11:37 +0200, by Tomasz Mon
-
don't call ui_skinned_textbox_paint() directly, use gtk_widget_queue_draw() instead; fix ui_skinned_textbox_expose() trunkMon, 02 Jul 2007 09:35:37 +0200, by Tomasz Mon
-
Use gtk_widget_queue_draw() instead of forcing a draw operation which can be an X protocol violation. trunkSun, 01 Jul 2007 19:44:19 -0500, by William Pitcock
-
don't update UiSkinnedTextbox just after ui_skinned_textbox_set_text; results in not automatically updated textboxes, but it gets rid of gui hangs trunkSun, 01 Jul 2007 20:14:18 +0200, by Tomasz Mon
-
remove mainwin_svis clickability when not shaded trunkSun, 01 Jul 2007 19:11:35 +0200, by Tomasz Mon
-
add gdk_flush() to ui_skinned_textbox_paint(). only for investigation. trunkMon, 02 Jul 2007 00:58:06 +0900, by Yoshiki Yazawa
-
user g_strdup_printf instead of fixed-size gchar array trunkSun, 01 Jul 2007 16:37:52 +0200, by Tomasz Mon
-
Handle multibyte sequences properly when encountered. trunkSun, 01 Jul 2007 08:21:26 -0500, by William Pitcock
-
gtk widgets shouldn't get associated with widgetlist trunkSun, 01 Jul 2007 14:56:46 +0200, by Tomasz Mon
-
use g_strdup_printf instead of fixed-size gchar* trunkSun, 01 Jul 2007 14:29:27 +0200, by Tomasz Mon
-
introduce scroll_dummy to stop scrolling when it reaches end trunkSun, 01 Jul 2007 13:31:07 +0200, by Tomasz Mon
-
Backed out changeset 3c66c8d03c534692d1606ed3ed79634e227f7bd2 trunkSun, 01 Jul 2007 04:48:08 -0500, by William Pitcock
-
make what ui_skinned_textbox_resize_relative did in a better way trunkSat, 30 Jun 2007 21:20:49 +0200, by 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 trunkSat, 30 Jun 2007 19:46:21 +0200, by Tomasz Mon
-
make scrolling stop for second when it reaches end, replace remaining mainwin TextBox with UiSkinnedTextbox trunkSat, 30 Jun 2007 18:44:20 +0200, by Tomasz Mon
-
Automated merge with ssh://hg.atheme.org//hg/audacious trunkFri, 29 Jun 2007 08:58:32 -0500, by William Pitcock
-
Use g_ascii_strcasecmp() instead of strncmp(). trunkFri, 29 Jun 2007 08:57:43 -0500, by William Pitcock
-
Fix adding files when Audacious is running. trunkFri, 29 Jun 2007 15:52:26 +0200, by Jonathan Schleifer
-
Automated merge from file:///home/nenolod/dev-src/audacious-devel-audtool2. trunkFri, 29 Jun 2007 08:40:23 -0500, by William Pitcock
-
Denote that audtool can take multiple command+argument sequences. trunkFri, 29 Jun 2007 08:39:11 -0500, by William Pitcock
-
Transition to audtool_report()/audtool_whine(). trunkFri, 29 Jun 2007 08:38:21 -0500, by William Pitcock
-
Transition to audtool_report()/audtool_whine(). trunkFri, 29 Jun 2007 08:33:09 -0500, by William Pitcock
-
Transition to audtool_report()/audtool_whine(). trunkFri, 29 Jun 2007 08:28:36 -0500, by William Pitcock
-
Transition to audtool_report()/audtool_whine(). trunkFri, 29 Jun 2007 08:26:19 -0500, by William Pitcock
-
Add audtool_report() and audtool_whine() for message handling. trunkFri, 29 Jun 2007 08:23:01 -0500, by William Pitcock
-
Split out vital information category into seperate source file. trunkFri, 29 Jun 2007 08:04:47 -0500, by William Pitcock
-
Convert code where necessary to work with the new data passed to it. trunkFri, 29 Jun 2007 08:00:20 -0500, by William Pitcock
-
Add the amount of arguments each command takes. trunkFri, 29 Jun 2007 07:46:30 -0500, by William Pitcock
-
fix clearing textbox when short text is displayed trunkFri, 29 Jun 2007 09:57:17 +0200, by Tomasz Mon
-
Automated merge from ssh://hg.atheme.org//hg/audacious. trunkFri, 29 Jun 2007 01:50:38 -0500, by William Pitcock
-
Fix crash when invoked with a URL. Reported and initial patch by by Marc Butler <marc -at- adaptivecode.com>. trunkFri, 29 Jun 2007 01:50:14 -0500, by William Pitcock
-
Drop support for characters beyond the Latin-1 characterset trunkThu, 28 Jun 2007 20:24:35 +0200, by Tomasz Mon
-
Allow for printf-style format strings to be passed to report_error() via g_strdup_vprintf(). trunkThu, 28 Jun 2007 02:25:55 -0500, by William Pitcock
-
separate build_stamp.c from depend-prehook to avoid excessive stamping. trunkTue, 26 Jun 2007 17:38:43 +0900, by Yoshiki Yazawa
-
replace SButton in playlistwin with UiSkinnedButton, sbutton.c is no longer needed trunkSun, 24 Jun 2007 16:29:22 +0200, by Tomasz Mon
-
replace PButton in playlistwin with UiSkinnedButton, pbutton.c is no longer needed trunkSun, 24 Jun 2007 15:55:32 +0200, by Tomasz Mon
-
Back out a bunch of changes. It's really a shame that GNU/FSF's lies have been as trunkSun, 24 Jun 2007 05:37:50 -0500, by William Pitcock
-
Backed out changeset 0c3727219ea11c0f70d5f491d4bb990104021426 trunkSun, 24 Jun 2007 05:34:41 -0500, by William Pitcock
-
Backed out changeset 7d3beedf1db8677dab2327bc8d85af4746344f6e trunkSun, 24 Jun 2007 05:34:26 -0500, by William Pitcock
-
Backed out changeset 7dad846ec69940e4e905c357ae8dff81240b579b trunkSun, 24 Jun 2007 05:34:11 -0500, by William Pitcock
-
Backed out changeset 06858ea4b9d01dab0ce54891221bd1534a9c5ade trunkSun, 24 Jun 2007 05:33:56 -0500, by William Pitcock
-
Backed out changeset fcf6f1b82f7ca0e1bef37c6c85df283eb71a1118 trunkSun, 24 Jun 2007 05:33:41 -0500, by William Pitcock
-
Backed out changeset 4f84eb45ec3aff480e5acdb52cae9de065ace1c3 trunkSun, 24 Jun 2007 05:33:21 -0500, by William Pitcock
-
Backed out changeset bca35481d4b11224acedf03f86b7603c43d194fc trunkSun, 24 Jun 2007 05:32:40 -0500, by William Pitcock
-
Backed out changeset bb41a2e8ecbe90ba5509ca7da17503371b7e99d3 trunkSun, 24 Jun 2007 05:32:11 -0500, by William Pitcock
-
Backed out changeset 72cb1cbb578bff288a0bfbf344fb6400d5c3b8a4 trunkSun, 24 Jun 2007 05:31:41 -0500, by William Pitcock
-
Backed out changeset 77895ec242f7394b1c5c0833790a35d9e55d3db2 trunkSun, 24 Jun 2007 05:31:17 -0500, by William Pitcock
-
Backed out changeset 417472bb3d580960e5cdb50b6a8f9675285e7546 trunkSun, 24 Jun 2007 05:30:39 -0500, by William Pitcock
-
Backed out changeset 0e39e903b0dc408f50359cef0e7abce11affa7b4 trunkSun, 24 Jun 2007 05:29:45 -0500, by William Pitcock
-
Backed out changeset 7a0ca380c8438a5646d50a16367e6d300d7da32b trunkSun, 24 Jun 2007 05:29:25 -0500, by William Pitcock
-
Not sure what this is, or why we need it. Deleting. trunkSat, 23 Jun 2007 22:54:10 -0500, by William Pitcock
-
Automated merge from ssh://hg.atheme.org//hg/audacious. trunkSat, 23 Jun 2007 22:22:25 -0500, by William Pitcock
-
fix equalizerwin, replace TButtons with UiSkinnedButton, tbutton.c is no longer neededSat, 23 Jun 2007 15:19:19 +0200, by Tomasz Mon
-
Added a mowgli_init() callSat, 23 Jun 2007 01:15:33 +0300, by Cristi Magherusan
-
use UiSkinnedButton instead of PButton in equalizerwin trunkFri, 22 Jun 2007 17:23:58 +0200, by Tomasz Mon
-
Automated merge from ssh://hg.atheme.org//hg/audacious. trunkTue, 19 Jun 2007 15:36:44 -0500, by William Pitcock
-
evaluate return value of audacious_drct_get_paused() instead of its address. trunkMon, 18 Jun 2007 12:45:04 +0900, by Yoshiki Yazawa
-
added handlers for cmd line args when remote == false trunkSun, 17 Jun 2007 11:19:56 -0700, by Ben Tucker
-
add a cast to DECLARE_PLUGIN() to suppress warnings. trunkSun, 17 Jun 2007 10:14:02 +0900, by Yoshiki Yazawa
-
Update welsh translation. (5 untranslated) trunkFri, 15 Jun 2007 13:52:40 -0500, by William Pitcock
-
Remove build_stamp.c and generate it on demand. trunkFri, 15 Jun 2007 12:16:34 -0500, by William Pitcock
-
[svn] - load transport plugins from Transport subdirectory. trunkFri, 08 Jun 2007 07:32:10 -0700, by yaz
-
[svn] - draw_main_window redraws custom gtk widgets trunkFri, 08 Jun 2007 03:42:32 -0700, by desowin
-
[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... trunkSun, 03 Jun 2007 18:03:40 -0700, by majeru
-
[svn] FreeBSD make doesn't support -include. Revert until it's fixed. trunkFri, 01 Jun 2007 16:02:59 -0700, by js
-
[svn] - Fixed annoying ".depend: No such file or directory". trunkFri, 01 Jun 2007 15:45:56 -0700, by js
-
[svn] Correct name of turkish translator Murat ªßenel. trunkWed, 30 May 2007 09:15:07 -0700, by chainsaw
-
[svn] - give default values to audacious_remote_* functions. if dbus call fails, default value will be returned. trunkMon, 28 May 2007 10:28:41 -0700, by yaz
-
[svn] - code cleanups involving SRC patch and indentation trunkMon, 28 May 2007 03:25:22 -0700, by nenolod
-
[svn] Move effect plugin handling into the main thread trunkSun, 27 May 2007 14:31:34 -0700, by ertzing
-
[svn] - Fixed some very visible errors in German translation trunkSat, 26 May 2007 09:18:11 -0700, by mf0102
-
[svn] - Fixed naming inconsistencies in search dialog trunkSat, 26 May 2007 04:39:16 -0700, by mf0102
-
[svn] - add toggle button to keep jtf dialog opened on jump. trunkFri, 25 May 2007 11:18:58 -0700, by yaz
-
[svn] - adjust naming scheme of audacious_drct_* to audacious_remote_* by defining macros. trunkFri, 25 May 2007 00:28:41 -0700, by yaz
-
[svn] - guard v2 module header with G_BEGIN_DECLS and G_END_DECLS trunkThu, 24 May 2007 16:17:12 -0700, by nenolod
-
[svn] - hide 'error' from outside to avoid symbol conflict. trunkThu, 24 May 2007 04:50:48 -0700, by yaz
-
[svn] - improve plugin2 loader's robustness (e.g. make it not crash) trunkThu, 24 May 2007 03:41:13 -0700, by nenolod
-
[svn] - temporarily work around plugin API v1 retardation trunkThu, 24 May 2007 03:37:54 -0700, by 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 trunkThu, 24 May 2007 03:27:54 -0700, by nenolod
-
[svn] - add functions for defining the v2 plugin header trunkThu, 24 May 2007 02:03:17 -0700, by nenolod
-
[svn] - begin work on the host side of plugin API v2. trunkThu, 24 May 2007 01:47:50 -0700, by nenolod
-
[svn] - update macedonian translation. closes #915. trunkWed, 23 May 2007 23:03:10 -0700, by nenolod
-
[svn] - move playlist_recalc_total_time() out of the giant playlist lock in playlist_delete_filenames(). reported by dotzen, closes #908. trunkWed, 23 May 2007 23:01:01 -0700, by nenolod
-
[svn] - exclude codes which use session if USE_DBUS is not defined. trunkWed, 23 May 2007 21:02:55 -0700, by yaz
-
[svn] - add some assertions to chardet_to_utf8() to try to trace bad g_convert() calls trunkWed, 23 May 2007 15:45:00 -0700, by nenolod
-
[svn] Use rounded corners on the main texture for the display area. trunkSat, 19 May 2007 02:12:25 -0700, by nenolod