wxtrac
wxtrac
#### 2008-01-07 12:20:07: huge_ commented ___ Hi, I do not intend to rework this without extra windows, since this would involve re-writing a tabbed panel, and changing the list of...
#### 2011-01-24 18:09:16: triton (Triton) changed type from ** to *enhancement* #### 2011-01-24 18:09:16: triton (Triton) commented Can this work merged to trunk? No better option has surfaced, and I...
#### 2011-04-24 16:00:12: @vadz commented ___ What's (if any) the relationship of this one with #9419? In any case, I won't apply the patch if Ben still thinks it's a...
#### 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...