Activity for xdvik

  • karl berry karl berry posted a comment on ticket #406

    I got tired of looking at this, so I wrote the little bit of shell code to simplistically guess the type of the list parameter to XawListChange. I just committed it to TL, r74082. Maybe it will work in practice? But I won't be surprised if I overlooked something that makes it fail. The diff is attached, I hope.

  • Hilmar Preuße Hilmar Preuße posted a comment on ticket #406

    The gcc-14 is in Debian testing and we (Debian) intend to release soon. As said: the incompatibility is present for a while now (see build log using gcc-13). Finally one could argue that changing the API of libXaw without doing an so-name bump could be treated as bug on libXaw side.

  • karl berry karl berry posted a comment on ticket #406

    Thanks for the investigations, Paul. That sort of -D + cast does not look like it could work for TL. I still don't see a plausible fix short of a configure test :(.

  • Paul Vojta Paul Vojta posted a comment on ticket #406

    Unfortunately, I don't have any easy way to install gcc-14 (I'm using Debian-12 (bookworm, =stable), which doesn't have a gcc-14 package). However, looking in the various archives, I see that xdm-1.14 is compiling with -D_CONST_X_STRING (see https://gitlab.freedesktop.org/xorg/app/xdm/-/commit/2b451b9915e3a379974a3c2b5fe9d4798f0c136b) and then casts to _Xconst char : XawListChange (list, (_Xconst char ) newTable, size, 0, TRUE); I don't have much time to look into it further right now. Paul On Sat,...

  • karl berry karl berry posted a comment on ticket #406

    The issue should not be closed. unfortunately, using String does not solve the problem in general. I suggested that in the thread around https://tug.org/pipermail/tex-k/2024-February/004012.html and it remains pointer-incompatible. I believe the only general fix suitable for upstream is a configure test to determine the type of the list parameter in the XawListChange function, and then cast to that type. The problem is that different systems have different incompatible types for that parameter, so...

  • Hilmar Preuße Hilmar Preuße posted a comment on ticket #406

    I just noticed that the issue is specific to Debian and an incompatible change in libxaw7. Debian still has version 1.0.14, meanwhile the issue would not exist, when 1.0.16 would have been packaged. Here is the changelog from the libxaw source: commit d0fcbd9722ad691ca0b5873c98e8e9c236fa718b Author: Thomas E. Dickey dickey@invisible-island.net Date: Sun Mar 3 20:21:40 2024 -0500 amend change to XawListChange() My previous commit in July 2019 build-fixes when _CONST_X_STRING is defined modified the...

  • Hilmar Preuße Hilmar Preuße created ticket #406

    xdvi fails to build w/ gcc-14

  • xdvik xdvik released /xdvik/22.87.06/README

  • xdvik xdvik updated /xdvik/README

  • xdvik xdvik released /xdvik/22.87.06/xdvik-22.87.06.tar.gz

  • xdvik xdvik released /xdvik/22.87.05/xdvik-22.87.06.tar.gz

  • Paul Vojta Paul Vojta committed [r3822]

    Update copyright dates in main.c and string-utils.c

  • Paul Vojta Paul Vojta committed [r3821]

    Add descriptions of "-debug find" and "-debug files" to the man page

  • Paul Vojta Paul Vojta committed [r3820]

    Resolve xdvi crashing under MacOS after hitting `R' in some situations:

  • Paul Vojta Paul Vojta committed [r3819]

    Pull in changes from TeX Live tree:

  • Paul Vojta Paul Vojta committed [r3818]

    Avoid duplicate info symbol from .h file; update copyright dates

  • Paul Vojta Paul Vojta committed [r3817]

    Fix segmentation fault that occurs when -debug is used with a non-numerical argument.

  • uffish uffish created ticket #405

    Widgets tiny on high resolution screens

  • Bob Tennent Bob Tennent posted a comment on ticket #91

    dviout, a Windows dvi previewer supports tpic specials, as do the conversion programs dvips and dvipdfm.

  • Bob Tennent Bob Tennent posted a comment on ticket #91

    Specification of tpic specials: http://ftp.tug.org/svn/dviout/trunk/htmlhelp/htmle/IDH_CMDTPIC.html?revision=229&view=co

  • Bob Tennent Bob Tennent created ticket #91

    tpic specials

  • Nicola Driutti Nicola Driutti created ticket #404

    Xdvik crashes scrolling down fast

  • Dongwoo Sheen Dongwoo Sheen posted a comment on ticket #403

    Here dvi is a shell script !/bin/bash written by Sheen. Usage: dvi dvi invokes xdvi. Options are all passed onto acrorad. infile=$1; if [ $# -eq 1 ]; then case "${infile}" in .dvi) base=basename "${infile}" .dvi ;; .) base=basename "${infile}" . ;; *) base=basename "${infile}" ;; esac outfile="${base}".dvi else outfile=$2 fi if [ -e $outfile ]; then xdvi -s 3 -gamma 10. -fg black -bg grey85 -cr red -q -expertmode 4 $outfile & else echo $outfile does not exist.... fi

  • Dongwoo Sheen Dongwoo Sheen created ticket #403

    XDvi 22.87.04 (Xaw toolkit): Failed assertion

  • Brett Kerwin Brett Kerwin created ticket #402

    xdvi crashes with this file

  • xdvik xdvik released /xdvik/22.87.05/xdvik-22.87.05.tar.gz

  • Paul Vojta Paul Vojta committed [r3816]

    Minor man page tweaks, and update version to 22.87.05.

  • Paul Vojta Paul Vojta modified ticket #400

    eps picture overlays

  • Paul Vojta Paul Vojta modified ticket #398

    xdvi crashes during string search

  • Paul Vojta Paul Vojta modified ticket #397

    "Cannot convert string to type FontStruct error message

  • Paul Vojta Paul Vojta modified ticket #391

    xdvik-22.87: build failure with toolkit Xaw3D

  • xdvik xdvik released /xdvik/22.87.04/xdvik-22.87.04.tar.gz

  • xdvik xdvik released /xdvik/22.87.04/xdvik-22.84.04.tar.gz

  • xdvik xdvik released /README

  • Paul Vojta Paul Vojta committed [r3815]

    Version 22.87.04

  • Paul Vojta Paul Vojta committed [r3814]

    Update support libraries from TeX Live 2020 (r53905)

  • Paul Vojta Paul Vojta committed [r3813]

    Address some gcc-8 compile errors

  • Paul Vojta Paul Vojta posted a comment on ticket #400

    Fixed in r3810

  • Paul Vojta Paul Vojta committed [550e9f]

    psgs.c: Fix erroneous comment in previous commit 01fa27

  • Paul Vojta Paul Vojta committed [r3812]

    psgs.c: Fix bug in which PostScript images are truncated after changing page size

  • Paul Vojta Paul Vojta committed [01fa27]

    psgs.c: Fix bug in which PostScript images are truncated after changing page size

  • Paul Vojta Paul Vojta committed [r3811]

    Fix kpathsea version in texk/kpathsea/configure

  • Paul Vojta Paul Vojta modified ticket #400

    eps picture overlays

  • Paul Vojta Paul Vojta committed [77f486]

    Fix bug #400 (eps picture overlays)

  • Paul Vojta Paul Vojta committed [r3810]

    Fix bug #400 (eps picture overlays)

  • Paul Vojta Paul Vojta committed [r3809]

    Fix the Ghostscript handler to work with gs 9.27

  • Paul Vojta Paul Vojta committed [r3808]

    Some man page tweaks from Debian (TeX Live r50583, 2019-03-25)

  • Paul Vojta Paul Vojta committed [r3807]

    Some man page tweaks from Debian, Norbert, and Karl (TeX Live r46371, 2018-01-18)

  • Paul Vojta Paul Vojta committed [r3806]

    Add xdvi.desktop and a mechanism to install it (TeX Live r46347)

  • Paul Vojta Paul Vojta committed [r3805]

    Upgrade kpathsea library to version 6.3.2/dev, from TeX Live (r51709)

  • Paul Vojta Paul Vojta committed [r3804]

    Upgrade FreeType library to version 2.10.1, from TeX Live (r51709)

  • Paul Vojta Paul Vojta committed [r3803]

    Incorporate build-related files from TeX Live (r51709)

  • Paul Vojta Paul Vojta committed [r3802]

    Update documentation files from TeX Live (r51709), except libs/freetype2, texk/kpathsea, and texk/xdvik

  • Paul Vojta Paul Vojta committed [r3801]

    Update documentation files specific to SourceForge

  • Paul Vojta Paul Vojta committed [r3800]

    Rename README.CVS to README.SVN and update the file accordingly.

  • Paul Vojta Paul Vojta committed [r3799]

    Delete subdirectory xdvi, which has been moved to the (git) repository

  • Paul Vojta Paul Vojta committed [7d0055]

    psgs.c: Fix bug in which PostScript diagrams did not appear, with ghostscript version 9.27.

  • Paul Vojta Paul Vojta committed [98122d]

    Add support for newer versions of freetype2 (allow pkg-config) (configure.in,

  • Paul Vojta Paul Vojta committed [62a950]

    Update configure test for XInput 2.1 functionality (from texlive 2016)

  • stefanulrich <> committed [b976b2]

    22.22 [30 November 1999] Implemented customization of mouse

  • stefanulrich <> committed [655eed]

    22.09 [16 June 1999] Fixed a bug with handling of temporary files

  • stefanulrich <> committed [b8928a]

    22.27 [30 April 2000] Added an optimization for when the dvi file is

  • stefanulrich <> committed [6dd13d]

    22.04 [7 April 1999] Added handlers for SIGINT, SIGQUIT, and SIGTERM

  • stefanulrich <> committed [925760]

    21.31

  • stefanulrich <> committed [57ee97]

    22.05 [14 April 1999] Another attempt to get xdvi to clean up after

  • stefanulrich <> committed [1fd960]

    21.33

  • stefanulrich <> committed [a26143]

    22.10 [7 July 1999] Fixed a problem that caused rules to fail to

  • stefanulrich <> committed [d1d36a]

    22.06 [10 May 1999] Renamed sendfile to avoid possible conflict with

  • stefanulrich <> committed [39c995]

    22.17 [27 August 1999] Bug fixes.

  • stefanulrich <> committed [d60df7]

    22.14 [13 August 1999] Fixed a compilation problem with linux.

  • stefanulrich <> committed [b164c2]

    21.24

  • stefanulrich <> committed [2ec61c]

    22.15 [19 August 1999] Worked around a bug in HP-UX, and made some

  • stefanulrich <> committed [c852bf]

    22.26 [1 March 2000] Fixed up some things I forgot to do in 22.24.

  • stefanulrich <> committed [92ff16]

    22.24 [18 January 2000] Fixed up the cursors for image dragging.

  • stefanulrich <> committed [145d4c]

    22.03 [25 March 1999] Cleaned up compiler errors on some platforms.

  • stefanulrich <> committed [bec3a8]

    22.01 [15 February 1999] Added 'V' keystroke to toggle the -gsalpha

  • stefanulrich <> committed [178783]

    22.07 [15 May 1999] Removed register declarations on variables.

  • stefanulrich <> committed [baa690]

    renamed some files from *-* to *_*

  • stefanulrich <> committed [b5f90b]

    22.13 [10 August 1999] Some portability changes (esp. for Solaris

  • stefanulrich <> committed [b735d7]

    22.19 [5 November 1999] Compatibility changes (for machines that put

  • stefanulrich <> committed [45ed1b]

    22.21 [27 November 1999] Fixed a bug concerning negative values of the

  • stefanulrich <> committed [bd2700]

    21.32

  • stefanulrich <> committed [30abb9]

    21.34

  • stefanulrich <> committed [b86561]

    first import of Paul's xdvi branch, starting with xdvi-21.22

  • stefanulrich <> committed [d2a291]

    21.28

  • stefanulrich <> committed [adbd46]

    21.25

  • stefanulrich <> committed [4e4732]

    22.20 [24 November 1999] Improved the code for interrupting display of

  • stefanulrich <> committed [4045c6]

    21.27

  • stefanulrich <> committed [5124c5]

    22.08 [28 May 1999] Internal changes for HP-UX (added support for

  • stefanulrich <> committed [89c874]

    22.31 [8 January 2001] Made xdvi look also for config file entries

  • stefanulrich <> committed [682dcc]

    22.23 [15 December 1999] Added support for wheel mice, implemented

  • stefanulrich <> committed [9896e6]

    21.30

  • stefanulrich <> committed [09ab24]

    22.18 [27 September 1999] Added the ability to customize the buttons,

  • stefanulrich <> committed [6feb12]

    22.30 [15 October 2000] Fixed some bugs in the filefind routines.

  • stefanulrich <> committed [0e8f09]

    22.02 [22 February 1999] Fixed a bug in the Display PostScript

  • stefanulrich <> committed [6cde48]

    22.16 [25 August 1999] Added the ability to customize keystroke

  • stefanulrich <> committed [e48c85]

    21.23

  • stefanulrich <> committed [8a12c8]

    21.29

  • stefanulrich <> committed [b9fbe9]

    22.29 [7 September 2000] Made a minor change in the module for

  • stefanulrich <> committed [009db1]

    22.11 [14 July 1999] Added minimal support for the Xaw3d toolkit.

1 >
MongoDB Logo MongoDB