! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Improved window list plugin
Status:
RESOLVED: FIXED
Product:
Xfce4-panel

Comments

Description Nick Schermer editbugs 2006-02-19 14:49:30 CET
FIXED:
* Fix a bug with gdk_pixbuf_get_width

IMPROVED:
* Style is now identical to Xfdesktop
* Option to disable icons
* Show only tooltips when title is truncated
* Icons in other workspace are displayed italic (Xfdesktop)
* Urgent Windows are now displayed bold
* Renamed some vars to make the code more accessible
* Improved position function
* "Delete Workspace" changed to "Remove workspace '<name>'" (Xfdesktop)
* g_free strings
* Menu Icons size is now GTK_ICON_SIZE_MENU (Xfdesktop)
* When application on another workspace is
  clicked: jump to workspace and raise window (Xfdesktop)

Reproducible: Always
Steps to Reproduce:
Comment 1 Nick Schermer editbugs 2006-02-19 14:50:42 CET
Created attachment 453 
Patch
Comment 2 Jasper Huijsmans editbugs 2006-02-19 15:26:06 CET
Awesome. I'll commit these as soon as possible. Thanks!
Comment 3 Nick Schermer editbugs 2006-02-19 15:30:24 CET
	if (netk_workspace == active_workspace)
	    gtk_widget_modify_font (gtk_bin_get_child (GTK_BIN (mi)), 
			bold);
+	else
+	    gtk_widget_modify_font (gtk_bin_get_child (GTK_BIN (mi)), 
+			italic);
        
        gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);

Can you please add these lines? I've missed them somehow...
Comment 4 Jasper Huijsmans editbugs 2006-02-19 21:02:46 CET
Committed. Thanks a lot.

Bug #1479

Reported by:
Nick Schermer
Reported on: 2006-02-19
Last modified on: 2010-11-20

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Attachments

Patch (23.70 KB, patch)
2006-02-19 14:50 CET , Nick Schermer
no flags

Additional information