Commit Graph

1100 Commits

Author SHA1 Message Date
José Matox
4ca043181f Removed the automatic import of linuxdoc at start, it will be added later
with uniform interface with latex, literate and text import.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@620 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-17 17:17:43 +00:00
Lars Gullik Bjønnes
0088121bd8 make text private in LyXParagraph some changes to import ascii file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@608 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-16 04:29:22 +00:00
Lars Gullik Bjønnes
fa492d6bf0 fix lyxalgo.h, dra pagebreak with text on line, change the math_deco_search a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@597 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-09 23:58:55 +00:00
Jürgen Vigna
28ed6c5e80 Various fixes look at ChangeLog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@595 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-09 16:04:28 +00:00
Lars Gullik Bjønnes
132fe5e132 the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure that the tables passed to lyxlex is sorted and sort them if not, use std::lower_bound to search in lyxlex tables, use binary search in stead of linear in math_delim::search_deco, we also sort the math_deco_table upon startup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@594 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-09 03:36:48 +00:00
Lars Gullik Bjønnes
d2b9849fff changes from sprintf to string stream. see comments at top of text.C. read the ChangeLog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@589 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-08 01:45:25 +00:00
Lars Gullik Bjønnes
abb623f787 apply the ostream changes to mathed, some other small related things
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@588 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-07 01:14:37 +00:00
Jean-Marc Lasgouttes
e19f533b0e Small tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@587 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-06 16:05:12 +00:00
Lars Gullik Bjønnes
def72111a5 change to use ostreams instead of string when writing files. fiddling with insettext. font fix in formula.C.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@584 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-06 02:42:40 +00:00
Lars Gullik Bjønnes
a9b448a027 change to use only ostream to write latex from insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@581 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-02 02:19:43 +00:00
Jean-Marc Lasgouttes
0d167123ac Fix spacing of greek letters; other things.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@580 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-01 18:15:39 +00:00
Lars Gullik Bjønnes
ba5e47f1a9 read the ChangeLog... no huge changes .. but some might get reversed...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@576 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-29 02:19:17 +00:00
Lars Gullik Bjønnes
56e007b94e read changelog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@557 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-15 14:28:15 +00:00
Jean-Marc Lasgouttes
c8ed113f76 Bug fixes, compile fixes, patches from Dekel (read ChangeLog)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@547 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-08 15:13:01 +00:00
Lars Gullik Bjønnes
b374f06ded small fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@530 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-07 20:17:03 +00:00
Lars Gullik Bjønnes
9ce32d63e5 several small and larger changes, read the Changelog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@529 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-04 09:38:32 +00:00
Lars Gullik Bjønnes
bb96fd7de6 fix the reformat bug, some small things
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@521 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-03 17:09:33 +00:00
Lars Gullik Bjønnes
328f69b0c1 fix crossref label list, some debug messages + various
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@445 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-25 12:35:27 +00:00
Lars Gullik Bjønnes
d8b96c598c pos=string::npos for regex not found, use handcoded transform in lstring.C, fix the crash in Delete, move to pre ind/dec instead of post inc/dec, try to use ostream_iterator in lastfiles.C, remove some debug output, change the rest of the .cdef files, make display of umlaut better
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@443 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-24 18:34:46 +00:00
Jean-Marc Lasgouttes
e0e62e94c4 Some small fixes to compile with DEC cxx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@439 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-24 15:07:10 +00:00
Lars Gullik Bjønnes
1bc4b73575 fix some of the bugs reported, should hopefully be a bit better now.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@436 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-21 17:41:57 +00:00
Jean-Marc Lasgouttes
2b7e2f9a7d fix lyx::mkdir 2nd argument.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@434 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-21 13:54:13 +00:00
Lars Gullik Bjønnes
35e4090ac3 small fix in lyxsum.C, updated po files to latest lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@428 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-20 02:03:24 +00:00
Lars Gullik Bjønnes
db54977b71 a couple of new posix wrappers, use new instead of malloc in figinset delete the now unused code in kbmap, add ro.po some changes in bufferlist, use std::sort and std::lower_bound in math_utils. Read the ChangeLog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@427 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-20 01:41:55 +00:00
Jean-Marc Lasgouttes
b2a0b59aa6 Some portability fixes; fix header of linuxdoc files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@425 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-19 14:07:39 +00:00
Lars Gullik Bjønnes
39fb0d0e42 use namespace in lyxlib if available
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@424 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-17 22:42:04 +00:00
Lars Gullik Bjønnes
c36aa67f7b some important changes to FIX_DOUBLE_SPCE still not completely correct (please help out.) Some external functions called from wrappers. use MODERN_STL_STREAMS in lyxsum.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@423 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-17 21:01:30 +00:00
Lars Gullik Bjønnes
ed22adefc6 fix double space editing, small change to make Path more foolproof, dont use reserve in paragraph add some resize instead, fix a bug in LyXLeX::next that were only present on conforming std::istream.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@421 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-13 16:28:54 +00:00
Jean-Marc Lasgouttes
f20dd3e30e Fix regex errors in .aux scanning, and other small problems
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@417 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-12 11:16:01 +00:00
Lars Gullik Bjønnes
18b8221ede fix IsFileWriteable, implement the file_not_found_hook and make it work for RCS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@413 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-11 08:23:07 +00:00
Lars Gullik Bjønnes
e656d12d0b ok, some more changes, this time I have gotten the fonttable and insettable in lyxparagra converted correctly to stl::containsers, added some tags for move to using pdflatex, search for pdflatex,dvips,pdf2ps,xpdf etx. in lib/configure.m4. A couple of name changes. Lets prepare for 1.1.4 now. Read the ChangeLog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@412 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-11 01:59:00 +00:00
Jean-Marc Lasgouttes
1fd5e5ed97 iNew configure flag --with-lyxname. Misc small compilation fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@411 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-10 16:28:29 +00:00
Jürgen Vigna
77b87ff5e7 Small change to be able to compile it with egcs under RH6.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@410 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-10 10:17:10 +00:00
Lars Gullik Bjønnes
53b464c5e9 some new (not extensive) changes, some fixes, will probably reverto to .la libs later .o libs is too much a hassle, please read the ChangeLog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@408 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-08 21:02:58 +00:00
Jean-Marc Lasgouttes
69c0db9984 Add a bunch of using directives for dec cxx. Does not compile yet.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@404 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-06 11:35:29 +00:00
Lars Gullik Bjønnes
8dccec5c46 my changes during the holidyas...i expect some compilers to have some problems, but I think that can be solved. Ok these are the main changes: use iostreams for everything, a TextCache to store the text variable in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@403 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-06 02:44:26 +00:00
Jean-Marc Lasgouttes
7401c2baaa Fix putenv() for solaris 7; tweak configure stuff.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@396 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-28 14:06:29 +00:00
Lars Gullik Bjønnes
617cfbe80f added a regex to be used when the system is missing one, use noinst instead of pkglib since we are currently not useing shared libs anyway.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@394 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-24 01:30:26 +00:00
Jean-Marc Lasgouttes
0490083ef1 Some cleanup; fix a bug where bibtex entries list would have extraneous spaces.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@392 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-22 14:35:05 +00:00
Lars Gullik Bjønnes
5f3f9ad231 fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar should also work on CC now, read ChangeLog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@390 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-21 06:10:21 +00:00
Asger Ottar Alstrup
4ed68c1bc2 - Got rid of two global variables:
minibuffer and FD_form_main


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@386 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-19 22:35:36 +00:00
Jean-Marc Lasgouttes
6f8422af71 Add -enable-assertions to configure, cleanup assertions, fix crash in LyXFont::ascent() and friends
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@384 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-16 14:16:42 +00:00
Lars Gullik Bjønnes
7c6267e4b1 remove bogus backslashed from iso-8859-1, try to fix insert and encodeString, fixes in insetlatexaccent removed some unused code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@383 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-16 06:43:25 +00:00
Lars Gullik Bjønnes
b3bc8c1e71 fix in lyxfont.C bogus static_cast, some changes in insetlatexaccent
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@380 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-15 06:12:28 +00:00
Allan Rae
20229daf94 complete revision of SGI STL compatability. Heaps better, see ChangeLog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@379 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-15 01:15:08 +00:00
Lars Gullik Bjønnes
e8db0ccc46 small things.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@375 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-13 21:59:26 +00:00
Allan Rae
457e414feb included sgi-stl-32-merge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@373 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-13 07:33:00 +00:00
Lars Gullik Bjønnes
6130fe1aa5 read the ChangeLog, use the C++ style casts more, some changes to the debugbufs, some whitespace changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@366 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-13 00:05:34 +00:00
Jean-Marc Lasgouttes
1cebcbea99 Fix bug in input of characters >127 ; update fr.po ; portability fix to lyxstring.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@364 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-10 14:45:32 +00:00
Lars Gullik Bjønnes
75c5c8c9e5 the fstream/iostream changes and some small other things
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@354 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-07 00:44:53 +00:00
Jean-Marc Lasgouttes
136367d229 Nuked the SpaceLess function. Read ChangeLog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@349 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-03 13:51:01 +00:00
Lars Gullik Bjønnes
3227c66baf in addition to the changes mentioned in ChangeLog, there is the usual batch of whitespace changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@344 a592a061-630c-0410-9148-cb99ea01b6c8
1999-12-01 00:57:31 +00:00
Lars Gullik Bjønnes
252db967fb allocation changes to lyxstring, rerun bibtex on database and style change, whitespace changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@337 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-26 06:57:35 +00:00
Jean-Marc Lasgouttes
07febc9941 Cxx tweaks, fix display of \epsilon and more. Read changelog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@335 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-25 13:15:52 +00:00
Lars Gullik Bjønnes
65b4999759 several changes from FilePtr to FileInfo, reverted back to Inset* and MathedInset* as return types from Clone. White space changes. Some changes from FilePtr to fstream
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@332 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-24 22:14:46 +00:00
Lars Gullik Bjønnes
1d7d3cc4af read ChangeLog, a lot of whitespace changes. experimental use of libtool
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@329 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-22 16:19:48 +00:00
Lars Gullik Bjønnes
35df50f78c some other things
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@317 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-15 14:45:17 +00:00
Lars Gullik Bjønnes
94a6d7ed67 some white-space changes, enum changes because of ridance of definitions.h, block.h added small change in lyxstring.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@311 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-15 10:54:16 +00:00
Jean-Marc Lasgouttes
bce0ca02ac A few more tweaks which help on alpha stations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@309 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-10 17:43:15 +00:00
Jean-Marc Lasgouttes
f1bc028820 The usual set of changes for DEC cxx after Lars' work :)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@307 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-10 14:07:28 +00:00
Lars Gullik Bjønnes
3660343dc7 a couple of name changes and new functionality in lyxvc and vc-backend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@302 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-09 23:52:04 +00:00
Lars Gullik Bjønnes
2cf98b74fc LSubstring and LRegex added, some small cleanup in FileInfo, audited most of the assertions in lyxstring.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@299 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-09 22:20:24 +00:00
Jean-Marc Lasgouttes
6fa667dbf2 Rename files in lyx.spec.in; do not include <config.h> in headers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@295 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-08 13:47:49 +00:00
Lars Gullik Bjønnes
65e9b99a59 more fixes and updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@292 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-05 06:02:34 +00:00
Lars Gullik Bjønnes
dfe1bc44b4 the runlatex merge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@291 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-04 01:40:20 +00:00
Lars Gullik Bjønnes
3b94fd86f3 pass with c_str from compare to compare
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@287 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 17:08:12 +00:00
Jean-Marc Lasgouttes
e06d370e0c Add a missing include <config.h>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@285 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 14:11:17 +00:00
Lars Gullik Bjønnes
1ae4671945 some small string changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@282 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 13:04:22 +00:00
Lars Gullik Bjønnes
73d5f55a00 another stupid bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@281 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 12:45:11 +00:00
Lars Gullik Bjønnes
37e0eedd21 stupid bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@280 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 12:26:16 +00:00
Lars Gullik Bjønnes
ec0ed4013c new SpaceLess function
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@279 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 12:24:23 +00:00
Lars Gullik Bjønnes
a3a55117e1 new version of the SpaceLess function
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@278 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-02 21:19:58 +00:00
Jean-Marc Lasgouttes
b04ba1da11 Update to the html-export code. HTML is not yet support in custom export, so
somebody interested in this will have to do it. Read ChangeLog for a few other changes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@274 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-02 16:41:28 +00:00
Lars Gullik Bjønnes
aba5e8132e fix a bug in lyxstring
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@271 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-02 06:42:25 +00:00
Lars Gullik Bjønnes
f6a727ca7b OS/2 patch from Miyata
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@270 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-01 04:22:28 +00:00
Jean-Marc Lasgouttes
8030b42ab0 Bracket some #warning directives with WITH_WARNINGS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@267 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-28 15:19:59 +00:00
Lars Gullik Bjønnes
25e9d75386 tostr and lyxstring::find fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@264 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-27 23:21:38 +00:00
Lars Gullik Bjønnes
0bdf849ecd subst fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@255 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-26 23:33:30 +00:00
Jean-Marc Lasgouttes
c1093f1c92 Small fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@241 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-25 12:33:03 +00:00
Lars Gullik Bjønnes
d90e046851 some changes to get fewer warnings when using strict ansi compilers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@235 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-23 23:35:37 +00:00
Lars Gullik Bjønnes
966c6e0a16 removed some warnings, fixed a bug in lyxstring
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@234 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-23 20:52:00 +00:00
Lars Gullik Bjønnes
dc05712c01 include the new header files in Makefile.am and fix the double-char bug.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@232 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-23 17:26:19 +00:00
Jean-Marc Lasgouttes
28aa3975e6 Better support for various streams implementations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@229 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-22 09:45:25 +00:00
Lars Gullik Bjønnes
5117a9df99 moved Srep definition to lyxstring.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@224 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-22 02:26:50 +00:00
Lars Gullik Bjønnes
a795073d30 inline bug fixed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@223 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-21 23:27:31 +00:00
Jürgen Vigna
b8426b61f9 Fixed some bugs and introduced some memory leaks!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@220 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-20 14:35:05 +00:00
Lars Gullik Bjønnes
4894fbc987 hopefully solve some of the lyxstring problems.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@217 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-20 01:53:59 +00:00
Lars Gullik Bjønnes
bd29a5db31 erase->clear, AM_CONDTIONAL for conditional compilation of lyxstring, better LYX_CXX_STL_STRING
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@214 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 20:59:27 +00:00
Lars Gullik Bjønnes
2f3e0b32e6 more tostr fixes and stricter lyxstring again + lyxstring & operator+=(int)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@213 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 16:48:35 +00:00
Jean-Marc Lasgouttes
8abfae28a6 Do not compile our strings if we do not need them.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@211 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 15:21:51 +00:00
Jean-Marc Lasgouttes
c35b288b74 A bunch of obvious changes to please strict ansi compilers. Not finished.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@210 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 15:06:30 +00:00
Jürgen Vigna
734751b383 Fixed some bugs for tabulars & xforms-0.89, in vspace.C and lyxstring.
Have a look at Changelog for more details.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@209 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-19 14:27:46 +00:00
Lars Gullik Bjønnes
535dd32c4c merge in the class Path changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@196 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-13 17:32:46 +00:00
Lars Gullik Bjønnes
e8a888f4be fix default for para 3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@191 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-13 16:13:30 +00:00
Jean-Marc Lasgouttes
2ac6d6da48 Some cleanups to compile with dec cxx. We are not there yet though.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@189 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-13 10:34:07 +00:00
Asger Ottar Alstrup
3635ff7370 - Backported the HTML export feature (Jean-Marc, can configure
check for "tth"?)
- Cleaned up the systemcall stuff a bit
- Better documentation for support/FileInfo.h


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@188 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-12 21:37:10 +00:00
Jürgen Vigna
2a3a654917 Fixed a BUG where if in a PATH was something like ;; the scan for the
binary was interupted.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@182 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-11 08:23:12 +00:00
Lars Gullik Bjønnes
35584afc11 the merge from branch debugstream
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@180 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-07 18:44:17 +00:00
Lars Gullik Bjønnes
e9dc3e73b1 removed bogus Assert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@175 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-05 23:27:21 +00:00
Lars Gullik Bjønnes
0eccdd1c36 merge from the string-switch branch and ready for a prelease.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@162 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-02 16:21:10 +00:00