[Harbour] SF.net SVN: harbour-project:[14456] trunk/harbour

2010-05-10 Thread jarabal
Revision: 14456
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14456view=rev
Author:   jarabal
Date: 2010-05-10 19:51:14 + (Mon, 10 May 2010)

Log Message:
---
2010-05-10 21:47 UTC+0200 Xavi (jarabal/at/gmail.com)
  * config/postinst.prg
% Corrected tipo.

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/config/postinst.prg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[14275] trunk/harbour

2010-04-06 Thread jarabal
Revision: 14275
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14275view=rev
Author:   jarabal
Date: 2010-04-06 09:16:30 + (Tue, 06 Apr 2010)

Log Message:
---
2010-04-06 11:15 UTC+0200 Xavi (jarabal/at/gmail.com)
  * harbour/src/rtl/gtwin/gtwin.c
% Reverted back the changes.

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/src/rtl/gtwin/gtwin.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[14273] trunk/harbour

2010-04-05 Thread jarabal
Revision: 14273
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14273view=rev
Author:   jarabal
Date: 2010-04-06 01:01:13 + (Tue, 06 Apr 2010)

Log Message:
---
2010-04-06 03:00 UTC+0200 Xavi (jarabal/at/gmail.com)
  * harbour/src/rtl/gtwin/gtwin.c
! Fixed CTRL_CLOSE_EVENT according to present project goals.

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/src/rtl/gtwin/gtwin.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[14274] trunk/harbour

2010-04-05 Thread jarabal
Revision: 14274
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14274view=rev
Author:   jarabal
Date: 2010-04-06 02:01:49 + (Tue, 06 Apr 2010)

Log Message:
---
2010-04-06 04:00 UTC+0200 Xavi (jarabal/at/gmail.com)
  * harbour/src/rtl/gtwin/gtwin.c
% Minor corrections to latest fixing.

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/src/rtl/gtwin/gtwin.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[14261] trunk/harbour

2010-03-29 Thread jarabal
Revision: 14261
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14261view=rev
Author:   jarabal
Date: 2010-03-30 03:18:17 + (Tue, 30 Mar 2010)

Log Message:
---
2010-03-30 05:17 UTC+0200 Xavi (jarabal/at/gmail.com)
  * harbour/src/rtl/teditor.prg
! Fixed typo in K_CTRL_PGDN.

  * harbour/src/rtl/memoedit.prg
% Adjust nLineLength, SCOREBOAR to present as Clipper.

  PROCEDURE MAIN
 CLEAR SCREEN
 @ 1,0 TO 5,11
 SET SCOREBOARD ON
 MemoEdit( 12345678901, 2, 1, 4, 10, .T. )
  RETURN

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/src/rtl/memoedit.prg
trunk/harbour/src/rtl/teditor.prg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[14207] trunk/harbour

2010-03-21 Thread jarabal
Revision: 14207
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14207view=rev
Author:   jarabal
Date: 2010-03-21 19:32:50 + (Sun, 21 Mar 2010)

Log Message:
---
2010-03-21 20:30 UTC+0100 Xavi (jarabal/at/gmail.com)
  * harbour/src/rtl/teditor.prg
! Fixing MemoEdit parameter calculation: nTextBuffRow, nWindowColumn.

  Procedure Main()
 Cls
 // Put 5 in the 5 position and next BS to change.
 ? MemoEdit( 123,,, MaxRow(), MaxCol(),, 5 )
 Wait

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/src/rtl/teditor.prg


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[14029] trunk/harbour

2010-02-28 Thread jarabal
Revision: 14029
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14029view=rev
Author:   jarabal
Date: 2010-03-01 03:06:26 + (Mon, 01 Mar 2010)

Log Message:
---
2010-03-01 04:05 UTC+0100 Xavi (jarabal/at/gmail.com)
  * harbour/src/rtl/gtwvt/gtwvt.c
! Fixing WM_CLOSE event (Clicked 'X' on system menu)
  to avoid irregular shutdown with SETCANCEL( .F. )

  REQUEST HB_GT_WVT_DEFAULT
  ANNOUNCE HB_GTSYS
  PROCEDURE Main()
 SetCancel(.F.)
 ? Click [X] Not close windows
 while( LastKey() != 27 )
Inkey( 1 )
 enddo
  RETURN

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/src/rtl/gtwvt/gtwvt.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[13841] trunk/harbour

2010-02-10 Thread jarabal
Revision: 13841
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13841view=rev
Author:   jarabal
Date: 2010-02-11 03:26:15 + (Thu, 11 Feb 2010)

Log Message:
---
2010-02-11 04:25 UTC+0100 Xavi (jarabal/at/gmail.com)
  * contrib/hbwin/wapi_winbase.c
+ Added wapi_GETSHORTPATHNAME()

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbwin/wapi_winbase.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[13692] trunk/harbour

2010-01-24 Thread jarabal
Revision: 13692
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13692view=rev
Author:   jarabal
Date: 2010-01-24 18:39:16 + (Sun, 24 Jan 2010)

Log Message:
---
2010-01-24 19:40 UTC+0100 Xavi (jarabal/at/gmail.com)
  * contrib/hbwin/win_prn1.c
+ Added support for printing RAW compressed formats JPEG and PNG BitMaps.
+ Added new PRGs functions: win_TypeBitMap() and win_CheckPrnDrvFormat()
  Example of use in the class win_BMP()
* Changes in WIN_LOADBITMAPFILE, WIN_DRAWBITMAP to support new formats.

  * contrib/hbwin/win_tprn.prg
+ Extended the class win_BMP() to allow printing compressed formats JPEG 
and PNG
  if the printer driver allows.
+ Added method CheckPrnDrvFormat( oPrn, @cErrMsg ) for check printer driver.
+ New VAR INT Type. Type of BitMap: 1 == BM, 2 == JPEG, 3 == PNG
+ New VAR array DimXY. Original Image Dimensions X Y in pixels.
* New parameter aDimXY in LoadFile( cFileName, aDimXY )
* New parameter aDimXY in Draw( oPrn, aRectangle, aDimXY )
  to introduce the original image dimensions in pixels X Y.
  Some printer drivers may require the insertion of the original image 
dimensions
  for processing, others read from the data source and by default only need 
have
  aDimXY := { 1, 1 }
* Use DimXY VAR of win_BMP() in method DrawBitMap( oBmp ) of win_PRN()

  * src/compiler/hbusage.c
+ Added author ID mail

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbwin/win_prn1.c
trunk/harbour/contrib/hbwin/win_tprn.prg
trunk/harbour/src/compiler/hbusage.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] SF.net SVN: harbour-project:[13558] trunk/harbour

2010-01-13 Thread jarabal
Revision: 13558
  
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13558view=rev
Author:   jarabal
Date: 2010-01-13 23:32:51 + (Wed, 13 Jan 2010)

Log Message:
---
* contrib/hbwin/win_prn3.c
  * pacified warnings

Modified Paths:
--
trunk/harbour/ChangeLog
trunk/harbour/contrib/hbwin/win_prn3.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour