Alex Zepeda
7906f7f6b0
Resent-Message-ID: <20020910015201.5925.qmail@ktown.kde.org>
...
Remove malloc.h reference, it breaks the compile.
svn path=/trunk/kdegraphics/kdvi/; revision=176974
24 years ago
Stefan Kebekus
3ea89f1352
fixes infrequent segfault on reloading
...
svn path=/trunk/kdegraphics/kdvi/; revision=170860
24 years ago
Stefan Kebekus
33a1aab3a9
fixes a two memory leaks found by valgrind
...
svn path=/trunk/kdegraphics/kdvi/; revision=170549
24 years ago
Stefan Kebekus
79c708f114
fixes memory access problems found by valgrind
...
svn path=/trunk/kdegraphics/kdvi/; revision=169797
24 years ago
Kurt Granroth
d9c410e035
UI fixes from Xandros:
...
* Expanded contractions (couldn't -> could not)
* Added or removed periods at end of sentences based on where they
were (captions/dialogs yes, checkboxes no)
* Enabled F1-to-start-kdehelp in kruler
* Added a few -caption "%c" params in some .desktop files
svn path=/trunk/kdegraphics/kdvi/; revision=162062
24 years ago
Kurt Granroth
368ae36517
i18n fixes. Mostly added periods and expanded contractions
...
svn path=/trunk/kdegraphics/kdvi/; revision=162044
24 years ago
Reza Arbab
8466bc4f86
It's not very portable to initialize static const members in a class
...
definition. An enum can be used instead of 'static const int', or the
initialization can be moved to the class implementation.
svn path=/trunk/kdegraphics/kdvi/; revision=151248
24 years ago
Stefan Kebekus
4e72254092
fixes bug#34874, minor source cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=122327
25 years ago
Lukáš Tinkl
c3ad8df898
i18n fixes, please backport if possible
...
svn path=/trunk/kdegraphics/kdvi/; revision=121269
25 years ago
Stefan Kebekus
6057d0f453
Implemented "Export to Text". Started to implement text search.
...
svn path=/trunk/kdegraphics/kdvi/; revision=119551
25 years ago
Otto Bruggeman
6a488d0064
includemocs kdegraphics
...
svn path=/trunk/kdegraphics/kdvi/; revision=95056
25 years ago
Stefan Kebekus
eef7ca340c
added some warning dialogs; minor bugfixing and enhancements
...
svn path=/trunk/kdegraphics/kdvi/; revision=90982
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
c84d0211f2
Fixes bugs #21936 , #22187 , #21997 , #21594 , #20836 , #20619 and #15074
...
svn path=/trunk/kdegraphics/kdvi/; revision=87135
25 years ago
Stefan Kebekus
c2971faa65
kpsewhich now runs concurrently
...
svn path=/trunk/kdegraphics/kdvi/; revision=85047
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
Stephan Kulow
2e35b575e2
rename xfopen to xdvi_xfopen as a bug reporter says this fixes the final problems
...
svn path=/trunk/kdegraphics/kdvi/; revision=80548
25 years ago
Stefan Kebekus
e41aeda365
further implementation of new font searching mechanism
...
svn path=/trunk/kdegraphics/kdvi/; revision=72326
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
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
Stephan Kulow
02e5fcd217
fixed word puzzles
...
svn path=/trunk/kdegraphics/kdvi/; revision=56582
26 years ago
Stefan Kebekus
f7bd400fb6
i18n-ification
...
svn path=/trunk/kdegraphics/kdvi/; revision=55745
26 years ago
Stefan Kebekus
21ff4150c8
genl. bugfixes and small improvements
...
svn path=/trunk/kdegraphics/kdvi/; revision=53166
26 years ago
Stefan Kebekus
129214d4d4
Further re-implementation of PostScript
...
svn path=/trunk/kdegraphics/kdvi/; revision=52674
26 years ago
Stefan Kebekus
be544056a7
started to re-implement the PostScript interface
...
svn path=/trunk/kdegraphics/kdvi/; revision=52400
26 years ago
Matthias Hoelzer-Kluepfel
4cf0bd42de
Fixed debug API.
...
svn path=/trunk/kdegraphics/kdvi/; revision=52117
26 years ago
Stefan Kebekus
a387bfaad7
further cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=50834
26 years ago
Stefan Kebekus
9ae8f959de
isolated font class
...
svn path=/trunk/kdegraphics/kdvi/; revision=50732
26 years ago