Re: [win32gui] Re: [perl-win32-gui-hackers] Re: 1.01_04 patch

2005-10-02 Thread Reini Urban
I've done now Devel::Cover tests for the old and new tests. $ perldoc Devel::Cover $ HARNESS_PERL_SWITCHES=-MDevel::Cover make test $ cover what stmt bran cond sub podtime total 3 tests only:11.4 6.3 9.5 11.1 16.7 100.09.9 with my tests

[perl-win32-gui-hackers] Commit

2005-10-02 Thread Robert May
I just committed a couple of small changes: - GUI.h added GET_X_LPARAM and GET_Y_LPARAM macros (from windowsX.h) - GUI_MessageLoops.cpp change WM_MOUSEMOVE handler to use GET_X_LPARAM and GET_Y_LPARAM rather than HIWORD and LOWORD (Tracker: 1262098) - GUI.xs fixed UnHook() to resolve perl 5.6/5.

RE: [perl-win32-gui-hackers] Support of old Perl versions

2005-10-02 Thread Jeremy White
Would anyone have an issue if I was to make a decision to only support 5.6 and 5.8 going forwards? Makes sense as far as I'm concerned. Cheers, jez.

[perl-win32-gui-hackers] Support of old Perl versions

2005-10-02 Thread Robert May
Does anyone have any strong views about what versions of Perl we should continue to support? For some time now we have not released PPMs for Perl earlier than 5.6. The reason I ask: I have got to the bottom of tracker 1164766 (Unhook generating warnings) and it turns out to be a difference b