Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29690

Modified Files:
        CHANGELOG 
Log Message:
Rework Tooltip Class

Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** CHANGELOG   16 Jul 2006 13:02:29 -0000      1.94
--- CHANGELOG   3 Aug 2006 22:18:53 -0000       1.95
***************
*** 6,9 ****
--- 6,28 ----
  Win32-GUI ChangeLog
  ===================
+ + [Robert May] : 3 August 2006 - Rework Tooltip class
+     - GUI.pm, Tooltip.xs - add -noanimate and -nofade window
+       options.  Document, along with -balloon option.
+     - Tooltip.xs - add methods: SetTitle, GetBubbleSize,
+       AdjustRect.  Update documentation.
+     - GUI_Options.cpp - modify ParseTooltipOptions to allow
+       using -window and -id options together, whilst maintaining
+       backwards comatibility with using -id on its own.
+     - Tooltip.xs - change all ID fields to TOOL (backwards compatible),
+       NeedText, Pop and Show events now have an extra flag indicating
+       whether the first parameter is hwnd or id, update all documentation,
+       make TTF_SUBCLASS on by default.
+     - GUI.pm - Add AddTooltip() method to Win32::GUI::Window, mirroring other
+       Add* methods.
+     - GUI_Events.cpp - fix DoEvent_NeedText so that it doesn't crash if
+       only a string is returned from the NeedText event
+     --- Win32::GUI::Constants ---
+    - Constants.PL - add TTF_, TTM_ and TTN_ constants
+ 
  + [Robert May] : 16 July 2006 - LoadLibrary and Scintilla
      - GUI.xs - modify LoadLibrary to convert provided path


Reply via email to