0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2011-02-23 18:13 UTC+0100 Giuseppe Mastrangelo <[email protected]> * source/makefile.bc ! Reverted cflags updated to use -DHWG_USE_POINTER_ITEM fo problem with xharbour. More... about 13 years ago
2011-02-23 17:45 UTC+0100 Giuseppe Mastrangelo <[email protected]> * source/hbrowse.prg ! SB_THUMBPOSITION and SB_THUMBTRACK not replicate last record. More... about 13 years ago
2010-12-22 01:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/hedit.prg ! fixed NextFocusTab(), NextFocus() and NextFocusContainer() to work with handlers in pointer items More... over 13 years ago
2010-12-22 01:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/drawwidg.prg ! use hb_valToStr() instead of str() to work well with handles stored as pointer and numeric items More... over 13 years ago
2010-12-21 19:20 UTC-0300 Luiz Rafael Culik (luiz at xharbour.com) * source/hedit.prg ! fixed NextFocus function since it was not respectiong pointer items in comparasion More... over 13 years ago
2010-12-20 16:26 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/window.c ! fixed typo in buffer size calculation which caused buffer overflow in xHarbour UNICODE builds using emulation of Harbour STR API. More... over 13 years ago
2010-12-19 16:45 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/include/hwingui.h * hwgui/source/window.c + added internal HWGUI code to emulate Harbour STR API. It's enabled by default when xHarbour or old Harbour version is used and UNICODE macro is set during HWGUI compilation. It means that now also xHarbour users can use HWGUI with UTF8 strings. Just like for Harbour useres it's enough to compile HWGUI with UNICODE macro and add at the beginning of executed PRG code: HWG_SETUTF8() Please test. If more users will use UNICODE HWGUI builds then there is bigger chance to keep it alive and updated. xHarbour users probably do not use HBMK2 build tool from Harbour which allows to compile HWGUI with any supported C compiler so to create UNICODE HWGUI libraries they will have to hack existing make files and add -DUNICODE to C compiler flags. Maybe someone can create some common method to set C compiler flags in different make files. Now only Makefile, Makefile.scr and makefile.bc respects C_USR envvar set by user. More... over 13 years ago
*** empty log message *** More... over 13 years ago
2010-12-15 16:30 UTC-0300 Luiz Rafael Culik (luiz at xharbour.com) * makefile.bc makefile.gcc makefile.pc makefile.vc makefile.wc ! cflags updated to use -DHWG_USE_POINTER_ITEM More... over 13 years ago
2010-12-15 16:20 UTC-0300 Luiz Rafael Culik (luiz at xharbour.com * source/htab.prg ! fixed ShowDisablePage() was comparing an pointer to numeric ! To developer, the LPARAM parameter on onevent method passed as parameter to other function/method, should use PtrToulong( param) before comparing numeric values More... over 13 years ago
2010-12-04 14:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/window.c + added new function HWG_SETUTF8() which sets UTF8 as base CP in Harbour VM. Now Harbour users who want to use HWGUI with applications using UTF8 strings can easy make it using HWGUI compiled with UNICODE macro. It's enough to add at the beginning of executed PRG code: HWG_SETUTF8() which informs Harbour VM that strings in user application use UTF8 encoding. To compile HWGUI with UNICODE macro is enough to execute: hbmk2 hbxml.hbp hwg_qhtm.hbp hwgui.hbp procmisc.hbp -cflag=-DUNICODE More... over 13 years ago
2010-11-10 23:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/grid.c * hwgui/source/hcombo.prg * hwgui/source/hfrmtmpl.prg * hwgui/source/message.c ! cleaned included headers More... over 13 years ago
2010-11-10 20:15 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/hfrmtmpl.prg ! changed function interrupted by unconditional BREAK() to procedure * removed some unused memvar declarations More... over 13 years ago
2010-11-10 16:51 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/animat.c ! fixed Animate_Open() for UNICODE builds More... over 13 years ago
* Changelog * corrected wrong date in my previous commit * source\hcwindow.prg * declared missed local declaration and assignment in ProcOkCancel() * unified code for both Harbour and xHarbour * source\hwindow.prg * unified code for both Harbour and xHarbour * source\richedit.c * deleted doubled EditStreamCallback() function code More... over 13 years ago
2010-10-31 09:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hcheck.prg * source\hcombo.prg * source\hradio.prg ! fix in ONEVENT to compatible with lGetSkiponEsc * source\hcontrol.prg ! fix in CLASS HGROUP * source\hcwindow.prg ! add code to lGetSkiponEsc in FUNCTION ProcOkCancel * source\hdialog.prg ! fix in DLGCOMMAND to lGetSkiponEsc * source\hriched.prg + DATA hdcPrinter + METHOD OpenFile( cFile ) + METHOD Print() modifications by Srdjan Dragojlovic * source\hwindow.prg + DATA lGetSkiponEsc same behavior DIALOG in MDICHILD * source\richedit.c + HB_FUNC( RE_SETZOOM ) + HB_FUNC( RE_ZOOMOFF ) + HB_FUNC( RE_GETZOOM ) + HB_FUNC( PRINTRTF ) modifications by Srdjan Dragojlovic * source\wprint.c + HB_FUNC( HWG_ABORTDOC ) modifications by Srdjan Dragojlovic More... over 13 years ago
2010-10-31 10:10 UTC+0100 Giuseppe Mastrangelo <[email protected]> * source/hcwindow.prg * source/hwindow.prg ! reverted deletion of declaration oitem because is used in source. More... over 13 years ago
* hwgui.hbp * deleted wrong ref to xhb.hbc * source/printdos.prg * reworked the code as was left in a pending edit mode and wrongly committed Thanks to Itamar Lins who reported quickly this oversights. More... over 13 years ago
* source\hcontrol.prg * fixed error in missing Round() parameter * source\barcode.prg source\hcontrol.prg source\drawwidg.prg source\guimain.prg source\hanimat.prg source\hbrowse.prg source\hcheck.prg source\hcombo.prg source\hcwindow.prg source\hdatepic.prg source\hdc.prg source\hdialog.prg source\hedit.prg source\hfreeimg.prg source\hfrmtmpl.prg source\hgraph.prg source\hgrid.prg source\hgridex.prg source\hhyper.prg source\hipedit.prg source\hlistbox.prg source\hmonthc.prg source\hnice.prg source\hownbtn.prg source\hpager.prg source\hpanel.prg source\hprinter.prg source\hprogres.prg source\hradio.prg source\hrebar.prg source\hrect.prg source\hriched.prg source\hsayimg.prg source\hsplit.prg source\htab.prg source\htimer.prg source\htool.prg source\htrackbr.prg source\htree.prg source\hupdown.prg source\hwindow.prg source\hwinprn.prg source\menu.prg source\printdos.prg source\richtext.prg * purged unused code and unused variables * reworked to match the parameters in class method declaration and in method implementation * hwgui.hbp * added hbide compatible settings * raised compile flag from w to w3 PLEASE: i ask for no more commit any source don't observing this flag, as the code was very buggy and full of garbage. More... over 13 years ago
2010-10-29 14:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hcontrol.prg + #define OFS_X 10 * CLASS HGROUP + DATA oGroup + DATA oBrush + DATA lTransparent + METHOD Paint() ! method Init changed style when ::backStyle = TRANSPARENT .OR. ::bColor != Nil Since groupboxes never get WM_DRAWITEM even if they are BS_OWNERDRAW, we must handle our painting in OnPaint. ! oGroup is attrib object RADIOGROUP * source\hradio.prg ! fix code in Method NewRg to suport HGROUP class More... over 13 years ago
2010-10-29 13:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source/hdialog.prg ! fixed ::bOnActivate value if pass in activate + DATA lGetSkiponEsc INIT .F. pressing ESC back focus IN getlist, if first DEFAULT ESC EVENT ! FUNCTION DlgCommand add code to lGetSkiponEsc More... over 13 years ago
2010-10-29 22:32 UTC+0100 Giuseppe Mastrangelo <[email protected]> * source/hdialog.prg ! reverted lActivated. ! add lOnActivated tell if a dialog is activated. my email is on the top <[email protected]> as ih header: YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_...@address> More... over 13 years ago
2010-10-26 10:50 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hcwindow.prg ! minor fix in METHOD REFRESH() * source/hcontrol.prg ! minoR fix in METHOD INIT HCONTROL More... over 13 years ago
2010-10-23 22:32 UTC+0100 Giuseppe Mastrangelo <[email protected]> * source/hdialog.prg ! set lActivated to true in METHOD Activate. More... over 13 years ago
2010-10-21 13:46 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * hwgui/source/errorsys.prg * PROCFILE() is fully supported by Harbour More... over 13 years ago
*** empty log message *** More... over 13 years ago
2010-10-19 10:40 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source\hdialog.prg ! minor fix in initModalDlg in draw focus * source\htab.prg ! minor fix More... over 13 years ago
*** empty log message *** More... over 13 years ago
2010-10-18 09:40 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * include\windows.ch + add news constants * source\hcontrol.prg ! METHOD INIT fix position initial object in form ! minor fix in anchor * source\hdialog.prg ! minor fix in initModalDlg in draw focus * source\hrebar.prg ! minor fix * source\htab.prg ! several problems fixed More... over 13 years ago
add info More... over 13 years ago