Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread Andrius
This patch fixed the problem. I also noticed another issue. The menu entries that are insensitive are not dimmed. When I click on such entry nothing happens, so they are made insensitive by code, just the color is not changed. Is this bug, or there is some changes how I should handle dimming? In

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread John Ralls
On Oct 10, 2013, at 2:00 PM, Andrius wrote: > Well, it did not work. The same crash at the same line... Ah! I see it. Try this: diff --git a/src/cocoa_menu_item.c b/src/cocoa_menu_item.c index 3f57f1f..5a9b0e2 100644 --- a/src/cocoa_menu_item.c +++ b/src/cocoa_menu_item.c @@ -692,14 +692,17 @

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread Andrius
Well, it did not work. The same crash at the same line... Andrius > > From: John Ralls >To: Andrius >Cc: "gtk-osx-users-list@gnome.org" >Sent: Thursday, October 10, 2013 11:21 PM >Subject: Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display >

Re: [gtk-osx-users] Is there a way to override default key bindings?

2013-10-10 Thread John Ralls
On Oct 10, 2013, at 1:43 PM, Andrius wrote: > This was https://bugzilla.gnome.org/show_bug.cgi?id=699901 . > After patching I got key bindings sets in css file working again. > OK, thanks. Regards, John Ralls ___ Gtk-osx-users-list mailing list Gtk

Re: [gtk-osx-users] Is there a way to override default key bindings?

2013-10-10 Thread Andrius
This was https://bugzilla.gnome.org/show_bug.cgi?id=699901 . After patching I got key bindings sets in css file working again. > > From: John Ralls >To: Andrius >Cc: "gtk-osx-users-list@gnome.org" >Sent: Thursday, October 10, 2013 5:18 PM >Subject: Re: [gtk-

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread John Ralls
On Oct 10, 2013, at 12:47 PM, Andrius wrote: > Here is gtk-mac-integration backtrace (get this using gdb): > [SNIP] > #13 0x00010043215c in cocoa_menu_item_add_submenu > (menu_shell=0x1038e0e30, cocoa_menu=0x10dee5c10, toplevel=0, debug=0) at > cocoa_menu_item.c:703 > [SNIP] > Hopefully

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread Andrius
Here is gtk-mac-integration backtrace (get this using gdb): Program received signal SIGABRT, Aborted. 0x7fff8841a212 in __pthread_kill () (gdb) bt #0  0x7fff8841a212 in __pthread_kill () #1  0x7fff8beeeb24 in pthread_kill () #2  0x7fff8bf32f61 in abort () #3  0x7fff8af659eb in

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread John Ralls
On Oct 10, 2013, at 8:53 AM, Andrius wrote: > I would like to clarify regarding gtk-mac-integration. The crash happens when > I open second main window (I wrote "new" which might be misleading). The > first window is always opened without problem. The second window might have > some menus set

Re: [gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread John Ralls
On Oct 10, 2013, at 12:55 AM, Andrius wrote: > Hi all, > I just upgraded to latest module set that uses gtk+3.10 and > gtk-mac-integration 2.0.4. My computer has Retina display, I guess most of > the issues described below are related to Retina. I am building bluefish from > svn depository. T

Re: [gtk-osx-users] Is there a way to override default key bindings?

2013-10-10 Thread John Ralls
On Oct 10, 2013, at 12:08 AM, Andrius wrote: > John, > do You remember when this was fixed? I tried latest moduleset, indeed, key > bindings seems to be OK, but I have got number of other issues (I will write > separate message on this). So, probably, for me it would be better to patch > old

[gtk-osx-users] gtk+3.10 on MacOSX 10.8.5 with Retina display

2013-10-10 Thread Andrius
Hi all, I just upgraded to latest module set that uses gtk+3.10 and gtk-mac-integration 2.0.4. My computer has Retina display, I guess most of the issues described below are related to Retina. I am building bluefish from svn depository. The build was successful, I created bundle the same way I d

Re: [gtk-osx-users] Is there a way to override default key bindings?

2013-10-10 Thread Andrius
John, do You remember when this was fixed? I tried latest moduleset, indeed, key bindings seems to be OK, but I have got number of other issues (I will write separate message on this). So, probably, for me it would be better to patch old good 3.6.4... Andrius >___