2009-01-21 21:46 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbhpdf/harupdf.ch
  * contrib/hbhpdf/harupdf.c
    + Added HPDF_VERSION_TEXT() function which returns the
      libharu version hbhpdf was linked against.
    - Removed #defined HPDF_VERSION_TEXT with hard-wired libharu
      version.
This commit is contained in:
Viktor Szakats
2009-01-21 20:46:58 +00:00
parent 93fab23315
commit a83b7dcdce
3 changed files with 14 additions and 3 deletions

View File

@@ -8,6 +8,14 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-01-21 21:46 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbhpdf/harupdf.ch
* contrib/hbhpdf/harupdf.c
+ Added HPDF_VERSION_TEXT() function which returns the
libharu version hbhpdf was linked against.
- Removed #defined HPDF_VERSION_TEXT with hard-wired libharu
version.
2009-01-21 17:52 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/common.mak
* harbour/source/rtl/Makefile
@@ -105,7 +113,7 @@
* contrib/hbpgsql/tests/stress.prg
* contrib/hbpgsql/tests/dbf2pg.prg
* general cleanup for Harbour
* fix of function and method names, removed hard wired uid and pwd
* fix of function and method names, removed hard wired uid and pwd
* contrib/hbtip/utils.c
* added new mime types like flash files, rtf, csv

View File

@@ -1836,3 +1836,8 @@ HB_FUNC( HPDF_EXTGSTATE_SETBLENDMODE )
hb_retnl( ( long ) HPDF_ExtGState_SetBlendMode( ( HPDF_ExtGState ) hb_parptr( 1 ), ( HPDF_BlendMode ) hb_parni( 2 ) ) );
}
/*----------------------------------------------------------------------*/
HB_FUNC( HPDF_VERSION_TEXT )
{
hb_retc_const( HPDF_VERSION_TEXT );
}

View File

@@ -333,8 +333,6 @@
#define HPDF_DEF_PAGE_WIDTH 595.276F
#define HPDF_DEF_PAGE_HEIGHT 841.89F
#define HPDF_VERSION_TEXT "2.0.8"
/*---------------------------------------------------------------------------*/
/*----- compression mode ----------------------------------------------------*/