Stefan Kebekus
32af7f65d7
fixes bug #30566
...
svn path=/trunk/kdegraphics/kdvi/; revision=112244
25 years ago
Stefan Kebekus
87a7097866
started to implement inverse search
...
svn path=/trunk/kdegraphics/kdvi/; revision=111128
25 years ago
Stefan Kebekus
122deeead9
stolen from kghostview: more precise error msg on loading a wrong filetype
...
svn path=/trunk/kdegraphics/kdvi/; revision=110254
25 years ago
Stefan Kebekus
6be5be4ec9
started to implement source specials
...
svn path=/trunk/kdegraphics/kdvi/; revision=110253
25 years ago
Stefan Kebekus
758d8cd3cd
further source code cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=109834
25 years ago
Stefan Kebekus
b611630f4f
source code cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=109620
25 years ago
Script Kiddy
170909f926
CVS_SILENT made messages
...
svn path=/trunk/kdegraphics/kdvi/; revision=109165
25 years ago
Waldo Bastian
e883392c24
CVS_SILENT
...
s^MapNotify^X-KDE-StartNotify
svn path=/trunk/kdegraphics/kdvi/; revision=107541
25 years ago
Stefan Kebekus
30ca69a238
fixes small printing bug (file for the printer better not contain hyperlinks)
...
svn path=/trunk/kdegraphics/kdvi/; revision=105937
25 years ago
Stefan Kebekus
0310d9afe0
fixes bug #26705
...
svn path=/trunk/kdegraphics/kdvi/; revision=105397
25 years ago
Stefan Kebekus
9f78c0dce1
fixes bug #27164
...
svn path=/trunk/kdegraphics/kdvi/; revision=105097
25 years ago
Lauri Watts
c053a004df
Fixing markup, making them valid
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=103361
25 years ago
Stefan Kebekus
1434abd01c
kdvi uses the statusbar now
...
svn path=/trunk/kdegraphics/kdvi/; revision=101600
25 years ago
Stefan Kebekus
8a005da82c
minor bugfixing
...
svn path=/trunk/kdegraphics/kdvi/; revision=100499
25 years ago
David Faure
41918b2819
Hmm, don't forget to remove the files from Makefile.am as well...
...
+ added -lkdeprint
svn path=/trunk/kdegraphics/kdvi/; revision=100392
25 years ago
Stefan Kebekus
174d865814
kdvi uses KPrinter now
...
svn path=/trunk/kdegraphics/kdvi/; revision=100335
25 years ago
Stefan Kebekus
6bdf691908
updated docu to new optionrequester
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=98017
25 years ago
Stefan Kebekus
f215aede3e
mark the target of a hyperlink jump with a small animation
...
svn path=/trunk/kdegraphics/kdvi/; revision=98016
25 years ago
Waldo Bastian
50ef2f34e2
CVS_SILENT
...
Move $(all_includes) to end.
svn path=/trunk/kdegraphics/kdvi/; revision=97772
25 years ago
Stefan Kebekus
24ee1d3d26
added tooltips to the option dialog
...
svn path=/trunk/kdegraphics/kdvi/; revision=97559
25 years ago
Stefan Kebekus
246ae70093
Fixes bug #25216
...
svn path=/trunk/kdegraphics/kdvi/; revision=97542
25 years ago
Lukáš Tinkl
700b94b2cc
try f*cking hard to find those missing images :))
...
(so I can view those SuSE books that I'm translating
right now with kdvi as well)
svn path=/trunk/kdegraphics/kdvi/; revision=97152
25 years ago
Torsten Rahn
73ba961305
-> hi
...
25 years ago
Jonathan Singer
b1f2289ae2
Oops - I forgot these two.
...
svn path=/trunk/kdegraphics/kdvi/; revision=95764
25 years ago
Jonathan Singer
1fde24561e
Fixed three spelling errors.
...
svn path=/trunk/kdegraphics/kdvi/; revision=95762
25 years ago
Simon Hausmann
7bb7b6dd4f
- let the shell expand the arguments, if necessary
...
-kviewshell dvi "$params"
+kviewshell dvi $params
svn path=/trunk/kdegraphics/kdvi/; revision=95202
25 years ago
Hans Meine
e468a851a2
Small hack^H^H^H^Hchange to make kdvi ignore a -paper a4 commandline
...
parameter. This is to make it work with lyx (you still have to tweak
your .lyxrc).
The real fix would be in lyx - an option "use kdvi/xdvi"
____________________________________________________________________
#!/bin/sh
# Strips -paper option which kviewshell currently does not understand;
# that way it can be used from LyX: Just edit ~/.lyx/lyxrc and change
# \view_dvi_command "xdvi"
# to
# \view_dvi_command "kdvi"
params=""
while test $# -gt 0; do
case "$1" in
-paper) shift;; # strip -paper option
*) params="$params $1";;
esac
shift
done
kviewshell dvi "$params"
svn path=/trunk/kdegraphics/kdvi/; revision=95103
25 years ago
Otto Bruggeman
6a488d0064
includemocs kdegraphics
...
svn path=/trunk/kdegraphics/kdvi/; revision=95056
25 years ago
Stefan Kebekus
028b2218c8
added export functionality (DVI -> PS or PDF)
...
svn path=/trunk/kdegraphics/kdvi/; revision=94909
25 years ago
David Faure
b698bc1bdf
Fixed error dviwin.cpp:365: return-statement with no value, in function,
...
hopefully returning the correct value (please check).
svn path=/trunk/kdegraphics/kdvi/; revision=94811
25 years ago
Éric Bischoff
1cb39524ae
Converted dates to ISO format
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=94513
25 years ago
Stefan Kebekus
b7f89b6aa6
minor bugfixing
...
svn path=/trunk/kdegraphics/kdvi/; revision=92031
25 years ago
Kurt Granroth
b50a23126a
+#ifndef _xdvi_h
...
+#define _xdvi_h
...
+#endi /* _xdvi_h */
svn path=/trunk/kdegraphics/kdvi/; revision=91412
25 years ago
Stefan Kebekus
e3dcc51a64
change cursor over hyperlinks
...
svn path=/trunk/kdegraphics/kdvi/; revision=91164
25 years ago
Stefan Kebekus
eef7ca340c
added some warning dialogs; minor bugfixing and enhancements
...
svn path=/trunk/kdegraphics/kdvi/; revision=90982
25 years ago
Lauri Watts
c7fad7c239
CVS_SILENT Converting to XML
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=89514
25 years ago
Stefan Kebekus
9af45abcdc
Added what's this.
...
svn path=/trunk/kdegraphics/kdvi/; revision=89247
25 years ago
Stephan Kulow
025d1689d5
CVS_SILENT adding hooks for translations
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=89112
25 years ago
Stephan Kulow
7f0bf9dab3
CVS_SILENT adding hooks for translations
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=89097
25 years ago
Stefan Kebekus
dadb5c4f58
added document info and feedback on font generation
...
svn path=/trunk/kdegraphics/kdvi/; revision=89088
25 years ago
Stefan Kebekus
a6a45784e1
updated Doku after bugfix
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=87136
25 years ago
Stefan Kebekus
c84d0211f2
Fixes bugs #21936 , #22187 , #21997 , #21594 , #20836 , #20619 and #15074
...
svn path=/trunk/kdegraphics/kdvi/; revision=87135
25 years ago
Stefan Kebekus
9c9ee93e0c
fixed Bug #21277 / bad handling of rhi arguments in PSfile-specials
...
svn path=/trunk/kdegraphics/kdvi/; revision=85513
25 years ago
Stefan Kebekus
c2971faa65
kpsewhich now runs concurrently
...
svn path=/trunk/kdegraphics/kdvi/; revision=85047
25 years ago
Éric Bischoff
44d181266a
Removed extra indentation to allow better handling through scripts
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=83980
25 years ago
Script Kiddy
00a33341a8
CVS_SILENT made messages
...
svn path=/trunk/kdegraphics/kdvi/; revision=83708
25 years ago
Script Kiddy
1cf851021c
CVS_SILENT made messages
...
svn path=/trunk/kdegraphics/kdvi/; revision=83062
25 years ago
Éric Bischoff
b2e80ba430
Adding path to the doc
...
svn path=/trunk/kdegraphics/kdvi/; revision=82641
25 years ago
Éric Bischoff
c6b7a3f7b9
Fixed the markup
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=82639
25 years ago
Thomas Leitner
99d8414cb6
need to include stdlib.h for free() system call
...
svn path=/trunk/kdegraphics/kdvi/; revision=82384
25 years ago