]> git.lyx.org Git - lyx.git/log
lyx.git
22 years agoHerbert's 4 liner to support grace files.
Angus Leeming [Mon, 18 Feb 2002 09:55:47 +0000 (09:55 +0000)]
Herbert's 4 liner to support grace files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3557 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix qt2 build.
John Levon [Mon, 18 Feb 2002 01:44:56 +0000 (01:44 +0000)]
fix qt2 build.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3556 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove the syscall constructor, adjust other code
Lars Gullik Bjønnes [Sat, 16 Feb 2002 18:34:30 +0000 (18:34 +0000)]
remove the syscall constructor, adjust other code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3555 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoto much stuff for my liking...
Lars Gullik Bjønnes [Sat, 16 Feb 2002 15:59:55 +0000 (15:59 +0000)]
to much stuff for my liking...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3554 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoWe don't currently use fork anywhere (or if we do it's by mistake!), so
Angus Leeming [Sat, 16 Feb 2002 12:39:47 +0000 (12:39 +0000)]
We don't currently use fork anywhere (or if we do it's by mistake!), so
this patch strips down syscall.[Ch] so it now contains only the system
call interface. This interface is very, very simple! At the same time
I've taken the opportunity to remove syscontr.[Ch] and syssingleton.C,
again because they aren't used.

The rest of the changes are due to the change of name in the
Systemcall::Starttype enum. System is now Wait, and SystemDontWait is DontWait

Paves the way for resurrecting a proper forked calls controller.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3553 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoAdd a GRAPHICS type to the enum.
Angus Leeming [Sat, 16 Feb 2002 12:33:19 +0000 (12:33 +0000)]
Add a GRAPHICS type to the enum.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3552 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agowhichFont down to 5.3%
André Pönitz [Fri, 15 Feb 2002 17:34:07 +0000 (17:34 +0000)]
whichFont down to 5.3%

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3551 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agowhichFont down to 9%...
André Pönitz [Fri, 15 Feb 2002 17:14:36 +0000 (17:14 +0000)]
whichFont down to 9%...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3550 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agodon't copy if a reference is fine
André Pönitz [Fri, 15 Feb 2002 17:08:45 +0000 (17:08 +0000)]
don't copy if a reference is fine

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3549 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agodon't ignore ',' after '\rho'
André Pönitz [Fri, 15 Feb 2002 16:06:22 +0000 (16:06 +0000)]
don't ignore ',' after '\rho'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3548 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosome support for \xleftarrow
André Pönitz [Fri, 15 Feb 2002 15:01:01 +0000 (15:01 +0000)]
some support for \xleftarrow

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3547 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosupport for 'gathered', 'aligned', 'matrix', \overleftrightarrow,
André Pönitz [Fri, 15 Feb 2002 14:50:40 +0000 (14:50 +0000)]
support for 'gathered', 'aligned', 'matrix', \overleftrightarrow,
\underleftrightarrow

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3546 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix parser bug for \begin{align}...\end{align}
André Pönitz [Fri, 15 Feb 2002 14:18:44 +0000 (14:18 +0000)]
fix parser bug for \begin{align}...\end{align}

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3545 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomove around debugging stuff
André Pönitz [Fri, 15 Feb 2002 14:07:09 +0000 (14:07 +0000)]
move around debugging stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3544 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agopure cosmetics
André Pönitz [Thu, 14 Feb 2002 18:21:28 +0000 (18:21 +0000)]
pure cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3543 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoAnother bugfix from Herbert.
Angus Leeming [Thu, 14 Feb 2002 17:43:53 +0000 (17:43 +0000)]
Another bugfix from Herbert.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3542 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoBug fix from Herbert
Angus Leeming [Thu, 14 Feb 2002 17:36:20 +0000 (17:36 +0000)]
Bug fix from Herbert

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3541 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosupport for \substack
André Pönitz [Thu, 14 Feb 2002 14:52:23 +0000 (14:52 +0000)]
support for \substack

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3540 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofull support for vmatrix and Vmatrix,
André Pönitz [Thu, 14 Feb 2002 14:19:52 +0000 (14:19 +0000)]
full support for vmatrix and Vmatrix,
added missing parts for pmatrix and bmatrix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3539 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoI forgot to commit Herbert's patch to support the TGIF-format in
Angus Leeming [Thu, 14 Feb 2002 13:49:41 +0000 (13:49 +0000)]
I forgot to commit Herbert's patch to support the TGIF-format in
getExtFromContents, so here it is.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3538 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix export glitch for pmratix
André Pönitz [Thu, 14 Feb 2002 13:36:39 +0000 (13:36 +0000)]
fix export glitch for pmratix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3537 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoanother case of superfluous braces on read-back
André Pönitz [Thu, 14 Feb 2002 13:25:26 +0000 (13:25 +0000)]
another case of superfluous braces on read-back

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3536 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoinactive new stuff to re-sync my tree before going on holyday
André Pönitz [Thu, 14 Feb 2002 12:38:02 +0000 (12:38 +0000)]
inactive new stuff to re-sync my tree before going on holyday

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3535 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoRob Lahaye's prettification patch
Angus Leeming [Thu, 14 Feb 2002 12:31:16 +0000 (12:31 +0000)]
Rob Lahaye's prettification patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3534 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's graphics10.diff patch, part I.
Angus Leeming [Wed, 13 Feb 2002 18:53:36 +0000 (18:53 +0000)]
Herbert's graphics10.diff patch, part I.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3533 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerberts graphics10.diff, part II.
Angus Leeming [Wed, 13 Feb 2002 18:07:43 +0000 (18:07 +0000)]
Herberts graphics10.diff, part II.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3532 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoEscape & in urls.
José Matox [Wed, 13 Feb 2002 14:34:23 +0000 (14:34 +0000)]
Escape & in urls.
New example file for linuxdoc-manpage.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3531 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosupport for AMS's \pmatrix and \bmatrix
André Pönitz [Wed, 13 Feb 2002 13:15:15 +0000 (13:15 +0000)]
support for AMS's \pmatrix and \bmatrix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3530 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix insetert drupdate problems (bug #176); fix row breaking after protected chars
Jean-Marc Lasgouttes [Wed, 13 Feb 2002 10:37:28 +0000 (10:37 +0000)]
fix insetert drupdate problems (bug #176); fix row breaking after protected chars

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3529 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomake inset-toggle work when cursor is inside inset
Jean-Marc Lasgouttes [Tue, 12 Feb 2002 12:56:46 +0000 (12:56 +0000)]
make inset-toggle work when cursor is inside inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3528 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agotwo small patches
Jean-Marc Lasgouttes [Tue, 12 Feb 2002 10:01:52 +0000 (10:01 +0000)]
two small patches

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3527 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoforgot to remove some debug output
André Pönitz [Tue, 12 Feb 2002 09:46:10 +0000 (09:46 +0000)]
forgot to remove some debug output

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3526 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix parser bugs
André Pönitz [Tue, 12 Feb 2002 09:11:50 +0000 (09:11 +0000)]
fix parser bugs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3525 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoJ�rgen S's activation of intelligent code rather than my dumb attempt.
Angus Leeming [Mon, 11 Feb 2002 18:57:30 +0000 (18:57 +0000)]
J�rgen S's activation of intelligent code rather than my dumb attempt.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3524 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoJohn's fix to the minipage dialog.
Angus Leeming [Mon, 11 Feb 2002 18:43:42 +0000 (18:43 +0000)]
John's fix to the minipage dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3523 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoshow the 'empty base dot' less frequently
André Pönitz [Mon, 11 Feb 2002 15:55:13 +0000 (15:55 +0000)]
show the 'empty base dot' less frequently

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3522 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd a checkbox to current document in document list
Jean-Marc Lasgouttes [Mon, 11 Feb 2002 15:51:03 +0000 (15:51 +0000)]
add a checkbox to current document in document list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3521 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFinally! Herbert's fix to insetgraphics.C
Angus Leeming [Mon, 11 Feb 2002 13:04:38 +0000 (13:04 +0000)]
Finally! Herbert's fix to insetgraphics.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3520 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoYou'll need this as well.
Angus Leeming [Mon, 11 Feb 2002 13:03:28 +0000 (13:03 +0000)]
You'll need this as well.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3519 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoBackout my fuck up.
Angus Leeming [Mon, 11 Feb 2002 12:41:42 +0000 (12:41 +0000)]
Backout my fuck up.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3518 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFormExternal patch from Rob,
Angus Leeming [Mon, 11 Feb 2002 10:42:11 +0000 (10:42 +0000)]
FormExternal patch from Rob,
graphics9 patch from Herbert.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3517 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoMichael Koziarski's gnome patch.
Angus Leeming [Mon, 11 Feb 2002 10:22:27 +0000 (10:22 +0000)]
Michael Koziarski's gnome patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3516 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agowin32 compile fix
Jean-Marc Lasgouttes [Mon, 11 Feb 2002 10:07:28 +0000 (10:07 +0000)]
win32 compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3515 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix parser bug;
André Pönitz [Mon, 11 Feb 2002 08:19:02 +0000 (08:19 +0000)]
fix parser bug;
some stuff for hadling xymatrix (not 'activated' yet)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3514 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix bug dicovered by Richard
André Pönitz [Fri, 8 Feb 2002 18:19:16 +0000 (18:19 +0000)]
fix bug dicovered by Richard

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3513 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove a cygwin #ifdef
Jean-Marc Lasgouttes [Fri, 8 Feb 2002 17:07:14 +0000 (17:07 +0000)]
remove a cygwin #ifdef

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3512 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agopopen tweaks; "no 0cm" patch from Herbert; fix disabled toggles in menus
Jean-Marc Lasgouttes [Fri, 8 Feb 2002 14:32:17 +0000 (14:32 +0000)]
popen tweaks; "no 0cm" patch from Herbert; fix disabled toggles in menus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3511 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix do_popen for cygwin
Jean-Marc Lasgouttes [Fri, 8 Feb 2002 11:23:58 +0000 (11:23 +0000)]
fix do_popen for cygwin

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3510 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's bugfix patch
Angus Leeming [Fri, 8 Feb 2002 10:47:02 +0000 (10:47 +0000)]
Herbert's bugfix patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3509 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agopopup math panel on right mouse click
André Pönitz [Fri, 8 Feb 2002 09:42:59 +0000 (09:42 +0000)]
popup math panel on right mouse click
support for \dddot

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3508 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoMartin's corrected deco.xbm.
Angus Leeming [Fri, 8 Feb 2002 09:37:44 +0000 (09:37 +0000)]
Martin's corrected deco.xbm.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3507 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoMartin's patch to put \underleftarrow and \underrightarrow in the math panel
André Pönitz [Fri, 8 Feb 2002 08:30:09 +0000 (08:30 +0000)]
Martin's patch to put \underleftarrow and \underrightarrow in the math panel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3506 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoOtto's \underrightarrow/\underleftarrow patch
André Pönitz [Fri, 8 Feb 2002 08:08:11 +0000 (08:08 +0000)]
Otto's \underrightarrow/\underleftarrow patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3505 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFixing Umlauts, Part II
André Pönitz [Fri, 8 Feb 2002 08:04:03 +0000 (08:04 +0000)]
Fixing Umlauts, Part II

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3504 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFinxing Umlauts, Part I
André Pönitz [Fri, 8 Feb 2002 08:03:38 +0000 (08:03 +0000)]
Finxing Umlauts, Part I

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3503 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's unzip et al patch.
Angus Leeming [Thu, 7 Feb 2002 19:37:34 +0000 (19:37 +0000)]
Herbert's unzip et al patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3502 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago% is bullshit
Jean-Marc Lasgouttes [Thu, 7 Feb 2002 16:50:28 +0000 (16:50 +0000)]
% is bullshit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3501 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix loss of selection from John; some small things
Jean-Marc Lasgouttes [Thu, 7 Feb 2002 16:43:54 +0000 (16:43 +0000)]
fix loss of selection from John; some small things

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3500 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agobugfix: in some cases the parser created unecessary extra braces
André Pönitz [Thu, 7 Feb 2002 09:47:21 +0000 (09:47 +0000)]
bugfix: in some cases the parser created unecessary extra braces

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3499 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agobugfix (too many \\ when writing gridded structures)
André Pönitz [Thu, 7 Feb 2002 08:25:55 +0000 (08:25 +0000)]
bugfix (too many \\ when writing gridded structures)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3498 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosmall internal stuff
André Pönitz [Thu, 7 Feb 2002 08:19:47 +0000 (08:19 +0000)]
small internal stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3497 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoStabilise the tooltips interface and use it successfully in the Bibtex,
Angus Leeming [Wed, 6 Feb 2002 17:15:28 +0000 (17:15 +0000)]
Stabilise the tooltips interface and use it successfully in the Bibtex,
Citation and Texinfo dialogs.

Remove all the horrible #if FL_REVISION < 89 cruft from FormBase and
put it in a little wrapper class Tooltips. For now use the 0.88 code for
all versions of xforms as I can't see an easy way of changing the tooltip
on the fly with fl_set_object_helper.

To use, call setTooltipHandler for each widget, add a choice widget to
the dialog together with 4 lines of code to set/get the level of verbosity.
Finally, and two methods, getMinimalTooltip and getVerboseTooltip to return
the tooltip.

What could be easier? Please try this out.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3496 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agotype can be empty !
John Levon [Wed, 6 Feb 2002 15:36:29 +0000 (15:36 +0000)]
type can be empty !

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3495 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix weird error message when a command is disabled ; fix switching buffer in xref...
Jean-Marc Lasgouttes [Wed, 6 Feb 2002 15:12:40 +0000 (15:12 +0000)]
fix weird error message when a command is disabled ; fix switching buffer in xref dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3494 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFramework to select the verbosity of the tooltip.
Angus Leeming [Wed, 6 Feb 2002 12:12:04 +0000 (12:12 +0000)]
Framework to select the verbosity of the tooltip.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3493 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoqt2 frontend compilation fixes
Edwin Leuven [Wed, 6 Feb 2002 10:58:08 +0000 (10:58 +0000)]
qt2 frontend compilation fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3492 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoJ�rgen's first go at tooltips etc...
Angus Leeming [Tue, 5 Feb 2002 20:36:12 +0000 (20:36 +0000)]
J�rgen's first go at tooltips etc...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3491 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's graphic7.diff
Angus Leeming [Tue, 5 Feb 2002 18:43:28 +0000 (18:43 +0000)]
Herbert's graphic7.diff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3490 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoYou want real tooltips too? You got 'em. See the ChangeLog for how to use.
Angus Leeming [Tue, 5 Feb 2002 17:25:16 +0000 (17:25 +0000)]
You want real tooltips too? You got 'em. See the ChangeLog for how to use.
Works with both xforms 0.88 and 0.89.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3489 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove stupid endless loop
André Pönitz [Tue, 5 Feb 2002 16:30:56 +0000 (16:30 +0000)]
remove stupid endless loop

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3488 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoChanges to Martin's and my email
André Pönitz [Tue, 5 Feb 2002 16:04:51 +0000 (16:04 +0000)]
Changes to Martin's and my email

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3487 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoProvide the framework for really easy feedback messages.
Angus Leeming [Tue, 5 Feb 2002 14:59:26 +0000 (14:59 +0000)]
Provide the framework for really easy feedback messages.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3486 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoforgotten files
André Pönitz [Tue, 5 Feb 2002 13:27:34 +0000 (13:27 +0000)]
forgotten files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3485 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoYes, yet another patch from Herbert!
Angus Leeming [Tue, 5 Feb 2002 12:19:32 +0000 (12:19 +0000)]
Yes, yet another patch from Herbert!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3484 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosupport for \xrightarrow and \xleftarrow
André Pönitz [Tue, 5 Feb 2002 09:51:40 +0000 (09:51 +0000)]
support for \xrightarrow and \xleftarrow

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3483 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agobasic support for \xymatrix
André Pönitz [Mon, 4 Feb 2002 18:44:51 +0000 (18:44 +0000)]
basic support for \xymatrix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3482 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoProhibit resizing of the graphics dialog.
Angus Leeming [Mon, 4 Feb 2002 17:14:25 +0000 (17:14 +0000)]
Prohibit resizing of the graphics dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3481 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's latest "graphic5" patch (with the zippedFile stuff commented out),
Angus Leeming [Mon, 4 Feb 2002 15:36:45 +0000 (15:36 +0000)]
Herbert's latest "graphic5" patch (with the zippedFile stuff commented out),
his one-line fix to updateWidgetsFromLengthString,
a tiny bug fix of my own.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3480 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agotwo patches from john
Jean-Marc Lasgouttes [Mon, 4 Feb 2002 11:30:25 +0000 (11:30 +0000)]
two patches from john

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3479 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoMartin's umlaut bindings
André Pönitz [Mon, 4 Feb 2002 11:04:16 +0000 (11:04 +0000)]
Martin's umlaut bindings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3478 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix startup failure
Jean-Marc Lasgouttes [Mon, 4 Feb 2002 10:41:30 +0000 (10:41 +0000)]
fix startup failure

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3477 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago* Add a DEFAULT state to InsetGraphicsParams::DisplayType.
Angus Leeming [Fri, 1 Feb 2002 18:53:50 +0000 (18:53 +0000)]
* Add a DEFAULT state to InsetGraphicsParams::DisplayType.
* InsetGraphics::updateInset will interogate lyxrc.display_graphics if
params.display == DEFAULT.
* Ensure that the "default" display is read to and written from file correctly.

Next to do: pass a GraphicsParams struct to the GraphicsCache when adding
an image rather tahn just the filename and use this to decide exactly
how to display the image. Will therefore be able to strip out the
lyxrc stuff from ImageLoader et al.

Angus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3476 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix for #141
André Pönitz [Fri, 1 Feb 2002 17:09:55 +0000 (17:09 +0000)]
fix for #141

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3475 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agopartial fix for #141
André Pönitz [Fri, 1 Feb 2002 17:01:30 +0000 (17:01 +0000)]
partial fix for #141

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3474 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agodraw decorations closer to the place where LaTeX puts them
André Pönitz [Fri, 1 Feb 2002 15:53:34 +0000 (15:53 +0000)]
draw decorations closer to the place where LaTeX puts them

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3473 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoSomewhat better behaviour for Umlauts in math
André Pönitz [Fri, 1 Feb 2002 14:56:49 +0000 (14:56 +0000)]
Somewhat better behaviour for Umlauts in math

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3472 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix for #219
André Pönitz [Fri, 1 Feb 2002 12:57:16 +0000 (12:57 +0000)]
fix for #219

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3471 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix #218
André Pönitz [Fri, 1 Feb 2002 11:57:26 +0000 (11:57 +0000)]
fix #218

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3470 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoproper support for \underset
André Pönitz [Fri, 1 Feb 2002 10:33:06 +0000 (10:33 +0000)]
proper support for \underset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3469 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFix fuer #209
André Pönitz [Fri, 1 Feb 2002 10:21:29 +0000 (10:21 +0000)]
Fix fuer #209

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3468 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoA couple of fixes from Herbert.
Angus Leeming [Fri, 1 Feb 2002 09:57:44 +0000 (09:57 +0000)]
A couple of fixes from Herbert.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3467 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoRename figure-insert.xpm as graphics-insert.xpm.
Angus Leeming [Thu, 31 Jan 2002 15:11:23 +0000 (15:11 +0000)]
Rename figure-insert.xpm as graphics-insert.xpm.
Martin's tweek of the graphics dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3466 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's latest graphics patch.
Angus Leeming [Thu, 31 Jan 2002 14:20:09 +0000 (14:20 +0000)]
Herbert's latest graphics patch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3465 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofirst commit new graphics dialog
Edwin Leuven [Thu, 31 Jan 2002 13:15:33 +0000 (13:15 +0000)]
first commit new graphics dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3464 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoYet another tweak from J�rgen.
Angus Leeming [Wed, 30 Jan 2002 19:36:39 +0000 (19:36 +0000)]
Yet another tweak from J�rgen.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3463 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agographic-insert -> graphics-insert
Angus Leeming [Wed, 30 Jan 2002 19:35:21 +0000 (19:35 +0000)]
graphic-insert -> graphics-insert

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3462 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's changes to those help files of his and to the default menus
Angus Leeming [Wed, 30 Jan 2002 19:18:40 +0000 (19:18 +0000)]
Herbert's changes to those help files of his and to the default menus
(replacing the old graphics with the new).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3461 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoHerbert's fix to bug #222.
Angus Leeming [Wed, 30 Jan 2002 19:14:09 +0000 (19:14 +0000)]
Herbert's fix to bug #222.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3460 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoJ�rgen S's changes to the citation dialog + a few tweaks of my own.
Angus Leeming [Wed, 30 Jan 2002 19:09:25 +0000 (19:09 +0000)]
J�rgen S's changes to the citation dialog + a few tweaks of my own.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3459 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoThe graphics part of J�rgen S's latest patch + a few tweaks of my own.
Angus Leeming [Wed, 30 Jan 2002 18:49:41 +0000 (18:49 +0000)]
The graphics part of J�rgen S's latest patch + a few tweaks of my own.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3458 a592a061-630c-0410-9148-cb99ea01b6c8