[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.67,1.68

2005-11-22 Thread Robert May
/CHANGELOG,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** CHANGELOG 21 Nov 2005 22:33:33 - 1.67 --- CHANGELOG 22 Nov 2005 20:54:45 - 1.68 *** *** 6,9 --- 6,12 Win32-GUI ChangeLog === + + [Robert May] : 22

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.68,1.69 GUI.h,1.21,1.22 GUI.pm,1.35,1.36 GUI.xs,1.46,1.47 ListView.xs,1.9,1.10 Listbox.xs,1.4,1.5 Readme.html,1.4,1.5

2005-12-02 Thread Robert May
*** CHANGELOG 22 Nov 2005 20:54:45 - 1.68 --- CHANGELOG 3 Dec 2005 01:56:31 - 1.69 *** *** 6,9 --- 6,18 Win32-GUI ChangeLog === + + [Robert May] : 3 Dec 2003 - bug fixes + - GUI.h change order of instructions to prevent crashes

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

2006-01-11 Thread Robert May
Tester # A Win32::GUI program to show off the capabilities of # the Windows Taskbar notification icons. # Really written to prove the functionality added to # Win32::GUI, but also an interesting demo. # (c) 2005 Robert May # See the Help Menu in the program or embedded POD # for further information

[Perl-win32-gui-cvscommit] Win32-GUI/t 05_NotifyIcon_01_Constructor.t,NONE,1.1 05_NotifyIcon_02_Change.t,NONE,1.1 05_NotifyIcon_03_OtherMethods.t,NONE,1.1 05_NotifyIcon_04_Remove.t,NONE,1.1 05_NotifyI

2006-01-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5945/t Added Files: 05_NotifyIcon_01_Constructor.t 05_NotifyIcon_02_Change.t 05_NotifyIcon_03_OtherMethods.t 05_NotifyIcon_04_Remove.t 05_NotifyIcon_05_DESTROY.t Log

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.69,1.70 GUI.h,1.23,1.24 GUI.pm,1.36,1.37 GUI.xs,1.47,1.48 GUI_Helpers.cpp,1.14,1.15 GUI_MessageLoops.cpp,1.16,1.17 GUI_Options.cpp,1.9,1.10 Label.xs,1.

2006-01-11 Thread Robert May
3 Dec 2005 01:56:31 - 1.69 --- CHANGELOG 11 Jan 2006 21:26:14 - 1.70 *** *** 6,29 Win32-GUI ChangeLog === ! + [Robert May] : 3 Dec 2003 - bug fixes ! - GUI.h change order of instructions to prevent crashes (Trackers ! 1243378

[Perl-win32-gui-cvscommit] Win32-GUI/docs/GUI/Tutorial Part4.pod,1.3,1.4

2006-01-11 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/docs/GUI/Tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8989/docs/GUI/Tutorial Modified Files: Part4.pod Log Message: Fix NotifyIcon description Index: Part4.pod

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.72,1.73 GUI.xs,1.50,1.51 Listbox.xs,1.5,1.6

2006-03-16 Thread Robert May
Win32-GUI ChangeLog === + + [Robert May] : 16 Mar 2006 - bug fix and addition of GetKeyState + - Added Win32::GUI::GetKeyState + - Listbox.xs fix to indexing error in SetTabStops(). + + [Robert May] : 11 Jan 2006 - bug fixes and add balloon tips for Notify Icon

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.74,1.75 GUI.xs,1.52,1.53

2006-04-12 Thread Robert May
-r1.75 *** CHANGELOG 16 Mar 2006 23:14:31 - 1.74 --- CHANGELOG 12 Apr 2006 19:49:21 - 1.75 *** *** 6,9 --- 6,13 Win32-GUI ChangeLog === + + [Robert May] : 12 Apr 2006 - Fix GetKeyState + - GUI.xs Changed stack macros in GetKeyStae

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.75,1.76 GUI.pm,1.39,1.40 GUI_Events.cpp,1.12,1.13 GUI_MessageLoops.cpp,1.19,1.20 GUI_Options.cpp,1.12,1.13 Makefile.PL,1.17,1.18

2006-04-12 Thread Robert May
- 1.76 *** *** 6,9 --- 6,20 Win32-GUI ChangeLog === + + [Robert May] : 12 Apr 2006 - Start of DropFiles integration + - GUI.pm Add Acceptfiles method and documentation. + - GUI_Events.cpp Fix OEM callback to allow passing SV

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.76,1.77 DC.xs,1.12,1.13 GUI.xs,1.53,1.54 GUI_Helpers.cpp,1.17,1.18 GUI_Options.cpp,1.13,1.14 Makefile.PL,1.18,1.19 TYPEMAP,1.7,1.8 TreeView.xs,1.7,1.8

2006-04-13 Thread Robert May
1.76 --- CHANGELOG 13 Apr 2006 22:17:07 - 1.77 *** *** 6,9 --- 6,19 Win32-GUI ChangeLog === + + [Robert May] : 13 Apr 2006 - Clean build under Cygwin + - TYPEMAP corrected various entries to use INT2PTR and PTR2INT + macros to eliminate

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.78,1.79 GUI.xs,1.55,1.56

2006-04-20 Thread Robert May
--- 6,14 Win32-GUI ChangeLog === + + [Robert May] : 20 Apr 2006 - Fix build under MinGW + - GUI.xs correct typo in type definition (LPCTSTR vs LPTSTR); + use 0x instead of -1 to avoid gcc warning when assigning + to UINT. + + [Robert May] : 14

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DropFiles/t 01_load.t,NONE,1.1 02_old_callback.t,NONE,1.1 03_new_callback.t,NONE,1.1 04_GetDroppedFiles.t,NONE,1.1 05_GetDroppedFile.t,NONE,1.1 06_GetDro

2006-04-25 Thread Robert May
DropTest; # $Id: DropTest.pm,v 1.1 2006/04/25 21:38:19 robertemay Exp $ # package to hide away the complexity of generating a WM_DROPEVENT on a window. # Written by Robert May, April 2006 # # This would be an ideal candidate for implementing in XS within a Win32::GUI::Test # module # use strict

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[Perl-win32-gui-cvscommit] Win32-GUI GUI_Options.cpp,1.15,1.16

2006-08-03 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30502 Modified Files: GUI_Options.cpp Log Message: Rework Tooltip Class Index: GUI_Options.cpp === RCS file:

[Perl-win32-gui-cvscommit] Win32-GUI Tooltip.xs,1.7,1.8

2006-08-03 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30555 Modified Files: Tooltip.xs Log Message: Rework Tooltip Class Index: Tooltip.xs === RCS file:

[Perl-win32-gui-cvscommit] Win32-GUI TYPEMAP,1.8,1.9

2006-08-03 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30902 Modified Files: TYPEMAP Log Message: Rework Tooltip Class Index: TYPEMAP === RCS file:

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.98,1.99

2006-10-15 Thread Robert May
=== + + [Robert May] : 15 October 2006 - keyboard navigation for win32-gui-demos + - scripts/win32-gui-demos.pl - fix TAB nagigation out of SCintilla + control, add menu accelerators, About box dismissed with ESC key. + --- Win32::GUI::Constants --- + - Constants.PL - add DLGC_

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

2006-10-15 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14539/Win32-GUI-Scintilla Modified Files: Scintilla.PL Log Message: Fix build under Perl 5.6 Index: Scintilla.PL

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.100, 1.101 GUI.pm, 1.54, 1.55

2006-10-15 Thread Robert May
--- CHANGELOG 15 Oct 2006 12:23:28 - 1.101 *** *** 6,9 --- 6,12 Win32-GUI ChangeLog === + + [Robert May] : 15 October 2006 - Bugfix NotifyIcon Delete method + - GUI.pm - fix Win32::GUI::NotifyIcon::Delete + + [Robert May] : 15 October 2006 - Fix

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

2006-10-15 Thread Robert May
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

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Grid Grid.pm, 1.3, 1.4 TODO, 1.2, 1.3

2006-10-15 Thread Robert May
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:

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.102, 1.103 GUI.pm, 1.55, 1.56 GUI.rc, 1.8, 1.9 GridLayout.pm, 1.8, 1.9 MANIFEST, 1.19, 1.20 Readme, 1.6, 1.7 Readme.html, 1.7, 1.8

2006-10-15 Thread Robert May
1.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** CHANGELOG 15 Oct 2006 13:40:31 - 1.102 --- CHANGELOG 15 Oct 2006 14:07:45 - 1.103 *** *** 6,9 --- 6,13 Win32-GUI ChangeLog === + + [Robert May] : 15 October 2006 - 1.04

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.103, 1.104 Combobox.xs, 1.7, 1.8 GUI.pm, 1.56, 1.57 GUI.xs, 1.62, 1.63

2006-10-31 Thread Robert May
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

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_05.pod, 1.1, 1.2

2006-11-05 Thread Robert May
) + + $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

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.105, 1.106 GUI.pm, 1.57, 1.58 GUI.rc, 1.9, 1.10 MANIFEST, 1.20, 1.21 Readme, 1.7, 1.8 Readme.html, 1.8, 1.9

2006-11-05 Thread Robert May
--- CHANGELOG 5 Nov 2006 20:04:49 - 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

[Perl-win32-gui-cvscommit] Win32-GUI/docs/GUI/UserGuide FAQ.pod, 1.2, 1.3

2006-11-05 Thread Robert May
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:

[Perl-win32-gui-cvscommit] Win32-GUI/docs GUI.pod,1.6,1.7

2006-11-05 Thread Robert May
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:

[Perl-win32-gui-cvscommit] Win32-GUI Readme, 1.8, 1.9 Readme.html, 1.9, 1.10

2006-11-05 Thread Robert May
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:

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_06.pod, NONE, 1.1

2007-01-20 Thread Robert May
(); 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

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.107, 1.108 GUI_Helpers.cpp, 1.23, 1.24

2007-01-20 Thread Robert May
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

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.109, 1.110 Combobox.xs, 1.8, 1.9 GUI.pm, 1.61, 1.62

2007-07-15 Thread Robert May
*** *** 8,11 --- 8,14 + [Robert May] : 15 July 2007 - Bug Fixes - GUI.pm - fix bltr direction in Animate Window [Tim Hansell] + - Comboxbox.xs, GUI.pm - fix options so use of -simple, -dropdown and + -dropdownlist together have a more predictable result

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.111, 1.112 DC.xs, 1.16, 1.17

2007-07-15 Thread Robert May
1.112 *** *** 13,16 --- 13,17 - DC.xs - Fix Polygon(), PolyBezier(), PolyBezierTo(), PolyLine(), PolyLineTo(). [George] + - DC.xs - Fix DrawText() documentation + [Robert May] : 20 January 2007 - Restore Original WndProc

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.112, 1.113 DC.xs, 1.17, 1.18

2007-07-15 Thread Robert May
--- 14,19 PolyLineTo(). [George] - DC.xs - Fix DrawText() documentation + - DC.xs - Rework DrawFrameControl() to allow DFCS_ADJUSTRECT to modify + input parameters + [Robert May] : 20 January 2007 - Restore Original WndProc

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.116, 1.117 TYPEMAP, 1.9, 1.10

2007-07-15 Thread Robert May
LimitText() to correct spelling of LimiteText() + - TYPEMAP - correct UINT to be T_UV + [Robert May] : 20 January 2007 - Restore Original WndProc

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.119,1.120

2007-07-15 Thread Robert May
of the Scroll() function, make it really return UNDEF on failure, and improve documentation. + --- Win32::GUI::Constants --- + - Constants.PL, Tags.pm, 52_tags.t - add a whole bunch more constants (mainly control + notification codes), and update tests + [Robert May] : 20

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

2007-07-15 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15548/Win32-GUI-Constants/t Modified Files: 52_tags.t Log Message: Add more constants Index: 52_tags.t

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.120,1.121

2007-07-15 Thread Robert May
- add a whole bunch more constants (mainly control notification codes), and update tests + --- Win32::GUI::Scintilla --- + - Scintilla.PL - fix line count in SaveFile(). Fix buffer sizes in various + places. + [Robert May] : 20 January 2007 - Restore Original WndProc

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla Scintilla.PL, 1.5, 1.6

2007-07-15 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16697/Win32-GUI-Scintilla Modified Files: Scintilla.PL Log Message: Fix some buffer size issues Index: Scintilla.PL

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_06.pod, 1.2, 1.3

2007-07-16 Thread Robert May
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18276/Win32-GUI-ReleaseNotes Modified Files: RN_1_06.pod Log Message: Bring releasenotes up to date Index: RN_1_06.pod

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.126,1.127

2007-07-16 Thread Robert May
() and DoEvents() to allow for dialog navigation to work within MDI child windows. [Salvador Oritz] + --- Win32::GUI::ReleaseNotes --- + - RN_1_06.pod - bring up to date with new changes + [Robert May] : 15 July 2007 - Bug Fixes

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.128, 1.129 ListView.xs, 1.14, 1.15 MANIFEST, 1.21, 1.22 Makefile.PL, 1.25, 1.26

2008-01-13 Thread Robert May
revision 1.129 diff -C2 -d -r1.128 -r1.129 *** CHANGELOG 30 Jul 2007 22:04:49 - 1.128 --- CHANGELOG 13 Jan 2008 11:42:57 - 1.129 *** *** 6,9 --- 6,18 Win32-GUI ChangeLog === + + [Robert May] : 13 January 2008 - Bug fixes/code re-org

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.129,1.130

2008-01-13 Thread Robert May
revision 1.130 diff -C2 -d -r1.129 -r1.130 *** CHANGELOG 13 Jan 2008 11:42:57 - 1.129 --- CHANGELOG 13 Jan 2008 11:46:13 - 1.130 *** *** 6,9 --- 6,13 Win32-GUI ChangeLog === + + [Robert May] : 13 January 2008 - Bug Fixes

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.130, 1.131 GUI.pm, 1.65, 1.66

2008-01-13 Thread Robert May
ChangeLog === + + [Reini Urban] : 13 January 2008 - Fixes to build under Perl 5.10.0 + - Changes to GUI.pm and Win32-GUI-Constants/Constants.pm to get + build and test to be successful with Perl 5.10.0 + + [Robert May] : 13 January 2008 - Bug Fixes - ListView.xs

[Perl-win32-gui-cvscommit] Win32-GUI/scripts win32-gui-demos.pl, 1.5, 1.6

2008-01-13 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/scripts In directory

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_06.pod, 1.5, 1.6

2008-01-13 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-BitmapInline BitmapInline.pm, 1.5, 1.6

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-BitmapInline In directory

[Perl-win32-gui-cvscommit] Win32-GUI Toolbar.xs,1.8,1.9

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7112 Modified

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

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles In directory

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

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory

[Perl-win32-gui-cvscommit] Win32-GUI GUI.xs,1.66,1.67

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9313 Modified

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla Scintilla.xs, 1.3, 1.4 ScintillaRC.PL, 1.2, 1.3

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory

[Perl-win32-gui-cvscommit] Win32-GUI TreeView.xs,1.9,1.10

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12559 Modified

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_06.pod, 1.6, 1.7

2008-01-30 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory

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

2008-02-01 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles In directory

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

2008-02-01 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_06.pod, 1.7, 1.8

2008-02-01 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory

[Perl-win32-gui-cvscommit] Win32-GUI/build_tools doPodDocs.pl, 1.5, 1.6

2008-02-02 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/build_tools In directory

[Perl-win32-gui-cvscommit] Win32-GUI/docs GUI.pod,1.8,1.9

2008-02-02 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29453/docs

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.139,1.140

2008-02-08 Thread Robert May
*** CHANGELOG 8 Feb 2008 14:34:18 - 1.139 --- CHANGELOG 8 Feb 2008 14:44:57 - 1.140 *** *** 6,9 --- 6,12 Win32-GUI ChangeLog === + + [Robert May] : 8 February 2008 - Correct number of tests + - t\02_window.t - correct test count

[Perl-win32-gui-cvscommit] Win32-GUI/t 02_window.t,1.4,1.5

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1468/t

[Perl-win32-gui-cvscommit] Win32-GUI/t 02_window.t,1.3,1.4

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26710/t

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

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/t In directory

[Perl-win32-gui-cvscommit] Win32-GUI/t 97_Version.t,NONE,1.1

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8495/t Added

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-AxWindow/t 97_Version.t, NONE, 1.1

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/t In directory

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DropFiles/t 97_Version.t, NONE, 1.1

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DropFiles/t In directory

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.137, 1.138 GUI_MessageLoops.cpp, 1.23, 1.24

2008-02-08 Thread Robert May
retrieving revision 1.137 retrieving revision 1.138 diff -C2 -d -r1.137 -r1.138 *** CHANGELOG 2 Feb 2008 13:25:57 - 1.137 --- CHANGELOG 8 Feb 2008 14:24:38 - 1.138 *** *** 6,9 --- 6,14 Win32-GUI ChangeLog === + + [Robert May] : 8 February

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants/t 97_Version.t, NONE, 1.1

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/t In directory

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-DIBitmap/t 97_Version.t, NONE, 1.1

2008-02-08 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/t In directory

[Perl-win32-gui-cvscommit] Win32-GUI/build_tools SrcParser.pm, 1.5, 1.6

2008-02-09 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/build_tools In directory

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Constants Constants.pm, 1.10, 1.11

2008-02-09 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants In directory

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_06.pod, 1.8, 1.9

2008-02-09 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG,1.144,1.145

2008-02-09 Thread Robert May
-r1.144 -r1.145 *** CHANGELOG 9 Feb 2008 08:51:27 - 1.144 --- CHANGELOG 9 Feb 2008 12:53:44 - 1.145 *** *** 7,10 --- 7,14 === + [Robert May] : 9 February 2008 - Tweaks + --- Win32::GUI::Scintilla --- + - Scintilla.PL - fix

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-Scintilla Scintilla.PL, 1.7, 1.8

2008-02-09 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Scintilla In directory

[Perl-win32-gui-cvscommit] Win32-GUI CHANGELOG, 1.145, 1.146 GUI.pm, 1.68, 1.69 GUI.rc, 1.10, 1.11 Readme, 1.10, 1.11 Readme.html, 1.11, 1.12

2008-02-13 Thread Robert May
:24:04 - 1.146 *** *** 6,9 --- 6,12 Win32-GUI ChangeLog === + + [Robert May] : 13 February 2008 - 1.06 Release + - Up version numbers to 1.06 + + [Robert May] : 9 February 2008 - Tweaks --- Win32::GUI::Scintilla

[Perl-win32-gui-cvscommit] Win32-GUI/Win32-GUI-ReleaseNotes RN_1_06.pod, 1.9, 1.10

2008-02-13 Thread Robert May
This is an automatically generated mail from the syncmail system. Do not reply directly to this email. Further discussion should take place on the hackers list: [EMAIL PROTECTED] Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory