0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected 10 months ago.
Jan 17, 2024 — Jan 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2010-08-03 15:40 UTC+0200 Alexey Myronenko <vatzct < at > polly.com.ua>
omm
More... over 15 years ago
2010-07-30 23:00 UTC+0100 Giuseppe Mastrangelo <[email protected]> * source/hbrowse.prg ! Fix duplicated record in browse with one record in set scope. ! Fix vertical scrollbar, now work. More... over 15 years ago
2010-07-09 21:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hedit.prg ! minor fix in checkfocus() More... over 15 years ago
2010-07-09 09:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hdialog.prg ! minor fix in InitModalDlg initfocus and EndDialog lastfocus More... over 15 years ago
2010-07-08 16:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hdialog.prg ! minor fix in initfocus * source\hedit.prg ! minor fix in WHEN More... over 15 years ago
2010-07-04 18:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hcwindow.prg * source\hdialog.prg ! minor fix in onSize More... over 15 years ago
*** empty log message *** More... over 15 years ago
*** empty log message *** More... over 15 years ago
2010-07-04 10:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include\guilib.ch #xcommand @ <x>,<y> TREE [ <oTree> ] ; + [ <lDragDrop: DRAGDROP>] ; + [ <lCheck: CHECKBOXES> ] ; + [ ON CHECK <bCheck> ] ; + [ ON DRAG <bDrag> ] ; + [ ON DROP <bDrop> ] ; + [ ON OTHERMESSAGES <bOther>] ; #xcommand INSERT NODE [ <oNode> CAPTION ] <cTitle> ; + [ ON ACTION <bAction> ] ; + [ <lCheck: CHECKED>] ; * source\control.c + #define TREE_SETITEM_CHECK 2 + #define TREE_GETNOTIFY_OLDPARAM 6 ! added support for checkbox in Function TREESETITEM ! added support for return itermold in function TREE_GETNOTIFY * source\htree.prg CLASS HTreeNode INHERIT HObject + DATA title + DATA image1, image2 + DATA lchecked INIT .F. + Method New add two parameters lchecked, bClick + METHOD Checked() SETGET CLASS HTree INHERIT HControl + DATA bCheck + DATA bdrag, bdrop + DATA lEditLabels INIT .F. HIDDEN + DATA lCheckbox INIT .F. HIDDEN + DATA lDragDrop INIT .F. HIDDEN + DATA lDragging INIT .F. HIDDEN + DATA hitemDrag, hitemDrop HIDDEN + Method NEW add parameters lCheckbox, bCheck, lDragDrop, bDrag, bDrop, bOther + METHOD FindChildPos( h, inodo ) + METHOD onEvent( msg, wParam, lParam ) + METHOD ItemHeight( nHeight ) SETGET - set heigth item ! add handling in Method Init + STATIC PROCEDURE MarkCheckTree( oItem, state ) + STATIC PROCEDURE DragDropTree( oDrag, oItem, oDrop ) More... over 15 years ago
2010-07-03 12:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\control.c + static wpOrigTreeViewProc + TreeViewSubclassProc + HB_FUNC( HWG_INITTREEVIEW ) handling events in class TREEVIEW * source\hdialog.prg ! minor fix in ENDDIALOG() and InitFocus in InitModalDlg() * source\hupdown.prg ! fix in tooltip * source\misc.c + function HB_FUNC( HWG_SETCURSORPOS ) More... over 15 years ago
2010-06-18 12:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hbrowse.prg ! minor fix in BOTTOM() * source\hdialog.prg ! minor fix in onHELP * source\hedit.prg ! fixed BCOLOR More... over 15 years ago
2010-06-17 12:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hcontrol.prg ! fix in VK_ESCAPE in onEvent in BUTTONEX * source\hedit.prg ! fixed delete char in setfocus More... over 15 years ago
*** empty log message *** More... over 15 years ago
2010-06-16 09:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hbrowse.prg ! minor fix in VK_ESCAPE in onEvent * source\hownbtn.prg ! fixed text color and backcolor in HShadeButton CLASS More... over 15 years ago
2010-06-16 09:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include\windows.ch + add constant IDHELP 9 * source\guimain.prg ! add GET STYLE ES_AUTOHSCROLL IN MSGGET * source\hbrowse.prg + DATA lDisableVScrollPos INIT .F. set browse:lDisableVScrollPos := .T. DISABLE possibility disabled SCROLBAR VERTICAL position, because the network environment in the calculation of the positioning makes navigation very slow depending on the size of the table ! fixed repaint in scroll vertical and horizontal ! comment SETFOCUS() IN lineup,linedown,pageup,pagdown methods ! moved SETFOCUS in ButtonUP to ButtonDown because message WM_LBUTTONDBLCLK after sending WM_LBUTTONUP * source\hdialog.prg ! in InitModalDlg add UpdateWindow( oDlg:handle ) after oDlg:Show force repaint objects * DlgCommand add IDHELP message added in the same behavior that messages IDOK IDCANCEL ! fixed onHelp to support IDHELP * source\hrect.prg ! fixed METHOD SETCOLOR and METHOD PAINT * source\htab.prg ! minor fix More... over 15 years ago
2010-06-06 01:25 UTC+0200 Maurizio la Cecilia <[email protected]> * /hwguidyn.hbp ! patch made by Viktor Szak�ts to correct build .dll after latest Harbour changes * source/richedit.prg ! patch made by Viktor Szak�ts to comply with the deletion of the hb_NumToHex function from the hwGUI source * source/hedit.prg ! fixed onEvent method returning wrong value when a hot key (set by SetDlgKey) or a bKeyUp codeblock are successfully processed More... over 15 years ago
*** empty log message *** More... over 15 years ago
*** empty log message *** More... over 15 years ago
2010-05-31 19:10 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hedit.prg ! minor fix in BACKCOLOR and DISABLEBACKCOLOR More... over 15 years ago
2010-05-30 19:10 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hbrowse.prg ! minor fix in METHOD FooterOut More... over 15 years ago
2010-05-30 14:10 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\control.c ! changed LPTOOLTIPTEXT to LPNMTTDISPINFO * source\hbrowse.prg class HCOLUMN + add FootFont ! METHOD FooterOut suport the Font in column changed backcolor default to window theme * source\hcwindow.prg ! minor fix in ONCTLCOLOR More... over 15 years ago
2010-05-28 10:10 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hbrowse.prg ! minor fix in event mouse in HeaderOut More... over 15 years ago
2010-05-29 10:55 UTC+0100 Maurizio la Cecilia <[email protected]> * source/misc.c - striped out hb_NumToHex() causing duplicated definition in Harbour build. Please, Harbour users link xhb.lib instead. More... over 15 years ago
2010-05-27 12:10 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hdialog.prg ! minor fix * source\hedit.prg ! fixed MOUSEDOWN in SETFOCUS More... over 15 years ago
*** empty log message *** More... over 15 years ago
2010-05-27 09:10 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include\guilib.ch + #xcommand SET DISABLEBACKCOLOR <x:ON,OFF,&> [COLOR [<bColor>]] ; => ; SetDisableBackColor( <(x)> , <bColor> ) + new clausule in SET COLORFOCUS [< lPersistent : PERSISTENT >] * source\hedit.prg + STATIC lPersistColorSelect := .F. + STATIC bDisablecolor := Nil + FUNCTION SetDisableBackColor( lDef, bcolor ) + new parameter in SetColorinFocus( lDef, tcolor, bcolor, lFixed, lPersist ) More... over 15 years ago
2010-05-26 12:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hbrowse.prg ! fixed METHOD editlogic ! fix in EDIT COMBOBOX * source\hcheck.prg ! minor fix More... over 15 years ago
2010-05-24 18:45 UTC+0100 Maurizio la Cecilia <[email protected]> * source/control.c ! fixed a possible ORing with uninitialed variable in function hb_CreateProgressBar() More... over 15 years ago
2010-05-24 01:40 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include\windows.ch + add constant OPAQUE 2 * source\hbrowse.prg ! fixed mouse scrolling paint * source\hcheck.prg * source\hhyper.prg * source\hownbtn.prg * source\hpanel.prg * source\hradio.prg * source\hrect.prg * source\htab.prg * source\htool.prg + add #DEFINE TRANSPARENT 1 * source\hcontrol.prg class HCONTROL + DATA DisablebColor + DATA Disablebrush + METHOD DisableBackColor SETGET ! fixed HSTATIC TRANSPARENT * source\hcwindow.prg ! fixed onCtlColor IN DisableBackColor * source\hdialog.prg + msg WM_CTLCOLORDLG + FUNCTION onDlgColor attrib backcolor in DIALOG ! remove backcolor DIALOG of the onEraseBk * source\hedit.prg ! fixed deletechar in complex picture * source\hupdown.prg + METHOD DisableBackColor SETGET More... over 15 years ago
2010-05-21 19:35 UTC+0100 Maurizio la Cecilia <[email protected]> * source/misc.c * source/richedit.c ! pacified some warnings More... over 15 years ago