log src/audacious/ui_playlist.c @ 3068:c5189bc4100b

age author description
Fri, 13 Jul 2007 10:19:43 -0500 William Pitcock Refactor skinned window code.
Fri, 13 Jul 2007 09:38:21 -0500 William Pitcock Use GTK_WINDOW_POPUP hint for SkinnedWindow objects.
Sun, 08 Jul 2007 20:33:32 +0200 Tomasz Mon use ui_skinned_set_push_button_data instead accessing values directly trunk
Sun, 08 Jul 2007 19:56:51 +0200 Tomasz Mon request GdkGC when needed rather than carry one around trunk
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
Wed, 04 Jul 2007 16:35:27 +0200 Tomasz Mon draw directly instead using embeded GtkImage trunk
Mon, 02 Jul 2007 11:18:25 +0200 Tomasz Mon correct _move_relative() and _resize_relative() trunk
Sun, 01 Jul 2007 14:56:46 +0200 Tomasz Mon gtk widgets shouldn't get associated with widgetlist 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
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, 17 Jun 2007 15:53:59 +0200 Tomasz Mon UiSkinnedButton can now work as TButton trunk
Sat, 26 May 2007 04:39:16 -0700 mf0102 [svn] - Fixed naming inconsistencies in search dialog trunk
Thu, 05 Apr 2007 17:16:09 -0700 nenolod [svn] - fix crashes related to alt+click enqueue trunk
Thu, 05 Apr 2007 17:01:26 -0700 nenolod [svn] - fix alt+click enqueue. this is more like vincent ratier's original patch except that it's C90-capable for freebsd 4. trunk
Thu, 05 Apr 2007 06:11:33 -0700 nenolod [svn] - patch by Vincent Ratier to add Alt+Click enqueue to the playlist editor. Closes #860. trunk
Thu, 22 Mar 2007 22:20:59 -0700 yaz [svn] - add support for writing relative path. trunk
Thu, 22 Mar 2007 00:38:29 -0700 yaz [svn] improve save/load playlist UI: trunk
Wed, 21 Mar 2007 02:13:02 -0700 yaz [svn] improve support for static playlist. trunk
Wed, 21 Mar 2007 01:59:48 -0700 yaz [svn] tweak UI behaviors: trunk
Fri, 02 Mar 2007 07:00:26 -0800 nenolod [svn] - back out r4200 for now. trunk
Thu, 01 Mar 2007 05:02:59 -0800 nenolod [svn] - only discard GdkMotion events. trunk
Thu, 15 Feb 2007 17:26:58 -0800 nenolod [svn] - manually save player positions. trunk
Thu, 15 Feb 2007 02:03:34 -0800 nenolod [svn] - playlist editor: use SkinnedWindow widgetlist trunk
Thu, 15 Feb 2007 00:45:32 -0800 nenolod [svn] - playlist editor: use SkinnedWindow provided GC. trunk
Tue, 13 Feb 2007 13:22:51 -0800 chainsaw [svn] gtk_window_set_wmclass() has to be called before gtk_widget_realize(). Patched by Christian "Joker" Birchinger from Gentoo. trunk
Tue, 13 Feb 2007 06:09:50 -0800 mf0102 [svn] - removed unused function bmp_menu_translate() trunk
Mon, 12 Feb 2007 09:22:32 -0800 mf0102 [svn] - more playlist cleanups (generalized code for playlist loading/saving trunk
Mon, 12 Feb 2007 08:59:08 -0800 mf0102 [svn] - made new functions: widget_move_relative and widget_resize_relative trunk
Sat, 10 Feb 2007 20:21:42 -0800 nenolod [svn] - playlist_manager -> ui_playlist_manager, since it's a UI component. trunk
Sat, 10 Feb 2007 17:04:31 -0800 nenolod [svn] - remove debugging notices trunk
Sat, 10 Feb 2007 17:01:44 -0800 nenolod [svn] Try to put some skinned window code in a common place. trunk
Fri, 09 Feb 2007 22:30:10 -0800 nenolod [svn] - use ConfigureNotify to set playlist location, a proper use of ICCCM. trunk
Fri, 09 Feb 2007 22:05:03 -0800 nenolod [svn] - using ConfigureNotify for resizing is wrong per ICCCM guideline, trunk
Thu, 01 Feb 2007 09:22:56 -0800 nenolod [svn] - remove buggy playlist transparency patch trunk
Fri, 26 Jan 2007 14:50:30 -0800 mf0102 [svn] integrated urldecode.* from libaudacious into audacious directory, made separate ui_fileopener.* trunk
Sat, 20 Jan 2007 04:48:41 -0800 mf0102 [svn] made strings.h for existing strings.c, cleanups trunk
Thu, 18 Jan 2007 13:21:57 -0800 mf0102 [svn] reformatting and g_return_if_fail() trunk
Wed, 17 Jan 2007 12:11:16 -0800 mf0102 [svn] right-clicking on playlist entry automatically selects the entry if it was unselected before, closes #728 trunk
Tue, 16 Jan 2007 16:49:21 -0800 giacomo [svn] - simplify and optimize the metadata tooltip trigger function trunk
Tue, 16 Jan 2007 10:33:13 -0800 giacomo [svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins) trunk
Mon, 15 Jan 2007 09:18:27 -0800 giacomo [svn] - in playlistwin_hide(), pass focus to the player main window only if it's visible trunk
Sat, 13 Jan 2007 16:41:21 -0800 js [svn] - Added script for migration to XDG basedir. trunk
Fri, 12 Jan 2007 11:43:40 -0800 nenolod [svn] - objective-make autodepend fixes trunk