You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
(31) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(6) |
Feb
|
Mar
(17) |
Apr
(17) |
May
(27) |
Jun
(67) |
Jul
(26) |
Aug
(15) |
Sep
(2) |
Oct
(24) |
Nov
(6) |
Dec
|
2007 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(28) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
(21) |
Feb
(45) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(3) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
(1) |
3
|
4
|
5
(5) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
From: Robert M. <rob...@us...> - 2006-11-05 20:37:48
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24840 Modified Files: Readme Readme.html Log Message: 1.05 Release Index: Readme.html =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Readme.html 5 Nov 2006 20:04:49 -0000 1.9 --- Readme.html 5 Nov 2006 20:37:46 -0000 1.10 *************** *** 1,223 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! <title>Win32::GUI::UserGuide::Readme - Perl-Win32 Graphical User Interface Extension README</title> ! <link rev="made" href="mailto:" /> ! </head> ! <body style="background-color: white"> ! <p><a name="__index__"></a></p> <!-- INDEX BEGIN --> ! <ul> ! <li><a href="#name">NAME</a></li> ! <li><a href="#description">DESCRIPTION</a></li> ! <li><a href="#availability">AVAILABILITY</a></li> ! <li><a href="#installing">INSTALLING</a></li> ! <ul> ! <li><a href="#activestate_activeperl_ppms">ActiveState ActivePerl PPMs</a></li> ! <li><a href="#cygwin">Cygwin</a></li> ! </ul> ! <li><a href="#building_from_source">Building from source</a></li> ! <ul> ! <li><a href="#microsoft_visual_c___v6">Microsoft Visual C++ V6</a></li> ! <li><a href="#mingw_and_extutils__fakeconfig">MinGW and ExtUtils::FakeConfig</a></li> ! <li><a href="#cygwin">Cygwin</a></li> ! </ul> ! <li><a href="#documentation">Documentation</a></li> ! <ul> ! <li><a href="#pod_documentation">POD documentation</a></li> ! <li><a href="#html_documentation">HTML Documentation</a></li> ! </ul> ! <li><a href="#building_your_own_ppm_from_source">Building your own PPM from source</a></li> ! <li><a href="#version">VERSION</a></li> ! <li><a href="#support">SUPPORT</a></li> ! <li><a href="#copyright_and_licence">COPYRIGHT and LICENCE</a></li> ! </ul> <!-- INDEX END --> ! <hr /> ! <p> ! </p> ! <h1><a name="name">NAME</a></h1> ! <p>Win32::GUI::UserGuide::Readme - Perl-Win32 Graphical User Interface Extension README</p> ! <p> ! </p> ! <hr /> ! <h1><a name="description">DESCRIPTION</a></h1> ! <p>Win32::GUI is a Win32-platform native graphical user interface toolkit for perl. Basically, it's an XS implementation of most of the functions found in user32.dll and gdi32.dll, with an object oriented perl interface and an ! event-based dialog model that mimic the functionality of visual basic.</p> ! <p> ! </p> ! <hr /> ! <h1><a name="availability">AVAILABILITY</a></h1> ! <p>This is the README file for Win32::GUI v1.05 ! built on 05 Nov 2006.</p> ! <p>Source and ActiveState Perl PPMs are available from ! <a href="http://sourceforge.net/project/showfiles.php?group_id=16572">http://sourceforge.net/project/showfiles.php</a>.</p> ! <p>A cygwin distribution (available through cygwin's setup.exe) is maintained ! by Reini Urban (<a href="mailto:ru...@x-...">ru...@x-...</a>)</p> ! <p>If the Win32::GUI version number contains an underscore, then it is an alpha, beta or release candidate distribution. If there is no such underscore, then ! it is a stable release.</p> ! <p> ! </p> ! <hr /> ! <h1><a name="installing">INSTALLING</a></h1> ! <p> ! </p> ! <h2><a name="activestate_activeperl_ppms">ActiveState ActivePerl PPMs</a></h2> ! <p>It is recommended to uninstall any previous version of Win32::GUI before installing a new version. This ensures old documentation is removed correctly. ! From a command prompt run:</p> ! <pre> ! ppm uninstall Win32-GUI</pre> ! <p>If you have any packages that are dependent on Win32::GUI you may need to add ! the <code>-force</code> option to the command line. See your documentation for PPM.</p> ! <p>Unzip the PPM distribution into a local directory. From a command ! prompt in that directory run:</p> ! <pre> ! ppm install ./Win32-GUI.ppd</pre> ! <p> ! </p> ! <h2><a name="cygwin">Cygwin</a></h2> ! <p>Runtime requirements:</p> ! <pre> cygwin perl-5.8.6 ! w32api</pre> ! <p>Use the cygwin setup.exe tool to locate, download and install ! the perl-Win32-GUI binary package.</p> ! <p>Cygwin port questions to the mailinglist <<a href="mailto:cy...@cy...">cy...@cy...</a>></p> ! <p> ! </p> ! <hr /> ! <h1><a name="building_from_source">Building from source</a></h1> ! <p>Unpack the distribution into a local directory, and from a command ! prompt in that directory follow the instructions below.</p> ! <p>These instructions assume that you have already set up your build environment, and can build source distributions. The following ! environments are known to work:</p> ! <p> ! </p> ! <h2><a name="microsoft_visual_c___v6">Microsoft Visual C++ V6</a></h2> ! <p>Other versions may work. There are reported issues with VC++ 7 which links with a different C runtime to VC++ 6, and so you may have ! issues running an extension built with VC++ 7 with the ActiveState Perls.</p> ! <pre> perl Makefle.PL nmake nmake test ! nmake install</pre> ! <p> ! </p> ! <h2><a name="mingw_and_extutils__fakeconfig">MinGW and ExtUtils::FakeConfig</a></h2> ! <pre> perl -MConfig_m Makefile.PL nmake nmake test ! nmake install</pre> ! <p>Built this way the GUI.dll extension can be very large (~3MB). There is a ! module in the <em>build_tools</em> directory that works with <strong>Config_m</strong> and ! <a href="/ExtUtils/FakeConfig.html">Extutils::FakeConfig</a> to set the MinGW compiler flags more optimally. If you want to try this, then replace the first ! command with:</p> ! <pre> ! perl -Ibuild_tools -MConfig_mO Makefile.PL</pre> ! <p> ! </p> ! <h2><a name="cygwin">Cygwin</a></h2> ! <p>Build requirements (over and above the runtime requirements above):</p> ! <pre> cygwin cygutils gcc make ! gzip</pre> ! <p>Build instructions:</p> ! <p>unpack <em>perl-Win32-GUI-X.XX-X-src.tar.bz2</em>. If you use setup to install ! this src package, it will be unpacked under <em>/usr/src</em> automatically.</p> ! <pre> cd /usr/src ! ./perl-Win32-GUI-X.XX-X.sh all</pre> ! <p>This will create:</p> ! <pre> /usr/src/perl-Win32-GUI-X.XX-X.tar.bz2 ! /usr/src/perl-Win32-GUI-X.XX-X-src.tar.bz2</pre> ! <p>Port Notes:</p> ! <p>The dll's must probably be rebased. If a remap error occurs run rebaseall from ! the rebase package. The packaged version is already rebased to my personal settings.</p> ! <p>For a source build from the official source, the standard build process ! should be sufficient:</p> ! <pre> Perl Makefile.PL make make test ! make install</pre> ! <p> ! </p> ! <hr /> ! <h1><a name="documentation">Documentation</a></h1> ! <p> ! </p> ! <h2><a name="pod_documentation">POD documentation</a></h2> ! <p>When building from source the POD documentation is built automatically ! by the make process. It can also be generated by issuing:</p> ! <pre> ! nmake poddocs;</pre> ! <p> ! </p> ! <h2><a name="html_documentation">HTML Documentation</a></h2> ! <p>HTML documentation is included with the PPM distributions, and installed ! into your ActiveState Perl documentation tree by the install process.</p> ! <p>The HTML documentation can also be generated by issuing:</p> ! <pre> ! nmake htmldocs;</pre> ! <p> ! </p> ! <hr /> ! <h1><a name="building_your_own_ppm_from_source">Building your own PPM from source</a></h1> ! <p>You will need <strong>tar</strong>, <strong>gzip</strong> and <strong>zip</strong> utilities on your path. Issue ! the following commands.</p> ! <pre> perl Makefile.PL (adjust as necessary for your build environment) nmake nmake test ! nmake ppm</pre> ! <p>This procedure will generate a PPM for your current perl environment, ! including the HTML documentation, ready for installation as above.</p> ! <p> ! </p> ! <hr /> ! <h1><a name="version">VERSION</a></h1> ! <p>Documentation for Win32::GUI v1.05 created 05 Nov 2006</p> ! <p>This document is autogenerated by the build process. Edits made here will be lost. ! Edit <em>docs/GUI/UserGuide/Readme.pod</em> instead.</p> ! <p> ! </p> ! <hr /> ! <h1><a name="support">SUPPORT</a></h1> ! <p>Homepage: <a href="http://perl-win32-gui.sourceforge.net/">http://perl-win32-gui.sourceforge.net/</a>.</p> ! <p>For further support join the users mailing list(<code>per...@li...</code>) from the website ! at <a href="http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users">http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users</a>. There is a searchable list archive at <a href="http://sourceforge.net/mail/?group_id=16572">http://sourceforge.net/mail/</a>.</p> ! <p> ! </p> ! <hr /> ! <h1><a name="copyright_and_licence">COPYRIGHT and LICENCE</a></h1> ! <p>Copyright (c) 1997..2006 Aldo Calpini. All rights reserved.</p> ! <p>This program is free software; you can redistribute it and/or ! modify it under the same terms as Perl itself.</p> ! </body> ! </html> --- 1,205 ---- ! <HTML> ! <HEAD> ! <TITLE>Win32::GUI::UserGuide::Readme - Perl-Win32 Graphical User Interface Extension README</TITLE> ! <LINK REV="made" HREF="mailto:"> ! </HEAD> ! <BODY> ! <A NAME="__index__"></A> <!-- INDEX BEGIN --> ! <UL> ! <LI><A HREF="#name">NAME</A></LI> ! <LI><A HREF="#description">DESCRIPTION</A></LI> ! <LI><A HREF="#availability">AVAILABILITY</A></LI> ! <LI><A HREF="#installing">INSTALLING</A></LI> ! <UL> ! <LI><A HREF="#activestate activeperl ppms">ActiveState ActivePerl PPMs</A></LI> ! <LI><A HREF="#cygwin">Cygwin</A></LI> ! </UL> ! <LI><A HREF="#building from source">Building from source</A></LI> ! <UL> ! <LI><A HREF="#microsoft visual c++ v6">Microsoft Visual C++ V6</A></LI> ! <LI><A HREF="#mingw and extutils::fakeconfig">MinGW and ExtUtils::FakeConfig</A></LI> ! <LI><A HREF="#cygwin">Cygwin</A></LI> ! </UL> ! <LI><A HREF="#documentation">Documentation</A></LI> ! <UL> ! <LI><A HREF="#pod documentation">POD documentation</A></LI> ! <LI><A HREF="#html documentation">HTML Documentation</A></LI> ! </UL> ! <LI><A HREF="#building your own ppm from source">Building your own PPM from source</A></LI> ! <LI><A HREF="#version">VERSION</A></LI> ! <LI><A HREF="#support">SUPPORT</A></LI> ! <LI><A HREF="#copyright and licence">COPYRIGHT and LICENCE</A></LI> ! </UL> <!-- INDEX END --> ! <HR> ! <P> ! <H1><A NAME="name">NAME</A></H1> ! <P>Win32::GUI::UserGuide::Readme - Perl-Win32 Graphical User Interface Extension README</P> ! <P> ! <HR> ! <H1><A NAME="description">DESCRIPTION</A></H1> ! <P>Win32::GUI is a Win32-platform native graphical user interface toolkit for perl. Basically, it's an XS implementation of most of the functions found in user32.dll and gdi32.dll, with an object oriented perl interface and an ! event-based dialog model that mimic the functionality of visual basic.</P> ! <P> ! <HR> ! <H1><A NAME="availability">AVAILABILITY</A></H1> ! <P>This is the README file for Win32::GUI v1.05 ! built on 05 Nov 2006.</P> ! <P>Source and ActiveState Perl PPMs are available from ! <A HREF="http://sourceforge.net/project/showfiles.php?group_id=16572">http://sourceforge.net/project/showfiles.php</A>.</P> ! <P>A cygwin distribution (available through cygwin's setup.exe) is maintained ! by Reini Urban (<A HREF="mailto:ru...@x-...">ru...@x-...</A>)</P> ! <P>If the Win32::GUI version number contains an underscore, then it is an alpha, beta or release candidate distribution. If there is no such underscore, then ! it is a stable release.</P> ! <P> ! <HR> ! <H1><A NAME="installing">INSTALLING</A></H1> ! <P> ! <H2><A NAME="activestate activeperl ppms">ActiveState ActivePerl PPMs</A></H2> ! <P>It is recommended to uninstall any previous version of Win32::GUI before installing a new version. This ensures old documentation is removed correctly. ! From a command prompt run:</P> ! <PRE> ! ppm uninstall Win32-GUI</PRE> ! <P>If you have any packages that are dependent on Win32::GUI you may need to add ! the <CODE>-force</CODE> option to the command line. See your documentation for PPM.</P> ! <P>Unzip the PPM distribution into a local directory. From a command ! prompt in that directory run:</P> ! <PRE> ! ppm install ./Win32-GUI.ppd</PRE> ! <P> ! <H2><A NAME="cygwin">Cygwin</A></H2> ! <P>Runtime requirements:</P> ! <PRE> cygwin perl-5.8.6 ! w32api</PRE> ! <P>Use the cygwin setup.exe tool to locate, download and install ! the perl-Win32-GUI binary package.</P> ! <P>Cygwin port questions to the mailinglist <<A HREF="mailto:cy...@cy...">cy...@cy...</A>></P> ! <P> ! <HR> ! <H1><A NAME="building from source">Building from source</A></H1> ! <P>Unpack the distribution into a local directory, and from a command ! prompt in that directory follow the instructions below.</P> ! <P>These instructions assume that you have already set up your build environment, and can build source distributions. The following ! environments are known to work:</P> ! <P> ! <H2><A NAME="microsoft visual c++ v6">Microsoft Visual C++ V6</A></H2> ! <P>Other versions may work. There are reported issues with VC++ 7 which links with a different C runtime to VC++ 6, and so you may have ! issues running an extension built with VC++ 7 with the ActiveState Perls.</P> ! <PRE> perl Makefle.PL nmake nmake test ! nmake install</PRE> ! <P> ! <H2><A NAME="mingw and extutils::fakeconfig">MinGW and ExtUtils::FakeConfig</A></H2> ! <PRE> perl -MConfig_m Makefile.PL nmake nmake test ! nmake install</PRE> ! <P>Built this way the GUI.dll extension can be very large (~3MB). There is a ! module in the <EM>build_tools</EM> directory that works with <STRONG>Config_m</STRONG> and ! <A HREF="/ExtUtils/FakeConfig.html">Extutils::FakeConfig</A> to set the MinGW compiler flags more optimally. If you want to try this, then replace the first ! command with:</P> ! <PRE> ! perl -Ibuild_tools -MConfig_mO Makefile.PL</PRE> ! <P> ! <H2><A NAME="cygwin">Cygwin</A></H2> ! <P>Build requirements (over and above the runtime requirements above):</P> ! <PRE> cygwin cygutils gcc make ! gzip</PRE> ! <P>Build instructions:</P> ! <P>unpack <EM>perl-Win32-GUI-X.XX-X-src.tar.bz2</EM>. If you use setup to install ! this src package, it will be unpacked under <EM>/usr/src</EM> automatically.</P> ! <PRE> cd /usr/src ! ./perl-Win32-GUI-X.XX-X.sh all</PRE> ! <P>This will create:</P> ! <PRE> /usr/src/perl-Win32-GUI-X.XX-X.tar.bz2 ! /usr/src/perl-Win32-GUI-X.XX-X-src.tar.bz2</PRE> ! <P>Port Notes:</P> ! <P>The dll's must probably be rebased. If a remap error occurs run rebaseall from ! the rebase package. The packaged version is already rebased to my personal settings.</P> ! <P>For a source build from the official source, the standard build process ! should be sufficient:</P> ! <PRE> Perl Makefile.PL make make test ! make install</PRE> ! <P> ! <HR> ! <H1><A NAME="documentation">Documentation</A></H1> ! <P> ! <H2><A NAME="pod documentation">POD documentation</A></H2> ! <P>When building from source the POD documentation is built automatically ! by the make process. It can also be generated by issuing:</P> ! <PRE> ! nmake poddocs;</PRE> ! <P> ! <H2><A NAME="html documentation">HTML Documentation</A></H2> ! <P>HTML documentation is included with the PPM distributions, and installed ! into your ActiveState Perl documentation tree by the install process.</P> ! <P>The HTML documentation can also be generated by issuing:</P> ! <PRE> ! nmake htmldocs;</PRE> ! <P> ! <HR> ! <H1><A NAME="building your own ppm from source">Building your own PPM from source</A></H1> ! <P>You will need <STRONG>tar</STRONG>, <STRONG>gzip</STRONG> and <STRONG>zip</STRONG> utilities on your path. Issue ! the following commands.</P> ! <PRE> perl Makefile.PL (adjust as necessary for your build environment) nmake nmake test ! nmake ppm</PRE> ! <P>This procedure will generate a PPM for your current perl environment, ! including the HTML documentation, ready for installation as above.</P> ! <P> ! <HR> ! <H1><A NAME="version">VERSION</A></H1> ! <P>Documentation for Win32::GUI v1.05 created 05 Nov 2006</P> ! <P>This document is autogenerated by the build process. Edits made here will be lost. ! Edit <EM>docs/GUI/UserGuide/Readme.pod</EM> instead.</P> ! <P> ! <HR> ! <H1><A NAME="support">SUPPORT</A></H1> ! <P>Homepage: <A HREF="http://perl-win32-gui.sourceforge.net/">http://perl-win32-gui.sourceforge.net/</A>.</P> ! <P>For further support join the users mailing list(<CODE>per...@li...</CODE>) from the website ! at <A HREF="http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users">http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users</A>. There is a searchable list archive at <A HREF="http://sourceforge.net/mail/?group_id=16572">http://sourceforge.net/mail/</A>.</P> ! <P> ! <HR> ! <H1><A NAME="copyright and licence">COPYRIGHT and LICENCE</A></H1> ! <P>Copyright (c) 1997..2006 Aldo Calpini. All rights reserved.</P> ! <P>This program is free software; you can redistribute it and/or ! modify it under the same terms as Perl itself.</P> ! </BODY> ! </HTML> Index: Readme =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Readme 5 Nov 2006 20:04:49 -0000 1.8 --- Readme 5 Nov 2006 20:37:46 -0000 1.9 *************** *** 17,21 **** Source and ActiveState Perl PPMs are available from ! <http://sourceforge.net/project/showfiles.php?group_id=16572>. A cygwin distribution (available through cygwin's setup.exe) is --- 17,21 ---- Source and ActiveState Perl PPMs are available from ! http://sourceforge.net/project/showfiles.php?group_id=16572. A cygwin distribution (available through cygwin's setup.exe) is *************** *** 169,179 **** SUPPORT ! Homepage: <http://perl-win32-gui.sourceforge.net/>. For further support join the users mailing list("per...@li...") from the website at ! <http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users>. ! There is a searchable list archive at ! <http://sourceforge.net/mail/?group_id=16572>. COPYRIGHT and LICENCE --- 169,179 ---- SUPPORT ! Homepage: http://perl-win32-gui.sourceforge.net/. For further support join the users mailing list("per...@li...") from the website at ! http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users. There ! is a searchable list archive at ! http://sourceforge.net/mail/?group_id=16572. COPYRIGHT and LICENCE |
From: Robert M. <rob...@us...> - 2006-11-05 20:04:55
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13218/docs Modified Files: GUI.pod Log Message: 1.05 Release Index: GUI.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GUI.pod 16 Jul 2006 11:09:33 -0000 1.6 --- GUI.pod 5 Nov 2006 20:04:50 -0000 1.7 *************** *** 150,156 **** Will continue to export the same list of constants as earlier versions, but will generate a warning (under the C<use warnings;> pragma or with ! the C<-w> command line option to perl). In the future (v1.05 and later) ! this syntax will stop exporting anything. v1.05 will generate a warning ! that nothing is being exported. v1.06 will silently export nothing. =item C<use Win32::GUI qw( ... );> --- 150,156 ---- Will continue to export the same list of constants as earlier versions, but will generate a warning (under the C<use warnings;> pragma or with ! the C<-w> command line option to perl). In the future (v1.06 and later) ! this syntax will stop exporting anything. v1.06 will generate a warning ! that nothing is being exported. v1.07 will silently export nothing. =item C<use Win32::GUI qw( ... );> |
From: Robert M. <rob...@us...> - 2006-11-05 20:04:55
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI/UserGuide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13218/docs/GUI/UserGuide Modified Files: FAQ.pod Log Message: 1.05 Release Index: FAQ.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI/UserGuide/FAQ.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FAQ.pod 16 Jul 2006 11:09:32 -0000 1.2 --- FAQ.pod 5 Nov 2006 20:04:50 -0000 1.3 *************** *** 450,455 **** Win32::GUI::DIBitmap add new reading/writing bitmap formats to Win32::GUI and some images manipulations (Conversion, Screen capture, ...). ! This package uses FreeImage 2.4.1, an open source image library ! supporting all common bitmap formats (visit: L<http://www.6ixsoft.com/>). Supports many formats, such as: --- 450,456 ---- Win32::GUI::DIBitmap add new reading/writing bitmap formats to Win32::GUI and some images manipulations (Conversion, Screen capture, ...). ! This package uses FreeImage 3.5.1, an open source image library ! supporting all common bitmap formats (visit: ! L<http://freeimage.sourceforge.net/>). Supports many formats, such as: |
From: Robert M. <rob...@us...> - 2006-11-05 20:04:55
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13218 Modified Files: CHANGELOG GUI.pm GUI.rc MANIFEST Readme Readme.html Log Message: 1.05 Release Index: GUI.rc =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.rc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** GUI.rc 15 Oct 2006 14:07:45 -0000 1.9 --- GUI.rc 5 Nov 2006 20:04:49 -0000 1.10 *************** *** 8,13 **** 1 VERSIONINFO ! FILEVERSION 1,04,00,00 ! PRODUCTVERSION 1,04,00,00 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL --- 8,13 ---- 1 VERSIONINFO ! FILEVERSION 1,05,00,00 ! PRODUCTVERSION 1,05,00,00 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL *************** *** 17,24 **** BLOCK "040904E4" { ! VALUE "Comments" , "Win32::GUI Perl module v1.04" VALUE "CompanyName" , "Open Source" VALUE "FileDescription" , "perl-win32-gui Perl extension" ! VALUE "FileVersion" , "1.04" VALUE "InternalName" , "GUI.dll" VALUE "LegalCopyright" , "Copyright © Aldo Caplini 1997..2006" --- 17,24 ---- BLOCK "040904E4" { ! VALUE "Comments" , "Win32::GUI Perl module v1.05" VALUE "CompanyName" , "Open Source" VALUE "FileDescription" , "perl-win32-gui Perl extension" ! VALUE "FileVersion" , "1.05" VALUE "InternalName" , "GUI.dll" VALUE "LegalCopyright" , "Copyright © Aldo Caplini 1997..2006" *************** *** 26,30 **** VALUE "OriginalFilename" , "GUI.dll" VALUE "ProductName" , "Win32::GUI" ! VALUE "ProductVersion" , "1.04" } } --- 26,30 ---- VALUE "OriginalFilename" , "GUI.dll" VALUE "ProductName" , "Win32::GUI" ! VALUE "ProductVersion" , "1.05" } } Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** GUI.pm 31 Oct 2006 22:24:15 -0000 1.57 --- GUI.pm 5 Nov 2006 20:04:49 -0000 1.58 *************** *** 20,24 **** # STATIC OBJECT PROPERTIES # ! $VERSION = "1.04_01"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) --- 20,24 ---- # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.105 retrieving revision 1.106 diff -C2 -d -r1.105 -r1.106 *** CHANGELOG 2 Nov 2006 20:39:18 -0000 1.105 --- CHANGELOG 5 Nov 2006 20:04:49 -0000 1.106 *************** *** 6,12 **** --- 6,23 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 5 November 2006 - 1.05 Release + - docs/GUI.pod - update references to v1.05 to v1.06, and v1.06 + to v1.07 + - GUI.pm up version to 1.05 + - MANIFEST - add ReleaseNotes/RN_1_05.pod + - Tag HEAD as Win32-GUI-1_05 + --- Win32::GUI::ReleaseNotes --- + - RN_1_05.pod - add final info + + [Robert May] : 2 November 2006 - Include POD docs in PPM - Makefile.PL - remove --exclude="*.pod" switch from tar command that packs the PPM in the ppm target + --- Win32::GUI::UserGuide --- + - FAQ.pod - update freeimage website and version + [Robert May] : 30 October 2006 - Bug Fixes Index: MANIFEST =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/MANIFEST,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** MANIFEST 15 Oct 2006 14:07:45 -0000 1.20 --- MANIFEST 5 Nov 2006 20:04:49 -0000 1.21 *************** *** 343,346 **** --- 343,347 ---- Win32-GUI-ReleaseNotes/RN_1_03.pod Win32-GUI-ReleaseNotes/RN_1_04.pod + Win32-GUI-ReleaseNotes/RN_1_05.pod Win32-GUI-ReleaseNotes/t/98_pod.t Win32-GUI-Scintilla/Changes Index: Readme =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Readme 15 Oct 2006 14:07:45 -0000 1.7 --- Readme 5 Nov 2006 20:04:49 -0000 1.8 *************** *** 14,18 **** AVAILABILITY ! This is the README file for Win32::GUI v1.04 built on 15 Oct 2006. Source and ActiveState Perl PPMs are available from --- 14,18 ---- AVAILABILITY ! This is the README file for Win32::GUI v1.05 built on 05 Nov 2006. Source and ActiveState Perl PPMs are available from *************** *** 162,166 **** VERSION ! Documentation for Win32::GUI v1.04 created 15 Oct 2006 This document is autogenerated by the build process. Edits made here --- 162,166 ---- VERSION ! Documentation for Win32::GUI v1.05 created 05 Nov 2006 This document is autogenerated by the build process. Edits made here Index: Readme.html =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Readme.html 15 Oct 2006 14:07:45 -0000 1.8 --- Readme.html 5 Nov 2006 20:04:49 -0000 1.9 *************** *** 62,67 **** <hr /> <h1><a name="availability">AVAILABILITY</a></h1> ! <p>This is the README file for Win32::GUI v1.04 ! built on 15 Oct 2006.</p> <p>Source and ActiveState Perl PPMs are available from <a href="http://sourceforge.net/project/showfiles.php?group_id=16572">http://sourceforge.net/project/showfiles.php</a>.</p> --- 62,67 ---- <hr /> <h1><a name="availability">AVAILABILITY</a></h1> ! <p>This is the README file for Win32::GUI v1.05 ! built on 05 Nov 2006.</p> <p>Source and ActiveState Perl PPMs are available from <a href="http://sourceforge.net/project/showfiles.php?group_id=16572">http://sourceforge.net/project/showfiles.php</a>.</p> *************** *** 201,205 **** <hr /> <h1><a name="version">VERSION</a></h1> ! <p>Documentation for Win32::GUI v1.04 created 15 Oct 2006</p> <p>This document is autogenerated by the build process. Edits made here will be lost. Edit <em>docs/GUI/UserGuide/Readme.pod</em> instead.</p> --- 201,205 ---- <hr /> <h1><a name="version">VERSION</a></h1> ! <p>Documentation for Win32::GUI v1.05 created 05 Nov 2006</p> <p>This document is autogenerated by the build process. Edits made here will be lost. Edit <em>docs/GUI/UserGuide/Readme.pod</em> instead.</p> |
From: Robert M. <rob...@us...> - 2006-11-05 20:04:55
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13218/Win32-GUI-ReleaseNotes Modified Files: RN_1_05.pod Log Message: 1.05 Release Index: RN_1_05.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_05.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_1_05.pod 31 Oct 2006 22:24:16 -0000 1.1 --- RN_1_05.pod 5 Nov 2006 20:04:49 -0000 1.2 *************** *** 3,12 **** Win32::GUI::ReleaseNotes::RN_1_05 - release notes for v1.05 of Win32::GUI - Currently this document is under development, and describes changes - since the 1.04 release for builds marked 1.04_XX. - =head1 Release Date ! TBD =head1 Summary of Changes --- 3,9 ---- Win32::GUI::ReleaseNotes::RN_1_05 - release notes for v1.05 of Win32::GUI =head1 Release Date ! 5th November, 2006 =head1 Summary of Changes *************** *** 19,22 **** --- 16,23 ---- below. + =head2 New Features + + There are no new features in this release. + =head2 Bug Fixes *************** *** 30,41 **** Fix bug preventing setting the starting index to anything ! than 0, and add documentation. (Tracker: 1586617) =item Fix AbsLeft and AbsTop methods Fix a bug where AbsLeft and AbsTop were not correctly ! being converted to clinet co-ordinates for child windows (Tracker: 1578492) =back --- 31,53 ---- Fix bug preventing setting the starting index to anything ! other than 0, and add documentation. (Tracker: 1586617) =item Fix AbsLeft and AbsTop methods Fix a bug where AbsLeft and AbsTop were not correctly ! being converted to client co-ordinates for child windows (Tracker: 1578492) + =item Include POD documentation in PPM + + Some time ago it was decided that in order to keep the size of + the PPM distributions as small as possible we would exclude + the POD documentation from the PPM files, and only include + the HTML documentation. From this release both POD and + HTML documentation is included in the PPM. This fixes a + problem with ActiveState Perl PPM V4, which re-generates + the documentation from the enclosed POD documents, apparently + ignorig the included HTML documentation. + =back *************** *** 48,53 **** --- 60,148 ---- =head2 Win32::GUI::Constants + The introduction of Win32::GUI::Constants in v1.04 means + that we now have access to a very large number of constants, + so the current behaviour of Win32::GUI to export all + constants to the calling namespace by default is no longer + appropriate. So, a bare + + use Win32::GUI; + + now generates a warning that the old default behaviour will + be deprecated - although the export behaviour of + Win32::GUI v1.03 is maintained except for this + warning. + + To eliminate this warning and correct your script, do one + of the following: + + =over + + =item If you don't need any constants, use the empty list: + + use Win32::GUI(); + + =item If you need some constants, name them explicitly: + + use Win32::GUI qw(ES_WANTRETURN CW_USEDEFAULT); # Two constants exported + use Win32::GUI qw(/^MB_/); # Export all constants starting with MB_ + + =back + + See the L<Win32::GUI::Constants|Win32::GUI::Constants> documentation + for the full allowable syntax. + + You are advised to fix your scripts now, as a future version will stop + exporting any constants by default. + + Although not advised, you can suppress the warnings by turning deprecated + warnings off: + + no warnings 'deprecated'; + + Additionally accessing constants from within the Win32::GUI namespace + is deprecated. I.e. + + -addstyle => Win32::GUI::WS_BORDER, + + will generate a warning with this release, and will stop working with + a future release. Use one of the following methods instead: + + =over + + =item use the Win32::GUI::Constants namespace instead + + -addstyle => Win32::GUI::Constants::WS_BORDER(), + + =item use any other namespace you fancy + + use Win32::GUI qw(-exportpkg => A::B -autoload); + ... + -addstyle => A::B::WS_BORDER(), + + =item maintain compatibility of existing scripts + + use Win32::GUI::Constants qw(-exportpkg => Win32::GUI :compatibility_win32_gui); + ... + -addstyle => Win32::GUI::WS_BORDER, + + =back + =head2 Win32::GUI::NotifyIcon + It is no longer necessary to use the '-id' option to any of the + Win32::GUI::NotifyIcon methods. The ID is now entirely handled + internally. You will receive deprecated warnings if you use it. + + In particular, removing Icons from the system tray should be done + using + + $NI->Remove(); + + and not by the (now deprecated) + + $NI->Delete(-id => 1); + + Use of the C<-id> option will generate a warning. + =head1 Contributors to this release *************** *** 56,59 **** --- 151,156 ---- =item Robert May + =item Uwe Kind + =back |
From: Robert M. <rob...@us...> - 2006-11-02 20:39:21
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31859 Modified Files: CHANGELOG Makefile.PL Log Message: Include POD docs in Makefile 'ppm' target Index: Makefile.PL =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Makefile.PL,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile.PL 15 Oct 2006 12:16:22 -0000 1.23 --- Makefile.PL 2 Nov 2006 20:39:18 -0000 1.24 *************** *** 398,402 **** ppmdist: all htmldocs ! $(TAR) --exclude="*.pod" -$(TARFLAGS) $(DISTNAME).tar blib $(COMPRESS) $(DISTNAME).tar --- 398,402 ---- ppmdist: all htmldocs ! $(TAR) -$(TARFLAGS) $(DISTNAME).tar blib $(COMPRESS) $(DISTNAME).tar Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -d -r1.104 -r1.105 *** CHANGELOG 31 Oct 2006 22:24:15 -0000 1.104 --- CHANGELOG 2 Nov 2006 20:39:18 -0000 1.105 *************** *** 6,9 **** --- 6,13 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 2 November 2006 - Include POD docs in PPM + - Makefile.PL - remove --exclude="*.pod" switch from tar + command that packs the PPM in the ppm target + + [Robert May] : 30 October 2006 - Bug Fixes - GUI.pm - up version to 1.04_01 |