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
|
From: Robert M. <rob...@us...> - 2007-07-15 18:16:20
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29539 Modified Files: CHANGELOG GUI.pm Log Message: Fix 'bltr' direction in AnimateWindow Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** GUI.pm 9 Feb 2007 21:56:04 -0000 1.60 --- GUI.pm 15 Jul 2007 18:16:20 -0000 1.61 *************** *** 20,24 **** # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05_01"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) --- 20,24 ---- # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05_02"; # For MakeMaker and CPAN $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) *************** *** 402,406 **** # Animation time in milli-seconds # ! # -direction => (lr|tlbr|tb|trbl|rl|brtl|bt|blrt) default: 'lr' # Animation direction (l=left, r=right, t=top, b=bottom). # Ignored for animation types blend and center --- 402,406 ---- # Animation time in milli-seconds # ! # -direction => (lr|tlbr|tb|trbl|rl|brtl|bt|bltr) default: 'lr' # Animation direction (l=left, r=right, t=top, b=bottom). # Ignored for animation types blend and center *************** *** 439,446 **** } ! if($direction !~ /lr|tlbr|tb|trbl|rl|brtl|bt|blrt/) { require Carp; Carp::carp "Animate: Unrecognised direction: $direction"; ! return undef; } --- 439,446 ---- } ! if($direction !~ /lr|tlbr|tb|trbl|rl|brtl|bt|bltr/) { require Carp; Carp::carp "Animate: Unrecognised direction: $direction"; ! return undef unless $direction eq 'blrt'; # blrt allowed for deprection cycle } Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.108 retrieving revision 1.109 diff -C2 -d -r1.108 -r1.109 *** CHANGELOG 20 Jan 2007 19:45:44 -0000 1.108 --- CHANGELOG 15 Jul 2007 18:16:20 -0000 1.109 *************** *** 6,9 **** --- 6,12 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 15 July 2007 - Bug Fixes + - GUI.pm - fix bltr direction in Animate Window [Tim Hansell] + + [Robert May] : 20 January 2007 - Restore Original WndProc - GUI_Helpers.cpp - restore the window's original wndproc |
From: Robert M. <rob...@us...> - 2007-02-09 21:56:13
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28737 Modified Files: GUI.pm Log Message: Typos Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** GUI.pm 20 Jan 2007 17:09:22 -0000 1.59 --- GUI.pm 9 Feb 2007 21:56:04 -0000 1.60 *************** *** 323,327 **** if(@_) { # more items than expected passed: someone probably tried ! # passsing and array or hash warn("UserData: too many arguments"); return 0; --- 323,327 ---- if(@_) { # more items than expected passed: someone probably tried ! # passsing an array or hash warn("UserData: too many arguments"); return 0; *************** *** 360,364 **** if(@_) { # more items than expected passed: someone probably tried ! # passsing and array or hash warn("ClassData: too many arguments"); return 0; --- 360,364 ---- if(@_) { # more items than expected passed: someone probably tried ! # passsing an array or hash warn("ClassData: too many arguments"); return 0; |
From: Robert M. <rob...@us...> - 2007-01-20 19:45:46
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27491/Win32-GUI-ReleaseNotes Modified Files: ReleaseNotes.pod RN_1_06.pod Log Message: Restore Original WndProc Index: RN_1_06.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_06.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_1_06.pod 20 Jan 2007 17:09:23 -0000 1.1 --- RN_1_06.pod 20 Jan 2007 19:45:45 -0000 1.2 *************** *** 45,48 **** --- 45,52 ---- like this. + =item Memory leaks + + Various memory leaks have been resolved. + =back Index: ReleaseNotes.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/ReleaseNotes.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReleaseNotes.pod 31 Oct 2006 22:24:16 -0000 1.2 --- ReleaseNotes.pod 20 Jan 2007 19:45:45 -0000 1.3 *************** *** 7,10 **** --- 7,12 ---- =over + =item Release L<1.06|Win32::GUI::ReleaseNotes::RN_1_06> + =item Release L<1.05|Win32::GUI::ReleaseNotes::RN_1_05> |
From: Robert M. <rob...@us...> - 2007-01-20 19:45:46
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27491 Modified Files: CHANGELOG GUI_Helpers.cpp Log Message: Restore Original WndProc Index: GUI_Helpers.cpp =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI_Helpers.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** GUI_Helpers.cpp 20 Jan 2007 17:09:22 -0000 1.23 --- GUI_Helpers.cpp 20 Jan 2007 19:45:44 -0000 1.24 *************** *** 66,69 **** --- 66,70 ---- // Check perlpud if (perlud != NULL) { + HWND hwnd_self = handle_From(NOTXSCALL perlud->svSelf); // Free event hash *************** *** 89,93 **** /* Free into parent */ if(SvOK(perlud->svSelf)) { ! HWND parent = GetParent(handle_From(NOTXSCALL perlud->svSelf)); if (parent != NULL && *perlud->szWindowName != '\0') { SV* SvParent = SV_SELF_FROM_WINDOW(parent); --- 90,94 ---- /* Free into parent */ if(SvOK(perlud->svSelf)) { ! HWND parent = GetParent(hwnd_self); if (parent != NULL && *perlud->szWindowName != '\0') { SV* SvParent = SV_SELF_FROM_WINDOW(parent); *************** *** 124,127 **** --- 125,134 ---- } + // If we stored an original wndproc, then restore it so that + // WM_NCDESTORY messages get there. + if (perlud->WndProc) { + SetWindowLong(hwnd_self, GWL_WNDPROC, (LONG)(perlud->WndProc)); + } + // Free perlpud safefree (perlud); Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -d -r1.107 -r1.108 *** CHANGELOG 20 Jan 2007 17:09:22 -0000 1.107 --- CHANGELOG 20 Jan 2007 19:45:44 -0000 1.108 *************** *** 6,9 **** --- 6,14 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 20 January 2007 - Restore Original WndProc + - GUI_Helpers.cpp - restore the window's original wndproc + when freeing PERLUD, so that WM_NCDESTROY messages get + to the original wndproc, rather than DefwindowProc + + [Robert May] : 20 January 2007 - Bug Fixes - Tooltip.xs - SetTitle method had warning and info icons *************** *** 13,17 **** - Textfield.xs - re-write GetLine() to fix truncation caused by line number being used as a character index, and to correctly ! return zero lenght lines + [Robert May] : 5 November 2006 - 1.05 Release --- 18,22 ---- - Textfield.xs - re-write GetLine() to fix truncation caused by line number being used as a character index, and to correctly ! return zero length lines + [Robert May] : 5 November 2006 - 1.05 Release |
From: Robert M. <rob...@us...> - 2007-01-20 17:09:28
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32668/Win32-GUI-ReleaseNotes Added Files: RN_1_06.pod Log Message: Bug Fixes --- NEW FILE: RN_1_06.pod --- =head1 NAME Win32::GUI::ReleaseNotes::RN_1_06 - release notes for v1.06 of Win32::GUI =head1 Release Date TBD =head1 Summary of Changes This is a summary of changes between V1.05 and V1.06 See the CHANGELOG file in the distribution for the full detail. This release is a XXX release addressing the issues below. =head2 New Features There are no new features in this release. =head2 Bug Fixes =over =item Baloon Tooltip info and warning icons swapped Fix inverted info and warning icon for balloon tooltips =item Textfield::GetLine() truncates lines Textfield::GetLine() has been re-written to stop it truncating lines, and to correctly return empty lines. =item Error During Global Destruction It was common to get an error like: (in cleanup) Can't call method "DELETE" on an undefined value at C:/Perl /site/lib/Win32/GUI.pm line 3451 during global destruction. This is now, hopefully, fixed. Please report if you still see errors like this. =back =head1 Deprecated feature status This section documents features that have been deprecated in this release, or in recent releases, and feature that will be deprecated in up-coming releases. =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 =over =item Robert May =item Brian Millham =back =cut |
From: Robert M. <rob...@us...> - 2007-01-20 17:09:28
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32668 Modified Files: CHANGELOG GUI.h GUI.pm GUI.xs GUI_Helpers.cpp Textfield.xs Tooltip.xs Log Message: Bug Fixes Index: GUI.xs =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.xs,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** GUI.xs 31 Oct 2006 22:24:15 -0000 1.63 --- GUI.xs 20 Jan 2007 17:09:22 -0000 1.64 *************** *** 5094,5097 **** --- 5094,5099 ---- # -printeronly => 0/1 (default 0) # only enable printers to be selected + # -directory => PATH + # the default start directory for browsing # -root => PATH or CONSTANT # the root directory for browsing; this can be either a Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** GUI.pm 5 Nov 2006 20:04:49 -0000 1.58 --- GUI.pm 20 Jan 2007 17:09:22 -0000 1.59 *************** *** 20,24 **** # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) --- 20,24 ---- # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05_01"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) *************** *** 2670,2674 **** # unlikely event of someone doing PARENT->{Timer name} = undef; my $window = Win32::GUI::GetWindowObject($self->{-handle}); ! if(defined $window) { # Remove id from -timers hash delete $window->{-timers}->{$self->{-id}}; --- 2670,2674 ---- # unlikely event of someone doing PARENT->{Timer name} = undef; my $window = Win32::GUI::GetWindowObject($self->{-handle}); ! if(defined $window && tied %$window) { # Remove id from -timers hash delete $window->{-timers}->{$self->{-id}}; *************** *** 2937,2941 **** # unlikely event of someone doing PARENT->{NotifyIcon name} = undef; my $window = Win32::GUI::GetWindowObject($self->{-handle}); ! if(defined $window) { # Remove id from -notifyicons hash delete $window->{-notifyicons}->{$self->{-id}} if defined $window->{-notifyicons}; --- 2937,2941 ---- # unlikely event of someone doing PARENT->{NotifyIcon name} = undef; my $window = Win32::GUI::GetWindowObject($self->{-handle}); ! if(defined $window && tied %$window) { # Remove id from -notifyicons hash delete $window->{-notifyicons}->{$self->{-id}} if defined $window->{-notifyicons}; Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.106 retrieving revision 1.107 diff -C2 -d -r1.106 -r1.107 *** CHANGELOG 5 Nov 2006 20:04:49 -0000 1.106 --- CHANGELOG 20 Jan 2007 17:09:22 -0000 1.107 *************** *** 6,9 **** --- 6,18 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 20 January 2007 - Bug Fixes + - Tooltip.xs - SetTitle method had warning and info icons + swapped. [Brian Millham] + - GUI_Helpers.cpp, GUI.pm - fix deleting from parent during global + destruction. + - Textfield.xs - re-write GetLine() to fix truncation caused by + line number being used as a character index, and to correctly + return zero lenght lines + + [Robert May] : 5 November 2006 - 1.05 Release - docs/GUI.pod - update references to v1.05 to v1.06, and v1.06 Index: Textfield.xs =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Textfield.xs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Textfield.xs 23 Jun 2006 23:08:07 -0000 1.8 --- Textfield.xs 20 Jan 2007 17:09:22 -0000 1.9 *************** *** 265,269 **** ########################################################################### # (@)METHOD:GetLine(LINE) ! # Return line of text. void GetLine(handle, line) --- 265,273 ---- ########################################################################### # (@)METHOD:GetLine(LINE) ! # Get a line of text. ! # LINE: zero based index to the line to be retrieved ! # ! # Returns the text of the line. Returns undef if LINE is ! # greater than the number of lines in the Textfied. void GetLine(handle, line) *************** *** 273,295 **** Win32::GUI::RichEdit::GetLine = 1 CODE: ! UINT size = SendMessage(handle, EM_LINELENGTH, line, 0); ! if (size > 0) { ! char * pBuf = (char *) safemalloc(size + 16); ! *((short*) pBuf) = size + 8; ! size = SendMessage(handle, EM_GETLINE, line, (LPARAM) pBuf); ! if (size > 0) { ! pBuf[size] = '\0'; ! EXTEND(SP, 1); ! XST_mPV(0, pBuf); ! safefree(pBuf); ! XSRETURN(1); ! } ! else { ! safefree(pBuf); ! XSRETURN_UNDEF; ! } ! } ! else XSRETURN_UNDEF; ########################################################################### --- 277,328 ---- Win32::GUI::RichEdit::GetLine = 1 CODE: ! LONG index; ! WORD size; ! LPTSTR pBuf; ! ! index = (LONG)SendMessage(handle, EM_LINEINDEX, line, 0); ! if (index < 0) { /* -1 if line greater than number of lines in control */ XSRETURN_UNDEF; + } + + size = (WORD)SendMessage(handle, EM_LINELENGTH, (WPARAM)index, 0); + /* we don't check the error condition of size == 0, as we have + * already checked the return value from EM_LINEINDEX, and have a valid + * index. A return value of zero means we have an empty line, and + * should return that. + */ + + /* ensure buffer is big enough to hold a WORD */ + if (size < sizeof(WORD) ) { + size = (sizeof(WORD)/sizeof(TCHAR)); + } + /* allocate buffer, adding one for the NUL termination */ + /* TODO: The strategy used here results in the buffer being + * copied twice: once from the textfield to pBuf, and then + * a second time from pBuf into the SV. We should create + * an SV of the correct size, and pass the pointer to it's + * buffer to EM_GETLINE + */ + New(0, pBuf, (int)(size+1), TCHAR); + + /* put the size into the first word of the buffer */ + *((WORD*)pBuf) = size; + + /* get the text */ + size = (WORD)SendMessage(handle, EM_GETLINE, line, (LPARAM)pBuf); + /* Again, we don't check the error condition of size == 0, as we have + * already checked the return value from EM_LINEINDEX, and have a valid + * line. A return value of zero means we have an empty line, and + * should return that. + */ + + /* ensure we are NUL terminated - this is NOT done by EM_GETLINE */ + pBuf[size] = 0; + + /* return the text */ + EXTEND(SP, 1); + XST_mPV(0, pBuf); + Safefree(pBuf); + XSRETURN(1); ########################################################################### Index: Tooltip.xs =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Tooltip.xs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Tooltip.xs 30 Aug 2006 21:57:58 -0000 1.9 --- Tooltip.xs 20 Jan 2007 17:09:22 -0000 1.10 *************** *** 1105,1111 **** if(strcmp(icon, "error") == 0) { i = 3; - } else if(strcmp(icon, "info") == 0) { - i = 2; } else if(strcmp(icon, "warning") == 0) { i = 1; } else if(strcmp(icon, "none") == 0) { --- 1105,1111 ---- if(strcmp(icon, "error") == 0) { i = 3; } else if(strcmp(icon, "warning") == 0) { + i = 2; + } else if(strcmp(icon, "info") == 0) { i = 1; } else if(strcmp(icon, "none") == 0) { Index: GUI_Helpers.cpp =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI_Helpers.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** GUI_Helpers.cpp 30 Aug 2006 21:57:58 -0000 1.22 --- GUI_Helpers.cpp 20 Jan 2007 17:09:22 -0000 1.23 *************** *** 93,97 **** SV* SvParent = SV_SELF_FROM_WINDOW(parent); if (SvParent != NULL && SvROK(SvParent)) { ! hv_delete((HV*) SvRV(SvParent), perlud->szWindowName, strlen(perlud->szWindowName), G_DISCARD); } } --- 93,109 ---- SV* SvParent = SV_SELF_FROM_WINDOW(parent); if (SvParent != NULL && SvROK(SvParent)) { ! /* During global destruction it is possible that the ! * underlying object supporting our tied hash is ! * destroyed before the object itself, this results in ! * fatal errors "(during cleanup) Can't call method ! * "DELETE" on an undefined value" - so we check that ! * the tied magic is still there before we try to ! * delete from the parent ! */ ! MAGIC* mg; ! if ( (mg = mg_find(SvRV(SvParent), PERL_MAGIC_tied)) && SvROK(mg->mg_obj) ) { ! hv_delete((HV*) SvRV(SvParent), perlud->szWindowName, ! strlen(perlud->szWindowName), G_DISCARD); ! } } } Index: GUI.h =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.h,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** GUI.h 30 Aug 2006 21:57:58 -0000 1.30 --- GUI.h 20 Jan 2007 17:09:22 -0000 1.31 *************** *** 368,371 **** --- 368,375 ---- #endif + #ifndef PERL_MAGIC_tied + # define PERL_MAGIC_tied 'P' /* Tied array or hash */ + #endif + /* * other useful things |
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 |
From: Robert M. <rob...@us...> - 2006-10-31 22:24:18
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22554 Modified Files: CHANGELOG Combobox.xs GUI.pm GUI.xs Log Message: Bug Fixes Index: GUI.xs =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.xs,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** GUI.xs 16 Jul 2006 13:02:29 -0000 1.62 --- GUI.xs 31 Oct 2006 22:24:15 -0000 1.63 *************** *** 2882,2886 **** ########################################################################### # (@)METHOD:AbsLeft([LEFT]) ! # Gets or sets the absolute left co-ordinate of an object. # # See also Left() --- 2882,2886 ---- ########################################################################### # (@)METHOD:AbsLeft([LEFT]) ! # Gets or sets the absolute left (screen) co-ordinate of a window. # # See also Left() *************** *** 2891,2920 **** PREINIT: RECT myRect; PPCODE: if(!GetWindowRect(handle, &myRect)) { XSRETURN_UNDEF; ! } else { ! if(items > 1) { ! if(SetWindowPos( ! handle, (HWND) NULL, ! (int) SvIV(ST(1)), (int) myRect.top, (int) myRect.right, (int) myRect.bottom, ! SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_DEFERERASE ! )) { ! XSRETURN_YES; ! } ! else { ! XSRETURN_NO; ! } } else { ! EXTEND(SP, 1); ! XST_mIV(0, myRect.left); ! XSRETURN(1); } } ########################################################################### # (@)METHOD:AbsTop([TOP]) ! # Gets or sets the absolute top co-ordinate of an object. # # See also Top() --- 2891,2926 ---- PREINIT: RECT myRect; + HWND parent; PPCODE: if(!GetWindowRect(handle, &myRect)) { XSRETURN_UNDEF; ! } ! ! /* Set */ ! if(items > 1) { ! myRect.left = SvIV(ST(1)); ! ! /* If we're a child window convert to parent's client co-ordinates */ ! if(parent = GetAncestor(handle, GA_PARENT)) { ! ScreenToClient(parent, (LPPOINT)&myRect); ! } ! ! if(SetWindowPos(handle, NULL, (int)myRect.left, (int)myRect.top, ! 0, 0, SWP_NOZORDER | SWP_NOSIZE)) { ! XSRETURN_YES; } else { ! XSRETURN_NO; } } + /* Get */ + EXTEND(SP, 1); + XST_mIV(0, myRect.left); + XSRETURN(1); + ########################################################################### # (@)METHOD:AbsTop([TOP]) ! # Gets or sets the absolute top (screen) co-ordinate of a window. # # See also Top() *************** *** 2925,2951 **** PREINIT: RECT myRect; PPCODE: if(!GetWindowRect(handle, &myRect)) { XSRETURN_UNDEF; ! } else { ! if(items > 1) { ! if(SetWindowPos( ! handle, (HWND) NULL, ! (int) myRect.left, (int) SvIV(ST(1)), (int) myRect.right, (int) myRect.bottom, ! SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_DEFERERASE ! )) { ! XSRETURN_YES; ! } ! else { ! XSRETURN_NO; ! } } else { ! EXTEND(SP, 1); ! XST_mIV(0, myRect.top); ! XSRETURN(1); } } ########################################################################### # (@)METHOD:ScreenToClient(X, Y) --- 2931,2963 ---- PREINIT: RECT myRect; + HWND parent; PPCODE: if(!GetWindowRect(handle, &myRect)) { XSRETURN_UNDEF; ! } ! ! /* Set */ ! if(items > 1) { ! myRect.top = SvIV(ST(1)); ! ! /* If we're a child window convert to parent's client co-ordinates */ ! if(parent = GetAncestor(handle, GA_PARENT)) { ! ScreenToClient(parent, (LPPOINT)&myRect); ! } ! ! if(SetWindowPos(handle, NULL, (int)myRect.left, (int)myRect.top, ! 0, 0, SWP_NOZORDER | SWP_NOSIZE)) { ! XSRETURN_YES; } else { ! XSRETURN_NO; } } + /* Get */ + EXTEND(SP, 1); + XST_mIV(0, myRect.top); + XSRETURN(1); + ########################################################################### # (@)METHOD:ScreenToClient(X, Y) Index: Combobox.xs =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Combobox.xs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Combobox.xs 16 Oct 2005 08:03:20 -0000 1.7 --- Combobox.xs 31 Oct 2006 22:24:15 -0000 1.8 *************** *** 552,563 **** ########################################################################### # (@)METHOD:SetEditSel(START,END) ! # Select characters in the textfield. LRESULT SetEditSel(handle,start,end) HWND handle ! WPARAM start ! WPARAM end CODE: ! RETVAL = SendMessage(handle, CB_SETEDITSEL, start, (LPARAM) end); OUTPUT: RETVAL --- 552,576 ---- ########################################################################### # (@)METHOD:SetEditSel(START,END) ! # Select characters in the textfield. START and END are the ! # (zero-based) index of the characters to be selected. START ! # is the index of the first character to be selected, and END ! # is the index of the first character following the selection. ! # For example to select the first 4 characters: ! # ! # $combobox->SetEditSel(0,4); ! # ! # If START is -1, the any selection is removed. If END is -1, ! # then the selection is from START to the last character in the ! # textfield. ! # ! # Returns 1 on success, 0 on failure and -1 if sent to a ! # Combobox that does not have a textfield (C<-dropdownlist => 1>). LRESULT SetEditSel(handle,start,end) HWND handle ! UINT start ! UINT end CODE: ! RETVAL = SendMessage(handle, CB_SETEDITSEL, 0, MAKELPARAM(start, end)); OUTPUT: RETVAL Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** GUI.pm 15 Oct 2006 14:07:45 -0000 1.56 --- GUI.pm 31 Oct 2006 22:24:15 -0000 1.57 *************** *** 20,24 **** # STATIC OBJECT PROPERTIES # ! $VERSION = "1.04"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) --- 20,24 ---- # STATIC OBJECT PROPERTIES # ! $VERSION = "1.04_01"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) *************** *** 2774,2782 **** $self->{-balloon_icon} = $args{-balloon_icon}; ! my $result = Win32::GUI::NotifyIcon::_Add($self->{-handle}, %args); ! ! return undef unless $result; ! ! # Only modify parent if we were created successfully # Store name in parent's notifyicons hash $window->{-notifyicons}->{$args{-id}} = $args{-name}; --- 2774,2780 ---- $self->{-balloon_icon} = $args{-balloon_icon}; ! # ParseNotifyIconOptions() needs these values to be set in order ! # to correctly sore NEM events, so set them before calling ! # _Add(). # Store name in parent's notifyicons hash $window->{-notifyicons}->{$args{-id}} = $args{-name}; *************** *** 2784,2788 **** $window->{$args{-name}} = $self; ! return $self; } --- 2782,2794 ---- $window->{$args{-name}} = $self; ! my $result = Win32::GUI::NotifyIcon::_Add($self->{-handle}, %args); ! ! return $self if $result; ! ! # Failed to create the Notfiy Icon, so tidy up parent ! delete $window->{-notifyicons}->{$args{-id}}; ! delete $window->{$args{-name}}; ! ! return; # return undef or empty list } Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** CHANGELOG 15 Oct 2006 14:07:45 -0000 1.103 --- CHANGELOG 31 Oct 2006 22:24:15 -0000 1.104 *************** *** 6,9 **** --- 6,18 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 30 October 2006 - Bug Fixes + - GUI.pm - up version to 1.04_01 + - GUI.pm - Fix NEM events for NotifyIcon class (Tracker: 1585293) + - Combobox.xs - Fix SetEditSel method (Tracker: 1586617) + - GUI.xs - Fix AbsLeft and AbsTop method (Tracker: 1578492) + --- Win32::GUI::ReleaseNotes --- + - RN_1_05.pod - add file + - ReleaseNotes.pod - add 1.05 release notes + + [Robert May] : 15 October 2006 - 1.04 Release - Win32::GUI 1.04 release. Up versions, fix docs etc. |
From: Robert M. <rob...@us...> - 2006-10-31 22:24:18
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22554/Win32-GUI-ReleaseNotes Modified Files: ReleaseNotes.pod Added Files: RN_1_05.pod Log Message: Bug Fixes Index: ReleaseNotes.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/ReleaseNotes.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ReleaseNotes.pod 16 Jul 2006 11:09:33 -0000 1.1 --- ReleaseNotes.pod 31 Oct 2006 22:24:16 -0000 1.2 *************** *** 1,3 **** ! =head1 Win32::GUI::ReleaseNotes Win32::GUI::ReleaseNotes - release notes for Win32::GUI --- 1,3 ---- ! =head1 NAME Win32::GUI::ReleaseNotes - release notes for Win32::GUI *************** *** 7,10 **** --- 7,12 ---- =over + =item Release L<1.05|Win32::GUI::ReleaseNotes::RN_1_05> + =item Release L<1.04|Win32::GUI::ReleaseNotes::RN_1_04> --- NEW FILE: RN_1_05.pod --- =head1 NAME 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 This is a summary of changes between V1.04 and V1.05 See the CHANGELOG file in the distribution for the full detail. This release is a bug-fix release addressing the issues below. =head2 Bug Fixes =over =item NEM Events for NotifyIcon broken Fix NEM events for the NotifyIcon Class (Tracker: 1585293) =item Combobox SetEditSel method 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 =head1 Deprecated feature status This section documents features that have been deprecated in this release, or in recent releases, and feature that will be deprecated in up-coming releases. =head2 Win32::GUI::Constants =head2 Win32::GUI::NotifyIcon =head1 Contributors to this release =over =item Robert May =back =cut |
From: Robert M. <rob...@us...> - 2006-10-31 22:21:51
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21835/Win32-GUI-Constants Modified Files: Constants.pm Log Message: Spelling correction Index: Constants.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Constants.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Constants.pm 15 Oct 2006 14:07:46 -0000 1.6 --- Constants.pm 31 Oct 2006 22:21:49 -0000 1.7 *************** *** 339,343 **** =head1 BUGS ! No all constants are covered. If you find missing constants please raise a feature request at L<http://sourceforge.net/tracker/?group_id=16572&atid=366572> --- 339,343 ---- =head1 BUGS ! Not all constants are covered. If you find missing constants please raise a feature request at L<http://sourceforge.net/tracker/?group_id=16572&atid=366572> |
From: Robert M. <rob...@us...> - 2006-10-31 22:20:32
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21414/Win32-GUI-ReleaseNotes Modified Files: RN_0_0_502.pod RN_0_0_588.pod RN_0_0_665.pod RN_0_0_670.pod RN_0_0_671.pod RN_0_99_1.pod RN_1_0.pod RN_1_02.pod RN_1_03.pod RN_1_04.pod Log Message: Correct first heading and abstract line Index: RN_0_0_588.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_0_0_588.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_0_0_588.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_0_0_588.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_0_0_588 ! This is the release notes for Version 0.0.588 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_0_0_588 - This is the release notes for Version 0.0.588 of Win32::GUI =head1 Release Date Index: RN_0_99_1.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_0_99_1.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_0_99_1.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_0_99_1.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_0_99_1 ! This is the release notes for Version 0.99_1 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_0_99_1 - This is the release notes for Version 0.99_1 of Win32::GUI =head1 Release Date Index: RN_0_0_665.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_0_0_665.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_0_0_665.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_0_0_665.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_0_0_665 ! This is the release notes for Version 0.0.665 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_0_0_665 - This is the release notes for Version 0.0.665 of Win32::GUI =head1 Release Date Index: RN_0_0_671.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_0_0_671.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_0_0_671.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_0_0_671.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_0_0_671 ! This is the release notes for Version 0.0.671 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_0_0_671 - This is the release notes for Version 0.0.671 of Win32::GUI =head1 Release Date Index: RN_0_0_670.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_0_0_670.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_0_0_670.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_0_0_670.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_0_0_670 ! This is the release notes for Version 0.0.670 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_0_0_670 - This is the release notes for Version 0.0.670 of Win32::GUI =head1 Release Date Index: RN_1_04.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_04.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RN_1_04.pod 15 Oct 2006 14:07:46 -0000 1.6 --- RN_1_04.pod 31 Oct 2006 22:20:25 -0000 1.7 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_1_04 ! This is the release notes for Version 1.04 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_1_04 - This is the release notes for Version 1.04 of Win32::GUI =head1 Release Date *************** *** 134,138 **** has been added to stop the <RETURN> key firing the default Click event for a multi-line Textfield when using the ! L<-dialogui|Win32::GUI::Reference::OPtions/dialogui> option on a Window. This replaces the previous use of C<< -addstyle => ES_WANTRETURN >>. --- 134,138 ---- has been added to stop the <RETURN> key firing the default Click event for a multi-line Textfield when using the ! L<-dialogui|Win32::GUI::Reference::Options/dialogui> option on a Window. This replaces the previous use of C<< -addstyle => ES_WANTRETURN >>. *************** *** 140,144 **** =item Ballon tooltips for NotifyIcon ! The L<Win32::GUI::NotifyIcon|Win32::GUI::NotifyIcon> pakage has been re-worked. There is now no need to use the L<-id|/"Deprecated feature status"> option, and balloon --- 140,144 ---- =item Ballon tooltips for NotifyIcon ! The L<Win32::GUI::NotifyIcon|Win32::GUI::NotifyIcon> package has been re-worked. There is now no need to use the L<-id|/"Deprecated feature status"> option, and balloon *************** *** 187,191 **** function has been enhanced so that it converts any passed path to a Win32 representation before trying to use it. ! Specifically this means that slashes are canonicised to 'C<\>', and under Cygwin, cygwin style paths are converted to Win32 paths. --- 187,191 ---- function has been enhanced so that it converts any passed path to a Win32 representation before trying to use it. ! Specifically this means that slashes are canonicalised to 'C<\>', and under Cygwin, cygwin style paths are converted to Win32 paths. *************** *** 198,202 **** should be no crashes with many of the methods which had been incorrectly implemented. The ! new implementaiton should be backwards compatable with what was there before, but read the documentation to find out about all the new features you can use. --- 198,202 ---- should be no crashes with many of the methods which had been incorrectly implemented. The ! new implementation should be backwards compatible with what was there before, but read the documentation to find out about all the new features you can use. *************** *** 231,235 **** =over ! =item -background and -forground options now work for RichEdit windows =item The SendMessageTimout implementation now matches the documentation --- 231,235 ---- =over ! =item -background and -foreground options now work for RichEdit windows =item The SendMessageTimout implementation now matches the documentation *************** *** 285,289 **** exporting any constants by default. ! Although not advised, you can supress the warnings by turning deprecated warnings off: --- 285,289 ---- exporting any constants by default. ! Although not advised, you can suppress the warnings by turning deprecated warnings off: *************** *** 310,316 **** -addstyle => A::B::WS_BORDER(), ! =item maintain compatibility of exising scripts ! use Win32::GUI::Constants qw(-exportpkg => Win32::GUI :compatability_win32_gui); ... -addstyle => Win32::GUI::WS_BORDER, --- 310,316 ---- -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, *************** *** 352,354 **** =back ! =cut --- 352,354 ---- =back ! =cut \ No newline at end of file Index: RN_1_03.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_03.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_1_03.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_1_03.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_1_03 ! This is the release notes for Version 1.03 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_1_03 - This is the release notes for Version 1.03 of Win32::GUI =head1 Release Date Index: RN_0_0_502.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_0_0_502.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_0_0_502.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_0_0_502.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_0_0_502 ! This is the release notes for Version 0.0.502 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_0_0_502 - This is the release notes for Version 0.0.502 of Win32::GUI =head1 Release Date Index: RN_1_0.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_0.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_1_0.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_1_0.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_1_00 ! This is the release notes for Version 1.0 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_1_00 - This is the release notes for Version 1.0 of Win32::GUI =head1 Release Date Index: RN_1_02.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_02.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RN_1_02.pod 16 Jul 2006 11:09:33 -0000 1.1 --- RN_1_02.pod 31 Oct 2006 22:20:25 -0000 1.2 *************** *** 1,5 **** ! =head1 Win32::GUI::ReleaseNotes::RN_1_02 ! This is the release notes for Version 1.02 of Win32::GUI =head1 Release Date --- 1,5 ---- ! =head1 NAME ! Win32::GUI::ReleaseNotes::RN_1_02 - This is the release notes for Version 1.02 of Win32::GUI =head1 Release Date |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:51
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984 Modified Files: CHANGELOG GUI.pm GUI.rc GridLayout.pm MANIFEST Readme Readme.html Log Message: 1.04 Release Index: GUI.rc =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.rc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** GUI.rc 16 Mar 2006 21:11:11 -0000 1.8 --- GUI.rc 15 Oct 2006 14:07:45 -0000 1.9 *************** *** 8,13 **** 1 VERSIONINFO ! FILEVERSION 1,03,00,00 ! PRODUCTVERSION 1,03,00,00 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL --- 8,13 ---- 1 VERSIONINFO ! FILEVERSION 1,04,00,00 ! PRODUCTVERSION 1,04,00,00 FILEOS VOS__WINDOWS32 FILETYPE VFT_DLL *************** *** 17,30 **** BLOCK "040904E4" { ! VALUE "Comments" , "Win32::GUI Perl module v1.03" VALUE "CompanyName" , "Open Source" VALUE "FileDescription" , "perl-win32-gui Perl extension" ! VALUE "FileVersion" , "1.03" VALUE "InternalName" , "GUI.dll" ! VALUE "LegalCopyright" , "Copyright © Aldo Caplini 1997..2005" VALUE "LegalTrademarks" , "GNU and Artistic licences" VALUE "OriginalFilename" , "GUI.dll" VALUE "ProductName" , "Win32::GUI" ! VALUE "ProductVersion" , "1.03" } } --- 17,30 ---- 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" VALUE "LegalTrademarks" , "GNU and Artistic licences" VALUE "OriginalFilename" , "GUI.dll" VALUE "ProductName" , "Win32::GUI" ! VALUE "ProductVersion" , "1.04" } } Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** GUI.pm 15 Oct 2006 12:23:28 -0000 1.55 --- GUI.pm 15 Oct 2006 14:07:45 -0000 1.56 *************** *** 20,24 **** # STATIC OBJECT PROPERTIES # ! $VERSION = "1.03_05"; # For MakeMaker $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) --- 20,24 ---- # STATIC OBJECT PROPERTIES # ! $VERSION = "1.04"; # 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.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** CHANGELOG 15 Oct 2006 13:40:31 -0000 1.102 --- CHANGELOG 15 Oct 2006 14:07:45 -0000 1.103 *************** *** 6,9 **** --- 6,13 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 15 October 2006 - 1.04 Release + - Win32::GUI 1.04 release. Up versions, fix docs etc. + - Tagged head as Win32-GUI-1_04 + + [Robert May] : 15 October 2006 - Fix dist build --- Win32::GUI::Constants --- Index: GridLayout.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GridLayout.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** GridLayout.pm 16 Jul 2006 11:07:47 -0000 1.8 --- GridLayout.pm 15 Oct 2006 14:07:45 -0000 1.9 *************** *** 1,5 **** package Win32::GUI::GridLayout; ! $Win32::GUI::GridLayout::VERSION = "0.05_01"; $Win32::GUI::GridLayout::VERSION = eval $Win32::GUI::GridLayout::VERSION; --- 1,5 ---- package Win32::GUI::GridLayout; ! $Win32::GUI::GridLayout::VERSION = "0.06"; $Win32::GUI::GridLayout::VERSION = eval $Win32::GUI::GridLayout::VERSION; Index: MANIFEST =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/MANIFEST,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** MANIFEST 16 Jul 2006 13:02:29 -0000 1.19 --- MANIFEST 15 Oct 2006 14:07:45 -0000 1.20 *************** *** 319,322 **** --- 319,323 ---- Win32-GUI-Grid/MFCGrid/InPlaceEdit.cpp Win32-GUI-Grid/MFCGrid/InPlaceEdit.h + Win32-GUI-Grid/MFCGrid/Makefile.mfcgrid Win32-GUI-Grid/MFCGrid/MemDC.h Win32-GUI-Grid/MFCGrid/StdAfx.cpp Index: Readme =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Readme 16 Mar 2006 21:11:12 -0000 1.6 --- Readme 15 Oct 2006 14:07:45 -0000 1.7 *************** *** 14,21 **** AVAILABILITY ! This is the README file for Win32::GUI v1.03 built on 21 Nov 2005. 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 --- 14,21 ---- AVAILABILITY ! This is the README file for Win32::GUI v1.04 built on 15 Oct 2006. 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 *************** *** 157,166 **** nmake ppm ! This procedure will generate a PPM for you current perl environment, including the HTML documentation, ready for installation as above. VERSION ! Documentation for Win32::GUI v1.03 created 21 Nov 2005 This document is autogenerated by the build process. Edits made here --- 157,166 ---- nmake ppm ! This procedure will generate a PPM for your current perl environment, including the HTML documentation, ready for installation as above. VERSION ! Documentation for Win32::GUI v1.04 created 15 Oct 2006 This document is autogenerated by the build process. Edits made here *************** *** 169,183 **** 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 ! Copyright (c) 1997..2005 Aldo Calpini. All rights reserved. This program is free software; you can redistribute it and/or modify it --- 169,183 ---- 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 ! Copyright (c) 1997..2006 Aldo Calpini. All rights reserved. This program is free software; you can redistribute it and/or modify it Index: Readme.html =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Readme.html 16 Mar 2006 21:11:12 -0000 1.7 --- Readme.html 15 Oct 2006 14:07:45 -0000 1.8 *************** *** 62,67 **** <hr /> <h1><a name="availability">AVAILABILITY</a></h1> ! <p>This is the README file for Win32::GUI v1.03 ! built on 22 Nov 2005.</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.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> *************** *** 195,199 **** nmake test nmake ppm</pre> ! <p>This procedure will generate a PPM for you current perl environment, including the HTML documentation, ready for installation as above.</p> <p> --- 195,199 ---- 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> *************** *** 201,205 **** <hr /> <h1><a name="version">VERSION</a></h1> ! <p>Documentation for Win32::GUI v1.03 created 22 Nov 2005</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.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> *************** *** 215,219 **** <hr /> <h1><a name="copyright_and_licence">COPYRIGHT and LICENCE</a></h1> ! <p>Copyright (c) 1997..2005 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> --- 215,219 ---- <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> |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:51
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-AxWindow Modified Files: AxWindow.pm Changes Log Message: 1.04 Release Index: AxWindow.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/AxWindow.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AxWindow.pm 16 Jul 2006 11:09:32 -0000 1.3 --- AxWindow.pm 15 Oct 2006 14:07:45 -0000 1.4 *************** *** 14,18 **** our @ISA = qw(DynaLoader Win32::GUI::Window); ! our $VERSION = '0.08_01'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; --- 14,18 ---- our @ISA = qw(DynaLoader Win32::GUI::Window); ! our $VERSION = '0.09'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; Index: Changes =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/Changes,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Changes 11 Jun 2006 15:46:50 -0000 1.2 --- Changes 15 Oct 2006 14:07:45 -0000 1.3 *************** *** 1,4 **** --- 1,7 ---- Revision history for Perl extension Win32::GUI::AxWindow. + 0.09 15/10/2006 + - Win32::GUI 1.04 release. See CHANGELOG + 0.08 27/05/2006 - Merge into Win32::GUI core build |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:48
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-ReleaseNotes Modified Files: RN_1_04.pod Log Message: 1.04 Release Index: RN_1_04.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_04.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RN_1_04.pod 7 Sep 2006 18:45:51 -0000 1.5 --- RN_1_04.pod 15 Oct 2006 14:07:46 -0000 1.6 *************** *** 3,12 **** This is the release notes for Version 1.04 of Win32::GUI - B<< Currently this document is draft, and applies for alpha and beta - releases labelled v1.03_XX >> - =head1 Release Date ! TBD =head1 IMPORTANT INFORMATION --- 3,9 ---- This is the release notes for Version 1.04 of Win32::GUI =head1 Release Date ! 15th October, 2006. =head1 IMPORTANT INFORMATION |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:48
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-Grid Modified Files: Grid.pm TODO Log Message: 1.04 Release Index: Grid.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/Grid.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Grid.pm 16 Jul 2006 11:09:32 -0000 1.3 --- Grid.pm 15 Oct 2006 14:07:46 -0000 1.4 *************** *** 12,16 **** require DynaLoader; ! our $VERSION = 0.08; our $XS_VERSION = 0.08; $VERSION = eval $VERSION; --- 12,16 ---- require DynaLoader; ! our $VERSION = "0.08"; our $XS_VERSION = 0.08; $VERSION = eval $VERSION; Index: TODO =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 15 Oct 2006 12:23:28 -0000 1.2 --- TODO 15 Oct 2006 14:07:46 -0000 1.3 *************** *** 20,21 **** --- 20,22 ---- Win32::GUI::Constants? + - nmake clean should remove MFCGrid/Build and MFCGrid/Lib directories |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:48
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-Scintilla Modified Files: Perl.pm Scintilla.PL Log Message: 1.04 Release Index: Perl.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Perl.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Perl.pm 14 Jun 2006 22:26:31 -0000 1.3 --- Perl.pm 15 Oct 2006 14:07:46 -0000 1.4 *************** *** 8,12 **** use Win32::GUI::Scintilla(); ! our $VERSION = "0.01"; =head1 NAME --- 8,12 ---- use Win32::GUI::Scintilla(); ! our $VERSION = "0.02"; =head1 NAME Index: Scintilla.PL =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla/Scintilla.PL,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Scintilla.PL 15 Oct 2006 12:16:22 -0000 1.4 --- Scintilla.PL 15 Oct 2006 14:07:46 -0000 1.5 *************** *** 47,51 **** our @ISA = qw(DynaLoader Win32::GUI::Window); ! our $VERSION = 1.80_01; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; --- 47,51 ---- our @ISA = qw(DynaLoader Win32::GUI::Window); ! our $VERSION = "1.90"; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:48
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-Constants Modified Files: Changes Constants.pm Log Message: 1.04 Release Index: Constants.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Constants.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Constants.pm 16 Jul 2006 11:09:32 -0000 1.5 --- Constants.pm 15 Oct 2006 14:07:46 -0000 1.6 *************** *** 17,21 **** =cut ! our $VERSION = '0.01_01'; our $XS_VERSION = $VERSION; eval $VERSION; --- 17,21 ---- =cut ! our $VERSION = '0.02'; our $XS_VERSION = $VERSION; eval $VERSION; Index: Changes =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Changes,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Changes 14 Jun 2006 22:26:31 -0000 1.1 --- Changes 15 Oct 2006 14:07:45 -0000 1.2 *************** *** 1,4 **** --- 1,7 ---- Revision history for Perl extension Win32::GUI::Constants. + 0.02 15/10/2006 + - Win32::GUI 1.04 release. See CHANGELOG. + 0.01 22/05/2006 - original version |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:48
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-DIBitmap Modified Files: Changes DIBitmap.pm Log Message: 1.04 Release Index: Changes =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/Changes,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Changes 3 Aug 2006 22:24:37 -0000 1.3 --- Changes 15 Oct 2006 14:07:46 -0000 1.4 *************** *** 1,6 **** Revision history for Perl extension FreeImage. ! 0.17 TBD [Robert May] - Fix memory leak in AlphaCopyToDC 0.16 25/05/2006 [Robert May] --- 1,7 ---- Revision history for Perl extension FreeImage. ! 0.17 15/10/2006 [Robert May] - Fix memory leak in AlphaCopyToDC + - Win32::GUI 1.04 Release. 0.16 25/05/2006 [Robert May] Index: DIBitmap.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/DIBitmap.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DIBitmap.pm 16 Jul 2006 11:09:32 -0000 1.3 --- DIBitmap.pm 15 Oct 2006 14:07:46 -0000 1.4 *************** *** 8,12 **** use Carp 'croak','carp'; ! our $VERSION = 0.16_01; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; --- 8,12 ---- use Carp 'croak','carp'; ! our $VERSION = "0.17"; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |
From: Robert M. <rob...@us...> - 2006-10-15 14:07:48
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22984/Win32-GUI-DropFiles Modified Files: DropFiles.pm Log Message: 1.04 Release Index: DropFiles.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles/DropFiles.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DropFiles.pm 16 Jul 2006 11:09:32 -0000 1.2 --- DropFiles.pm 15 Oct 2006 14:07:46 -0000 1.3 *************** *** 12,16 **** use Win32::GUI 1.03_02,''; # Check Win32:GUI version, ensure import not called ! our $VERSION = '0.01_01'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; --- 12,16 ---- use Win32::GUI 1.03_02,''; # Check Win32:GUI version, ensure import not called ! our $VERSION = '0.02'; our $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |
From: Robert M. <rob...@us...> - 2006-10-15 13:40:34
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13161 Modified Files: CHANGELOG Log Message: Fix dist build Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.101 retrieving revision 1.102 diff -C2 -d -r1.101 -r1.102 *** CHANGELOG 15 Oct 2006 12:23:28 -0000 1.101 --- CHANGELOG 15 Oct 2006 13:40:31 -0000 1.102 *************** *** 6,9 **** --- 6,15 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 15 October 2006 - Fix dist build + --- Win32::GUI::Constants --- + - Rename MFCGrid/Makefile to MFCGrid/Makefile.mfcgrid so that + it is not excluded by 'nmake manifest'. + - Makefile.PL - update to reflect new makefile name + + [Robert May] : 15 October 2006 - Bugfix NotifyIcon Delete method - GUI.pm - fix Win32::GUI::NotifyIcon::Delete |