cititrio.blogg.se

Beehive pidgin for mac
Beehive pidgin for mac










beehive pidgin for mac
  1. #Beehive pidgin for mac for mac
  2. #Beehive pidgin for mac Patch

I'm going to move just the tray icons and fix the stock lookup to find them in the new place.Īlso, Hylke has only made a "nice" icon at 22x22. The status icons probably need to stay where they are because they're themeable (using something different from XDG themes.) Technically, the rest of the stock icons are also themeable, but there is no UI for doing such a thing, so I don't feel like it's a problem to move the tray icons only. Is it reasonable to move stuff around now and make symlinks to the old places (if not, my vote is just to move the tray icons) I don't think we can break stuff before 3.0.0. I know that some plugins use the protocol icons (not sure what else). I guess I'm not too worried about a temporary inconsistency. In docklet_gtk_status_position_menu, you can try setting *push_in = FALSE after the call to gtk_status_icon_position_menu.īut more importantly, do icons count as "API/ABI"? If I moved all of them to conform with the icon theme spec, would that have to wait until 3.0.0? I could just move the tray icons, but that would be inconsistent. The implementation for GtkStatusIcon always sets this parameter to TRUE. In that case, changing the scroll offset is not desirable. In practice, this behavior is only useful for combobox popups or option menus and cannot be used to simply confine a menu to monitor boundaries. at the same monitor position they would have been without resizing. Note that moving and possibly resizing the menu around will alter the scroll position to keep the menu items "in place", i.e. If this is set to TRUE and part of the menu is outside the monitor then GTK+ pushes the window into the visible area, effectively modifying the popup position. This parameter controls how menus placed outside the monitor are handled. According to the GTK docs, it does the following: I think this is caused by the push_in parameter to the GtkPositionMenuFunc.

beehive pidgin for mac

The context menu shows scroll buttons on the top and bottom, with the content appearing off of the bottom of the context menu window. There are some issues with the docklet context menu when using GtkStatusIcon? on win32. (It doesn't seem to be in the documentation.) I can check the source of Gtk tonight after work to create a mapping that works for X11 too. The problem is that the button id's received in docklet_gtk_status_clicked_cb doesn't match what pidgin_docklet_clicked() is expecting. I've had no way of testing which id's are returned in the callback.

beehive pidgin for mac

Regarding the left click not working, I was kind of expecting that. However, it will rescale the icon to the correct size anyway so it works. You are correct in that GtkStatusIcon? only looks for stock icons in the exact size you tell it to. It worked but is a bit hacky so I didn't do this change for other than Mac. Gtk_icon_source_set_size(source, GTK_ICON_SIZE_MENU) Gtk_icon_source_set_size(source, GTK_ICON_SIZE_SMALL_TOOLBAR) #if defined(_APPLE_) & !defined(HAVE_X11)

#Beehive pidgin for mac for mac

Regarding the icon sizes, I fixed it for Mac by changing the size in pidginstock.c from GTK_ICON_SIZE_MENU to GTK_ICON_SIZE_SMALL_TOOLBAR. Gtkstatusicon_pidginstock.patch ​ ( 837 bytes) - added by sniperbeamer 13 years ago. Icon-diff.png ​ ( 1.8 KB) - added by sniperbeamer 13 years ago.

#Beehive pidgin for mac Patch

QuLogic's latest patch with blinking implemented in gtkdocklet-gtk (this time with gtkdocklet-gtk.c) Pidgin-gtkstatusicon-blink.diff ​ ( 12.0 KB) - added by charkins 13 years ago. Issue with docklet context menu w/ GtkStatusIcon? on win32 Pidgin-gtkstatusicon-win32.png ​ ( 46.2 KB) - added by charkins 13 years ago. Pidgin-2629-gtkstatusicon.diff ​ ( 11.8 KB) - added by QuLogic 13 years ago. Version without the "blink" padding the ui_op, so that it can go into Pidgin with only a minor bump Gtkstatusicon.5.diff ​ ( 9.4 KB) - added by shreevatsa 14 years ago. Whitespace changes from the previous diff Ws-changes.diff ​ ( 8.0 KB) - added by shreevatsa 14 years ago. Gtkstatusicon.4.diff ​ ( 11.4 KB) - added by shreevatsa 14 years ago.Ĭurrent version of remaining patch: Fixed 2.9 to 2.10 removed whitespace changes Slightly modified version of gtkstatusicon.2.diff Gtkstatusicon.3.diff ​ ( 19.3 KB) - added by shreevatsa 15 years ago. GtkStatusIcon?, now setting the Icon should work on X too. Gtkstatusicon.2.diff ​ ( 23.6 KB) - added by nevil 15 years ago. Patch to remove dependency on X (except for docklet.) WithoutX.diff ​ ( 7.7 KB) - added by nevil 15 years ago. Patch to add a docklet using GtkStatusIcon? interface Gtkstatusicon.diff ​ ( 22.7 KB) - added by nevil 15 years ago. Small script I use for configuring and running autogen.sh Gtk-quartz-macosx.patch ​ ( 28.9 KB) - added by nevil 15 years ago.Īhasconfig.sh ​ ( 562 bytes) - added by nevil 15 years ago.












Beehive pidgin for mac