2008-09-08 11:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/whatsnew.txt
* doc/dirstruc.txt
* Updated.
* contrib/hbhpdf/tests/harupdf.prg
- contrib/hbhpdf/tests/files/maskimage.png
+ contrib/hbhpdf/tests/files/maskimag.png
- contrib/hbhpdf/tests/files/32_32_2color.dat
- contrib/hbhpdf/tests/files/32_32_gray.dat
- contrib/hbhpdf/tests/files/penguinattack.ttf
- contrib/hbhpdf/tests/files/32_32_rgb.dat
* One file renamed to short name.
- Some unused files removed.
This commit is contained in:
@@ -8,6 +8,21 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-09-08 11:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* doc/whatsnew.txt
|
||||
* doc/dirstruc.txt
|
||||
* Updated.
|
||||
|
||||
* contrib/hbhpdf/tests/harupdf.prg
|
||||
- contrib/hbhpdf/tests/files/maskimage.png
|
||||
+ contrib/hbhpdf/tests/files/maskimag.png
|
||||
- contrib/hbhpdf/tests/files/32_32_2color.dat
|
||||
- contrib/hbhpdf/tests/files/32_32_gray.dat
|
||||
- contrib/hbhpdf/tests/files/penguinattack.ttf
|
||||
- contrib/hbhpdf/tests/files/32_32_rgb.dat
|
||||
* One file renamed to short name.
|
||||
- Some unused files removed.
|
||||
|
||||
2008-09-08 02:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/transfrm.c
|
||||
* source/rtl/set.c
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |
Binary file not shown.
@@ -60,9 +60,7 @@
|
||||
//----------------------------------------------------------------------//
|
||||
|
||||
#include "harupdf.ch"
|
||||
#ifdef __oHARBOUR__
|
||||
#include "xhb.ch"
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------//
|
||||
|
||||
Function Main( cFileToSave )
|
||||
@@ -73,10 +71,8 @@ Function Main( cFileToSave )
|
||||
|
||||
if DesignHaruPDF( cFileToSave )
|
||||
Alert( "PDF File <"+cFileToSave+"> is Created!" )
|
||||
|
||||
else
|
||||
Alert( "Some problems in creating the PDF!" )
|
||||
|
||||
endif
|
||||
|
||||
Return nil
|
||||
@@ -1314,7 +1310,7 @@ Static function Page_Images( pdf )
|
||||
/* image3 is a RGB-color image. we use this image for color-mask
|
||||
* demo.
|
||||
*/
|
||||
image3 := HPDF_LoadPngImageFromFile(pdf, cImagePath+"maskimage.png")
|
||||
image3 := HPDF_LoadPngImageFromFile(pdf, cImagePath+"maskimag.png")
|
||||
|
||||
iw := HPDF_Image_GetWidth(image)
|
||||
ih := HPDF_Image_GetHeight(image)
|
||||
|
||||
@@ -48,6 +48,10 @@ track of all files (read the FAQ if you don't know what SVN is).
|
||||
| | |
|
||||
| | +---guestbk - Harbour Guests Book.
|
||||
| | |
|
||||
| | +---hbsqlit2 - Interface for SQLite 2.x library.
|
||||
| | | |
|
||||
| | | +---tests - Test programs.
|
||||
| | |
|
||||
| | +---hscript - Harbour Script.
|
||||
| | |
|
||||
| | +---misc - A few humble demonstration.
|
||||
@@ -172,10 +176,6 @@ track of all files (read the FAQ if you don't know what SVN is).
|
||||
| | |
|
||||
| | +---tests - Test programs.
|
||||
| |
|
||||
| +---hbsqlit2 - Interface for SQLite 2.x library.
|
||||
| | |
|
||||
| | +---tests - Test programs.
|
||||
| |
|
||||
| +---hbsqlit3 - Interface for SQLite 3.x library.
|
||||
| | |
|
||||
| | +---sqlite3 - An amalgamation of SQLite core library.
|
||||
@@ -207,8 +207,8 @@ track of all files (read the FAQ if you don't know what SVN is).
|
||||
| +---hbwhat32 - What32 is a library for ccessing all of Win32 API
|
||||
| | from PRG level.
|
||||
| |
|
||||
| +---hbziparch - Interface for ZipArchive general purpose compression
|
||||
| | | library to work with ZIP files.
|
||||
| +---hbziparc - Compatibility interface with ZipArchive general
|
||||
| | | purpose compression library to work with ZIP files.
|
||||
| | |
|
||||
| | +---tests - Test programs.
|
||||
| | |
|
||||
|
||||
@@ -213,6 +213,7 @@ Known build issues
|
||||
normal in this non-Harbour code.
|
||||
- Using Pelles C 5.00.1 in 64-bit mode, HB_INET*() functions
|
||||
won't work.
|
||||
- gtalleg contrib may not compile on all platforms/compilers.
|
||||
|
||||
|
||||
Version 1.0.0 (2008-08-10) tag: 1.0.0
|
||||
|
||||
Reference in New Issue
Block a user