Re: Gtk3 MacOS (OSX) context menu issues

2015-03-20 Thread Jim Charlton
On 15-03-20 10:07 AM, Roger Davis wrote: Hi Jim & Konstantin, I can now add another data point on this topic. My boss bought me a nice new iMac 27" Retina which arrived a couple days ago (yayy boss!!), so I decided to do my first ever X11-free quartz-only gtk3 MacPorts install (agh gtk3-

Re: Gtk3 MacOS (OSX) context menu issues

2015-03-20 Thread Roger Davis
Hi Jim & Konstantin, I can now add another data point on this topic. My boss bought me a nice new iMac 27" Retina which arrived a couple days ago (yayy boss!!), so I decided to do my first ever X11-free quartz-only gtk3 MacPorts install (agh gtk3-on-quartz!!). I am now seeing your menu in

Re: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-19 Thread Jim Charlton
On 15-03-19 12:13 AM, Konstantin Dmitriev wrote: 2015-03-19 13:05 GMT+06:00 Konstantin Dmitriev : Hello! 2015-03-15 22:32 GMT+06:00 Konstantin Dmitriev : Hello, Jim! 2015-03-15 21:25 GMT+06:00 Jim Charlton : With the default MacPorts installation of gtk3, one can set XDG_CONFIG_HOME to /opt/

Re: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-19 Thread Konstantin Dmitriev
2015-03-19 13:05 GMT+06:00 Konstantin Dmitriev : > Hello! > > 2015-03-15 22:32 GMT+06:00 Konstantin Dmitriev : >> Hello, Jim! >> >> 2015-03-15 21:25 GMT+06:00 Jim Charlton : >>> With the default MacPorts installation of gtk3, one can set XDG_CONFIG_HOME >>> to /opt/local/share/themes/Default and th

Re: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-19 Thread Konstantin Dmitriev
Hello! 2015-03-15 22:32 GMT+06:00 Konstantin Dmitriev : > Hello, Jim! > > 2015-03-15 21:25 GMT+06:00 Jim Charlton : >> With the default MacPorts installation of gtk3, one can set XDG_CONFIG_HOME >> to /opt/local/share/themes/Default and then include the gtk.css file with >> .window-frame, >> .wind

Re: Fwd: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-18 Thread Jim Charlton
On 15-03-15 10:56 AM, Konstantin Dmitriev wrote: Sorry, forgot to forward my previous message into mailing list. ^__^ -- Forwarded message -- From: Konstantin Dmitriev Date: 2015-03-15 22:32 GMT+06:00 Subject: Re: Fwd: Gtk3 MacOS (OSX) context menu issues To: Jim Charlton

Re: borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-16 Thread Roger Davis
On Mon, 16 Mar 2016, Jim Charlton wrote: .menubar { border-width: 6px; background-color: red; border-color: black; border-style: solid; } Thanks Jim, that tip led to this good-enough-for-now solution: GtkMenu { border-width: 1px; border-color: #cc; border-style: solid; box-sh

Re: borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-16 Thread Jim Charlton
On 15-03-15 08:24 PM, Jim Charlton wrote: On 15-03-15 01:49 PM, Roger Davis wrote: Thanks for the suggestion, Jim, but no luck so far in getting any change to my menu borders via .window-frame, .window-frame:backdrop { box-shadow: 6px 6px; margin: 6px; } which I added to a new $XDG_CONF

Re: borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-15 Thread Jim Charlton
On 15-03-15 01:49 PM, Roger Davis wrote: Thanks for the suggestion, Jim, but no luck so far in getting any change to my menu borders via .window-frame, .window-frame:backdrop { box-shadow: 6px 6px; margin: 6px; } which I added to a new $XDG_CONFIG_HOME/gtk-3.0/gtk.css file. This file is

Re: borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-15 Thread Roger Davis
Thanks for the suggestion, Jim, but no luck so far in getting any change to my menu borders via .window-frame, .window-frame:backdrop { box-shadow: 6px 6px; margin: 6px; } which I added to a new $XDG_CONFIG_HOME/gtk-3.0/gtk.css file. This file is definitely being parsed at app startup ti

Re: borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-15 Thread Jim Charlton
ll make the slightest bit of difference anyway. Of course, probably I should just be grateful that I don't suffer from the MacOS context menu sensitivity problem and leave well enough alone! Does anyone have any ideas? Thanks! Roger Davis Univ. of Hawaii From: Jim Charlton To: gtk-app-dev

Fwd: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-15 Thread Konstantin Dmitriev
Sorry, forgot to forward my previous message into mailing list. ^__^ -- Forwarded message -- From: Konstantin Dmitriev Date: 2015-03-15 22:32 GMT+06:00 Subject: Re: Fwd: Gtk3 MacOS (OSX) context menu issues To: Jim Charlton Hello, Jim! 2015-03-15 21:25 GMT+06:00 Jim Charlton

borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-15 Thread Roger Davis
Of course, probably I should just be grateful that I don't suffer from the MacOS context menu sensitivity problem and leave well enough alone! Does anyone have any ideas? Thanks! Roger Davis Univ. of Hawaii From: Jim Charlton To: gtk-app-devel-list@gnome.org Subject: Re: Fwd: Gtk3 M

Re: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-15 Thread Jim Charlton
With the default MacPorts installation of gtk3, one can set XDG_CONFIG_HOME to /opt/local/share/themes/Default and then include the gtk.css file with .window-frame, .window-frame:backdrop { box-shadow: none; margin: 0;} in it, in /opt/local/share/themes/Default/gtk-3.0/gtk.css and the marg

Re: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-14 Thread Jim Charlton
To answer part of my own question I am using my own gtk3 theme rather than the compiled Adwaita theme that comes with Gtk3. I set the environment variable XDG_CONFIG_HOME (export XDG_CONFIG_HOME=/opt/local/share/themes/Adwaita/gtk-3.0), edited /opt/local/share/themes/Adwaita/gtk-3.0/gtk.cs

Re: Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-14 Thread Jim Charlton
A further note on the context menu issues If one runs gtk3-demo and right clicks in the open pane on the lower right a context menu opens. If one carefully slides the cursor pointer into the list and down the list the "Select All" will not highlight. If you slide the cursor out of the bo

Fwd: Gtk3 MacOS (OSX) context menu issues

2015-03-14 Thread Konstantin Dmitriev
Hello, Jim! 2015-03-14 21:50 GMT+06:00 Jim Charlton : > Hi Konstantin: > > I wrote to the list earlier to say that I could reproduce the problem that > you have identified. I am using MAC Yosemite 10.10 in a VirtualBox VM. > > To investigate further, I created a new Yosemite VM and installed MacP

Re: Gtk3 MacOS (OSX) context menu issues

2015-03-14 Thread Jim Charlton
I forwarded to the list. Thanks for the response. jim... On 15-03-14 09:07 AM, Jim Charlton wrote: Hi Konstantin: I wrote to the list earlier to say that I could reproduce the problem that you have identified. I am using MAC Yosemite 10.10 in a VirtualBox VM. To investigate further, I

Re: Gtk3 MacOS (OSX) context menu issues

2015-03-14 Thread Jim Charlton
Hi Konstantin: I wrote to the list earlier to say that I could reproduce the problem that you have identified. I am using MAC Yosemite 10.10 in a VirtualBox VM. To investigate further, I created a new Yosemite VM and installed MacPorts, Xcode, Xcode tools, and then ran "port install gtk3 +qua

Re: Gtk3 MacOS (OSX) context menu issues

2015-03-11 Thread Konstantin Dmitriev
2015-03-11 5:16 GMT+06:00 Jim Charlton : > Just to keep the ball rolling on this... I tested the gtk3-demo code on a > jhbuild of gtk+-3.14.5 on a MAC Yosemite 10.10 (virtual machine). I get the > same result as Konstantin. I am compiling with XQuartz. > > Funny enough, I had a similar problem w

Re: Gtk3 MacOS (OSX) context menu issues

2015-03-10 Thread Jim Charlton
Just to keep the ball rolling on this... I tested the gtk3-demo code on a jhbuild of gtk+-3.14.5 on a MAC Yosemite 10.10 (virtual machine). I get the same result as Konstantin. I am compiling with XQuartz. Funny enough, I had a similar problem with an earlier version of gtk-3 (3.10.7). In

Re: Gtk3 MacOS (OSX) context menu issues

2015-03-05 Thread Konstantin Dmitriev
2015-03-03 15:01 GMT+06:00 Vest . : > Hello Konstantin, > > I apologize that I probably cannot help you, but I am curious. Do you have > this issue, if you run a simple demo, where GtkMenu is used? > Because it seems that when you move the mouse outside of the menu's > boundaries, something "inside

Re: Gtk3 MacOS (OSX) context menu issues

2015-03-03 Thread Vest .
Hello Konstantin, I apologize that I probably cannot help you, but I am curious. Do you have this issue, if you run a simple demo, where GtkMenu is used? Because it seems that when you move the mouse outside of the menu's boundaries, something "inside" the widget is cleared and the menu receives m

Gtk3 MacOS (OSX) context menu issues

2015-02-28 Thread Konstantin Dmitriev
Hello! My name is Konstantin Dmitriev, I am a maintainer of Synfig Studio open-source animation software. Recently we have ported our software from Gtk2 to Gtk3. Unfortunately, after that we have encountered issues with context menus on OSX - the context menus are become insensitive sometimes. Th