[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants/hash Makefile.PL,NONE,1.1 README,NONE,1.1 lookupa.c,NONE,1.1 lookupa.h,NONE,1.1 perfect.c,NONE,1.1 perfect.h,NONE,1.1 perfhex.c,NONE,1.1 recycl

2006-05-13 Thread Robert May
h */ ub2 newval_q; /* what to change parent tab[b] to to use this hash */ ub2 oldval_q; /* original value of tab[b] */ }; typedef struct qstuff qstuff; /* return ceiling(log based 2 of x) */ ub4 log2(/*_ ub4 x _*/); /* Given the keys, scramble[],

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.PL,NONE,1.1 Constants.pm,NONE,1.1 Constants.xs,NONE,1.1 ConstantsRC.PL,NONE,1.1 Makefile.PL,NONE,1.1 Tags.pm,NONE,1.1 ppport.h,NONE,1

2006-05-13 Thread Robert May
n32::GUI::Constants', VERSION_FROM => 'Constants.pm', ABSTRACT_FROM => 'Constants.pm', AUTHOR=> 'Robert May <[EMAIL PROTECTED]>', PM=> {'Constants.pm' => '$(INST_LIBDIR)/Constants.

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants - New directory

2006-05-13 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22606/Win32-GUI-Constants Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants/demos - New directory

2006-05-13 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22627/demos Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/demos added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants/hash - New directory

2006-05-13 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/hash In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22642/hash Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/hash added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI GUI_Helpers.cpp,1.18,1.19

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24162 Modified Files: GUI_Helpers.cpp Log Message: Change GetDC to GetDCEx in DrawSplitter to fix problem drawing splitter over windows that would normally be clipped from the DC obtained by

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.PL,1.1,1.2 Tags.pm,1.1,1.2

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32576/Win32-GUI-Constants Modified Files: Constants.PL Tags.pm Log Message: More Win32::GUI::Constants support Index: Constants.PL ===

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.82,1.83 GUI.pm,1.41,1.42 GUI.xs,1.56,1.57 Makefile.PL,1.20,1.21 GUI_Constants.cpp,1.6,NONE

2006-05-16 Thread Robert May
! else ! RETVAL = 0x; OUTPUT: RETVAL Index: CHANGELOG === RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** CH

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DropFiles/t 02_old_callback.t,1.1,1.2 03_new_callback.t,1.1,1.2 04_GetDroppedFiles.t,1.1,1.2 05_GetDroppedFile.t,1.1,1.2 06_GetDropPos.t,1.1,1.2 07_DragQ

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32576/Win32-GUI-DropFiles/t Modified Files: 02_old_callback.t 03_new_callback.t 04_GetDroppedFiles.t 05_GetDroppedFile.t 06_GetDropPos.t 07_DragQueryFile.t

[Perl-win32-gui-cvscommit] Win32-GUI/t 01_basic.t,1.5,1.6 02_window.t,1.2,1.3 03_button.t,1.2,1.3 04_cov.t,1.2,1.3 05_AcceleratorTable.t,1.1,1.2 05_Menu.t,1.1,1.2 05_Timer_01_OEM.t,1.2,1.3 05_Timer_02

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32576/t Modified Files: 01_basic.t 02_window.t 03_button.t 04_cov.t 05_AcceleratorTable.t 05_Menu.t 05_Timer_01_OEM.t 05_Timer_02_NEM.t 05_Timer_03_Interval.t 05_Timer_04_K

[Perl-win32-gui-cvscommit] Win32-GUI/samples Animation.pl,1.1,1.2 BitmapScroll.pl,1.5,1.6 DateTime.pl,1.1,1.2 Draw.pl,1.1,1.2 EventModel.pl,1.1,1.2 GetOpenFileName.pl,1.1,1.2 MDI.pl,1.2,1.3 MonthCal.p

2006-05-16 Thread Robert May
1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MonthCal.pl 8 May 2004 17:31:22 - 1.1 --- MonthCal.pl 16 May 2006 18:57:26 - 1.2 *** *** 4,8 # use strict; ! use Win32::GUI; # main Window --- 4,9 # use strict; ! use warnings; ! use Win32::GUI();

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants/t 52_tags.t,1.1,1.2 98_pod.t,1.1,1.2 99_pod_coverage.t,1.1,1.2

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32576/Win32-GUI-Constants/t Modified Files: 52_tags.t 98_pod.t 99_pod_coverage.t Log Message: More Win32::GUI::Constants support Index: 99_pod_coverage.t =

[Perl-win32-gui-cvscommit] Win32-GUI/samples SPLASH.bmp,NONE,1.1

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5581/samples Added Files: SPLASH.bmp Log Message: Added bitmap to make SplashScreen sample work --- NEW FILE: SPLASH.bmp --- (This appears to be a binary file; contents omitted.)

[Perl-win32-gui-cvscommit] Win32-GUI/t 02_constants.t,NONE,1.1

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7950 Added Files: 02_constants.t Log Message: new tests that Win32::GUI delegates to Win32::GUI::Constants with appropriate warnings --- NEW FILE: 02_constants.t --- #!perl -wT # Win32::G

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.83,1.84

2006-05-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8737 Modified Files: CHANGELOG Log Message: added missing comment on new file t\01_constants.t Index: CHANGELOG === RCS file:

[Perl-win32-gui-cvscommit] Win32-GUI GUI.pm,1.42,1.43

2006-05-17 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31604 Modified Files: GUI.pm Log Message: typo corrected Index: GUI.pm === RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.pm,1.1,1.2

2006-05-17 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32035/Win32-GUI-Constants Modified Files: Constants.pm Log Message: Fix for backwards compatibility with Win32::GUI::CONSTNAME barewords Index: Constants.pm =

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.pm,1.2,1.3

2006-05-17 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23602/Win32-GUI-Constants Modified Files: Constants.pm Log Message: Fix for backwards compatibility with CONSTNAME barewords Index: Constants.pm =

[Perl-win32-gui-cvscommit] Win32-GUI GUI.pm,1.43,1.44

2006-05-18 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23518 Modified Files: GUI.pm Log Message: Fix Win32::GUI::constant() to support old calling method for WIN32__GUI__ constants Index: GUI.pm =

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.pm,1.3,1.4

2006-05-18 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23518/Win32-GUI-Constants Modified Files: Constants.pm Log Message: Fix Win32::GUI::constant() to support old calling method for WIN32__GUI__ constants Index: Constants.

[Perl-win32-gui-cvscommit] Win32-GUI GUI.pm,1.44,1.45

2006-05-30 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20384 Modified Files: GUI.pm Log Message: Don't let subclasses of Win32::GUI inherit Win32::GUI::import Index: GUI.pm === RCS

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.84,1.85 GUI.pm,1.45,1.46 GUI.xs,1.57,1.58

2006-06-01 Thread Robert May
= RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -d -r1.84 -r1.85 *** CHANGELOG 16 May 2006 19:18:30 - 1.84 --- CHANGELOG 1 Jun 2006 19:46:11 - 1.85 *** *** 6,9 --- 6,21 Win32-GUI C

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.PL,1.2,1.3 Tags.pm,1.2,1.3

2006-06-01 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7193/Win32-GUI-Constants Modified Files: Constants.PL Tags.pm Log Message: Enhanced resouce loaing for Icons/Bitmaps and Cursors Index: Constants.PL =

[Perl-win32-gui-cvscommit] Win32-GUI GridLayout.pm,1.6,1.7

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14429 Modified Files: GridLayout.pm Log Message: Corrected documented order of constructor parameters Index: GridLayout.pm ===

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DropFiles Makefile.PL, 1.2, 1.3

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15275/Win32-GUI-DropFiles Modified Files: Makefile.PL Log Message: correct typo Index: Makefile.PL === RCS

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/t - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19934/t Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/t added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/demos - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20447/demos Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/demos added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/demos/UnComplete - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/demos/UnComplete In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20488/UnComplete Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/demos/UnComplete added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/Samples DHtmlEdit.pl, 1.1, NONE DHtmlEdit.pm, 1.1, NONE DHtmlEditor.pl, 1.1, NONE Google.pl, 1.1, NONE Info.bat, 1.1, NONE InfoControl.pl, 1.1,

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/Samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22088/Samples Removed Files: DHtmlEdit.pl DHtmlEdit.pm DHtmlEditor.pl Google.pl Info.bat InfoControl.pl MShtml.pl Movie.avi MovieControl.pl MsFlexG

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/Samples/UnComplete MsFlexGrid.pm, 1.1, NONE

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/Samples/UnComplete In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22088/Samples/UnComplete Removed Files: MsFlexGrid.pm Log Message: Merge AxWindow into core distribution --- MsFlexGrid.pm DELETED ---

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/demos DHtmlEdit.pl, NONE, 1.1 InfoControl.pl, NONE, 1.1 MShtml.pl, NONE, 1.1 Movie.avi, NONE, 1.1 MovieControl.pl, NONE, 1.1 MsFlexGrid.pl, NONE

2006-06-11 Thread Robert May
ot;Control", -pos => [0, 0], -size=> [400, 400], -control => "Shell.Explorer.2", ) or die "new Control"; # Enum Property info my $html = ""; $html .= "\n"; $html .= "AxWindow WebBrowser Properties\n"; $html .= &quo

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/demos/UnComplete DHtmlEdit.pm, NONE, 1.1 DHtmlEditor.pl, NONE, 1.1 Google.pl, NONE, 1.1 MsFlexGrid.pm, NONE, 1.1

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/demos/UnComplete In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22088/demos/UnComplete Added Files: DHtmlEdit.pm DHtmlEditor.pl Google.pl MsFlexGrid.pm Log Message: Merge AxWindow into core distribution --- NEW FILE: D

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/t 01_load.t, NONE, 1.1 02_new.t, NONE, 1.1 98_pod.t, NONE, 1.1 99_pod_coverage.t, NONE, 1.1

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22088/t Added Files: 01_load.t 02_new.t 98_pod.t 99_pod_coverage.t Log Message: Merge AxWindow into core distribution --- NEW FILE: 99_pod_coverage.t --- #!perl -wT # Wi

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow AxWindowRC.PL, NONE, 1.1 TODO, NONE, 1.1 AxWindow.pm, 1.1, 1.2 AxWindow.xs, 1.1, 1.2 Changes, 1.1, 1.2 Makefile.PL, 1.1, 1.2 TYPEMAP, 1.1, 1.2 A

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22088 Modified Files: AxWindow.pm AxWindow.xs Changes Makefile.PL TYPEMAP Added Files: AxWindowRC.PL TODO Removed Files: AxWindow.html MANIFEST README Log

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/t - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12838/t Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/t added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/demos - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13408/demos Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/demos added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/demos 1.bmp, NONE, 1.1 1.png, NONE, 1.1 1.tga, NONE, 1.1 2.bmp, NONE, 1.1 2.png, NONE, 1.1 2.tga, NONE, 1.1 3.bmp, NONE, 1.1 3.png, NONE, 1.1 3.

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15562/demos Added Files: 1.bmp 1.png 1.tga 2.bmp 2.png 2.tga 3.bmp 3.png 3.tga 4.bmp 4.png 4.tga 5.bmp 5.png 5.tga Zapotec.bmp Zapotec.jpg Zapotec.zi

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/samples INFO2.PL, 1.1, NONE Zapotec.zip, 1.1, NONE demo.pl, 1.1, NONE demo2.pl, 1.1, NONE info.pl, 1.1, NONE piv.pl, 1.1, NONE test1.pl, 1.1, NO

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15562/samples Removed Files: INFO2.PL Zapotec.zip demo.pl demo2.pl info.pl piv.pl test1.pl test10.pl test11.pl test12.pl test13.pl test14.pl test15.pl

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/samples/bmp 1.bmp, 1.1, NONE 1.png, 1.1, NONE 1.tga, 1.1, NONE 2.bmp, 1.1, NONE 2.png, 1.1, NONE 2.tga, 1.1, NONE 3.bmp, 1.1, NONE 3.png, 1.1, N

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/samples/bmp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15562/samples/bmp Removed Files: 1.bmp 1.png 1.tga 2.bmp 2.png 2.tga 3.bmp 3.png 3.tga 4.bmp 4.png 4.tga 5.bmp 5.png 5.tga Zapotec.JPG Zapotec.bmp

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/t 01_load.t, NONE, 1.1 02_new.t, NONE, 1.1 98_pod.t, NONE, 1.1 99_pod_coverage.t, NONE, 1.1

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15562/t Added Files: 01_load.t 02_new.t 98_pod.t 99_pod_coverage.t Log Message: Merge DIBitmap into core distribution --- NEW FILE: 99_pod_coverage.t --- #!perl -wT # Wi

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/extlib libfreeimage-cygwin.a, NONE, 1.1 Readme.txt, 1.1, 1.2

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/extlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15562/extlib Modified Files: Readme.txt Added Files: libfreeimage-cygwin.a Log Message: Merge DIBitmap into core distribution --- NEW FILE: libfreeimage-cy

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap DIBitmapRC.PL, NONE, 1.1 TODO, NONE, 1.1 Changes, 1.1, 1.2 DIBitmap.pm, 1.1, 1.2 DIBitmap.xs, 1.1, 1.2 Makefile.PL, 1.1, 1.2 TYPEMAP, 1.1, 1.2 D

2006-06-11 Thread Robert May
::GUI::DIBitmap method ! + newFromGD ! + CopyFromGD, CopyToGD : Must have Same Size and BPP. ! - UPDATE 1 : Add switch for old GD version ! - UPDATE 2 : Correct upside down bitmap bug ! 0.06 28 / 05 / 2002 ! - Use FreeImage 2.5.3 ! -

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid/t - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19013/t Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/t added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid/demos - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20010/demos Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/demos added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid/demos one.bmp, NONE, 1.1 test1.pl, NONE, 1.1 test2.pl, NONE, 1.1 test3.pl, NONE, 1.1 test4.pl, NONE, 1.1 test5.pl, NONE, 1.1 test6.pl, NONE, 1.1 thr

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/demos Added Files: one.bmp test1.pl test2.pl test3.pl test4.pl test5.pl test6.pl three.bmp two.bmp Log Message: Merge Grid into core distribution --- NEW

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid/samples one.bmp, 1.1, NONE test1.pl, 1.1, NONE test2.pl, 1.1, NONE test3.pl, 1.1, NONE test4.pl, 1.1, NONE test5.pl, 1.1, NONE test6.pl, 1.1, NONE t

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/samples Removed Files: one.bmp test1.pl test2.pl test3.pl test4.pl test5.pl test6.pl three.bmp two.bmp Log Message: Merge Grid into core distribution --

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid/t 01_load.t, NONE, 1.1 02_new.t, NONE, 1.1 98_pod.t, NONE, 1.1 99_pod_coverage.t, NONE, 1.1

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/t Added Files: 01_load.t 02_new.t 98_pod.t 99_pod_coverage.t Log Message: Merge Grid into core distribution --- NEW FILE: 99_pod_coverage.t --- #!perl -wT # Win32::GUI

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid/MFCGrid GridCellCheck.cpp, 1.1, 1.2 GridCellCombo.cpp, 1.1, 1.2 GridCellDateTime.cpp, 1.1, 1.2 GridCellDateTime.h, 1.1, 1.2 GridCtrl.cpp, 1.1, 1.2 M

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/MFCGrid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/MFCGrid Modified Files: GridCellCheck.cpp GridCellCombo.cpp GridCellDateTime.cpp GridCellDateTime.h GridCtrl.cpp Makefile StdAfx.cpp StdAfx.h Log Message

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid GridRC.PL, NONE, 1.1 TODO, NONE, 1.1 Changes, 1.1, 1.2 Grid.pm, 1.1, 1.2 Grid.xs, 1.1, 1.2 Makefile.PL, 1.1, 1.2 TYPEMAP, 1.1, 1.2 MANIFEST, 1.1, NO

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182 Modified Files: Changes Grid.pm Grid.xs Makefile.PL TYPEMAP Added Files: GridRC.PL TODO Removed Files: MANIFEST README Log Message: Merge Grid into core

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla/t - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23679/t Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/t added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla/demos - New directory

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25842/demos Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/demos added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla/Samples Editor.pl, 1.1, NONE test.pl, 1.1, NONE test2.pl, 1.1, NONE

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26402/Samples Removed Files: Editor.pl test.pl test2.pl Log Message: Merge Scintilla into core distribution --- test2.pl DELETED --- --- test.pl DELETED --- ---

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla/demos Editor.pl, NONE, 1.1 test.pl, NONE, 1.1 test2.pl, NONE, 1.1

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26402/demos Added Files: Editor.pl test.pl test2.pl Log Message: Merge Scintilla into core distribution --- NEW FILE: test2.pl --- # perl -w use strict; use warning

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla/t 01_load.t, NONE, 1.1 02_new.t, NONE, 1.1 98_pod.t, NONE, 1.1 99_pod_coverage.t, NONE, 1.1

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26402/t Added Files: 01_load.t 02_new.t 98_pod.t 99_pod_coverage.t Log Message: Merge Scintilla into core distribution --- NEW FILE: 99_pod_coverage.t --- #!perl -wT #

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla/Include License.txt, NONE, 1.1 Readme.txt, 1.1, 1.2 SciLexer.dll, 1.2, 1.3 Scintilla.iface, 1.1, 1.2 autogen.pl, 1.1, NONE

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26402/Include Modified Files: Readme.txt SciLexer.dll Scintilla.iface Added Files: License.txt Removed Files: autogen.pl Log Message: Merge Scint

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla Scintilla.PL, NONE, 1.1 Scintilla.pod, NONE, 1.1 ScintillaRC.PL, NONE, 1.1 TODO, NONE, 1.1 Changes, 1.2, 1.3 Makefile.PL, 1.1, 1.2 Perl.pm, 1.1

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26402 Modified Files: Changes Makefile.PL Perl.pm Scintilla.xs Typemap Added Files: Scintilla.PL Scintilla.pod ScintillaRC.PL TODO Removed Files: MANIFEST

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid Makefile.PL, 1.2, 1.3

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-Grid Modified Files: Makefile.PL Log Message: Fix cygwin and mingw builds Index: Makefile.PL ==

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.85, 1.86 GUI.pm, 1.46, 1.47 GUI.xs, 1.58, 1.59 MANIFEST, 1.16, 1.17

2006-06-11 Thread Robert May
6 21:00:15 - 1.86 *** *** 6,9 --- 6,33 Win32-GUI ChangeLog ======= + + [Robert May] : 11 June 2006 - Fix Cygwin build + - All Makefile.PL: add MY::special_targets to add .rc and .res to + .SUFFIXES + - All Makefile.PL: turn off warnings, to

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants/hash Makefile.PL, 1.1, 1.2

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/hash In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-Constants/hash Modified Files: Makefile.PL Log Message: Fix cygwin and mingw builds Index: Makefile.PL =

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants/t 52_tags.t, 1.2, 1.3

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-Constants/t Modified Files: 52_tags.t Log Message: Fix cygwin and mingw builds Index: 52_tags.t ===

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.PL, 1.3, 1.4 Constants.xs, 1.1, 1.2 Makefile.PL, 1.1, 1.2

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-Constants Modified Files: Constants.PL Constants.xs Makefile.PL Log Message: Fix cygwin and mingw builds Index: Constants.PL =

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow Makefile.PL, 1.2, 1.3

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-AxWindow Modified Files: Makefile.PL Log Message: Fix cygwin and mingw builds Index: Makefile.PL ==

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DropFiles Makefile.PL, 1.3, 1.4

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-DropFiles Modified Files: Makefile.PL Log Message: Fix cygwin and mingw builds Index: Makefile.PL

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap Makefile.PL, 1.2, 1.3

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-DIBitmap Modified Files: Makefile.PL Log Message: Fix cygwin and mingw builds Index: Makefile.PL ==

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla Makefile.PL, 1.2, 1.3 Scintilla.PL, 1.1, 1.2 ScintillaRC.PL, 1.1, 1.2 TODO, 1.1, 1.2

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-Scintilla Modified Files: Makefile.PL Scintilla.PL ScintillaRC.PL TODO Log Message: Fix cygwin and mingw builds Index: ScintillaRC.PL

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla/demos Editor.pl, 1.1, 1.2

2006-06-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/demos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12378/Win32-GUI-Scintilla/demos Modified Files: Editor.pl Log Message: Fix cygwin and mingw builds Index: Editor.pl ===

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid Grid.xs, 1.2, 1.3

2006-06-14 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3665/Win32-GUI-Grid Modified Files: Grid.xs Log Message: Fixes: typos and Scintilla::Perl default styles Index: Grid.xs ===

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla Changes, 1.3, 1.4 Perl.pm, 1.2, 1.3 Scintilla.pod, 1.1, 1.2 TODO, 1.2, 1.3

2006-06-14 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3665/Win32-GUI-Scintilla Modified Files: Changes Perl.pm Scintilla.pod TODO Log Message: Fixes: typos and Scintilla::Perl default styles Index: Scintilla.pod

[Perl-win32-gui-cvscommit] Win32-GUI/docs GUI.pod,1.4,1.5

2006-06-14 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3665/docs Modified Files: GUI.pod Log Message: Fixes: typos and Scintilla::Perl default styles Index: GUI.pod === RCS fil

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.86, 1.87 GUI.pm, 1.47, 1.48 GUI_MessageLoops.cpp, 1.20, 1.21 MANIFEST, 1.17, 1.18

2006-06-14 Thread Robert May
Win32-GUI ChangeLog === + + [Robert May] : 14 June 2006 - Fix Cygwin build + - GUI.pm - fix docs; fix NotifyIcon->new to not modify parent if + failure on creation + - GUI_MessageLoops.cpp - fix documentation + - MANIFEST - corrected + --- Win32::

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Changes, NONE, 1.1 TODO, NONE, 1.1

2006-06-14 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3665/Win32-GUI-Constants Added Files: Changes TODO Log Message: Fixes: typos and Scintilla::Perl default styles --- NEW FILE: Changes --- Revision history for Perl extens

[Perl-win32-gui-cvscommit] Win32-GUI/samples standard_images.pl, NONE, 1.1

2006-06-15 Thread Robert May
using # Win32::GUI::Icon->new(ID) # Win32::GUI::Cursor->new(ID) and # Win32::GUI::Bitmap->new(ID) # # Robert May, May 2006 # use strict; use warnings; use Win32::GUI 1.03_03, qw(CW_USEDEFAULT :icon :cursor :bitmap); my ($icon, $cursor, $bitmap); my @icons = sort grep /^IDI_|^OIC_/, @{W

[Perl-win32-gui-cvscommit] Win32-GUI GUI.pm,1.48,1.49

2006-06-15 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13845 Modified Files: GUI.pm Log Message: Correct references in docs from shell.dll to shell32.dll Index: GUI.pm === RCS file:

[Perl-win32-gui-cvscommit] Win32-GUI/samples Tutorial_Part1_hello1.pl, 1.1, 1.2 Tutorial_Part1_hello2.pl, 1.1, 1.2 Tutorial_Part1_hello3.pl, 1.1, 1.2 Tutorial_Part1_hello4.pl, 1.1, 1.2 Tutorial_Part1_

2006-06-23 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10102/samples Modified Files: Tutorial_Part1_hello1.pl Tutorial_Part1_hello2.pl Tutorial_Part1_hello3.pl Tutorial_Part1_hello4.pl Tutorial_Part1_hello5.pl Tutorial_Pa

[Perl-win32-gui-cvscommit] Win32-GUI GUI.pm, 1.49, 1.50 GUI.xs, 1.59, 1.60 GUI_Helpers.cpp, 1.19, 1.20 GUI_Options.cpp, 1.14, 1.15 MonthCal.xs, 1.1, 1.2

2006-06-23 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10102 Modified Files: GUI.pm GUI.xs GUI_Helpers.cpp GUI_Options.cpp MonthCal.xs Log Message: Add ClassData() method and fix memory leaks Index: GUI_Options.cpp ==

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.87,1.88

2006-06-23 Thread Robert May
=== + + [Robert May] : 23 June 2006 - ClassData method and memory leak fixes + - GUI.pm, GUI.xs, GUI_Helpers.cpp - change implementation of + UserData() method, and add ClassData() method. + - GUI_Helpers.cpp, GUI.xs, GUI_Options.cpp, MonthCal.xs - change av_undef + and

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.88, 1.89 GUI.pm, 1.50, 1.51 GUI.xs, 1.60, 1.61 Textfield.xs, 1.7, 1.8

2006-06-23 Thread Robert May
n32-GUI/CHANGELOG,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** CHANGELOG 23 Jun 2006 18:36:10 - 1.88 --- CHANGELOG 23 Jun 2006 23:08:07 - 1.89 *** *** 6,9 --- 6,17 Win32-GUI ChangeLog === + + [R

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.PL, 1.4, 1.5

2006-06-23 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8132/Win32-GUI-Constants Modified Files: Constants.PL Log Message: Add -wantreturn option for Textfields and RichEdit; Add Animate() window method Index: Constants.PL ==

[Perl-win32-gui-cvscommit] Win32-GUI/samples AnimateWindow.pl, NONE, 1.1

2006-06-24 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14347 Added Files: AnimateWindow.pl Log Message: Add missing AnimateWindow sample --- NEW FILE: AnimateWindow.pl --- #!perl -w use strict; use warnings; # Show off window animation

[Perl-win32-gui-cvscommit] Win32-GUI GUI.h,1.28,1.29

2006-06-24 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27159 Modified Files: GUI.h Log Message: Add WINVER definition (need for MinGW) Index: GUI.h === RCS file: /cvsroot/perl-win32

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.89, 1.90 DC.xs, 1.13, 1.14

2006-06-24 Thread Robert May
ieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** CHANGELOG 23 Jun 2006 23:08:07 - 1.89 --- CHANGELOG 24 Jun 2006 14:53:12 - 1.90 *** *** 6,9 --- 6,13 Win32-GUI ChangeLog ======= + + [Robert May] : 24 June 2006 - ExtCreateRgn and GetRgnD

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.90, 1.91 DC.xs, 1.14, 1.15

2006-06-26 Thread Robert May
-r1.90 -r1.91 *** CHANGELOG 24 Jun 2006 14:53:12 -0000 1.90 --- CHANGELOG 26 Jun 2006 18:22:52 - 1.91 *** *** 6,9 --- 6,13 Win32-GUI ChangeLog === + + [Robert May] : 26 June 2006 - Rename ExtCreateRgn and GetRgnData + - DC.xs - rename ExtC

[Perl-win32-gui-cvscommit] Win32-GUI/scripts - New directory

2006-06-26 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4247/scripts Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/scripts added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.91, 1.92 Makefile.PL, 1.21, 1.22

2006-06-26 Thread Robert May
** --- 6,13 Win32-GUI ChangeLog === + + [Robert May] : 26 June 2006 - win32-gui-demos.pl +- added new file scripts\win32-gui-demos.pl +- Makefile.PL - updated to install new win32-gui-demos script + + [Robert May] : 26 June 2006 - Rename ExtCreateRgn and GetRgnData

[Perl-win32-gui-cvscommit] Win32-GUI/scripts win32-gui-demos.pl, NONE, 1.1

2006-06-26 Thread Robert May
the Win32::GUI demonstrations # $Id: win32-gui-demos.pl,v 1.1 2006/06/26 18:28:35 robertemay Exp $ # (c) Robert May, 2006. This software is released # under the same terms as perl itself. # TODO: # help window # mouse feedback on launching events # hide console windows on launch # load_treeview

[Perl-win32-gui-cvscommit] Win32-GUI/samples Tutorial_Part4_NotifyIcon.pl, 1.2, 1.3

2006-06-26 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23105/samples Modified Files: Tutorial_Part4_NotifyIcon.pl Log Message: Remove unnecessary -id option and bring in line with tutorial docs Index: Tutorial_Part4_NotifyIcon.pl ===

[Perl-win32-gui-cvscommit] Win32-GUI/scripts win32-gui-demos.pl, 1.1, 1.2

2006-06-27 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12752/scripts Modified Files: win32-gui-demos.pl Log Message: Fix help windows for win32-gui-demos and NotifyIcon.pl sample Index: win32-gui-demos.pl

[Perl-win32-gui-cvscommit] Win32-GUI/samples NotifyIcon.pl, 1.3, 1.4

2006-06-27 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12752/samples Modified Files: NotifyIcon.pl Log Message: Fix help windows for win32-gui-demos and NotifyIcon.pl sample Index: NotifyIcon.pl ==

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes - New directory

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16350/Win32-GUI-ReleaseNotes Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes/t - New directory

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16455/t Log Message: Directory /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/t added to the repository

[Perl-win32-gui-cvscommit] Win32-GUI BitmapInline.pm,1.3,1.4

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20345 Modified Files: BitmapInline.pm Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: BitmapInline.pm === RCS

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.92,1.93

2006-07-16 Thread Robert May
=== + [Robert May] : 26 June 2006 - win32-gui-demos.pl !- added new file scripts\win32-gui-demos.pl !- Makefile.PL - updated to install new win32-gui-demos script + [Robert May] : 26 June 2006 - Rename ExtCreateRgn and GetRgnData --- 6,20 Win32-GUI ChangeLog

[Perl-win32-gui-cvscommit] Win32-GUI GridLayout.pm,1.7,1.8

2006-07-16 Thread Robert May
GUI::GridLayout version 0.04, 06 April 2005. ! ! =item Win32::GUI::GridLayout version 0.03, 13 April 1999. ! ! =back =head1 AUTHOR ! Original Author Mike Kangas ( C<[EMAIL PROTECTED]> ); ! additional coding by ! Aldo Calpini ( C<[EMAIL PROTECTED]> ), ! Alexander Romanenko

[Perl-win32-gui-cvscommit] Win32-GUI GUI.pm,1.51,1.52

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20857 Modified Files: GUI.pm Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: GUI.pm === RCS file: /cvsroot/pe

[Perl-win32-gui-cvscommit] Win32-GUI GUI_MessageLoops.cpp, 1.21, 1.22

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20892 Modified Files: GUI_MessageLoops.cpp Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: GUI_MessageLoops.cpp =

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes/t 98_pod.t, NONE, 1.1

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-ReleaseNotes/t Added Files: 98_pod.t Log Message: Doc updates and add Win32::GUI::ReleaseNotes --- NEW FILE: 98_pod.t --- #!perl -wT # Win32::GUI::R

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow AxWindow.pm, 1.2, 1.3

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-AxWindow Modified Files: AxWindow.pm Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: AxWindow.pm =

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DropFiles DropFiles.pm, 1.1, 1.2

2006-07-16 Thread Robert May
further details of the Win32 API functions. *** *** 291,296 =head1 AUTHORS ! Robert May, E[EMAIL PROTECTED] ! Reini Urban, E[EMAIL PROTECTED] =head1 COPYRIGHT AND LICENSE --- 293,298 =head1 AUTHORS ! Robert May (C<[EMAIL PROTECTED]>) ! Reini Urban (C<[EMAIL PROTECTED]>) =head1 COPYRIGHT AND LICENSE

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.pm, 1.4, 1.5 Tags.pm, 1.3, 1.4

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-Constants Modified Files: Constants.pm Tags.pm Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: Constants.pm =

[Perl-win32-gui-cvscommit] Win32-GUI/build_tools doHTMLDocs.pl, 1.2, 1.3

2006-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/build_tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/build_tools Modified Files: doHTMLDocs.pl Log Message: Doc updates and add Win32::GUI::ReleaseNotes Index: doHTMLDocs.pl ===

  1   2   3   4   >