Re: [Gimp-developer] What Would It Take To Add Native Dialogs?

2015-12-28 Thread Jon Nordby
There has been some work on native file-chooser dialogs recently in GTK+, the UI toolkit GIMP uses. https://blogs.gnome.org/alexl/2015/11/05/native-file-choosers-in-gtk/ On 22 December 2015 at 03:55, john smith wrote: > The GTK Open/Save Dialogs look really odd on a

Re: [Gimp-developer] What Would It Take To Add Native Dialogs?

2015-12-28 Thread Joseph Bupe
On 28 December 2015 at 17:56, Jon Nordby wrote: > There has been some work on native file-chooser dialogs recently in GTK+, > the UI toolkit GIMP uses. > https://blogs.gnome.org/alexl/2015/11/05/native-file-choosers-in-gtk/ > > This is great development.

[Gimp-developer] What Would It Take To Add Native Dialogs?

2015-12-23 Thread john smith
The GTK Open/Save Dialogs look really odd on a Windows system. What would it take to put an if statement in the code that checks for the OS and delegates to the Win API if it was a Windows system? https://msdn.microsoft.com/en-us/library/bb776913%28v=VS.85%29.aspx It looks like there is already