|
From: <om...@us...> - 2012-07-03 14:02:32
|
Revision: 1849
http://hwgui.svn.sourceforge.net/hwgui/?rev=1849&view=rev
Author: omm
Date: 2012-07-03 14:02:23 +0000 (Tue, 03 Jul 2012)
Log Message:
-----------
2012-07-02 17:05 UTC-0300 Alexey Myronenko <m.oleksa at ukr.net>
Modified Paths:
--------------
trunk/hwgui/Changelog
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <om...@us...> - 2012-07-03 14:02:36
|
Revision: 1849
http://hwgui.svn.sourceforge.net/hwgui/?rev=1849&view=rev
Author: omm
Date: 2012-07-03 14:02:23 +0000 (Tue, 03 Jul 2012)
Log Message:
-----------
2012-07-02 17:05 UTC-0300 Alexey Myronenko <m.oleksa at ukr.net>
Modified Paths:
--------------
trunk/hwgui/Changelog
Modified: trunk/hwgui/Changelog
===================================================================
--- trunk/hwgui/Changelog 2012-07-03 11:46:41 UTC (rev 1848)
+++ trunk/hwgui/Changelog 2012-07-03 14:02:23 UTC (rev 1849)
@@ -8,94 +8,99 @@
2002-12-01 23:12 UTC+0100 Foo Bar <fo...@fo...>
*/
+2012-07-02 17:05 UTC-0300 Alexey Myronenko <m.oleksa at ukr.net>
+ * Removed by Luis Fernando Basso:
+ * LOCAL nPosVert := GetScrollPos( ::handle, SB_VERT )
+ * LOCAL nPosHorz := GetScrollPos( ::handle, SB_HORZ )
2012-07-02 14:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net>
* source/guilib.ch
- * #xcommand @ <x>,<y> GET
+ * #xcommand @ <x>,<y> GET
+ [ ON SIZE <bSize> ] ;
* #xcommand @ <x>,<y> SAY [ <oSay> CAPTION ] <caption> ; [ OF <oWnd> ] ; LINK <cLink> ;
- + [ ON CLICK <bClick> ] ;
+ + [ ON CLICK <bClick> ] ;
[ STYLE <nStyle> ] ;
[ BITMAP <hbit> ] ;
- * #xcommand @ <x>,<y> TOOLBAR [ <oTool> ]
+ * #xcommand @ <x>,<y> TOOLBAR [ <oTool> ]
+ [ ON SIZE <bSize> ] ;
* source/guimain.prg
* FUNCTION FindSelf( hCtrl )
- ! minor fix.
- * source/hcwindow.prg
- + METHOD RedefineScrollbars()
- * METHOD ScrollHV
- * METHOD SetupScrollbars()
- * METHOD ResetScrollbars()
- * FUNCTION onSize
- ! fixes for scrooling of objects in containers
- * source/hdatepic.prg
+ ! minor fix.
+ * source/hcwindow.prg
+ + METHOD RedefineScrollbars()
+ * METHOD ScrollHV
+ * METHOD SetupScrollbars()
+ * METHOD ResetScrollbars()
+ * FUNCTION onSize
+ ! fixes for scrooling of objects in containers
+ * source/hdatepic.prg
* METHOD Value
- * METHOD Valid
- ! minor fix
+ * METHOD Valid
+ ! minor fix
* source/hedit.prg
- * METHOD Valid
- ! fixed show to value type = "D" and SET CENTURY ON
+ * METHOD Valid
+ ! fixed show to value type = "D" and SET CENTURY ON
* source/hcontrol.prg
- * CLASS HControl
- * METHOD Disable()
- * METHOD SetFocus
- ! minor Fix
- * METHOD onAnchor( x, y, w, h )
- ! Minor Fix
- * source/hhyper.prg
+ * CLASS HControl
+ * METHOD Disable()
+ * METHOD SetFocus
+ ! minor Fix
+ * METHOD onAnchor( x, y, w, h )
+ ! Minor Fix
+ * source/hhyper.prg
+ DATA allMouseOver INIT .F.
+ DATA hBitmap
- + DATA iStyle INIT ST_ALIGN_HORIZ
+ + DATA iStyle INIT ST_ALIGN_HORIZ
+ DATA lAllUnderline INIT .T.
+ DATA oFontUnder
+ DATA llost INIT .F.
+ DATA lOverTitle INIT .F.
+ DATA nWidthOver
* METHOD New( )
- ! add parameters hbitmap, bClick
- + METHOD Resize( )
+ ! add parameters hbitmap, bClick
+ + METHOD Resize( )
* METHOD INIT()
- * METHOD OnClicked()
+ * METHOD OnClicked()
! changed onclick event now accepts a block of code
- * METHOD PAint( lpDis )
- ! add suport to images
- * source/hwindow.prg
- * CLASS HMainWindow
- * METHOD Activate( ()
- ! add triggering event INIT of the objects
- * STATIC FUNCTION onEraseBk
- ! minor fix
+ * METHOD PAint( lpDis )
+ ! add suport to images
+ * source/hwindow.prg
+ * CLASS HMainWindow
+ * METHOD Activate( ()
+ ! add triggering event INIT of the objects
+ * STATIC FUNCTION onEraseBk
+ ! minor fix
+
2012-07-02 13:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net>
* source/draw.c
+ void TransparentBmp
- * HB_FUNC( DRAWTRANSPARENTBITMAP )
- changed transparency method of using the function TransparentBmp
+ * HB_FUNC( DRAWTRANSPARENTBITMAP )
+ changed transparency method of using the function TransparentBmp
* source/nice.c
+ void Gradient
- * HB_FUNC( GRADIENT )
- * source/misc.c
- * HB_FUNC( SETSCROLLINFO )
- ! changed si.nMin = 1 to si.nMin = 0;
-
+ * HB_FUNC( GRADIENT )
+ * source/misc.c
+ * HB_FUNC( SETSCROLLINFO )
+ ! changed si.nMin = 1 to si.nMin = 0;
+
2012-07-02 13:20 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net>
* source/htree.prg
+ DATA bKeyDown
- + METHOD Top()
+ + METHOD Top()
+ METHOD Bottom()
* Method Notify()
- * add Notify TVN_KEYDOWN handling keyDown event passing three parameters ; ::oItem, nKeyDown, Self
+ * add Notify TVN_KEYDOWN handling keyDown event passing three parameters ; ::oItem, nKeyDown, Self
* source/hsplit.prg
* METHOD Paint()
- * METHOD DragAll()
- ! fix in redraw
+ * METHOD DragAll()
+ ! fix in redraw
* source/hpanel.prg
+ METHOD ResizeOffSet( nMode , lRelease )
- * METHOD Hide()
+ * METHOD Hide()
* METHOD Show()
* METHOD Release()
* METHOD Resize()
- ! fixes in redraw and reposition in MDI_MAIN
+ ! fixes in redraw and reposition in MDI_MAIN
2012-06-06 15:10 UTC+0300 Alexander Kresin <al...@be...>
* source/xml/hxmldoc.prg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|