Stefan Kebekus
054aba3662
New example for bad DVI-File
...
svn path=/trunk/kdegraphics/kdvi/; revision=72328
26 years ago
Stefan Kebekus
e41aeda365
further implementation of new font searching mechanism
...
svn path=/trunk/kdegraphics/kdvi/; revision=72326
26 years ago
Stefan Kebekus
ba43dc5529
Cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=72304
26 years ago
Stephan Kulow
c2a0f25653
it compiles (and works) under Debian now too
...
svn path=/trunk/kdegraphics/kdvi/; revision=72174
26 years ago
Stefan Kebekus
92402ace64
Removed kpathsea from kdvi. Use external kpsewhich instead.
...
svn path=/trunk/kdegraphics/kdvi/; revision=72127
26 years ago
Stefan Kebekus
10032f47d9
further bugfix/remove dvilj printing method
...
svn path=/trunk/kdegraphics/kdvi/; revision=70381
26 years ago
Stefan Kebekus
24c53b4a40
fixed printing bug
...
svn path=/trunk/kdegraphics/kdvi/; revision=70378
26 years ago
Stefan Kebekus
e192fd02a8
fixed crash on bad config-files
...
svn path=/trunk/kdegraphics/kdvi/; revision=69818
26 years ago
Francois-Xavier Duranceau
1aadd46760
missing ...
...
svn path=/trunk/kdegraphics/kdvi/; revision=68569
26 years ago
Stephan Kulow
1dbc07148f
show stopper patch for make -j:
...
+CLEANFILES = paths.h texmf.cnf texmf.sed stamp-paths
+
# End of paths.make.
-$(srcdir)/tex-file.c: $(CONFIG_HEADER)
+$(srcdir)/tex-file.c: paths.h
+$(srcdir)/cnf.c: paths.h
svn path=/trunk/kdegraphics/kdvi/; revision=68119
26 years ago
Stephan Kulow
db9b5d5ebd
show stop bug: kdvi doesn't configure on systems without teTex without the patch
...
if test $compile_kdvi = "yes"; then
DO_NOT_COMPILE="$DO_NOT_COMPILE kdvi"
+ ac_configure_args="$ac_configure_args --with-system-kpathsea=yes"
fi
svn path=/trunk/kdegraphics/kdvi/; revision=68115
26 years ago
Script Kiddy
22a5508214
CVS_SILENT made messages
...
svn path=/trunk/kdegraphics/kdvi/; revision=67702
26 years ago
Stephan Kulow
b1a4a364fe
Mean copy&paste bug. Found in no_NY/messages/kdegraphics/kdvi.po as someone copy&pasted the other message :)
...
- kdError() << i18n("Can't find font %1 at %2 dpi; using %d dpi instead.\n").arg(fontname).arg(dpi).arg(size_found);
+ kdError() << i18n("Can't find font %1 at %2 dpi; using %3 dpi instead.\n").arg(fontname).arg(dpi).arg(size_found);
svn path=/trunk/kdegraphics/kdvi/; revision=66548
26 years ago
Torsten Rahn
64b4efa1bd
polishing
...
26 years ago
Simon Hausmann
aab0aaad41
Coolo: fixing kdvi compilation for Simon's notebook
...
svn path=/trunk/kdegraphics/kdvi/; revision=64656
26 years ago
Stefan Kebekus
7547738151
robustified eps file searching
...
svn path=/trunk/kdegraphics/kdvi/; revision=64415
26 years ago
Stephan Kulow
b9e8f1d8ab
include config.h to get the default font path
...
svn path=/trunk/kdegraphics/kdvi/; revision=64412
26 years ago
Stephan Kulow
de7f0032d9
second iteration of Wolfgang's patches/suggestion to allow kdvi to benefit from
...
an installation of tex - also the font path is guessed now.
svn path=/trunk/kdegraphics/kdvi/; revision=64398
26 years ago
Stephan Kulow
b4f74cfa73
first iteration of Wolfgang's patch (supporting --with-system-kpathsea)
...
svn path=/trunk/kdegraphics/kdvi/; revision=64397
26 years ago
Stephan Kulow
d549748114
guessing the tex path from some listed paths. Please make sure your path
...
is there too, there is no --with-texdir yet
svn path=/trunk/kdegraphics/kdvi/; revision=64310
26 years ago
Stephan Kulow
b0f44aeed7
removed the touch - it's wrong here
...
svn path=/trunk/kdegraphics/kdvi/; revision=64297
26 years ago
Stefan Kebekus
210468fd84
The final (?) word in font searching. Sigh.
...
svn path=/trunk/kdegraphics/kdvi/; revision=63974
26 years ago
Stefan Kebekus
7284fd9f0b
further robustified font searching
...
svn path=/trunk/kdegraphics/kdvi/; revision=63516
26 years ago
Rik Hemsley
15f4593d4e
Adding MapNotify=true to all that need it
...
svn path=/trunk/kdegraphics/kdvi/; revision=63289
26 years ago
Stefan Kebekus
f59b73e7a2
Improved font searching.
...
svn path=/trunk/kdegraphics/kdvi/; revision=62884
26 years ago
Matthias Hoelzer-Kluepfel
d8b723f1c3
Embedding in konqueror was broken.
...
svn path=/trunk/kdegraphics/kdvi/; revision=62860
26 years ago
Waldo Bastian
9bc46fae9c
WABA: --enable-final fixes
...
svn path=/trunk/kdegraphics/kdvi/; revision=61462
26 years ago
David Faure
53b3dd63b1
Added an InitialPreference to make sure those are picked up
...
instead of the x ones when both are installed.
svn path=/trunk/kdegraphics/kdvi/; revision=61376
26 years ago
Waldo Bastian
20726f32a9
WABA: "a make check always stops during compilation of file kpsewhich.c"
...
Patch by Otto Bruggeman <obruggie@worldonline.nl>
svn path=/trunk/kdegraphics/kdvi/; revision=61051
26 years ago
Stefan Kebekus
c20823babd
minor bugfix
...
svn path=/trunk/kdegraphics/kdvi/; revision=60664
26 years ago
Hans Petter Bieker
88d1993362
CXXFLAGS="$CXXFLAGS -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST"
...
:-)
svn path=/trunk/kdegraphics/kdvi/; revision=59876
26 years ago
Stefan Kebekus
5afed21885
minor bugfixes
...
svn path=/trunk/kdegraphics/kdvi/; revision=59540
26 years ago
Waldo Bastian
131bc9740e
WABA: bcopy is depreciated, use memcpy instead.
...
svn path=/trunk/kdegraphics/kdvi/; revision=59495
26 years ago
Stefan Kebekus
0a793634fd
Bugfix: don't show a document after it has been closed
...
svn path=/trunk/kdegraphics/kdvi/; revision=58639
26 years ago
David Faure
1cd225bb6b
bzero -> memset
...
svn path=/trunk/kdegraphics/kdvi/; revision=58590
26 years ago
Stefan Kebekus
0ae229ce9a
Fix hyperlink bug, remove "beta" from version name
...
svn path=/trunk/kdegraphics/kdvi/; revision=57723
26 years ago
Stefan Kebekus
85d673a7da
added DVI-file (Kulow suggested not to run latex during make)
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=57712
26 years ago
Michael Matz
ce4948f367
change to retrigger Makefile regeneration
...
svn path=/trunk/kdegraphics/kdvi/; revision=57529
26 years ago
Michael Matz
fdfb86d94e
includemocs. Again.
...
kebekus: why did you changed them to bla.moc.cpp and commented them out? Did
you forget to run make -f Makefile.cvs?
svn path=/trunk/kdegraphics/kdvi/; revision=57527
26 years ago
Michael Matz
79bf30d890
provide a default for vartexfonts (/var/tmp/texfonts), that paths.h is no
...
longer screwed.
svn path=/trunk/kdegraphics/kdvi/; revision=57524
26 years ago
Michael Matz
28390059cb
Now it really gets regenerated at the right time (before automake).
...
svn path=/trunk/kdegraphics/kdvi/; revision=57498
26 years ago
Michael Matz
d0162d2249
readd
...
coolo: c-auto.h.in is at least referenced in configure.in, and included
in version.h, so without it not even a make -f Makefile.cvs works. Uwes problem
seems to be somewhere else (but I don't know, where ;)
svn path=/trunk/kdegraphics/kdvi/; revision=57432
26 years ago
Stephan Kulow
5795cd21e7
don't rely on timestamps
...
svn path=/trunk/kdegraphics/kdvi/; revision=57298
26 years ago
Christopher Molnar
528f4b79f5
Fix to make it compile.
...
26 years ago
Stephan Kulow
02e5fcd217
fixed word puzzles
...
svn path=/trunk/kdegraphics/kdvi/; revision=56582
26 years ago
Stefan Kebekus
b2637d6565
switch hyperlinks ON by default
...
svn path=/trunk/kdegraphics/kdvi/; revision=56070
26 years ago
Michael Matz
bd2a761087
CVS_SILENT includemocs result
...
svn path=/trunk/kdegraphics/kdvi/; revision=56056
26 years ago
Stefan Kebekus
8b7954fbb7
slight improvement on reload()
...
svn path=/trunk/kdegraphics/kdvi/; revision=55946
26 years ago
Stefan Kebekus
13b84a0bb7
solved hyperlink problem: kviewshell is informed about page changes
...
svn path=/trunk/kdegraphics/kdvi/; revision=55751
26 years ago
Stefan Kebekus
f7bd400fb6
i18n-ification
...
svn path=/trunk/kdegraphics/kdvi/; revision=55745
26 years ago