Commit Graph

241 Commits

Author SHA1 Message Date
Lars Gullik Bjønnes
4040ba827a the fix posted to the list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@602 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-10 19:32:14 +00:00
Jean-Marc Lasgouttes
56f774b534 Small fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@601 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-10 14:37:51 +00:00
Lars Gullik Bjønnes
b15c22e113 Dekels arabic patch, + some small things by me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@599 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-10 13:22:20 +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
Jean-Marc Lasgouttes
8dbf9d296e A bit of cxx warniong hunting; update to rpm spec file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@596 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-09 16:13:43 +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
Jürgen Vigna
34924681ca Small fix in lyxfunc (missing break)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@593 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-08 15:11:29 +00:00
Jean-Marc Lasgouttes
23f2fead49 Fix a few warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@592 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-08 14:45:40 +00:00
Jürgen Vigna
b3e20a15e7 Various updates for insets mostly regarding fixes for text-insets.
Added a new BaseClass InsetCollapsable and changed InsetERT to this
new BaseClass, also added a footnote-inset.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@591 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-08 13:52:57 +00:00
Lars Gullik Bjønnes
7554e0687c remove lyxdraw.[Ch]
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@590 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-08 04:42:00 +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
Jürgen Vigna
02e72741bf Fixed the display bug for text-insets we still had and now ERT-insets do
break on LyX-Window width as the rest of the text does.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@583 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-02 18:30:01 +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
Jürgen Vigna
b06cfe1dec Added function parseSingleLyXformat2Token() to read a lyx-document so
that we can use the same parsing routing for reading text-inset-data


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@579 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-01 14:13:21 +00:00
Lars Gullik Bjønnes
b4f44f8c47 got rid of more current_views rewritten the search and replace dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@578 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-01 04:56:55 +00:00
Jean-Marc Lasgouttes
654f2c761a Small fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@577 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-29 15:00:16 +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
Jean-Marc Lasgouttes
a2c6689c71 (Try to) make LyX work with more than 128 layouts; new LLNCS class; latex log file scanning fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@575 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-28 15:22:47 +00:00
Jean-Marc Lasgouttes
371d623527 Small compilation fixes for compaq cxx; updated ca.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@574 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-25 16:42:21 +00:00
Lars Gullik Bjønnes
9cdcc41498 make the new code from Juergen compile and some small fixes to the same code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@572 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-25 13:35:38 +00:00
Jürgen Vigna
d6fa7c567c All changes I made to have text-insets working. Look at the Changelog
for more details.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@571 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-25 12:06:15 +00:00
Lars Gullik Bjønnes
b92c965543 doubleClick, trippleClick, new UpdateInsetList some other small stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@570 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-23 16:39:03 +00:00
Allan Rae
0c3da1a1d9 xemacs.bind, buffer-previous
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@569 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-22 07:32:08 +00:00
Lars Gullik Bjønnes
c52895023e continue the crusade to get rid of current_view
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@564 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-22 00:36:17 +00:00
Jean-Marc Lasgouttes
d5134a917d Add missing const to some insettoc methods
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@562 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-21 13:53:54 +00:00
Lars Gullik Bjønnes
5ba861bb09 fix the resize bug, make some more inset funcs const, cleanup in lyxscreen, painter, workarea
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@561 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-18 22:22:42 +00:00
Lars Gullik Bjønnes
a0cf758d5a remove the old painter, remove support for mono_video, reverse_video, fast selection, work in progress to make insetlaex accent better. editable insetcommand drawn as buttons.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@560 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-17 19:59:08 +00:00
Jürgen Vigna
17818a9141 Changed functioncall to MathedCursor::SelGetArea as we always returned the
NULL pointer with the new Painter-stuff.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@559 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-17 15:24:43 +00:00
Jean-Marc Lasgouttes
9397ff934b Correctly quote file names when running LaTeX (problem with u umlaut in name)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@558 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-16 15:04:15 +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
3923262592 Patch from Roland for yap support under NT; fix to LFUN_LAYOUT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@556 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-15 13:30:49 +00:00
Lars Gullik Bjønnes
d6f638ea96 some small updates to Painter, and make the new painter the default.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@555 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-14 22:14:48 +00:00
Lars Gullik Bjønnes
bc4646a58e fix the outstanding painter drawing problems, now tablelines, mathframe, specialchars, selection and images work as they should again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@552 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-11 16:56:34 +00:00
Jean-Marc Lasgouttes
391d71dab2 Some changes to compile new painter code with compaq cxx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@551 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-11 13:52:44 +00:00
Lars Gullik Bjønnes
cfdd73ea94 new painter,workarea and lcolor. Read the diff/sources and ChangeLog...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@550 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-10 17:53:36 +00:00
Jean-Marc Lasgouttes
7c25e68cf1 Several small things accumulated while cvs was down
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@549 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-10 17:06:12 +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
c779cef938 applied the hebrew patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@528 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-03 19:51:27 +00:00
Lars Gullik Bjønnes
f1f99a0a16 two additional fixes, one of them is really suspect...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@524 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-03 19:08:24 +00:00
Lars Gullik Bjønnes
bae0021420 initialize footnotekind int LyXParagraph()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@523 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-03 18:24:21 +00:00
Lars Gullik Bjønnes
2b5bee943a initialze column
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@522 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-03 18:05:36 +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
Jürgen Vigna
44d8adab0e Only changed insert-date to date-insert conforming to standard :)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@518 a592a061-630c-0410-9148-cb99ea01b6c8
2000-02-01 13:58:06 +00:00