wxtrac

Results 301 comments of wxtrac

#### 2012-04-04 15:51:11: asmcoder (asmcoder) commented ___ currently, you can drag a wxAuiNotebook tab out of its notebook, and a new wxAUiNotebook will be created with just this one page....

#### 2012-04-09 13:30:06: mmacleod (Malcolm MacLeod) commented ___ > ac: btw, compiling is broken (vs08) for your branch, not sure why. Not a big surprise, at that point I had...

#### 2012-04-09 13:36:02: biwillia76 (Benjamin I. Williams) commented ___ @asmcoder: Yes, that is just as 'hacky,' and I don't want the same thing to happen to wxAuiManager. One goal of...

#### 2012-04-09 16:12:21: asmcoder (asmcoder) commented ___ just to let you know, there are still errors with wxw. 1) you`re missing a 56kb setup.h file in "mmacleod-wxwidgets-mmacleod-AUI_GSOC\wxpython_trunk_mirror-wxwidgets-mmacleod\lib\vc_lib\mswud\wx\" 2) the vc9.sln...

#### 2012-04-16 11:50:15: mmacleod (Malcolm MacLeod) commented ___ 1) For what its worth setup.h (which is looked for in include/wx/msw/setup.h" is not present in the main subversion either - and...

#### 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.