Commit Graph

437 Commits

Author SHA1 Message Date
Jean-Marc Lasgouttes
71c78d1ce9 Fix for compiling on AIX
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@867 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-07 14:27:58 +00:00
Jean-Marc Lasgouttes
a3852f7ec5 Update man page with -geometry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@862 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-06 13:48:20 +00:00
Jean-Marc Lasgouttes
ee16c6dfc0 Fix a few portaibility issues and a crash.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@846 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-28 14:55:57 +00:00
Jean-Marc Lasgouttes
5ce5f0a6f7 Re-implement rhe "bindist" Makefile target
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@841 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-27 15:24:11 +00:00
Jürgen Vigna
60a085fb1c Changes to make text-inset work better (f.ex. cursor), and now we have
multi paragraph text insets!!!


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@818 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-16 15:13:25 +00:00
Lars Gullik Bjønnes
6bba977f42 FILMagain changes (will need some work)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@807 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-12 11:27:15 +00:00
Lars Gullik Bjønnes
583a5e5394 update po files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@746 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-19 20:51:47 +00:00
Jean-Marc Lasgouttes
e96fc497ec Hollywood/broadway fixes; update configure check for xforms version.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@733 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-15 15:28:33 +00:00
Lars Gullik Bjønnes
c3ac97d951 updated no.po, textcache fix and oneliner from Garst
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@702 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-27 09:10:51 +00:00
Lars Gullik Bjønnes
e08e5c26a5 the 1.1.5pre1 prerelease
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@697 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-26 17:01:22 +00:00
Jürgen Vigna
33868acd2c Added a preliminary NOT working insettabular. Lot's of fixes for the text
inset which should work now quite stable (well better as before anyway ;)
There have been especially problems with insets inside insets for which
LyX was not prepared, so if you only tried the ERT-inset all should have
worked great also before.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@681 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-19 14:42:19 +00:00
Jürgen Vigna
e97f3d1b31 Added clean CutAndPaste handling with it's own class. Various updates for
text-insets (look at the ChangeLog Entries)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@643 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-10 14:29:05 +00:00
Jean-Marc Lasgouttes
1a0b18b01c Small changes needed by dec cxx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@639 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-06 09:17:40 +00:00
Lars Gullik Bjønnes
77e706c441 fix the smallcaps drawing, move xfont metrics functions out from LyXFont, move non-inlineable functions out of line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@638 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-04 00:19:15 +00:00
Jean-Marc Lasgouttes
db0716f666 Backup file patch from Dekel; Update to scr layout files from Hartmut Goebel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@621 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-20 14:49:54 +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
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
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
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
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
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
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
Jean-Marc Lasgouttes
1d00ad9765 lib/configure is at last automatically generated by autogen.sh. Please check that it works for you.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@338 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-26 14:31:33 +00:00
Lars Gullik Bjønnes
440e9916d2 is -n the solution?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@305 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-10 02:46:31 +00:00
Lars Gullik Bjønnes
40df272608 autogenerated, will hopefully not happen anymore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@304 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-10 00:35:51 +00:00
Jean-Marc Lasgouttes
5ac8921e39 Auto-generated
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@297 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-08 14:02:16 +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
a363f39946 po files changed becuase of make dist
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@286 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-03 15:13:04 +00:00
Lars Gullik Bjønnes
3ef1eca9c2 fix compile with-two-colors
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@277 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-02 19:53:05 +00:00
Lars Gullik Bjønnes
0e2fed29ea readded POTFILES.in it is needed by some of the make clean targets. fixed init order in a constructor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@246 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-25 21:51:41 +00:00
Lars Gullik Bjønnes
db5e9cf961 remove POTFILES.in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@233 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-23 20:49:58 +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
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
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
Lars Gullik Bjønnes
27de1486ca Initial revision
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
1999-09-27 18:44:28 +00:00