Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-02 | Changed the ZnConfigureAttributes api. | lecoanet | |
2003-10-02 | Fixed a bug in device coordinates when a non group item has a transformation. | etienne | |
2003-10-02 | Adaptation of ZnConfigureAttributes to obtain the item | lecoanet | |
and the attribute record. This enable the configuration of attributes from fields even if the item record is needed. | |||
2003-10-02 | Replaced the fopen/fclose/fread api by the corresponding Tcl_Channel | lecoanet | |
api for reading videomaps. This enable using zinc and data right from starkits. | |||
2003-10-02 | Change in the api of ZnConfigureAttributes. | lecoanet | |
2003-10-02 | Tiles are updated when their images are changed, the tk image | lecoanet | |
update mecanism is now fully fonctional. Picking of shaped icons is know correct in all cases including rotated icons in both X and GL environments. | |||
2003-10-02 | Tiles and markers are updated when their images are changed, the tk image | lecoanet | |
update mecanism is now fully fonctional. | |||
2003-10-02 | Tiles are updated when their images are changed, the tk image | lecoanet | |
update mecanism is now fully fonctional. | |||
2003-10-02 | Some adjustements after C. Mertz update. | lecoanet | |
2003-10-02 | Added export2cpan directory | lecoanet | |
2003-10-02 | Adjustments for Perl new make chain | lecoanet | |
2003-10-02 | Makefile.PL for the new make chain | lecoanet | |
2003-10-02 | Added a special marker to automatically update the version number | lecoanet | |
with export2cpan. | |||
2003-10-01 | Script de generation d'une hierarchie pour compiler et distribuer Tkzinc en Perl | lecoanet | |
2003-10-01 | Suppression du fichier devenu obsol�te dans la future chaine de compil Perl | lecoanet | |
2003-09-30 | Added the xview and yview methods. | lecoanet | |
2003-09-29 | - I added two additionnal calls of "pdflatex refman.tex" so that the index ↵ | mertz | |
refered pages are correctly numbered and so that the numbail previously generated are effectively added to the .pdf file (this cost and additionnal 60 ko to the pdf file) - the file refman.tpt previously generated is now deleted before pdf re-generation | |||
2003-09-24 | path for either images or demo pm files are no more explicit | mertz | |
to avoid any use of empty directory (due for example to a previous un-installed package and which lets an empty directory behind) | |||
2003-09-24 | using the Tk::Zinc::Text in place of the obsolete Tk::ZincText | mertz | |
2003-09-24 | The content of this file has been included in the corresponding demo | mertz | |
2003-09-23 | initial release of some real (very very tiny) tests, as they are working now | mertz | |
without Tk::Zinc being installed | |||
2003-09-23 | version changing | mertz | |
2003-09-23 | - version for 3.29401 cpan delivery | mertz | |
- Pytohn and tclconfig are no more deleted because they are usefull for the current ./configure script | |||
2003-09-23 | redefinition of 2 MakeMaker Methods so that "make test" DO load | mertz | |
the libTkzincxxx.so and tests really work! | |||
2003-09-23 | zinc-demos should now find the demos even if an empty directory | mertz | |
named xxx/demos/zinc_lib exists somewhere | |||
2003-09-22 | these files are used for building complexe test files | mertz | |
2003-09-22 | creating fake tclConfigs.sh and tkConfigs.sh so that ./configure works during | mertz | |
the Tk::Zinc configuration process - removing un-needed directories and files when building the tar file | |||
2003-09-22 | tclConfigs.sh and tkConfigs.sh are not needed for Tk::Zinc, | mertz | |
but they are currently required by the configure scriot. So we points to fake scripts created for CPAN delivery only | |||
2003-09-19 | - man page (pod) added | mertz | |
2003-09-19 | - man page (pod) added | mertz | |
- output trace can now be optionnaly formated as perl executable code | |||
2003-09-16 | *** empty log message *** | mertz | |
2003-09-16 | some simplification in Makefile.in rules for perl, | mertz | |
a new target for installing zinc for tcl: install-tcl | |||
2003-09-16 | *** empty log message *** | mertz | |
2003-09-16 | zinc-perl does not depends from zinc-tk anymore | mertz | |
2003-09-16 | current version is 3.294 not 3.2.95 | mertz | |
2003-09-16 | correcting a typo in a print statement | mertz | |
2003-09-15 | perl modules ZincTrace ZincTraceErrors and ZincDebug have been renamed | mertz | |
Tk::Zinc::Trace Tk::Zinc::TraceErrors and Tk::Zinc::debug and moved accordingly | |||
2003-09-15 | all ZincTrace, ZincTraceErrors and ZincDebug have been renamed in Tk::Zinc::xxx | mertz | |
and moved in the Perl/Zinc/ directory. This makefile has no usage anymore | |||
2003-09-15 | corrections so that the usual cpan installation commands are now working | mertz | |
for perl. Makefile.in should be also ok for tcl | |||
2003-09-15 | initial release for CPAN-isation | mertz | |
2003-09-15 | adding a $VERSION variable to conform CPAN requirement | mertz | |
2003-09-15 | adding a $VERSION variable to conform CPAN requirement | mertz | |
2003-09-15 | usefull to avoid some error messages | mertz | |
2003-09-11 | changing the version number to make it explicit and to follow | mertz | |
the CPAN standard | |||
2003-09-11 | this release works fine for perl, and is need for cpan-isation | mertz | |
however it seems buggy for tcl! the previous version worked fine for both tcl and perl, but was not CPAN compliant, so we will have to enhance the file again | |||
2003-09-11 | *** empty log message *** | mertz | |
2003-09-11 | 2 new tests... | mertz | |
2003-08-26 | correction des exemples de gradients avec transparence | mertz | |
2003-07-18 | some precision on coords for groups | mertz | |
2003-07-09 | - focus method may have an itemPart argument | mertz | |
- -color option of an icon containing an image can be used to set the alpha |