Commit Graph

  • a2c63946e8 2010-01-15 20:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/win_tprn.prg ! removed left by mistake unused variable * save only numeric parameters in SetColor() method. QUESTION: TextOut() method uses 4-th parameter to control text alignment but it uses own constant values: 0 == left, 1 == right, 2 == centered instead of TA_* constants. Should we keep it or rather use windows constant values adding also support for vertical alignment? In current xHarbour code this parameter was changed to accept windows constants and 5-th parameter was added which is OR-ed with the 4-th one but for me this part is redundant. * harbour/contrib/hbwin/win_prn1.c % minor optimization Przemyslaw Czerpak 2010-01-15 19:10:19 +00:00
  • 57369ad95c 2010-01-15 19:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/set.c ! ULONG -> HB_FATTR. Missed this occurrence of this ULONG in previous global modification pass. Error reported by Istvan Bisz. Viktor Szakats 2010-01-15 18:57:35 +00:00
  • 0ee3aa6d4f 2010-01-15 19:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbclass.ch * enable strict parameters validation in method declaration and implementation when warning level (-w?) is 3 or higher * small modification in error messages Przemyslaw Czerpak 2010-01-15 18:25:14 +00:00
  • 9b462b15d0 2010-01-15 17:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/cmdarg.c * contrib/hbct/disk.c % Using HB_SIZEOFARRAY() instead of repeating declaration size. Viktor Szakats 2010-01-15 16:39:54 +00:00
  • 17a7f91323 2010-01-15 15:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbexprb.c ! s&r error bug in recent change. Viktor Szakats 2010-01-15 14:12:58 +00:00
  • af966c6e85 2010-01-15 12:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbdefs.h + Marked BOOL, TRUE and FALSE as HB_LEGACY_LEVEL3. This means these types will disappear from Harbour after next major release. Please start to migrate to the new, pure Harbour replacement types for portable Harbour code: HB_BOOL, HB_TRUE, HB_FALSE. Viktor Szakats 2010-01-15 11:21:32 +00:00
  • 21480586d4 2010-01-15 12:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/gtwvg.h * contrib/gtwvg/wvggui.c * contrib/gtwvg/wvgcuig.c * contrib/gtwvg/wvgwin.c * contrib/gtwvg/wvgutils.c * contrib/gtwvg/wvgcore.c * contrib/gtwvg/wvgwing.c * TRUE -> HB_TRUE * FALSE -> HB_FALSE Viktor Szakats 2010-01-15 11:12:44 +00:00
  • 7903d5b170 2010-01-15 12:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/macro/macro.yyc * src/macro/macro.y * src/macro/macrolex.c * src/rtl/gtwvt/gtwvt.h * doc/en-EN/hb_apigt.txt * doc/en-EN/hb_api.txt * doc/en-EN/hb_vm.txt * doc/en-EN/hb_apiln.txt * doc/en-EN/hb_macro.txt * doc/en-EN/hb_apiit.txt * doc/en-EN/hb_apifs.txt * doc/codestyl.txt * include/hbthread.h * include/hbxvm.h * include/hbdefs.h * include/hbvm.h * include/hbcomp.h * include/hbcompdf.h * include/hbwmain.c * include/hbexpra.c * include/hbfloat.h * include/hbapicls.h * include/hbexprb.c * contrib/hbtpathy/tpos2.c * contrib/hbtpathy/tpunix.c * contrib/hbnf/prtscr.c * contrib/hbnf/proper.c * contrib/hbnf/fttext.c * contrib/hbnf/dispc.c * contrib/hbnf/ontick.c * contrib/hbnf/poke.c * contrib/hbpgsql/postgres.c * contrib/rddads/rddads.h * contrib/hbmisc/strfmt.c * contrib/hbmisc/ffind.c * contrib/hbwin/wapi_winbase.c * contrib/hbwin/axcore.c * contrib/hbwin/win_dll.c * examples/hbdoc/examples/core_es/hb_vm.txt * examples/hbdoc/examples/core_es/hb_apiln.txt * examples/rddado/adordd.prg * BOOL -> HB_BOOL * TRUE -> HB_TRUE * FALSE -> HB_FALSE ; Final touches after verification of whole codebase. GTWVG still needs changes. ! Fixed FT_FBOF() returning random value after FT_USE(). ! Fixed some bool values stored in int types. Viktor Szakats 2010-01-15 11:06:44 +00:00
  • e4f55f694f 2010-01-15 02:13 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idesources.prg * contrib/hbqt/hbqt.h * contrib/hbqt/hbqt_hbqsyntaxhighlighter.cpp * contrib/hbqt/hbqt_hbqsyntaxhighlighter.h * contrib/hbqt/hbqt_hbslots.cpp + Implemented "Set Mark" and "Goto Mark" toolbar actions. This implementation has a little glitch which I am lookking to be realized with subclassing. But the prototype is in place. Pritpal Bedi 2010-01-15 10:19:32 +00:00
  • a8dac18c1e 2010-01-14 18:21 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideobject.prg * contrib/hbide/idesaveload.prg + Implemented current line highliting. Currently it is ON by default. Later when all components will be in place then it will fall under generic category in thought of "Setup" dialog. + Implemented to show number of selection characters in status-bar. Requested by: Rodrigo Machado. + Implemented to retain last selected codec from the main menu to be populated at next run. It is also displayed in the status-bar. ; Please comment. Pritpal Bedi 2010-01-15 02:25:12 +00:00
  • d277414fea 2010-01-15 01:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/cmdcheck.c * src/compiler/compi18n.c * src/compiler/complex.c * src/compiler/genc.c * src/compiler/gencc.c * src/compiler/genobj32.c * src/compiler/harbour.y * src/compiler/harbour.yyc * src/compiler/harbour.yyh * src/compiler/hbcomp.c * src/compiler/hbdead.c * src/compiler/hbfunchk.c * src/compiler/hbgenerr.c * src/compiler/hblbl.c * src/compiler/hbmain.c * src/compiler/hbopt.c * src/compiler/hbstripl.c * src/compiler/ppcomp.c * BOOL -> HB_BOOL * TRUE -> HB_TRUE * FALSE -> HB_FALSE ; Only gtwvw is left now. But maybe some local hack will be enough there until the code is unstable. Viktor Szakats 2010-01-15 00:48:01 +00:00
  • 0058f70389 2010-01-15 00:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbbmcdx/bmdbfcdx.c * contrib/hbbmcdx/hbbmcdx.h * include/hbapirdd.h * include/hbdbsort.h * include/hbrddcdx.h * include/hbrdddbf.h * include/hbrdddel.h * include/hbrddfpt.h * include/hbrddnsx.h * include/hbrddntx.h * include/hbrddsdf.h * src/rdd/dbcmd.c * src/rdd/dbcmd53.c * src/rdd/dbdetach.c * src/rdd/dbf1.c * src/rdd/dbfcdx/dbfcdx1.c * src/rdd/dbffpt/dbffpt1.c * src/rdd/dbfnsx/dbfnsx1.c * src/rdd/dbfntx/dbfntx1.c * src/rdd/dbsql.c * src/rdd/delim1.c * src/rdd/hbdbsort.c * src/rdd/hbsix/sxcompr.c * src/rdd/hbsix/sxcrypt.c * src/rdd/hbsix/sxfname.c * src/rdd/hbsix/sxord.c * src/rdd/hbsix/sxsem.c * src/rdd/hbsix/sxtable.c * src/rdd/hbsix/sxutil.c * src/rdd/hsx/hsx.c * src/rdd/nulsys/nulsys.c * src/rdd/sdf1.c * src/rdd/usrrdd/usrrdd.c * src/rdd/wacore.c * src/rdd/wafunc.c * src/rdd/workarea.c * BOOL -> HB_BOOL * TRUE -> HB_TRUE * FALSE -> HB_FALSE Viktor Szakats 2010-01-14 23:49:12 +00:00
  • 58d410af24 2010-01-14 23:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddsql/sddmy/mysqldd.c * contrib/rddsql/sddpg/pgsqldd.c * contrib/rddsql/sddfb/fbirddd.c * contrib/rddsql/sddodbc/odbcdd.c * contrib/rddsql/hbrddsql.h * contrib/rddsql/sqlbase.c * contrib/rddsql/sqlmix.c * BOOL -> HB_BOOL * TRUE -> HB_TRUE * FALSE -> HB_FALSE Viktor Szakats 2010-01-14 22:48:17 +00:00
  • cf1c0fc5e3 2010-01-14 23:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddads/adsx.c * contrib/rddads/adsfunc.c * contrib/rddads/rddads.h * contrib/rddads/ads1.c * contrib/rddads/adsmgmnt.c * BOOL -> HB_BOOL * TRUE -> HB_TRUE * FALSE -> HB_FALSE ! Cleaned some bool type usage cases. Viktor Szakats 2010-01-14 22:37:12 +00:00
  • 3f778786b0 2010-01-14 22:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/pp/pplib.c * src/pp/ppcore.c * src/pp/hbpp.c * include/hbpp.h * BOOL -> HB_BOOL * TRUE -> HB_TRUE * FALSE -> HB_FALSE Viktor Szakats 2010-01-14 21:59:52 +00:00
  • 8b8d1e24e5 2010-01-14 22:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctnet.c * Further cleanups. Viktor Szakats 2010-01-14 21:07:59 +00:00
  • 3b2807927e 2010-01-14 20:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctnet.c * Code cleanup. Viktor Szakats 2010-01-14 19:12:39 +00:00
  • 21bd64cec2 2010-01-14 10:08 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesources.prg ! Updated to latest Harbour standards : Method Definition == Method Declaration. Pritpal Bedi 2010-01-14 18:10:11 +00:00
  • 836372a40b 2010-01-14 09:53 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbp3state.prg * contrib/hbxbp/xbpbitmap.prg * contrib/hbxbp/xbpbrowse.prg * contrib/hbxbp/xbpcheckbox.prg * contrib/hbxbp/xbpcombobox.prg * contrib/hbxbp/xbpdataref.prg * contrib/hbxbp/xbpdialog.prg * contrib/hbxbp/xbpfiledialog.prg * contrib/hbxbp/xbpfontdialog.prg * contrib/hbxbp/xbphtmlviewer.prg * contrib/hbxbp/xbplistbox.prg * contrib/hbxbp/xbpmenubar.prg * contrib/hbxbp/xbpmle.prg * contrib/hbxbp/xbpparthandler.prg * contrib/hbxbp/xbpprintdialog.prg * contrib/hbxbp/xbpprinter.prg * contrib/hbxbp/xbppushbutton.prg * contrib/hbxbp/xbpqtuiloader.prg * contrib/hbxbp/xbpradiobutton.prg * contrib/hbxbp/xbprtf.prg * contrib/hbxbp/xbpscrollbar.prg * contrib/hbxbp/xbpsle.prg * contrib/hbxbp/xbpspinbutton.prg * contrib/hbxbp/xbpstatic.prg * contrib/hbxbp/xbpstatusbar.prg * contrib/hbxbp/xbptabpage.prg * contrib/hbxbp/xbptoolbar.prg * contrib/hbxbp/xbptreeview.prg * contrib/hbxbp/xbpwindow.prg ! Updated to latest Harbour standards : Method Definition == Method Declaration. Pritpal Bedi 2010-01-14 18:07:59 +00:00
  • 003fd7c41e 2010-01-14 18:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/strclear.c + HB_STRCLEAR() return value will now precisely inform about successful clear operation. Thanks to Mindaugas. Viktor Szakats 2010-01-14 17:59:30 +00:00
  • 856331771d 2010-01-14 13:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rdd/hbsix/sxcompr.c * src/rdd/hbsix/sxcrypt.c * include/hbsxfunc.h + ULONG -> HB_SIZE (some remain) Viktor Szakats 2010-01-14 12:36:49 +00:00
  • f6a805264e 2010-01-14 13:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbdefs.h + Added HB_FATTR type to represent file attribute (mapped to unsigned long). Viktor Szakats 2010-01-14 12:24:57 +00:00
  • d2374b5357 2010-01-14 12:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbpp.h * harbour/src/pp/ppcore.c * harbour/src/pp/pplib.c * harbour/src/compiler/ppcomp.c + added support for __pragma( <switchname> ) in #if expressions, i.e.: #if __pragma( WARNINGLEVEL ) >= 3 #stdout Warnings set to level 3 or higher #endif #if !__pragma( z ) #stdout Shortcut optimization enabled #else #stdout Force complete boolean evaluation #endif #if __pragma( kj ) #stdout NO JUMP OPTIMIZATION #endif #if __pragma( km ) #stdout MACRO TEXT SUBSTITUTION DISABLED #endif #if __pragma( kh ) #stdout HARBOUR EXTENSIONS #endif Przemyslaw Czerpak 2010-01-14 11:44:54 +00:00
  • 48a5b549cd 2010-01-14 12:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/hbcrypt.c * contrib/xhb/dbf2txt.c * contrib/xhb/xstrdel.c * contrib/xhb/hbcomprs.c * contrib/xhb/txtline.c * contrib/hbbmcdx/bmdbfcdx.c ! Fixed to use current APIs instead of legacy/compatibility ones. ; Pls review the cdp ones. Viktor Szakats 2010-01-14 11:39:44 +00:00
  • c5847e7452 2010-01-14 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/hashfunc.c * src/vm/macro.c * src/vm/strapi.c * src/vm/codebloc.c * src/vm/hashes.c * src/vm/debug.c * src/vm/itemapi.c * src/vm/asort.c * src/vm/hvm.c * src/vm/cmdarg.c * src/vm/maindllp.c * src/vm/arrays.c * src/vm/memvars.c * src/vm/arrayshb.c * src/vm/extend.c * src/vm/set.c * src/rtl/strtran.c * include/hbxvm.h * include/hbtypes.h * include/hbapi.h * include/hbapistr.h * ULONG -> HB_SIZE Viktor Szakats 2010-01-14 11:28:27 +00:00
  • 835220af7f 2010-01-14 11:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c * src/rtl/gtcrs/gtcrs.c * src/rtl/gtstd/gtstd.c * src/rtl/gtcgi/gtcgi.c * src/rtl/gtpca/gtpca.c * src/rtl/gtgui/gtgui.c * src/rtl/gtwvt/gtwvt.c * src/rtl/transfrm.c * src/rtl/hbprocfn.c * src/rtl/console.c * src/rtl/hbgtcore.c * src/rtl/accept.c * src/rtl/hbproces.c * include/hbgtcore.h * ULONG -> HB_SIZE Viktor Szakats 2010-01-14 10:53:40 +00:00
  • 528989c718 2010-01-14 11:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/set.c * src/debug/dbgentry.c * src/common/hbgete.c * src/common/hbffind.c * src/common/hbwince.c * src/common/hbstr.c * src/common/hbmem.c * src/common/strwild.c * src/common/hbhash.c * src/rtl/lennum.c * src/rtl/strxor.c * src/rtl/strcase.c * src/rtl/hbzlibgz.c * src/rtl/trim.c * src/rtl/base64c.c * src/rtl/binnum.c * src/rtl/hbtoken.c * src/rtl/ampm.c * src/rtl/descend.c * src/rtl/strpeek.c * src/rtl/replic.c * src/rtl/padr.c * src/rtl/hbstrfmt.c * src/rtl/hbntos.c * src/rtl/hbadler.c * src/rtl/at.c * src/rtl/fserr.c * src/rtl/hbcrc.c * src/rtl/hbmd5.c * src/rtl/hbascii.c * src/rtl/padc.c * src/rtl/strzero.c * src/rtl/hbregexc.c * src/rtl/strtran.c * src/rtl/hbsocket.c * src/rtl/hbinet.c * src/rtl/strtoexp.c * src/rtl/gtapi.c * src/rtl/filesys.c * src/rtl/padl.c * src/rtl/hbregex.c * src/rtl/saverest.c * src/rtl/right.c * src/rtl/hbbffnc.c * src/rtl/cdpapi.c * src/rtl/hbi18n1.c * src/rtl/gtclip.c * src/rtl/mlcfunc.c * src/rtl/left.c * src/rtl/xsavescr.c * src/rtl/hardcr.c * src/rtl/setkey.c * src/rtl/hbzlib.c * src/rtl/strc.c * src/rtl/stuff.c * src/rtl/hbhex.c * src/rtl/trace.c * src/rtl/samples.c * src/rtl/inkeyapi.c * src/rtl/inkey.c * src/rtl/mtran.c * src/rtl/gete.c * src/rtl/mouse53.c * src/rtl/colorind.c * src/rtl/ati.c * src/rtl/soundex.c * src/rtl/memofile.c * src/rtl/valtostr.c * src/rtl/rat.c * include/hbapicdp.h * include/hbgtcore.h * include/hbapifs.h * include/hbapi.h * include/hbchksum.h * include/hbapigt.h * include/hbhash.h * contrib/xhb/hboutdbg.c * contrib/xhb/hbxml.c * contrib/xhb/hbcrypt.c * contrib/xhb/dbf2txt.c * contrib/xhb/xstrdel.c * contrib/xhb/xhbsave.c * contrib/xhb/hbcomprs.c * contrib/xhb/datesxhb.c * contrib/xhb/xhbat.c * contrib/xhb/xhbmsgs.c * contrib/xhb/xhbarr.c * contrib/xhb/txtline.c * contrib/xhb/xhbtrim.c * contrib/xhb/hbserv.c * contrib/xhb/cstructc.c * contrib/xhb/xhbfunc.c * ULONG -> HB_SIZE Viktor Szakats 2010-01-14 10:37:49 +00:00
  • 91692e7be6 2010-01-14 10:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbclass.ch ! fixed compilation with strong typed parameters in method implementation * enable strict parameters validation only when method is declared with (), i.e.: method open does not force any parameter validation so it can be implemented with any parameters but: method open() needs open method implementation with only one parameter and: method open( file ) needs open method implementation with exactly one parameter 'file' Przemyslaw Czerpak 2010-01-14 09:11:48 +00:00
  • 07a518a563 2010-01-14 00:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/gtwvg/wvg3stat.prg * contrib/gtwvg/wvgax.prg * contrib/gtwvg/wvgbitmp.prg * contrib/gtwvg/wvgcheck.prg * contrib/gtwvg/wvgcombo.prg * contrib/gtwvg/wvgcrt.prg * contrib/gtwvg/wvgdarea.prg * contrib/gtwvg/wvgdatar.prg * contrib/gtwvg/wvgdlg.prg * contrib/gtwvg/wvghtmlv.prg * contrib/gtwvg/wvglistb.prg * contrib/gtwvg/wvgmenub.prg * contrib/gtwvg/wvgmle.prg * contrib/gtwvg/wvgpushb.prg * contrib/gtwvg/wvgradio.prg * contrib/gtwvg/wvgscrlb.prg * contrib/gtwvg/wvgsle.prg * contrib/gtwvg/wvgstatb.prg * contrib/gtwvg/wvgstatc.prg * contrib/gtwvg/wvgsysw.prg * contrib/gtwvg/wvgtabpg.prg * contrib/gtwvg/wvgtoolb.prg * contrib/gtwvg/wvgtreev.prg * contrib/gtwvg/wvgwnd.prg ! Methods definition matched with methods as per Harbour specs. It compiles fine but it will be wise to reformat them for consistency. Pritpal Bedi 2010-01-14 09:04:21 +00:00
  • b4755ecce5 2010-01-13 22:24 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/gtwvg/wvgclass.prg ! Fixed method declarations as per current requirements. ! Formatting. Pritpal Bedi 2010-01-14 06:26:03 +00:00
  • a89b3b12a7 2010-01-14 05:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnf/mouse.c * contrib/hbnf/getver.c * contrib/hbclipsm/status.c * contrib/hbmisc/dates2.c * examples/gtwvw/gtwvw.c * examples/gtwvw/wvwstbar.c * examples/gtwvw/wvwfuncs.c % hb_arraySet( ..., hb_itemPut*() ) optimized to hb_arraySet*(). % hb_itemArrayPut( ... ) optimized to hb_arraySet*(). % hb_itemReturn() + hb_itemRelease() optimized to hb_itemReturnRelease(). ! Fixed two win64 bugs in above gtwvw calls. Viktor Szakats 2010-01-14 04:20:31 +00:00
  • 1cce9df65f 2010-01-14 04:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/mousex.c * src/rdd/dbcmdx.c * contrib/xpp/mousex.c * contrib/xpp/dbcmdx.c * contrib/hbtpathy/tpwin.c * contrib/hbgt/bitflags.c * contrib/hbsqlit3/hbsqlit3.c * contrib/hbnf/fttext.c * contrib/hbnf/putkey.c * contrib/hbclipsm/time.c * contrib/hbtip/utils.c * contrib/hbtip/encmthd.c + BOOL/TRUE/FALSE -> HB_BOOL/HB_TRUE/HB_FALSE Viktor Szakats 2010-01-14 03:48:59 +00:00
  • 80cd36488b 2010-01-14 04:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/binnumx.c * contrib/xpp/binnumx.c * contrib/hbmisc/stringsx.c * contrib/hbtip/utils.c * contrib/hbcairo/context.c * contrib/hbcairo/core.c * ULONG -> HB_SIZE Viktor Szakats 2010-01-14 03:07:23 +00:00
  • 83ea866c61 2010-01-14 03:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn3.c * ULONG -> HB_SIZE ! Fixed new warning in hb_tstrncat() (assigment in conditional). I've now basically restored my original version taken from common lib. Viktor Szakats 2010-01-14 02:26:19 +00:00
  • b5aeaca07e 2010-01-13 18:19 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideeditor.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideobject.prg * contrib/hbide/idesources.prg + Implemented line numbers in editing objects. I used a very simplified way to achieve which otherwise is implemented in altogether different ways in Qt examples scattered over the net. Pritpal Bedi 2010-01-14 02:20:54 +00:00
  • ea184d1bc4 2010-01-14 02:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/generator/hbqtgen.prg * contrib/hbqt/qth/QSyntaxHighlighter.qth * contrib/hbqt/hbqt_misc.prg ! Synced method declaration with definition. ; (I'm leaving hbxbp and gtwvg to Pritpal) Viktor Szakats 2010-01-14 01:57:46 +00:00
  • b1d68f0a5e 2010-01-14 01:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/harbour.y * harbour/src/compiler/harbour.yyh * harbour/src/compiler/harbour.yyc ! pacified compile time error when ... is used as parameter in _HB_MEMBRER declaration. TODO: Remove or fix this strong typing grammar rules. Przemyslaw Czerpak 2010-01-14 00:45:19 +00:00
  • aab5406bdb 2010-01-14 01:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/memoedit.prg ! Fixed to set K_ESC as lastkey() if exiting with changed buffer and answering 'yes' to confirmation question. Thanks Przemek for reporting it. ! Fixed to not save buffer if exiting with <Esc> and SET SCOREBOARD OFF. Viktor Szakats 2010-01-14 00:38:13 +00:00
  • 3fd7d52bcc * contrib/hbwin/win_prn3.c * pacified warnings Xavi 2010-01-13 23:32:51 +00:00
  • 4ec1cd2b58 2010-01-13 22:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/achoice.prg ! fixed RTE reported by Robert Skowronek - thanks for the code example ! fixed not shown immediately newly added achoice items (see Robert's example) - please verify this modification. Przemyslaw Czerpak 2010-01-13 21:01:07 +00:00
  • 7c110952da 2010-01-13 20:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hashes.c ! fixed missing HB_STACK_TLS_PRELOAD - thanks to Xavi Przemyslaw Czerpak 2010-01-13 19:15:05 +00:00
  • 25f48aa426 2010-01-13 18:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/tget.prg ! Fixed cursor positioning bug, when @S picture length is higher than actual edit buffer length. Thanks to Stupar for report. [TOMERGE 2.0] Viktor Szakats 2010-01-13 17:14:01 +00:00
  • 005c87fc47 2010-01-13 08:53 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideobject.prg ! Code cleanup. ! Started preparations for line nos dispaly commented out with #if 0/#endif construct. Pritpal Bedi 2010-01-13 16:57:10 +00:00
  • 892efc393d 2010-01-13 17:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/Makefile + src/rtl/strclear.c * include/hbextern.ch + Added HB_STRCLEAR() function to safely clear the content of a string variable. Notice that this method by itself can only work if the string variable has no other references, and generally you have to code carefully to avoid creating unwanted copies of the string when passing it around in an app. So this is no silver bullet, but rather just one component to solve this problem. Viktor Szakats 2010-01-13 16:13:29 +00:00
  • 2b1f7f3bc6 2010-01-13 15:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.prg + Internal change moving all server object related variables to one array. + Added 'config' command. * Changed exit command to quit to be in sync with other tools and hbrun. + Attempt to free password variable. + Showing 'unsafe' warning if RPC is enabled without filter module. Viktor Szakats 2010-01-13 14:45:29 +00:00
  • 6e4895e9de 2010-01-13 15:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.ch * Disabled HB_LEGACY_LEVEL2 by default. * HB_LEGACY_OFF now controls HB_LEGACY_LEVEL3 (was HB_LEGACY_LEVEL2). + Added HB_LEGACY_LEVEL4 ; SVN users notice: This may make your C code INCOMPATIBLE with this version, please review required changes (documented in older ChangeLog entries) and update your code. Look for HB_LEGACY_LEVEL2 and INCOMPATIBLE keywords. Viktor Szakats 2010-01-13 14:11:50 +00:00
  • 729939c95e 2010-01-13 13:07 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/hbsix/sxcompat.prg ! fixed bug reported by Stupar: OrdSetFocus() used instead of OrdNumber() Przemyslaw Czerpak 2010-01-13 12:08:05 +00:00
  • 4475e8b0af 2010-01-13 09:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/src/vm/hashes.c + added new function hb_hashGetCItemPtr() which accepts ASCIIZ string as index. Przemyslaw Czerpak 2010-01-13 08:38:05 +00:00
  • cddd2a7e96 2010-01-11 18:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/generator/hbqtgen.prg * contrib/hbqt/qth/QTextCodec.qth * contrib/hbqt/qtcore/* * contrib/hbqt/qtgui/* * contrib/hbqt/qtnetwork/* + Implemented Linguistic Translation Mechanism base call. The next step is to feed translations into Qt's engine. This means any string sent to QWidgets will be translated through the language set with hbqt_SetCodecForTr( cCodec ). The translated string is in the context of the widget it is being applied to. Pritpal Bedi 2010-01-13 02:36:17 +00:00
  • 20df4144ca 2010-01-12 01:53 UTC+0500 April White (april users.sourceforge.net) * contrib/hbbtree/hb_btree.c * read-only flag is not hidden when a file is opened * allow skip size to be optional * raise error when inserting or deleting into a read-only file ! this does not apply to a created read-only file * improved argument checks * fixed TOFIX regarding portable binary format reading/writing * fixed TOFIX regarding a suspicious sizeof of a constant ! TOFIX: in-memory btree's cause a fatal error; this is a work in progress April White 2010-01-13 02:06:51 +00:00
  • 91b1c271f5 2010-01-11 16:58 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.prg * contrib/hbide/ideactions.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/ideobject.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesources.prg + Implemented various actions on current editing window honoring splitted windows indivisually, i.e., Find/Replace, Goto, Function activated via Function List, etc., etc. Though I have attempted resonable debugging but still for sure I must have left undesirable, please report. Pritpal Bedi 2010-01-13 01:02:57 +00:00
  • f28e124cab 2010-01-12 19:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbsqlit3/hbsqlit3.c * contrib/hbfimage/fi_wrp.c ! Fixed to use hb_vmRequest*() in callbacks. Viktor Szakats 2010-01-12 18:40:54 +00:00
  • 86a3a2056a 2010-01-11 10:21 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_destruct.cpp + HBQT_SETCODECFORTR() Pritpal Bedi 2010-01-12 18:25:14 +00:00
  • bd9a97a63c 2010-01-11 08:20 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideprojmanager.prg ! Fixed bug reported by Marco Bra Pritpal Bedi 2010-01-12 16:24:50 +00:00
  • 51934abb5c 2010-01-12 16:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbstr.c * Formatting. Viktor Szakats 2010-01-12 15:46:03 +00:00
  • dbe67cd074 2010-01-12 15:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/examples/gtwvw/gtwvw.c * updated to use hbgtreg.h to register the GT Przemyslaw Czerpak 2010-01-12 14:21:23 +00:00
  • 774bf60b43 2010-01-12 13:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.prg + Added new parameter parsing allowing to pass options in free order in any combination. Viktor Szakats 2010-01-12 12:08:46 +00:00
  • 1b2dbede47 2010-01-12 12:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.hbp + Now includes hbmk.hbm so that the .hbp file works when hbmk2 is launched from other directory. Viktor Szakats 2010-01-12 11:24:20 +00:00
  • d91c217ae4 2010-01-11 01:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_destruct.cpp + Added .prg callable hbqt_QMainWindow_saveSettings() and hbqt_QMainWindow_restSettings(). These two functions are essential to save and restore last hbIDE interface exactly in the same state it was closed last. This I could not achieve via pure .prg code. Pritpal Bedi 2010-01-12 10:22:14 +00:00
  • 4a1f1743d3 2010-01-11 08:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/hbide/resources/findsource.ui %+ TOBE implemented in "Sources List" tabpage of "Project Properties" dialog. Pritpal Bedi 2010-01-12 01:57:55 +00:00
  • 9fd022b45a 2010-01-11 19:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netio.h * harbour/contrib/hbnetio/netiomt.prg * harbour/contrib/hbnetio/netiocli.c * harbour/contrib/hbnetio/netiosrv.c * updated some comments Przemyslaw Czerpak 2010-01-11 18:40:44 +00:00
  • 340253c3cf 2010-01-11 08:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideeditor.prg * contrib/hbide/idesources.prg * contrib/hbide/resources/projectproperties.ui ! Re-worked "New" file management. Pritpal Bedi 2010-01-11 16:15:05 +00:00
  • eaa5203f84 2010-01-11 16:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + harbour/contrib/hbnetio/tests/netiot02.prg + added yet another example of NETIO client. It needs netiosrv executed on the same machine, see comments inside this code for details. Przemyslaw Czerpak 2010-01-11 15:25:53 +00:00
  • 839697c9bc 2010-01-11 14:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/tests/netiotst.prg * added netio_disconnect() to test code Przemyslaw Czerpak 2010-01-11 13:44:04 +00:00
  • af90ba9a0c 2010-01-11 12:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbznet.c * move hb_znetOpen() parameter validation from HB_INETCOMPRESS() to hb_znetOpen() - it should help keeping other code using hb_znetOpen() more simple Przemyslaw Czerpak 2010-01-11 11:22:05 +00:00
  • 0ccafa6486 2010-01-10 22:54 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/hbide/resources/folder.png + Added new image to be placed on "Property Dialog"s folder selection push buttons. Pritpal Bedi 2010-01-11 06:59:44 +00:00
  • d9c9010f87 2010-01-10 16:54 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/ideactions.prg + Added new action "CloseOther" referenced in the menu, but missing in IdeActions:loadActions() Vailton Renato 2010-01-10 19:09:03 +00:00
  • 263b3652c8 2010-01-10 07:34 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idedocks.prg * contrib/hbide/ideobject.prg * contrib/hbxbp/xbprtf.prg ! Fixed: double-click on Output Console error information line now correctly places the editor positions. The error will not occur in future. Pritpal Bedi 2010-01-10 15:38:12 +00:00
  • d6ad2ffe47 2010-01-10 10:50 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/idesources.prg ! Fixed to call ::oIde:updateTitleBar() after close any file. After closing all the files, the hbIDE was not updating the title bar of the main window. Vailton Renato 2010-01-10 13:14:51 +00:00
  • 83d8970362 2010-01-10 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn3.c % Dropped hb_xgrab() return value checks for NULL. * Avoided lstrcpy(). Viktor Szakats 2010-01-10 11:59:23 +00:00
  • 7d0eb012a9 2010-01-10 11:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added gcc pkg to opensolaris pkg list. Viktor Szakats 2010-01-10 10:58:27 +00:00
  • 486047b99a 2010-01-10 02:16 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideobject.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesources.prg * contrib/hbide/idethemes.prg * contrib/hbide/resources/projectproperties.ui ! Some fixes and code optimizations. Please report if some feature is not working ok. Pritpal Bedi 2010-01-10 10:18:51 +00:00
  • 0b4cbe9923 2010-01-09 15:39 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.hbp * contrib/hbide/hbide.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideobject.prg * contrib/hbide/ideprojmanager.prg + contrib/hbide/idesources.prg * contrib/hbide/projects/hbide.hbi ! Next round of reforms, may be second-last, mainly concentrating on accessing the different components with ease. Pritpal Bedi 2010-01-09 23:43:59 +00:00
  • 36faf95036 2010-01-09 10:53 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbslots.cpp * contrib/hbqt/hbqt_hbslots.h + Added few more slots. ! Improved formatting. Pritpal Bedi 2010-01-09 19:03:28 +00:00
  • 37d7989d47 2010-01-09 12:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Extended Linux deb/rpm sections: - Added list of base packages - Listed actual active distro names - Added pkg install command for various rpm distros - Added link to webpage containing extensive information about pkg management commands on different distros + Added SUNWsvn package for OpenSolaris. Viktor Szakats 2010-01-09 11:55:36 +00:00
  • 07e8174aae 2010-01-09 02:31 UTC+0500 April White (april users.sourceforge.net) * contrib/hbbtree/tbtree.prg * updated copyright date * formatting * hide constructor; use TBTreeNew() % this parallels the Open() merthod and TBTreeOpen() April White 2010-01-09 02:34:46 +00:00
  • f009567e50 2010-01-08 18:10 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideprojmanager.prg + Enabled .PPO creation in a tab sharing the other sources. So all other editing features are available to it. .ppo is opened in separate tab than the original source. .ppo is not included in "Recent Files" list and hance it is not made available at next execution. Pritpal Bedi 2010-01-09 02:12:39 +00:00
  • 7760e7425d 2010-01-09 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk ! Fixed to not require HB_BIN_COMPILE is host and target platform is the same, host is x64 and target is x86. x64 hosts can run x86 binaries. (pls shout if you know any exception) Viktor Szakats 2010-01-09 00:40:40 +00:00
  • 8eceab7f7c 2010-01-08 15:44 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbslots.cpp ! Fixed a very bad omission : if( object->property( signal ).toInt() == i ) => if( object->property( signal ).toInt() == i + 1 ) It fixes if an action is not already defined for a widget. TO WATCH: Is is desirable ? Pritpal Bedi 2010-01-08 23:50:22 +00:00
  • 45232282b9 2010-01-08 18:28 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/dynsym.c + accept also function name (not only symbol index) as parameter of __DYNSISFUN() Przemyslaw Czerpak 2010-01-08 17:28:54 +00:00
  • 25de114b61 2010-01-08 14:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiocli.c * pacified BCC warning Przemyslaw Czerpak 2010-01-08 13:00:37 +00:00
  • 7857d2d0eb 2010-01-08 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/wce/msvcarm.mk ! Fixed typo in prev modification. Viktor Szakats 2010-01-08 11:25:42 +00:00
  • 2dbdea1211 2010-01-08 01:37 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbslots.cpp * contrib/hbqt/hbqt_hbslots.h + Added QList<QObject *>listObj member. There was no guard against an object connected more than once for the same slot. That's why menu and toolbar actions were being executed twice. Pritpal Bedi 2010-01-08 09:54:38 +00:00
  • 219e9c25d1 2010-01-07 18:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpmenubar.prg Pritpal Bedi 2010-01-08 04:02:10 +00:00
  • dbba883c0f 2010-01-07 18:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpmenubar.prg ! Fixed nasty bug which was preventing removal of items with oXbo:delItem(). Pritpal Bedi 2010-01-08 03:10:12 +00:00
  • 0511a246a3 2010-01-08 01:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/wce/msvcarm.mk + Added -nxcompat and -dynamicbase to .dll link command. (I'm unsure what -dynamicbase is good for in a .dll, but it's accepted and set) ! Fixed to add -nxcompat/-dynamicbase for MSVC 2008 and upper. (it's also possible to use it with MSVS 2005 SP1 though, but build won't detect this case) Viktor Szakats 2010-01-08 00:33:47 +00:00
  • 23ac606bcc 2010-01-08 01:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/dlmalloc.c ! Fixed two potentially uninitialized variables, signaled by MSVC. Viktor Szakats 2010-01-08 00:14:19 +00:00
  • dd570d683c 2010-01-07 21:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added free SVN book link. Viktor Szakats 2010-01-07 20:59:38 +00:00
  • 8efc00067b 2010-01-07 10:34 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idethemes.prg * contrib/hbide/resources/selectionlist.ui ! selectionlist.ui updated to have <OK><Cancel> buttons. Pritpal Bedi 2010-01-07 18:36:04 +00:00
  • f17c1d2ec5 2010-01-07 09:28 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idethemes.prg + Added "Bare Minimum" theme. Pritpal Bedi 2010-01-07 17:32:15 +00:00
  • ee3855d786 2010-01-07 18:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Made it clear that valgrind only support 32-bit Intel darwin systems ATM. Viktor Szakats 2010-01-07 17:23:43 +00:00
  • 472c3592ed 2010-01-07 18:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/extrap.c * contrib/hbwin/win_prn3.c + Added TOFIXes for unsafe function usage: IsBadWritePtr(), IsBadReadPtr(), lstrlen(), lstrcpy(), lstrcat() ; QUESTION: Any idea how to fix that? win_prn3.c can probably be fixed with some good general coding idea. Viktor Szakats 2010-01-07 17:17:24 +00:00
  • 94ba515062 2010-01-07 08:58 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideactions.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idethemes.prg ! Fixed some flow artifacts, mainly in "Files" management. Pritpal Bedi 2010-01-07 17:01:25 +00:00
  • d89181934b 2010-01-07 16:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.hbp * utils/hbformat/hbformat.hbp * utils/hbmk2/hbmk2.hbp * utils/hbi18n/hbi18n.hbp * utils/hbtest/hbtest.hbp * utils/hbrun/hbrun.hbp * config/wce/msvcarm.mk * config/win/msvc.mk + Added -fixed:no to msvc command line. It seems to be needed for ASLR compatibility. Viktor Szakats 2010-01-07 15:12:28 +00:00
  • cee6162783 2010-01-07 16:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Updated valgrind example. Viktor Szakats 2010-01-07 15:03:47 +00:00
  • 3216c67731 2010-01-07 14:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiocli.c ! use hb_vmAtInit() to initialize NETIO - looks that winsock initialization in startup code does not work - please test Przemyslaw Czerpak 2010-01-07 13:14:39 +00:00
  • 4e02eab09f 2010-01-07 14:07 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbznet.c * harbour/include/hbznet.h * added new optional parameter to hb_znetWrite() function which allow to catch result of last hb_socketSend() operation * removed automatic flushing from hb_znetWrite() function, it should help in implementing more efficient C code using hb_znet*() functions Przemyslaw Czerpak 2010-01-07 13:07:54 +00:00
  • 97a0e02cd1 2010-01-07 10:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog * Some changes marked DONE. Viktor Szakats 2010-01-07 10:01:27 +00:00
  • 2b2967a314 2010-01-07 10:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbvmpub.h * minor formatting Przemyslaw Czerpak 2010-01-07 09:27:40 +00:00
  • 83adc213d0 2010-01-06 18:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideactions.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idestylesheets.prg ! Fixed few more artifacts. ! Recent Files and Projects Menu was growing crazy, was a result of not deleting the menu item in XbpMenu() class. More attention is required yet. Pritpal Bedi 2010-01-07 02:58:58 +00:00