log

age author description
Sun, 08 Jul 2007 10:23:16 +0200 Tomasz Mon don't call gtk_widget_show/hide from func that's called every now and then trunk
Sat, 07 Jul 2007 18:56:43 +0200 Tomasz Mon replace calling redraw signals with gtk_widget_queue_draw() trunk
Sat, 07 Jul 2007 17:50:31 +0200 Tomasz Mon fix expose events, thanks to giacomo trunk
Sat, 07 Jul 2007 12:17:13 +0200 Tomasz Mon correct right-clicked signal trunk
Fri, 06 Jul 2007 13:19:16 +0200 Tomasz Mon bring back UiSkinnedTextboxPrivate trunk
Fri, 06 Jul 2007 12:52:13 +0200 Tomasz Mon draw directly instead using embeded GtkImage trunk
Fri, 06 Jul 2007 01:12:17 -0500 William Pitcock playlist_dir_find_files(): Return list of URIs. trunk
Fri, 06 Jul 2007 01:08:15 -0500 William Pitcock Use vfs_file_test() where appropriate. trunk
Thu, 05 Jul 2007 12:24:30 +0200 Tomasz Mon fix not updating window trunk
Thu, 05 Jul 2007 11:03:42 +0200 Tomasz Mon ui_skinned_textbox_button_release is no longer lost trunk
Thu, 05 Jul 2007 01:41:09 -0500 William Pitcock Warning fixes. trunk
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