Re: Review of wip/carlosg/event-delivery

2017-05-16 Thread Carlos Garnacho
Hey, On Tue, May 16, 2017 at 8:24 PM, Matthias Clasen wrote: > On Tue, May 16, 2017 at 1:25 PM, Carlos Garnacho wrote: >> >> >> > - interactive overlay: buttons over entry get prelights and clicks >> > instead of the entry stealing them >> >>

Re: Review of wip/carlosg/event-delivery

2017-05-16 Thread Matthias Clasen
On Tue, May 16, 2017 at 1:25 PM, Carlos Garnacho wrote: > > > - interactive overlay: buttons over entry get prelights and clicks > > instead of the entry stealing them > > Hmm, the demo however sets the overlay as passthrough? >

Re: Review of wip/carlosg/event-delivery

2017-05-16 Thread Carlos Garnacho
Hi Alex, Thanks for the review! On Tue, May 16, 2017 at 12:54 PM, Alexander Larsson wrote: > I took a quick look at the wip/carlosg/event-delivery branch. > > Here are some things in the tests that seems broken from interactive > testing: > > testgtk > - click on close button

Re: How to in GTK3 set global default text size?

2017-05-16 Thread Igor Chetverovod
Done! I had copied changed settings.ini file to the folder /etc/gtk-3.0 in aplication folder and font size was updated in whole UI of application. 2017-05-16 16:58 GMT+03:00 Igor Chetverovod : > Hello, Emmanuele! > > In the installation sequence for windows there is a

Re: How to in GTK3 set global default text size?

2017-05-16 Thread Emmanuele Bassi
Windows XP is a completely unsupported platform that just recently had a major vulnerability that exposed systems worldwide to ransomware, and it's well-known that state actors (and people who managed to get access to state actors tools) are still sitting on other vulnerabilities. GTK+ does *not*

Re: How to in GTK3 set global default text size?

2017-05-16 Thread Igor Chetverovod
Hello, Emmanuele! In the installation sequence for windows there is a trap - msys2 version for WinXP(my application is using this OS) is not more provided. So, I can install only GTK3.6 version which was provided Tarnyko ( thanks to him!) (http://www.tarnyko.net/dl/gtk.htm). Thank you, I

Re: How to in GTK3 set global default text size?

2017-05-16 Thread Emmanuele Bassi
First of all, GTK+ 3.6.4 was released in January 2013, which means it's 4.5 years old and it's completely unsupported. The latest (long-term support) stable release is 3.22.15; please use that, especially if you're developing for Windows. Follow the instructions on the GTK+ website to know how

How to in GTK3 set global default text size?

2017-05-16 Thread Igor Chetverovod
Hello list, I am making porting my own win32 application from GTK2 to GTK3.6.4. I have an issue, for GTK3 all text labels on the user interface have a bigger font size then for GTK2. Is there global setting which can control default font size for UI elements? Best regards, Igor

Review of wip/carlosg/event-delivery

2017-05-16 Thread Alexander Larsson
I took a quick look at the wip/carlosg/event-delivery branch. Here are some things in the tests that seems broken from interactive testing: testgtk  - click on close button gives:     Gtk-CRITICAL **: _gtk_widget_captured_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed