Commit Graph

  • 669d479980 2010-05-16 00:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_srv.c ! Fixed static variable types and usage. ! Fixed wrongly used string types. ! Fixed storing temporary pointers to static variables. Making a copy of the strings instead. % Deleted unnecessary function declarations. % Using HB_SIZEOFARRAY() instead of repeating size. ! Fixed variable names to reflect type. ; These fixed previously found errors. Viktor Szakats 2010-05-15 22:03:53 +00:00
  • 52f91ee823 2010-15-15 14:29 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideedit.prg ! Fixed: copy with Sh+Left was not working ok when employed backward in stream mode. Pritpal Bedi 2010-05-15 21:27:37 +00:00
  • 7b9478df7e 2010-05-15 22:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * doc/howtosvn.txt * More clearing up. Viktor Szakats 2010-05-15 20:21:32 +00:00
  • b3a0de3416 2010-05-15 21:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * doc/howtosvn.txt + Made it more clear that 'Chr(36)' should be replaced by '$'. Viktor Szakats 2010-05-15 19:31:19 +00:00
  • 3c79ab6e53 2010-15-15 12:20 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp ! Fixed: selection with Sh+Left was not working ok. Pritpal Bedi 2010-05-15 19:23:54 +00:00
  • 515f1b1a11 2010-15-15 12:03 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/doc/en/class_hbqplaintextedit.txt * contrib/hbqt/hbqt_hbqplaintextedit.cpp * contrib/hbqt/hbqt_hbqplaintextedit.h * contrib/hbqt/qtgui/HBQPlainTextEdit.cpp * contrib/hbqt/qtgui/THBQPlainTextEdit.prg * contrib/hbqt/qth/HBQPlainTextEdit.qth Pritpal Bedi 2010-05-15 19:08:54 +00:00
  • b8324adfec 2010-05-15 20:02 UTC+0200 José Luis Capel (jlcapel at hotmail . com) + contrib/hbwin/win_srv.c + contrib/hbwin/tests/testsrv.prg * contrib/hbwin/hbwin.ch * contrib/hbwin/Makefile + Basical support for running a harbour application as a windows server. See tests/testsrv.prg. Jose Luis Capel 2010-05-15 18:25:31 +00:00
  • b5bf98ef0f 2010-05-15 20:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! added protection against possible buffer overflow when more then 32 parameters is passed by reference from foreign code - thank to Mindaugas for locating the problem. Przemyslaw Czerpak 2010-05-15 18:02:33 +00:00
  • 948023ab13 2010-05-15 17:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * harbour.spec * contrib/Makefile + contrib/hbsms + contrib/hbsms/tests + contrib/hbsms/tests/send.prg + contrib/hbsms/tests/hbmk.hbm + contrib/hbsms/hbsms.prg + contrib/hbsms/hbsms.hbc + contrib/hbsms/Makefile * utils/hbmk2/examples/contribf.hbc + Readded hbsms lib. + Modified to use newly added core com functions via HBCT .prg level interface. (instead of hbtpathy) + Added disclaimer: EXPERIMENTAL CODE. USE AT YOUR OWN RISK. NO GUARANTEES. The code well may be pure crap, so if you have problem with it, supply working patches. Pls note that the reader function uses locally implemented timeout functionality, which may or may not work at all, though you can fix it if you have better idea. I've only tested it using Mac OS X 10.6 + old Nokia "S40" phone and one bad SMS number to see it kicks off at all and that's also the end of my testing possibilities. Viktor Szakats 2010-05-15 15:47:11 +00:00
  • cafd33d5d9 2010-05-15 15:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c - Deleted notifierblock/fireevent support. Light is green to add threaded screen refresh and event handling. This could enhance performance and fix the frozen screen refresh in Harbour app loops. ; INCOMPATIBLE: Switch to HB_INKEY_GTEVENT + HB_K_* solution. Viktor Szakats 2010-05-15 13:19:51 +00:00
  • 76661d1f00 2010-05-15 15:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/wvtext.prg + Updated according to latest changes, now using simple INKEY() method to receive special GT event. + Added reaction to 'lostfocus' event. + Added better demonstration for lost/got focus events. - Deleted GTWVG dependent elements, to adhere to core/contrib separation rule. Viktor Szakats 2010-05-15 13:14:26 +00:00
  • d9df31830f 2010-05-15 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c * Changed HB_GTI_CLOSABLE to not cause any visible change on the UI. Setting HB_GTI_CLOSABLE to .F., will now cause that a HB_K_CLOSE event is returned to application by INKEY(), and app can decide whether to ignore it or QUIT. This also means that the feedback is now not an async event in HB_GTI_CLOSABLE .F. mode, IOW if the app is in a loop without reading keys, close button won't work, which is IMO closer to how apps are supposed to behave. It also won't grey out the close buttong anymore which is also a unusual thing to do amongst apps. ; TODO: If this turns out to be good solution, sync this behavior with HBWIN. ; TODO: Delete old "fireevent" async even handling using notifier callback codeblock. Viktor Szakats 2010-05-15 12:58:03 +00:00
  • 348c736aa1 2010-05-15 14:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c ! Internal change slipped into prev. Viktor Szakats 2010-05-15 12:03:46 +00:00
  • b0c5f58a09 2010-05-15 13:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/inkey.ch + Added new special GT events (over existing HB_K_RESIZE): HB_K_CLOSE HB_K_GOTFOCUS HB_K_LOSTFOCUS + Added new Harbour specific INKEY() event filter: HB_INKEY_GTEVENT * INKEY() codes below marked as compatibility: K_MMLEFTDOWN, K_MMRIGHTDOWN, K_MMMIDDLEDOWN Viktor Szakats 2010-05-15 11:57:34 +00:00
  • 1b39f1e55c 2010-05-15 10:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/hbwinole.h * harbour/contrib/hbwin/olecore.c + added new C function hb_oleDispInvoke() Przemyslaw Czerpak 2010-05-15 08:32:36 +00:00
  • 2bf6bbd4b8 2010-05-15 09:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbcom.c * harbour/contrib/hbct/ctcom1.c * harbour/contrib/hbct/ctcom2.c * removed unused code and added parenthesis to pacify warning Przemyslaw Czerpak 2010-05-15 07:43:37 +00:00
  • 0f68ed9c65 2010-05-15 09:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbziparc/hbziparc.prg ! Fixed regression in HB_ZIPFILE() to make it work in "append" mode even when the .zip didn't exist. Viktor Szakats 2010-05-15 07:16:49 +00:00
  • 03c87d0ace 2010-15:14 17:40 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp * contrib/hbqt/hbqt_hbqplaintextedit.h * contrib/hbide/ideedit.prg ! Fixed: "copy" operation on stream selection was returning wrong text. Pritpal Bedi 2010-05-15 00:45:27 +00:00
  • eb6f760f43 2010-05-15 00:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk ! Fixed problem caused by $(wildcard) not matching existing files when using '/dir//file' format (note double slash). So f.e. it caused autodetection to fail when dir was speficied as 'C:\mingw\bin\' (with ending backslash) in PATH. It's good to remove such backslashes anyway, but from now on it won't cause problem for Harbour build system. Viktor Szakats 2010-05-14 22:11:04 +00:00
  • 1e64482697 2010-05-14 23:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/tget.prg ! Fixed "@RE" picture mask handling in GETs. Thanks to Aleksander Czajczynski for reporting the issue with clear example. The fix applied is a de-hacked version of the one sent to the list. What's simply done is 'R' being disabled when used in conjunction with 'E'. Viktor Szakats 2010-05-14 21:52:26 +00:00
  • 2540853f0b 2010-15:14 14:31 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideprojmanager.prg ! Synchronized to open "Project Tree" if "Open Project..." is selected from <MainMenu><Files>. Pritpal Bedi 2010-05-14 21:36:07 +00:00
  • 477a505359 2010-05-14 18:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/src/vm/dynsym.c + added new function hb_dynsymIsMemvar() Przemyslaw Czerpak 2010-05-14 16:33:56 +00:00
  • 0d35f1c42b 2010-15:14 07:01 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/resources/curlinehilight.png ! Some refinement though not sufficient yet. Pritpal Bedi 2010-05-14 14:17:07 +00:00
  • 8993f567a9 2010-05-14 15:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapicom.h * minor modification in defined names Przemyslaw Czerpak 2010-05-14 13:12:13 +00:00
  • 716391011a 2010-05-14 10:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Clarification to HB_BUILD_IMPLIB usage. ; NOTE: By now it's very easy to create implibs outside the central make process: 'hbmk2 @contrib/<lib>/<lib>.hbi' where <lib> is the name of the contrib. Moving the resuling import library file(s) to our lib dir has to be done manually in this case. Viktor Szakats 2010-05-14 08:10:07 +00:00
  • a62a889596 2010-15:13 19:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp + Implemented: column selection with mouse honoring vertical scrolling. Hopefully I may be able to implement horizontal scrolling too. Pritpal Bedi 2010-05-14 02:06:12 +00:00
  • 7665582530 2010-05-13 10:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/test.prg ! Implemented missing function. Viktor Szakats 2010-05-13 08:01:33 +00:00
  • 90ef2137c0 2010-05-12 22:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Two minor cleanups Viktor Szakats 2010-05-12 20:19:12 +00:00
  • 78ff060214 2010-05-12 18:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/postinst.prg - Deleted -trace option left there. Viktor Szakats 2010-05-12 16:34:40 +00:00
  • 88a247ea23 2010-05-12 16:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/gtalleg/gtalleg.hbi + contrib/hbblat/hbblat.hbi + contrib/hbcairo/hbcairo.hbi + contrib/hbcurl/hbcurl.hbi + contrib/hbfbird/hbfbird.hbi + contrib/hbfimage/hbfimage.hbi + contrib/hbgd/hbgd.hbi + contrib/hbhpdf/hbhpdf.hbi + contrib/hbmysql/hbmysql.hbi + contrib/hbpgsql/hbpgsql.hbi + contrib/hbssl/hbssl.hbi + contrib/rddads/rddads.hbi + contrib/sddfb/sddfb.hbi + contrib/sddmy/sddmy.hbi + contrib/sddoci/sddoci.hbi + contrib/sddpg/sddpg.hbi + Added local import library generation hbmk2 make files to each contrib which requires it. Viktor Szakats 2010-05-12 15:02:01 +00:00
  • 071313e56e 2010-05-12 14:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiosrv.c ! fixed yet another typo located by Aleksander Czajczyki which caused internal error (hb_xfree() with NULL pointer) Przemyslaw Czerpak 2010-05-12 12:30:27 +00:00
  • 604cce1812 2010-05-12 12:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiosrv.c ! fixed typo in NETIO_SRVSTATUS() - -2 was always returned (modification committed by mistake in my previous commit) ! fixed to return .F. by NETIO_SRVSEND{DATA,IETM}() if hb_znetFlush() reports error. Many thanks for Aleksander Czajczyński for information about problems and his extensive tests. Przemyslaw Czerpak 2010-05-12 10:10:54 +00:00
  • 2fed94876d 2010-05-12 09:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.pt_BR.po * utils/hbmk2/hbmk2.hu_HU.po * utils/hbmk2/hbmk2.prg - Deleted 'experimental' flags from all features. * Finalized import lib creation feature in hbmk2. + Added -hbimplib mode switch (this replaces -mkimplib= option) + Input source files (.dlls) now should be passed to hbmk2 as simple source filenames (without option prefix). + Multiple input source files are now supported. + Added -iflag= option to pass flags to import library creation command directly. * Changed so that target import library name/dir can now be specified using -o option (like in other modes). + Filenames/dirs are now all normalized. + Some warnings are now only shown in -info mode. ; F.e.: 'hbmk2 -hbimplib mydll1 mydll2 -omydir -iflag={bcc}-a' This also means that a simple .hbp file can be created to solve the import library needs for a given dependency. Viktor Szakats 2010-05-12 07:24:05 +00:00
  • ad33d13d67 2010-17:24 18:23 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/hbide/resources/curlinehilight.png Added missinf icon from prev commit. Pritpal Bedi 2010-05-12 01:24:41 +00:00
  • 51f3437a79 2010-17:24 07:29 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/plugins/savebackup.hrb * contrib/hbide/plugins/savebackup.prg ! Fine tuned to receive correct number of parameters. Pritpal Bedi 2010-05-12 00:41:24 +00:00
  • 9d13008427 2010-05-12 02:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/external/minizip/ioapi.h ! fixed FreeBSD and HAIKU builds Przemyslaw Czerpak 2010-05-12 00:27:04 +00:00
  • 0ddac6c7ab 2010-05-11 22:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbziparc/Makefile * contrib/hbziparc/hbziparc.prg ! Fixed <lOverWrite> support in HB_ZIPFILE(). Viktor Szakats 2010-05-11 20:27:03 +00:00
  • d4c09be821 2010-05-11 21:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/postinst.prg ! Fixed forming quoted paths in implib creation commands. Viktor Szakats 2010-05-11 19:21:03 +00:00
  • ba68c8dd98 2010-05-11 07:29 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp % Optimized: selections display with proprietory color. Now it oply operates within viewport() coordinates. Pritpal Bedi 2010-05-11 14:36:42 +00:00
  • f14fbb60cc 2010-05-10 17:10 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideenviron.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/resources/environments.ui * contrib/hbide/resources/environments.uic % Tooltips shifted to WhatsThis slot ( Sh+F1 to view ). + Applied: monospaced font "Courier" to input fields and text boxes. Pritpal Bedi 2010-05-11 00:13:40 +00:00
  • d5985ec7e0 2010-05-10 21:47 UTC+0200 Xavi (jarabal/at/gmail.com) * config/postinst.prg % Corrected tipo. Xavi 2010-05-10 19:51:14 +00:00
  • cfac9b53a2 2010-05-10 11:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Made it clear that Windows example section is for x86/32-bit. Viktor Szakats 2010-05-10 09:21:20 +00:00
  • 10d32ec705 2010-05-09 20:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideplugins.prg % Changed: plugins are loaded on first call instead of loading all plugins at startup. Now the overhead is negligible. Pritpal Bedi 2010-05-10 03:14:05 +00:00
  • ba7459e2cb 2010-05-09 17:21 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/hbide/plugins + contrib/hbide/plugins/savebackup.hrb + contrib/hbide/plugins/savebackup.prg + Source and corresponding .hrb ( -gh ) plugin. In practice .prg is never required for this purpose. The source accompanying here is for demonstration purposes which exposes elements to comprehend. Pritpal Bedi 2010-05-10 01:18:04 +00:00
  • fc252a9d38 2010-05-09 14:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Added autodetection of mingw/cygwin compiler versions. Viktor Szakats 2010-05-09 12:11:12 +00:00
  • bf958535d3 2010-05-09 00:30 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/doc/en/class_hbqplaintextedit.txt * contrib/hbqt/qtgui/HBQPlainTextEdit.cpp * contrib/hbqt/qtgui/THBQPlainTextEdit.prg * contrib/hbqt/qth/HBQPlainTextEdit.qth * contrib/hbqt/hbqt_hbqplaintextedit.cpp * contrib/hbqt/hbqt_hbqplaintextedit.h Pritpal Bedi 2010-05-09 07:49:48 +00:00
  • 9adb84e258 2010-05-09 00:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added Ubuntu 10.4 as tested version. Viktor Szakats 2010-05-08 22:57:30 +00:00
  • c46c18ec06 typos in ChangeLog entry Viktor Szakats 2010-05-08 10:04:14 +00:00
  • 5e3f92ac36 2010-05-08 11:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Extended -mkimplib option for windows gcc compilers (mingw/cygwin) to first look for matching COFF .lib file and use it to create import library. If such is not found, try to use matching .def file and automatically generate import library using dlltool. If none if these were found, use the .dll directly, to create the import library. In case of Harbour, this method resolves almost all mingw implib needs. See longer note in source (in function win_implib_command_gcc()) about the details of the problem, the only thing I cannot see is why mingw/cygwin developers insist on not fixing this issue since ten year, while all other compilers can properly resolve this problem. Anyhow until then mingw cannot use .dll using stdcall calling convention without COFF .lib or .def file. If both are missing, the only solution is to manually build a .def file by first generating it from .dll then manually adding '@nn' decoration according to function prototypes. Thanks mingw. Viktor Szakats 2010-05-08 09:54:50 +00:00
  • d1fa4c942b 2010-05-08 09:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.h + Added detection for HB_OS_IPHONE. Name tentative, completely experimental. + Minor addition to ARM CPU detection. Viktor Szakats 2010-05-08 07:33:14 +00:00
  • cd7aec0199 2010-05-07 18:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fix to recent mkimplib change. Viktor Szakats 2010-05-07 16:17:18 +00:00
  • fe9baad66f 2010-05-07 17:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL - Deleted 'rarely updated' from official mingw comment. - Deleted equation mingw edition. * QT 4.5.x is not recommended over 4.6.x anymore. + Added link for QT 4.6.x. + Added more details to mingw version with DWARF support. (required for QT 4.6.x) Viktor Szakats 2010-05-07 15:46:56 +00:00
  • 13dcbc6cfe 2010-05-07 17:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Won't falsely autodetect cygwin if cygstart.exe doesn't have a gcc.exe next to it. (sync with recently added hbmk2 logic) Viktor Szakats 2010-05-07 15:29:16 +00:00
  • b0b7563760 2010-05-07 17:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/RELNOTES * Updated according to local tool changes. (mingw 4.5.0 was released by official mingw project) Viktor Szakats 2010-05-07 15:19:58 +00:00
  • 6778c4fcdc 2010-05-07 12:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/win/mingw.mk + Enabled --nxcompat and --dynamicbase options for mingw64 targets. Viktor Szakats 2010-05-07 10:36:34 +00:00
  • fec547542c 2010-05-06 21:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/Makefile * harbour/src/rtl/hbznet.c + harbour/src/rtl/hbinetz.c * moved HB_INETCOMPRESS() function to separate file Przemyslaw Czerpak 2010-05-06 19:34:02 +00:00
  • f42189d639 2010-05-06 09:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/THbQtUI.prg + Added functionality for "WhatsThis" feature of Qt. Pritpal Bedi 2010-05-06 17:07:46 +00:00
  • cb4cdd1cf6 2010-05-06 07:13 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idesaveload.prg ! Fixed hbide_getIniPath() to initialize <cPath> for OS2. Reported by David. Pritpal Bedi 2010-05-06 14:15:25 +00:00
  • 5605b7cb1f 2010-05-06 16:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbsocket.c ! enabled domain and protocol constant values translation in SunOS builds Przemyslaw Czerpak 2010-05-06 14:08:53 +00:00
  • d1c80c5c63 2010-05-06 15:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Refining cygwin autodetection by additionally looking for gcc.exe next to cygstart.exe. + -o option will now accept macros, filters and will inherit parent path even in -gh and other Harbour-only modes. Viktor Szakats 2010-05-06 13:32:14 +00:00
  • 481875eefd 2010-05-06 08:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbgete.c ! Fixed hb_setenv() to not crash on NULL szName parameter. ! Fixed hb_setenv() to handle NULL szValue parameter on win platforms. Viktor Szakats 2010-05-06 06:33:13 +00:00
  • 7c6a36ce25 2010-05-05 15:50 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/resources/projectpropertiesex.ui * contrib/hbide/resources/projectpropertiesex.uic Pritpal Bedi 2010-05-05 22:54:53 +00:00
  • e4b7f2b14f 2010-05-05 09:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idedocks.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideshortcuts.prg * contrib/hbqt/hbqt_hbqplaintextedit.cpp * contrib/hbqt/hbqt_hbqplaintextedit.h * contrib/hbqt/qtgui/HBQPlainTextEdit.cpp * contrib/hbqt/qtgui/THBQPlainTextEdit.prg * contrib/hbqt/qth/HBQPlainTextEdit.qth ! Removed: close button on "Stats" panel. Pritpal Bedi 2010-05-05 16:50:47 +00:00
  • 1e853cfc15 2010-05-05 10:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/os2/gcc.mk * utils/hbmk2/hbmk2.prg - Deleted resource support from os2/gcc and os2/gccomf. It didn't work with any gcc flavours. Resource support seems to be broken in gcc tools. Viktor Szakats 2010-05-05 08:44:08 +00:00
  • 0c0fd9a15e 2010-05-05 09:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/gencc.c ! fixed possible HVM stack corruption by dummy (alias->field) code which does not store the result. The problem was exploited by code generated for -gc3 mode only. Here is self contain example: proc main() begin sequence with {||break()} p() end sequence proc p() (test->name) (test->name) return Przemyslaw Czerpak 2010-05-05 07:58:32 +00:00
  • 2f5d29aff5 2010-05-05 08:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/achoice.prg ! Added patch by Jerry Finuliar to fine tune cursor positioning behavior. Viktor Szakats 2010-05-05 06:06:26 +00:00
  • 29f66e8c29 2010-05-04 18:54 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/doc/en/class_hbqplaintextedit.txt * contrib/hbqt/hbqt_hbqplaintextedit.cpp * contrib/hbqt/hbqt_hbqplaintextedit.h * contrib/hbqt/qtgui/HBQPlainTextEdit.cpp * contrib/hbqt/qtgui/THBQPlainTextEdit.prg * contrib/hbqt/qth/HBQPlainTextEdit.qth + Started: basework for different kinds of block copy/paste/move/etc operations. Nothing is final yet but hope it to be ready within a day or two. Pritpal Bedi 2010-05-05 01:51:40 +00:00
  • 643299a0ed 2010-05-04 06:58 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbptabpage.prg ! Fixed to not generate error on right-click on a tab. Pritpal Bedi 2010-05-04 16:33:19 +00:00
  • 7bad444425 2010-05-04 06:58 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_errorsys.prg - Removed: Error trace copied to clipboard, it was unforeseen implementation. Pritpal Bedi 2010-05-04 14:01:53 +00:00
  • 0ae64fb856 2010-05-04 14:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/thread.c ! fixed problem with OS2 GCC builds reported by David. Przemyslaw Czerpak 2010-05-04 12:10:25 +00:00
  • 483d27c9c1 2010-05-04 02:30 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/qth/HBQPlainTextEdit.qth * contrib/hbqt/doc/en/class_hbqplaintextedit.txt * contrib/hbqt/qtgui/HBQPlainTextEdit.cpp * contrib/hbqt/qtgui/THBQPlainTextEdit.prg Pritpal Bedi 2010-05-04 09:43:20 +00:00
  • aaad9751ff 2010-05-03 18:44 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbptabpage.prg + Started work to make context menu alive. Pritpal Bedi 2010-05-04 01:46:12 +00:00
  • 55d6b860b8 2010-05-03 23:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/ideeditor.prg % Replaced code with __PLATFORM__* checks with hb_osNewLine() call. Viktor Szakats 2010-05-03 21:52:40 +00:00
  • 4317fcfce5 2010-05-03 18:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/idemisc.prg ! Finally added existance check for .uic files to avoid the unending flow of strange error reports (RTE/GPF) (and subsequente random guessing) about problems caused by these missing files. Now HBIDE will show a clear message and quit instantly in this case. Viktor Szakats 2010-05-03 16:13:28 +00:00
  • 20ef6c2988 2010-05-03 10:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmysql/mysql.ch * contrib/hbmysql/tmysql.prg * Synced type constant names with MYSQL. Kept old names for compatibility, guarded with HB_LEGACY_LEVEL3. Viktor Szakats 2010-05-03 08:11:48 +00:00
  • a776467075 2010-05-03 00:38 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbptoolbar.prg ! Issued: setWindowaTitle() for main menubar. Pritpal Bedi 2010-05-03 07:49:22 +00:00
  • f80d1e5132 2010-05-02 18:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp % Fixed to honor right-to-left selection. Now text can be selected in either directions with keyboard and mouse, both. Pritpal Bedi 2010-05-03 01:15:36 +00:00
  • 105410c2a0 2010-05-02 16:29 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp + Implemented: horizontally scrolled text to be selected via mouse. Pritpal Bedi 2010-05-02 23:40:39 +00:00
  • 3b6b91f441 2010-05-02 16:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp + Implemented: horizontally scrolled text to be copied. So now it is identical to xMate in all respects plus selection through mouse as properitory to hbIDE. Pritpal Bedi 2010-05-02 23:15:54 +00:00
  • 7bbe198d8b 2010-05-02 03:00 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp * contrib/hbqt/hbqt_hbqplaintextedit.h Pritpal Bedi 2010-05-02 22:36:56 +00:00
  • 6e251b1d4b 2010-05-02 12:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/darwin/libs.mk ! Fixed to include MacPorts and Fink lib paths only if they exist. This fixes potential warnings with latest release of clang. Viktor Szakats 2010-05-02 10:30:19 +00:00
  • bfd863c576 2010-04-30 11:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbznet.c ! fixed stupid typo which caused that hb_znetFlush() in encrypted buffers never returned 0 (the returned value was increased by 4) Przemyslaw Czerpak 2010-04-30 09:39:25 +00:00
  • c62dc7fefc 2010-04-29 02:00 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp % Improvement to horizontal ruler to respect long lines extending beyond viewport. Pritpal Bedi 2010-04-29 14:39:33 +00:00
  • a15faca112 2010-04-29 02:00 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbplistbox.prg % Fixed a nasty bug. Pritpal Bedi 2010-04-29 09:04:36 +00:00
  • ee2d00f19a 2010-04-29 10:51 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/strapi.c * harbour/include/hbapistr.h + added new C function hb_wstrnlen() Przemyslaw Czerpak 2010-04-29 08:51:41 +00:00
  • 66ebe08e09 2010-04-29 09:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/tests/xml1.prg ! Formatting. % Replaced HHasKey() with '$' operator. Viktor Szakats 2010-04-29 07:37:29 +00:00
  • ed13cecdf3 2010-04-29 09:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbver.c + Now able to distinguish between XP x64 and Server 2003. + Now able to distinguish between Server 2003 and Server 2003 R2 (borrowed from Peter Rees/xhb, with typo fixed) (please test on these platforms) Viktor Szakats 2010-04-29 07:25:47 +00:00
  • df8fa6e078 2010-04-29 08:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_osc.c + Added WIN_OSISWINXPORLATER(). Following Peter Rees in xhb. Viktor Szakats 2010-04-29 06:46:25 +00:00
  • 6f057ac0f9 2010-04-28 23:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/hbxml.c ! REVERTED: 2010-04-05 11:04 UTC+0200 This means that these heavy leaks are again present in this xhb ported code, but at least it won't GPF. Viktor Szakats 2010-04-28 21:12:17 +00:00
  • d385c7d55b 2010-04-28 23:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/xhb/tests/xml1.prg + contrib/xhb/tests/test.xml + Added xml test code posted to list by "Ivan re". (after fix and formatting) ; TOFIX: This sample crashes with mingw. Viktor Szakats 2010-04-28 21:01:20 +00:00
  • 4d1a8cc1a3 2010-04-28 19:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/Makefile * src/rtl/getsys.prg + src/rtl/getsyshb.prg ! Moved HB_GETREADVAR() to separate source file. ! HB_GETREADVAR() fixed to use HB_ASCIIUPPER() like TGETLIST():GETREADVAR() instead of UPPER(). Viktor Szakats 2010-04-28 17:06:52 +00:00
  • eb50c3f64c 2010-04-27 19:06 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbplistbox.prg + setItemColorFG( nIndex, aRGB ) Pritpal Bedi 2010-04-28 02:02:36 +00:00
  • 1dc08dcbf2 2010-04-28 01:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/cdpapi.c * harbour/src/rtl/cdpapihb.c + added support for UTF8 Harbour pseudo CP in UTF8 and U16 conversion functions Przemyslaw Czerpak 2010-04-27 23:39:18 +00:00
  • 3f3d3ebcca 2010-04-27 15:58 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideharbourhelp.prg + All docks are made to be opened in the same state these were left at the last run. Pritpal Bedi 2010-04-27 22:59:50 +00:00
  • be6a6d06d0 2010-04-27 10:00 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideactions.prg * contrib/hbide/idedocks.prg + Left and right Toolbars made floatable, movable and dockable. Now these can be placed anywhere user wants. Pritpal Bedi 2010-04-27 17:04:22 +00:00
  • 3975a5ab43 2010-04-27 08:16 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.hbp - Removed local addition. Pritpal Bedi 2010-04-27 15:19:34 +00:00
  • 0ee900e756 2010-04-27 01:33 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideeditor.prg % Zoom-out/in now tranverse to original font through navigation. Pritpal Bedi 2010-04-27 08:37:09 +00:00
  • 72f2b7df1d 2010-04-27 01:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/resources/environ.ui * contrib/hbide/resources/environ.uic * contrib/hbide/resources/projectpropertiesex.ui * contrib/hbide/resources/projectpropertiesex.uic * contrib/hbide/resources/shortcuts.ui * contrib/hbide/resources/shortcuts.uic Pritpal Bedi 2010-04-27 08:21:35 +00:00
  • f7862dd35a 2010-04-26 18:54 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideactions.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideenviron.prg * contrib/hbide/idethemes.prg * contrib/hbide/resources/environ.ui * contrib/hbide/resources/environ.uic + started: dialog to capture build environment settings for different language compilers on line with xMate. Dialog can be seen via Menubar->Projects->Environments. Please note that this menu option is subject to change in future. It is just for bird's eyeview. Pritpal Bedi 2010-04-27 02:00:12 +00:00
  • 3e64189ff5 2010-04-26 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/dummy.c + Added dummy FILEPRINT() synonym for PRINTFILE(). Viktor Szakats 2010-04-26 19:38:20 +00:00