Change shape of GtkScale with CSS for GTK < 3.20 and > 3.20

2018-05-02 Thread Cyril Richard
Hi, I am trying to change the shape of a GTKScale. To do it I use a CSS sheet. The following CSS code gives something's good, like in attachment. .midtone-scale { background-image: -gtk-gradient(linear, left top, right top, from(black), to(shade(white, 0.95))); padding: 5px; }

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-10 Thread Jean Delvare
Hi Matthias, On Thu, 05 Oct 2017 13:02:34 -0400, Matthias Clasen wrote: > On Thu, 2017-10-05 at 11:46 +0200, Jean Delvare wrote: > > The change in single-click vs double-click in the GTK 3 file chooser > > from commit fb0a13b7f070 ("file chooser: Allow activating without > > double-click") causes

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-07 Thread Daniel Boles
> > From: "Charles Lindsey" <c...@clerew.man.ac.uk> > To: gtk-devel-list@gnome.org > Subject: Re: [PATCH] file chooser: Restore consistent click behavior > (for gtk3.20) > It seems to me that those who are developing GTK are answerable to no-one

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-06 Thread Tomasz Gąsior
W dniu 2017-10-06 16:41, Matthias Clasen napisał(a): On Fri, 2017-10-06 at 09:52 +0200, Tomasz Gąsior wrote: W dniu 2017-10-05 19:02, Matthias Clasen napisał(a): > On Thu, 2017-10-05 at 11:46 +0200, Jean Delvare wrote: > > The change in single-click vs double-click in the GTK 3 file > > chooser

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-06 Thread Matthias Clasen
On Fri, 2017-10-06 at 09:52 +0200, Tomasz Gąsior wrote: > W dniu 2017-10-05 19:02, Matthias Clasen napisał(a): > > On Thu, 2017-10-05 at 11:46 +0200, Jean Delvare wrote: > > > The change in single-click vs double-click in the GTK 3 file > > > chooser > > > from commit fb0a13b7f070 ("file chooser:

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-06 Thread Charles Lindsey
On Thu, 05 Oct 2017 18:02:34 +0100, Matthias Clasen wrote: You are just bringing back the complaints about double-click. There is no winning here, and I will not support any simple reversal unless it comes along with a person who is willing to maintain the filechooser

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-06 Thread Tomasz Gąsior
On Thu, 2017-10-05 at 11:46 +0200, Jean Delvare wrote: The change in single-click vs double-click in the GTK 3 file chooser from commit fb0a13b7f070 ("file chooser: Allow activating without double-click") causes more problems than it resolves. There have been a lot of complaints about it: * The

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-05 Thread Daniel Boles
I apologise if there is, if I just blocked most of that thread out of my mind... but is there really a significant number of users out there who had these complaints about double-click and genuinely think what we have now is an unambiguous improvement? rather than just an apparent, superficial fix

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-05 Thread Matthias Clasen
On Thu, 2017-10-05 at 11:46 +0200, Jean Delvare wrote: > The change in single-click vs double-click in the GTK 3 file chooser > from commit fb0a13b7f070 ("file chooser: Allow activating without > double-click") causes more problems than it resolves. There have been > a lot of complaints about it:

Re: [PATCH] file chooser: Restore consistent click behavior (for gtk 3.20)

2017-10-05 Thread Daniel Boles
On 5 October 2017 at 10:46, Jean Delvare wrote: > > * While a number of people are advocating the ban of double-click and > the use of single-click for everything to make computers easier to > use by non-tech-savvy people and people with limited abilities, > this change

gtk+-3.20 DnD x11 issues

2016-08-01 Thread Edscott Wilson
Hi all, A good deal of changes went into gdkdnd-x11.c from gtk+-3.18 to gtk+-3.20. And now my application which works fine with gtk+-3.18 crashes when a dnd operation starts. I tried to enable deprecated code which works fine when building with gtk+-2.24, but it crashes just the same. I've

Issue with css and gtk+-3.20

2016-04-27 Thread Jean Bréfort
Hi, The code we use in gnumeric for theming does not work anymore ith gtk+- 3.20, more specifically, if I use css code such as: GnmItemCursor {  color="black";  background-color="white"; } GnmItemCursor.ant {  color="blue";  background-color="red"; } whe

GTK+ 3.20

2016-03-21 Thread Matthias Clasen
GTK+ 3.20.0 is now available for download at: http://download.gnome.org/sources/gtk+/3.20/ sha256 sum: 1c3d3a4a6e959ec8636ccb074bcdb8fa25c81ec56fbc70de6a3f5ef83ba6d803 gtk+-3.20.0.tar.xz What is GTK+ GTK+ is a multi-platform toolkit for creating graphical user interfaces

GTK+ 3.20

2016-03-21 Thread Matthias Clasen
GTK+ 3.20.0 is now available for download at: http://download.gnome.org/sources/gtk+/3.20/ sha256 sum: 1c3d3a4a6e959ec8636ccb074bcdb8fa25c81ec56fbc70de6a3f5ef83ba6d803 gtk+-3.20.0.tar.xz What is GTK+ GTK+ is a multi-platform toolkit for creating graphical user interfaces