wxtrac

Results 301 comments of wxtrac

#### 2012-10-20 00:13:16: @vadz commented ___ (In #14756) Thanks, I've applied the latest patch now and visually it's indeed much better, it still seems somewhat sluggish but at least it...

#### 2012-10-20 00:29:45: mmacleod (Malcolm MacLeod) commented ___ (In #14756) Hmm, no. Although it is probably a good idea to check that anyway, but it isn't the root cause. (It...

#### 2012-10-20 02:34:10: mmacleod (Malcolm MacLeod) commented ___ (In #14756) It seems that the code was getting a bit confused about external drags between managers (from the notebook manager to...

#### 2012-10-20 14:03:38: @vadz commented ___ (In #14756) Thanks, one question after looking at the patch: could we avoid the need for dynamic cast to wxAuiNotebook by always generating `wxEVT_AUI_ALLOW_DND`...

#### 2012-10-20 14:45:09: mmacleod (Malcolm MacLeod) commented ___ (In #14756) Yes, I don't see anything stopping it from being done that way and I agree it would be cleaner.

#### 2012-10-21 10:12:23: jens (Jens Lody) commented ___ (In #14756) First: sorry for the delay. Here is a first patch that fixes issues with left/right tabs. Moving the tabs with...

#### 2012-10-21 18:28:11: @vadz commented ___ (In #14756) Thanks for the patches but I'm concerned about the use of `wxDC::GetSize()` as AFAIR it's not implemented in wxOSX. Why do we...

#### 2012-10-21 18:41:07: jens (Jens Lody) commented ___ (In #14756) About wxDC::GetSize(), yes it's needed at the moment, the window-size is unusable at the moment, but if it is really...

#### 2012-10-21 18:50:06: @vadz commented ___ (In #14756) Replying to [comment:28 jens]: > About wxDC::GetSize(), yes it's needed at the moment, the window-size is unusable at the moment I don't...

#### 2012-10-21 18:59:59: jens (Jens Lody) commented ___ (In #14756) Replying to [comment:29 vadz]: > Replying to [comment:28 jens]: > > About wxDC::GetSize(), yes it's needed at the moment, the...