Application icon size in the open and save dialogs

2011-03-14 Thread Philippe Roussel
Hi, The image shown in NSSavePanel has a size of 48x48 pixels. The application image could be of a different size, resize it. Maybe a copy of applicationIconImage should be made before setting the image size ? Philippe Index: Source/NSSavePanel.m

Re: Application icon size in the open and save dialogs

2011-03-14 Thread Fred Kiefer
Am 14.03.2011 09:48, schrieb Philippe Roussel: Hi, The image shown in NSSavePanel has a size of 48x48 pixels. The application image could be of a different size, resize it. Maybe a copy of applicationIconImage should be made before setting the image size ? Philippe Index: Source/NSSavePanel.m

Re: back x11 configure tests

2011-03-14 Thread Fred Kiefer
Am 13.03.2011 22:27, schrieb Eric Wasylishen: Hi, I was getting a missing symbol error when I tried to drag and drop. It turns out that back wasn't linked to libXext; the configure test AC_CHECK_LIB(Xext, main) was failing (silently). This is on Ubuntu 10.10. I changed it to: (and did the same

Re: Application icon size in the open and save dialogs

2011-03-14 Thread Philippe Roussel
Le lundi 14 mars 2011 à 13:24 +0100, Fred Kiefer a écrit : > Am 14.03.2011 09:48, schrieb Philippe Roussel: > > Hi, > > > > The image shown in NSSavePanel has a size of 48x48 pixels. The > > application image could be of a different size, resize it. > > > > Maybe a copy of applicationIconImage shou

Re: Application icon size in the open and save dialogs

2011-03-14 Thread Fred Kiefer
Thanks, applied. Fred On 14.03.2011 15:05, Philippe Roussel wrote: Le lundi 14 mars 2011 à 13:24 +0100, Fred Kiefer a écrit : Am 14.03.2011 09:48, schrieb Philippe Roussel: Hi, The image shown in NSSavePanel has a size of 48x48 pixels. The application image could be of a different size, resi

Re: Recent NSMenu changes..

2011-03-14 Thread Fred Kiefer
I finally implemented a solution for this long standing issue. You may now change the displayed characters for the key equivalent modifiers by setting some user defaults. The keys are GSControlKeyString GSAlternateKeyString GSShiftKeyString GSCommandKeyString If you use nice Unicode characters

Re: Menu items issues with menu in window

2011-03-14 Thread Fred Kiefer
I just had another look at the code in GSTheme -setMenu:forWindow:. Why do we archive the menu to copy it? The comment there says something about copying the view, but this surely isn't happening. NSMenu itself implements copy and this would result in the correct result. On the other hand I don