AminetAminet
Search:
84761 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/libs/ttengine-7.2-aros-i386.tar.bz2

Mirror:Random
Showing: m68k-amigaos iconppc-amigaos iconppc-morphos iconi386-aros iconi386-amithlon iconppc-warpup iconppc-powerup icongeneric icon
No screenshot available
Short:TrueType text rendering engine
Author: krashan at teleinfo.pb.bialystok.pl
Uploader:aminet aminet net
Type:util/libs
Version:7.2
Architecture:i386-aros
Date:2007-04-01
Download:util/libs/ttengine-7.2-aros-i386.tar.bz2 - View contents
Readme:util/libs/ttengine-7.2-aros-i386.readme
Downloads:778

(AROS Port 1.0 by Georg Steger)

The library is fast, AmigaOS friendly TrueType render engine. It has nothing
to do with Amiga outline font system. This system has a lot of limitations
which make it useless for high speed and quality text output. If someone wants
an integration of TrueType with AmigaOS bullet.library like outline font
system, should consider using ttf.library. Ttengine.library opens TrueType font
by itself and renders high quality glyphs directly into any RastPort.

The render engine of the library is based on FreeType2 project
(http://www.freetype.org). This version of ttengine.library uses 2.1.3
FreeType build.

See http://amiga.pl/ttengine for news, downloads, online autodoc and
programming tutorial.

CHANGES (last three versions)

v 7.2 (22.12.2005)
- Final version of direct rendering callback for BGRA32 screenmode.
- Added handling of fonts with MS Symbol names encoding (Marlett).
- Fixed possible hits in the database parser.


v 7.1 (15.03.2005)

- Native AmigaOS 4 version compiled by Andreas Falkenhahn.
- Mask and render buffers are now allocated for every RastPort, no more
  global. It fixes problems with multiple processes accessing TTEngine
  simultaneously (trashes instead of text).

v 7.0 (12.01.2005)

- Realtime font preview in the font requester.
- Introduced new metrics mode designed for text-oriented applications,
  especially using JAM2 drawmode. Mode is turned on by specifying
  TT_DiskFontMetrics, TRUE in TT_SetAttrs(). In this mode filled JAM2 
  area has always height equal to TT_FontHeight (which is a sum of
  TT_FontMaxTop and TT_FontMaxBottom). Horizontally JAM2 area is set to 
  cursor advance (it creates continuous filling even if TT_Text is called
  char-by-char).
- New metrics attributes: TT_FontHeight (sum of TT_FontMaxTop and
  TT_FontMaxBottom), TT_FontBaseline (alias for TT_FontMaxTop) and
  TT_FontWidth (cursor advance, only for monospaced fonts).
- TTEngine now distincts monospaced fonts. TT_FontFixedWidth can be
  specified for TT_OpenFont(), function will fail on proportional font.
  The attribute is also gettable with TT_GetAttrs().  TTRQ_FixedWidthOnly
  attribute may be passed to TT_Request() to filter proportional fonts out.
- TTEManager 1.2: cache size and global gamma settings. Fixed font window
  refresh deadlock under MorphOS.
- New API functions: TT_ObtainFamilyListA(), TT_FreeFamilyList.

FEATURES

The library expands FreeType functionality making usage of TrueType fonts easy
and comfortable. Below you can find key features:

- renders whole strings (not single glyphs) with kerning.
- antialiasing to any (not neccesarily uniform color) background.
- user adjustable gamma correction.
- optional text transparency.
- system compatible output to any (including planar) RastPort.
- supports JAM1. JAM2, INVERSVID, COMPLEMENT RastPort modes.
- supports 8-bit to Unicode mapping with "ENV:ttfcodepage" table compatible
  with ttf.library.
- allows for direct 16/32-bit Unicode string rendering.
- supports ISO-8859 and UTF-8 text encodings.
- easy to use, graphics.library like API.
- efficient system-wide glyph cache system.
- font database system allows flexible font files storage and advanced faces
  classification.



Contents of util/libs/ttengine-7.2-aros-i386.tar.bz2
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/
-rw-r--r-- root/root      3586 2006-01-15 12:38 ttengine-7.2-aros-i386/ttengine.readme
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Examples/
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/Postprocess/
-rw-r--r-- root/root     28372 2006-01-14 14:40 ttengine-7.2-aros-i386/Examples/Postprocess/postprocess.o
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Postprocess/startup.c
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Postprocess/postprocess.info
-rw-r--r-- root/root       269 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Postprocess/makefile
-rwxrw-rw- root/root      6712 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/Postprocess/postprocess
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Postprocess/startup.c.info
-rw-r--r-- root/root      6078 2006-01-14 14:40 ttengine-7.2-aros-i386/Examples/Postprocess/postprocess.c
-rw-r--r-- root/root       183 2006-01-14 14:40 ttengine-7.2-aros-i386/Examples/Postprocess/makefile.aros
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Postprocess/postprocess.c.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Postprocess/makefile.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/DrawModes.info
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/SpeedTest/
-rw-r--r-- root/root     31412 2006-01-14 14:41 ttengine-7.2-aros-i386/Examples/SpeedTest/speed.o
-rw-r--r-- root/root      8836 2006-01-14 14:41 ttengine-7.2-aros-i386/Examples/SpeedTest/speed.c
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/SpeedTest/startup.c
-rw-r--r-- root/root       233 2006-01-06 06:53 ttengine-7.2-aros-i386/Examples/SpeedTest/makefile
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/SpeedTest/startup.c.info
-rw-r--r-- root/root       148 2006-01-14 14:41 ttengine-7.2-aros-i386/Examples/SpeedTest/makefile.aros
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/SpeedTest/speed.c.info
-rw-r--r-- root/root      2481 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/SpeedTest/speed.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/SpeedTest/makefile.info
-rw-r--r-- root/root       595 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/SpeedTest/startup.o
-rwxrw-rw- root/root      8504 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/SpeedTest/speed
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextExtent.info
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/PlainTest/
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest/startup.c
-rw-r--r-- root/root     13859 2006-01-14 14:39 ttengine-7.2-aros-i386/Examples/PlainTest/test.c
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest/test.info
-rw-r--r-- root/root       227 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest/makefile
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest/startup.c.info
-rwxrw-rw- root/root     11212 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/PlainTest/test
-rw-r--r-- root/root       131 2006-01-06 06:19 ttengine-7.2-aros-i386/Examples/PlainTest/makefile.aros
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest/test.c.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest/makefile.info
-rw-r--r-- root/root       595 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest/startup.o
-rw-r--r-- root/root     33680 2006-01-14 14:40 ttengine-7.2-aros-i386/Examples/PlainTest/test.o
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/MoreFonts/
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/MoreFonts/startup.c
-rwxrw-rw- root/root      9012 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/MoreFonts/morefonts
-rw-r--r-- root/root       268 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/MoreFonts/makefile
-rw-r--r-- root/root     28128 2006-01-14 14:39 ttengine-7.2-aros-i386/Examples/MoreFonts/morefonts.o
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/MoreFonts/startup.c.info
-rw-r--r-- root/root       174 2006-01-14 14:38 ttengine-7.2-aros-i386/Examples/MoreFonts/makefile.aros
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/MoreFonts/morefonts.info
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/MoreFonts/morefonts.c.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/MoreFonts/makefile.info
-rw-r--r-- root/root      5237 2006-01-14 14:38 ttengine-7.2-aros-i386/Examples/MoreFonts/morefonts.c
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/FontNames/
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/FontNames/startup.c
-rwxrw-rw- root/root      6824 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/FontNames/names
-rw-r--r-- root/root       233 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/FontNames/makefile
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/FontNames/names.info
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/FontNames/startup.c.info
-rw-r--r-- root/root      5900 2006-01-14 14:36 ttengine-7.2-aros-i386/Examples/FontNames/names.c
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/FontNames/names.c.info
-rw-r--r-- root/root       147 2006-01-14 14:36 ttengine-7.2-aros-i386/Examples/FontNames/makefile.aros
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/FontNames/makefile.info
-rw-r--r-- root/root     27816 2006-01-14 14:37 ttengine-7.2-aros-i386/Examples/FontNames/names.o
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/TextExtent/
-rw-r--r-- root/root     28484 2006-01-06 07:07 ttengine-7.2-aros-i386/Examples/TextExtent/txex.o
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextExtent/startup.c
-rwxrw-rw- root/root      7328 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/TextExtent/txex
-rw-r--r-- root/root       227 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextExtent/makefile
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextExtent/startup.c.info
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextExtent/txex.c.info
-rw-r--r-- root/root      5850 2003-11-28 23:59 ttengine-7.2-aros-i386/Examples/TextExtent/txex.c
-rw-r--r-- root/root       131 2006-01-06 07:07 ttengine-7.2-aros-i386/Examples/TextExtent/makefile.aros
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextExtent/txex.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextExtent/makefile.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/SpeedTest.info
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/Background/
-rw-r--r-- root/root     34224 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/picture
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/startup.c
-rwxrw-rw- root/root      8812 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/Background/background
-rw-r--r-- root/root      8883 2006-01-14 14:32 ttengine-7.2-aros-i386/Examples/Background/background.c
-rw-r--r-- root/root       263 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/makefile
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/startup.c.info
-rw-r--r-- root/root       177 2006-01-14 14:32 ttengine-7.2-aros-i386/Examples/Background/makefile.aros
-rw-r--r-- root/root      2902 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/picture.info
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/background.c.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/makefile.info
-rw-r--r-- root/root     31604 2006-01-14 14:32 ttengine-7.2-aros-i386/Examples/Background/background.o
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Background/background.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/FontNames.info
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/TextLength/
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextLength/startup.c
-rw-r--r-- root/root     28676 2006-01-14 14:44 ttengine-7.2-aros-i386/Examples/TextLength/txlen.o
-rw-r--r-- root/root       233 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextLength/makefile
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextLength/startup.c.info
-rwxrw-rw- root/root      7480 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/TextLength/txlen
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextLength/txlen.info
-rw-r--r-- root/root       146 2006-01-14 14:44 ttengine-7.2-aros-i386/Examples/TextLength/makefile.aros
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextLength/txlen.c.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextLength/makefile.info
-rw-r--r-- root/root      5875 2006-01-14 14:44 ttengine-7.2-aros-i386/Examples/TextLength/txlen.c
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/FamilyList/
-rw-r--r-- root/root       976 2005-01-13 09:58 ttengine-7.2-aros-i386/Examples/FamilyList/familylist.c
-rwxrw-rw- root/root      4836 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/FamilyList/familylist
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextLength.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextFit.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/Postprocess.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/PlainTest.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/MoreFonts.info
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/TextFit/
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextFit/txfit.info
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextFit/startup.c
-rw-r--r-- root/root       233 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextFit/makefile
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextFit/startup.c.info
-rw-r--r-- root/root      7355 2006-01-14 14:43 ttengine-7.2-aros-i386/Examples/TextFit/txfit.c
-rw-r--r-- root/root       147 2006-01-14 14:43 ttengine-7.2-aros-i386/Examples/TextFit/makefile.aros
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextFit/makefile.info
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/TextFit/txfit.c.info
-rw-r--r-- root/root     29280 2006-01-14 14:44 ttengine-7.2-aros-i386/Examples/TextFit/txfit.o
-rwxrw-rw- root/root      7836 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/TextFit/txfit
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/DrawModes/
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/DrawModes/drawmodes.c.info
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/DrawModes/startup.c
-rw-r--r-- root/root     10399 2006-01-14 14:35 ttengine-7.2-aros-i386/Examples/DrawModes/drawmodes.c
-rw-r--r-- root/root       257 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/DrawModes/makefile
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/DrawModes/drawmodes.info
-rw-r--r-- root/root     33988 2006-01-06 14:47 ttengine-7.2-aros-i386/Examples/DrawModes/drawmodes.o
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/DrawModes/startup.c.info
-rw-r--r-- root/root       159 2006-01-06 04:47 ttengine-7.2-aros-i386/Examples/DrawModes/makefile.aros
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/DrawModes/makefile.info
-rwxrw-rw- root/root     10020 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/DrawModes/drawmodes
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/CustomEncoding.info
drwxr-xr-x root/root         0 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/CustomEncoding/
-rw-r--r-- root/root     28204 2006-01-14 14:33 ttengine-7.2-aros-i386/Examples/CustomEncoding/custenc.o
-rw-r--r-- root/root       801 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/CustomEncoding/startup.c
-rw-r--r-- root/root       245 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/CustomEncoding/makefile
-rwxrw-rw- root/root      7096 2006-01-15 12:43 ttengine-7.2-aros-i386/Examples/CustomEncoding/custenc
-rw-r--r-- root/root      6242 2006-01-14 14:32 ttengine-7.2-aros-i386/Examples/CustomEncoding/custenc.c
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/CustomEncoding/startup.c.info
-rw-r--r-- root/root      2473 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/CustomEncoding/custenc.info
-rw-r--r-- root/root       159 2006-01-14 14:33 ttengine-7.2-aros-i386/Examples/CustomEncoding/makefile.aros
-rw-r--r-- root/root      2958 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/CustomEncoding/custenc.c.info
-rw-r--r-- root/root      2672 1979-12-31 15:20 ttengine-7.2-aros-i386/Examples/CustomEncoding/makefile.info
-rw-r--r-- root/root      1293 2005-03-15 01:11 ttengine-7.2-aros-i386/Developer.info
-rw-r--r-- root/root     14484 2005-12-23 13:37 ttengine-7.2-aros-i386/release_notes
-rw-r--r-- root/root      1293 2005-03-15 01:11 ttengine-7.2-aros-i386/TTEManager.info
drwxr-xr-x root/root         0 2006-01-15 12:36 ttengine-7.2-aros-i386/Libs/
-rw-r--r-- root/root    175060 2006-01-15 12:36 ttengine-7.2-aros-i386/Libs/ttengine.library
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/TTEManager/
-rw-r--r-- root/root       843 2005-01-12 08:13 ttengine-7.2-aros-i386/TTEManager/release_notes
-rw-r--r-- root/root      2464 2002-12-08 07:39 ttengine-7.2-aros-i386/TTEManager/TTEManager.info
-rw-r--r-- root/root     43172 2006-01-15 12:38 ttengine-7.2-aros-i386/TTEManager/TTEManager
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/TTEManager/catalogs/
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/TTEManager/catalogs/russian/
-rw-r--r-- root/root      1820 1980-01-20 12:03 ttengine-7.2-aros-i386/TTEManager/catalogs/russian/ttmanager.catalog
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/TTEManager/catalogs/polski/
-rw-r--r-- root/root      1806 2005-01-12 08:49 ttengine-7.2-aros-i386/TTEManager/catalogs/polski/ttmanager.catalog
-rw-r--r-- root/root      3091 2005-01-12 08:41 ttengine-7.2-aros-i386/TTEManager/catalogs/ttmanager.cd
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/TTEManager/catalogs/magyar/
-rw-r--r-- root/root      1758 1980-01-10 05:06 ttengine-7.2-aros-i386/TTEManager/catalogs/magyar/ttmanager.catalog
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/TTEManager/catalogs/deutsch/
-rw-r--r-- root/root      1628 2005-12-28 07:47 ttengine-7.2-aros-i386/TTEManager/catalogs/deutsch/ttmanager.catalog
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/TTEManager/catalogs/fran\347ais/
-rw-r--r-- root/root      1658 2003-01-13 01:49 ttengine-7.2-aros-i386/TTEManager/catalogs/fran\347ais/ttmanager.catalog
-rw-r--r-- root/root      1197 2005-03-15 01:11 ttengine-7.2-aros-i386/release_notes.info
-rw-r--r-- root/root      1197 2005-03-15 01:11 ttengine-7.2-aros-i386/ttengine.readme.info
-rw-r--r-- root/root      1293 2005-03-15 01:11 ttengine-7.2-aros-i386/Examples.info
drwxr-xr-x root/root         0 2006-01-14 14:15 ttengine-7.2-aros-i386/Developer/
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/sfd/
-rw-r--r-- root/root      1926 2005-01-13 03:42 ttengine-7.2-aros-i386/Developer/sfd/ttengine_lib.sfd
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/ppcinline/
-rw-r--r-- root/root      4060 2005-01-13 04:55 ttengine-7.2-aros-i386/Developer/include/ppcinline/ttengine.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/pragmas/
-rw-r--r-- root/root      3107 2005-01-13 04:43 ttengine-7.2-aros-i386/Developer/include/pragmas/ttengine_pragmas.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/inline/
-rw-r--r-- root/root      3946 2005-01-13 04:58 ttengine-7.2-aros-i386/Developer/include/inline/ttengine.h
-rw-r--r-- root/root      6066 2005-01-13 04:59 ttengine-7.2-aros-i386/Developer/include/inline/ttengine_protos.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/proto/
-rw-r--r-- root/root       515 2004-01-24 03:34 ttengine-7.2-aros-i386/Developer/include/proto/ttengine.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/libraries/
-rw-r--r-- root/root      6481 2005-04-05 04:55 ttengine-7.2-aros-i386/Developer/include/libraries/ttengine.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/pragma/
-rw-r--r-- root/root      3107 2005-01-13 04:43 ttengine-7.2-aros-i386/Developer/include/pragma/ttengine_lib.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/lvo/
-rw-r--r-- root/root       707 2005-01-13 05:05 ttengine-7.2-aros-i386/Developer/include/lvo/ttengine_lib.i
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include/clib/
-rw-r--r-- root/root      1979 2005-01-13 09:09 ttengine-7.2-aros-i386/Developer/include/clib/ttengine_protos.h
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/autodocs.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/sfd.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/include.info
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial.info
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/fd/
-rw-r--r-- root/root       638 2005-01-13 04:54 ttengine-7.2-aros-i386/Developer/fd/ttengine_lib.fd
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/tutorial/
-rw-r--r-- root/root     30825 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/index.html
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/tutorial/img/
-rw-r--r-- root/root      1448 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/smooth8a.png
-rw-r--r-- root/root      3418 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/transp50jam1.png
-rw-r--r-- root/root      1880 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/smooth13a.png
-rw-r--r-- root/root      2671 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/back2.jpg
-rw-r--r-- root/root      3075 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/drawmodes1.png
-rw-r--r-- root/root      4125 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/transp20jam2.png
-rw-r--r-- root/root      1933 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/colorex2.png
-rw-r--r-- root/root      2981 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/drawmodes4.png
-rw-r--r-- root/root      1053 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/smooth13.png
-rw-r--r-- root/root      3086 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/drawmodes2.png
-rw-r--r-- root/root      3125 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/transp80jam2.png
-rw-r--r-- root/root      2548 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/back.jpg
-rw-r--r-- root/root       880 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/smooth8.png
-rw-r--r-- root/root      3875 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/transp20jam1.png
-rw-r--r-- root/root      2588 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/transp80jam1.png
-rw-r--r-- root/root      2295 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/smooth18a.png
-rw-r--r-- root/root      3774 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/transp50jam2.png
-rw-r--r-- root/root        97 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/space6.gif
-rw-r--r-- root/root      1989 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/colorex3.png
-rw-r--r-- root/root      1020 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/smooth18.png
-rw-r--r-- root/root      2379 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/colorex4.png
-rw-r--r-- root/root      2183 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/colorex1.png
-rw-r--r-- root/root     24503 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/alias1.png
-rw-r--r-- root/root      5958 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/alias2.png
-rw-r--r-- root/root      3072 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/tutorial/img/drawmodes3.png
drwxr-xr-x root/root         0 2006-01-15 12:39 ttengine-7.2-aros-i386/Developer/include_aros/
drwxr-xr-x root/root         0 2006-01-14 14:15 ttengine-7.2-aros-i386/Developer/include_aros/proto/
-rw-r--r-- root/root       786 2006-01-14 14:15 ttengine-7.2-aros-i386/Developer/include_aros/proto/ttengine.h
drwxr-xr-x root/root         0 2006-01-14 14:15 ttengine-7.2-aros-i386/Developer/include_aros/defines/
-rw-r--r-- root/root      8108 2006-01-14 14:15 ttengine-7.2-aros-i386/Developer/include_aros/defines/ttengine.h
drwxr-xr-x root/root         0 2006-01-14 14:15 ttengine-7.2-aros-i386/Developer/include_aros/clib/
-rw-r--r-- root/root      2058 2006-01-14 14:15 ttengine-7.2-aros-i386/Developer/include_aros/clib/ttengine_protos.h
-rw-r--r-- root/root      2811 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/fd.info
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include_os4/
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include_os4/inline4/
-rw-r--r-- root/root      3359 2005-03-09 04:12 ttengine-7.2-aros-i386/Developer/include_os4/inline4/ttengine.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include_os4/proto/
-rw-r--r-- root/root      1727 2005-03-09 04:12 ttengine-7.2-aros-i386/Developer/include_os4/proto/ttengine.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/include_os4/interfaces/
-rw-r--r-- root/root      3060 2005-03-09 04:12 ttengine-7.2-aros-i386/Developer/include_os4/interfaces/ttengine.h
drwxr-xr-x root/root         0 2006-01-05 08:37 ttengine-7.2-aros-i386/Developer/autodocs/
-rw-r--r-- root/root      2773 1979-12-31 15:20 ttengine-7.2-aros-i386/Developer/autodocs/ttengine.doc.info
-rw-r--r-- root/root     47214 2005-12-23 13:18 ttengine-7.2-aros-i386/Developer/autodocs/ttengine.doc
Page generated in 0.01 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>