Commit graph

11 commits

Author SHA1 Message Date
drochner
456820cab7 update to 4.2.2
many fixes and enhancements, notably SVG export (which needs pstoedit
and uniconvertor at runtime to work)
2009-12-11 21:47:42 +00:00
dmcmahill
59a82e4944 update to tgif-4.1.45
-----------------------> tgif-4.1.44 => tgif-4.1.45 <-----------------------
1)  Fix a bug with the create_arc_obj() internal command.  Thanks to
    Jack Tucker for pointing out the bug.
2)  Fix a bug with measurements in the ruler window when Tgif.ShowMeasure is
    active.  Thanks to Olin Johnson for pointing out the bug.
3)  Fix a bug with "tgif -print -pdf".  Thanks to Rob for pointing out the
    problem.
4)  Fix a bug with copy and paste in cygwin.  Thanks to Tobias Naehring for
    fixing the bug.
5)  Move tgif's web server to a standard web server port (80).  The new tgif
    home page is now at:

        http://bourbon.usc.edu/tgif/

6)  Please note that as of 5/16/2006, postings to tgif related groups at
    Yahoo!Groups are restricted to members only.  This is done to cut down
    SPAM.  The affected groups are at:

        http://groups.yahoo.com/group/tgif4-discuss
        http://groups.yahoo.com/group/tgif4-howto
        http://groups.yahoo.com/group/tgif4-bugs
        http://groups.yahoo.com/group/tgif4-develop

    If you have registered as a member in a group above, you can now only
    post via the web interface or by sending an e-mail from your registered
    e-mail address.  Sorry about this inconvenience.  But there have been
    just too much SPAM on these lists.
7)  Use the X Selections mechanism to perform copy and paste.
8)  Add support for linking to an external JPEG file to save file size (under
    File->Import).  Some editing operations cannot be performed on these
    linked JPEG objects.  However, these objects do not have the color
    limitation of X11 pixmap objects.  Therefore, when they are exported in
    the PS/EPS formation, they will have a lot more colors.
9)  The standard Linux distribution now use Xtoolkit by default (this is done
    by including -DUSE_XT_INITIALIZE in the MISCDEFINES line and -lXt in the
    SYS_LIBRARIES line of Tgif.tmpl-linux).  One advantage of this is that now
    it's easy to override X defaults.  For example, one can use:

        tgif -xrm "Tgif.Foreground: red"

10) Add support for Tgif.PSDistillerNoImageCompress so that images in a
    generated PostScript file will \fInot\fR be compressed by a distiller
    program such as ps2pdf.  Thanks to Dirk Farin for supplying the PostScript
    code.  Please use Tgif.PSDistillerNoImageCompress with care.  It has been
    noticed that generated EPS file may not work well with LaTeX.
11) Add support for Tgif.AdditionalPSSetup (and -pssetup commandline option)
    so that a user can add additiional user specified PostScript code in the
    PostScript file header (right before %%EndSetup).
12) Support a new commandline option "-noshowpageineps" so that the "showpage"
    PostScript command is not generated when printing/exporting in the EPS
    format when tgif is run with "-print"..
13) Add support for Tgif.PSFontNeedCharSubs and Tgif.PSCharSubs.* so that
    some characters in the non-ASCII portion of a non-iso8859-1 font can be
    replaced by user specified PostScript characters.  Thanks to Peter
    Dembinski for the suggestion.
14) Add a new X default, Tgif.DrawTextFuncKey_F#, so that a function key
    can be associated with a list of internal commands (and activiated only
    in the text drawing mode).
15) Add the following internal commands:

        set_selected_text_style(<textstyle>)
        objs_bbox_intersect(<obj1_name>,<obj2_name>,<result_attr>)
        delete_all_attr_from_selected_objs()
2006-07-11 12:12:41 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
drochner
84077cbda9 update to PL44
changes:
Fix a bug with imagemap generation.
Replace "eq4.sym" and "eq4-2x.sym". These new LaTeX equation symbols do *not*
 use pstoepsi, ps2epsi, etc. It only requires "latex", "dvips", and "gs" to
 function.
Add the following new internal commands:
	     pstoepsi(<target_eps_path>,<src_ps_path>,<scale>)
2005-01-16 12:20:06 +00:00
dmcmahill
c66ebfc410 update to tgif-4.1.43
added features/bug fixes.

1)  Fix <Meta> key problem with Mac OS X (Darwin).  The Apple Command Key
    is mapped to Mod2Mask by default.  This will be treated as the <Meta>
    (or <Alt>) key in tgif.
2)  Fix a bug with importing an EPS file generated by ps2epsi.  Thanks to
    Ambrose Li <acli@ada.dhs.org> for the patch.
3)  Fix tgif to be able to import an EPS file with an 8 bit-per-sample
    preview bitmap (such as the ones generated by ps2epsi).
4)  Get tgif to work with out-of-the-box xcin on Red Hat Linux.  Thanks to
    Ambrose Li <acli@ada.dhs.org> for all the help.
5)  Add support a new built-in double-byte input method, tgtwb5, to
    support the
    input of big5 encoded traditional Chinese characters using a graphical
    zhu-yin-fu-hao keypad.  This input method is activated by typing
    <Cntrl><Space> when a double-byte chinese font is selected.
6)  Add chat to tgwb.
7)  Support a new commandline option "-sbim xim" to use XIM as the input
    method for single-byte fonts.  This is useful if the X Keyboard
    Extension
    is used in inputing international characters (with dead keys).
    Thanks to Daniel Sadoc Menasche <sadoc@land.ufrj.br> for the
    contribution.
8)  Add a new X default, Tgif.IgnoreSlideShowOfffsetsInFile, so that the
    slideshow offsets stored in a file can be ignored in the slideshow
    mode.
    The reason for this is that the offsets mainly depends on the display
    and not on the content of the file.  The slideshow offsets should
    be set
    using the Tgif.SlideShowWindowOffset X default.
9)  Add a new LaTeX equation symbol file "eq4-lyx-ps2epsi.sym" in the
    release
    to edit the equation with LyX.  Thanks to Ed Gatzke <gatzke@sc.edu>
    for the contribution.
10) Update "ru.po".  Thanks to Andrew W. Nosenko for the update.
11) Add -D__EMX__ in Tgif.tmpl-cygwin to fix the problem with calling
    stat()
    on pathnames that begins with "//".  Thanks to Dr. Ing. Dieter
    Jurzitza
    <Dieter.Jurzitza@t-online.de> for pointing out the problem.
12) Add support for importing tgif files with the import_file() internal
    command.
13) Add the following new internal commands:

        shuffle_obj_to_bottom(<obj_name>)
        set_file_unsavable()
2003-08-19 09:19:37 +00:00
dmcmahill
381a95a048 update to tgif-4.1.42
Here's a list of added features/bug fixes.

1)  Tgif's home has moved from University of Maryland to University of
    Southern California.
2)  If there's no domain resources specified in the X resource file,
    tgif will use the library path specified when tgif is compiled as the
    default.  This is the directory where the equation symbols are installed.
    Thanks to A. Sengupta <osegu@iitk.ac.in> for pointing out the problem.
3)  For Red Hat 7.2, /usr/bin/xpmtoppm cannot handle input file whose
    format is XPM version 1.  Suport for a new compiler option,
    -D_XPM3TOPPM, is added so that tgif can generate XPM format version 3 by
     default.  This is has the same effect as setting Tgif.XPmOutputVersion to 3
    and Tgif.UseXPmVersion1ForImageMap to false.
4)  Add more information in the tooltip when
    Tgif.MeasureTooltipVerbose is set to true.
5)  Add a new LaTeX equation symbol file "eq4xpm.sym" in the release.
    Instead of generating and embedding an EPS file, this new object
    will generate and embed an XPM file with additional controls.  Please
    open this file with tgif for more details and check out
    http://bourbon.usc.edu:8001/tgif/faq/eq4xpm.html.
    Thanks to Kai Sattler <kaisat@post.tele.dk> for the contribution.
6)  Fix a bug in tgwb when a text object is being edited.
7)  Obsolete the Tgif.LandscapePdfSetPageDevice X default (because the
    name was misleading) and add support for a new X default,
    Tgif.PdfSetPageDevice.  As mentioned in the release notes for
    tgif-4.1.39, the use of this should
    not be necessary in the future (and is considered a bug in
    should not be necessary in the future (and is considered a bug in
    ps2pdf).
    The old commandline option, "-nolandpdfspd" is also obsolete and
    is replaced by "-pdfspd=yes" and "-pdfspd=no".
8)  Add a new X default, Tgif.NoModeWindow, so that tgif can start
    without a mode window.
9)  Add a new X default, Tgif.MakeUnsavableInSlideShow, so that the
    current file will be made unsavable when slideshow mode is entered.  (If
    the current file contains auto page numbering objects, the file will
    be made
    unsavable regardless of the setting of this X default.)
10) Update the Reliable IP-multicast Library (distributed in the
    rmcast subdirectory of this distribution).  The new version allows
    point-to-point connection between 2 whiteboards.  Please see the updated
    README.tgwb file.  Thanks to the team members of the research group lead by
    Professor Edmundo de Souze e Silva <edmundo@land.ufrj.br> at the
    Federal University of Rio de Janeiro.
2002-03-29 15:40:21 +00:00
dmcmahill
61373dc406 update to tgif-4.1.41.
Partial list of changes are:

-fixes the bugs addressed by the patches in tgif-4.1.40nb3
-several other bug fixes.
-Fix a bug with "on_resize=" attribute
-Fix a bug with Tgif.DeleteCmdAsCut
-Remove a redundant "a4" string in the generates PS file if A4 paper is requested
-Add horizontal scroll for mouse wheel
-Add a compiler option -D_DONT_REENCODE
-Add ConvertToBezier in the Poly/Polygon submenu of the Edit Menu
-Add a bunch of commands for adding tick marks to a poly/polygon/spline object.
-New Tgif.tmpl-darwin file for Darwin/Mac OS X (with XFree86)
-Update tgwb (the tgif-based whiteboard application) to use a new
 Reliable IP-multicast Library
-Add a new X default, Tgif.UseXPmVersion1ForXPmDeck
-Add new X defaults, Tgif.SlideShowWindowOffsets
-Add the following new internal commands:
  edit_attr_in_text_mode(<attr_name>)


for a more detailed list refer to the HISTORY file included with tgif.
2001-10-17 12:47:19 +00:00
dmcmahill
5143039806 work around a compiler bug on alpha which causes arrowheads to not
be displayed.
2001-07-18 20:26:21 +00:00
dmcmahill
82ca96d3de add a patch from Bill Cheng to fix the -exec command.
also add missing USE_X11 to make this link with the new buildlink
stuff in place.
2001-07-15 03:29:22 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00