Re: laptop, OS recommendations for gtk work

2017-06-11 Thread Colomban Wendling
Hi, Le 10/06/2017 à 02:17, Karan Ahuja a écrit : > I am looking to purchase a new laptop to work with gtk. > > Please recommend good laptop, operating system based on your experience. > > Thinkpad vs macbook? Either work just fine, it really doesn't matter much wrt GTK, and I know people

Re: Widget, drawing and event coordinates

2017-06-11 Thread Timm Bäder
On 11.06, Matthias Clasen wrote: > On Mon, Jun 5, 2017 at 2:38 PM, Timm Bäder wrote: > > > The goal here is to unify the coordinate systems we use for events, > > drawing and size allocation. > > > > Widget coordinates definitely should be relative to the parent > > allocation

Re: Widget, drawing and event coordinates

2017-06-11 Thread Matthias Clasen
On Mon, Jun 5, 2017 at 2:38 PM, Timm Bäder wrote: > The goal here is to unify the coordinate systems we use for events, > drawing and size allocation. > > Widget coordinates definitely should be relative to the parent > allocation in some sense, so we can move subtrees around