]> git.lyx.org Git - lyx.git/log
lyx.git
21 years agouse boost::bind instead of home grown stuff
Lars Gullik Bjønnes [Tue, 20 Aug 2002 20:04:24 +0000 (20:04 +0000)]
use boost::bind instead of home grown stuff

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

21 years agomove breakParagraph and breakParagraphConservative out of Paragraph
Lars Gullik Bjønnes [Tue, 20 Aug 2002 19:41:13 +0000 (19:41 +0000)]
move breakParagraph and breakParagraphConservative out of Paragraph

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

21 years agotiny..
André Pönitz [Tue, 20 Aug 2002 17:47:36 +0000 (17:47 +0000)]
tiny..

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

21 years agocompile fix
Lars Gullik Bjønnes [Tue, 20 Aug 2002 17:43:28 +0000 (17:43 +0000)]
compile fix

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

21 years agocompile fixes
Lars Gullik Bjønnes [Tue, 20 Aug 2002 17:31:23 +0000 (17:31 +0000)]
compile fixes

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

21 years agomore stuff from Lars' diff-6 (write one par at a time)
André Pönitz [Tue, 20 Aug 2002 17:29:37 +0000 (17:29 +0000)]
more stuff from Lars' diff-6  (write one par at a time)

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

21 years ago- parts of Lars' diff-6.diff
André Pönitz [Tue, 20 Aug 2002 17:18:21 +0000 (17:18 +0000)]
- parts of Lars' diff-6.diff
- move inline functions from buffer.h to buffer.C

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

21 years agoremove fmt.C
John Levon [Tue, 20 Aug 2002 16:43:51 +0000 (16:43 +0000)]
remove fmt.C

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

21 years agofix dpi
John Levon [Tue, 20 Aug 2002 16:42:41 +0000 (16:42 +0000)]
fix dpi

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

21 years agoanother 100+ lines bite the dust...
André Pönitz [Tue, 20 Aug 2002 15:26:52 +0000 (15:26 +0000)]
another 100+ lines bite the dust...

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

21 years agomove half of BufferView_pimpl::dispatch() to LyXText::dispatch()
André Pönitz [Tue, 20 Aug 2002 13:00:25 +0000 (13:00 +0000)]
move half of BufferView_pimpl::dispatch() to LyXText::dispatch()
 which has its new home in text3.C

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

21 years agoInsert insetbibtex with "plain" style
Dekel Tsur [Tue, 20 Aug 2002 12:14:00 +0000 (12:14 +0000)]
Insert insetbibtex with "plain" style

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

21 years agofix bug 568
Jean-Marc Lasgouttes [Tue, 20 Aug 2002 11:14:46 +0000 (11:14 +0000)]
fix bug 568

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

21 years agoCleanup
Dekel Tsur [Mon, 19 Aug 2002 19:51:01 +0000 (19:51 +0000)]
Cleanup

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

21 years agoremove unused code
André Pönitz [Mon, 19 Aug 2002 16:41:39 +0000 (16:41 +0000)]
remove unused code

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

21 years agomove handling of LFUN_APPENDIX to LyXText
André Pönitz [Mon, 19 Aug 2002 15:39:25 +0000 (15:39 +0000)]
move handling of LFUN_APPENDIX to LyXText

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

21 years ago- re-enable editing of macro name during input
André Pönitz [Mon, 19 Aug 2002 14:39:35 +0000 (14:39 +0000)]
- re-enable editing of macro name during input
- fix drawing glitch (font sizes in macro definitions)

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

21 years agouse the new mouse LFUNs
André Pönitz [Mon, 19 Aug 2002 10:11:13 +0000 (10:11 +0000)]
use the new mouse LFUNs

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

21 years agoMake it compile.
Angus Leeming [Mon, 19 Aug 2002 08:53:54 +0000 (08:53 +0000)]
Make it compile.
Make it say hello.
Make it say bye.

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

21 years agoRTL fixes
Dekel Tsur [Sun, 18 Aug 2002 17:15:24 +0000 (17:15 +0000)]
RTL fixes

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

21 years agoUse the same scheme as qt: vars not pointer to vars.
Angus Leeming [Fri, 16 Aug 2002 20:07:39 +0000 (20:07 +0000)]
Use the same scheme as qt: vars not pointer to vars.

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

21 years agoCompilation fix for old and crappy versions of the xforms library.
Angus Leeming [Fri, 16 Aug 2002 17:33:23 +0000 (17:33 +0000)]
Compilation fix for old and crappy versions of the xforms library.

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

21 years agosome tweaks to xforms-related configure thingies
Jean-Marc Lasgouttes [Fri, 16 Aug 2002 14:56:34 +0000 (14:56 +0000)]
some tweaks to xforms-related configure thingies

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

21 years agouse $(variables) instead of @substitutions@ in Makefile.am:s
Jean-Marc Lasgouttes [Fri, 16 Aug 2002 13:43:03 +0000 (13:43 +0000)]
use $(variables) instead of @substitutions@ in Makefile.am:s

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

21 years agoMichael's "synchronise the labels with the buffer" patch.
Angus Leeming [Fri, 16 Aug 2002 12:59:34 +0000 (12:59 +0000)]
Michael's "synchronise the labels with the buffer" patch.

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

21 years agoupdate to de menus
Jean-Marc Lasgouttes [Fri, 16 Aug 2002 12:09:48 +0000 (12:09 +0000)]
update to de menus

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

21 years agocompile fixes (move a c'tor out of line, add a virtual destuctor and
André Pönitz [Fri, 16 Aug 2002 07:00:35 +0000 (07:00 +0000)]
compile fixes  (move a c'tor out of line, add a virtual destuctor and
change an include path - don't know why the latter is necessary, but it
works now for me)

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

21 years agoEnable previews to work with qt too.
Angus Leeming [Thu, 15 Aug 2002 19:52:59 +0000 (19:52 +0000)]
Enable previews to work with qt too.

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

21 years agoEnable LyX to link...
Angus Leeming [Thu, 15 Aug 2002 19:32:45 +0000 (19:32 +0000)]
Enable LyX to link...

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

21 years agoQt2 compiles again and in about half the time of xforms.
Angus Leeming [Thu, 15 Aug 2002 19:07:17 +0000 (19:07 +0000)]
Qt2 compiles again and in about half the time of xforms.
Lars, shall I change over the xforms code to this scheme?

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

21 years agomulticolumn improvemnt
André Pönitz [Thu, 15 Aug 2002 18:04:01 +0000 (18:04 +0000)]
multicolumn improvemnt

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

21 years agoThe dialogs/guiapi re-working.
Angus Leeming [Thu, 15 Aug 2002 17:48:53 +0000 (17:48 +0000)]
The dialogs/guiapi re-working.

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

21 years agore-use code...
André Pönitz [Thu, 15 Aug 2002 17:41:24 +0000 (17:41 +0000)]
re-use code...

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

21 years agocompile fix
André Pönitz [Thu, 15 Aug 2002 17:30:41 +0000 (17:30 +0000)]
compile fix

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

21 years agoPass and store references to LyXView and Dialogs, not pointers in the
Angus Leeming [Thu, 15 Aug 2002 16:34:48 +0000 (16:34 +0000)]
Pass and store references to LyXView and Dialogs, not pointers in the
FormBaseDeprecated-derived classes.

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

21 years agoNot all the world's a Linux.
John Levon [Thu, 15 Aug 2002 16:26:02 +0000 (16:26 +0000)]
Not all the world's a Linux.

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

21 years agoNothing but a changed email address (trying to factor my tree in in small steps)
Angus Leeming [Thu, 15 Aug 2002 16:02:22 +0000 (16:02 +0000)]
Nothing but a changed email address (trying to factor my tree in in small steps)

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

21 years agostreamlining interaction mathed <-> rest of the world
André Pönitz [Thu, 15 Aug 2002 14:33:14 +0000 (14:33 +0000)]
streamlining interaction  mathed <-> rest of the world
remove unneeded lfun
general cleanup

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

21 years agofix some greek bindings; document cl2emult
Jean-Marc Lasgouttes [Thu, 15 Aug 2002 13:57:54 +0000 (13:57 +0000)]
fix some greek bindings; document cl2emult

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

21 years agoI forgot to remove DialogBAse.h from Makefile.am when I nuked it yesterday.
Angus Leeming [Thu, 15 Aug 2002 10:08:27 +0000 (10:08 +0000)]
I forgot to remove DialogBAse.h from Makefile.am when I nuked it yesterday.

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

21 years agosmall bugfix for pasting into non-gridded inset (I broke that yesterday)
André Pönitz [Thu, 15 Aug 2002 10:02:53 +0000 (10:02 +0000)]
small bugfix for pasting into non-gridded inset (I broke that yesterday)

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

21 years agosupport for Springer's cl2emult textclass
André Pönitz [Thu, 15 Aug 2002 09:06:42 +0000 (09:06 +0000)]
support for Springer's cl2emult textclass

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

21 years agoadd some NO_NEXT ifdefs
Lars Gullik Bjønnes [Thu, 15 Aug 2002 07:53:46 +0000 (07:53 +0000)]
add some NO_NEXT ifdefs

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

21 years agoHerbert's space.diff patch for neg*space support.
André Pönitz [Thu, 15 Aug 2002 07:13:21 +0000 (07:13 +0000)]
Herbert's space.diff patch for neg*space support.

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

21 years agomore from the diff-5.diff merged
Lars Gullik Bjønnes [Wed, 14 Aug 2002 22:15:18 +0000 (22:15 +0000)]
more from the diff-5.diff merged

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

21 years agoremove xforms check from qt config
John Levon [Wed, 14 Aug 2002 21:22:29 +0000 (21:22 +0000)]
remove xforms check from qt config

fix build

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

21 years agoForgot this.
Angus Leeming [Wed, 14 Aug 2002 21:07:51 +0000 (21:07 +0000)]
Forgot this.

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

21 years agoFix crash in Document dialog + small sundries.
Angus Leeming [Wed, 14 Aug 2002 21:05:10 +0000 (21:05 +0000)]
Fix crash in Document dialog + small sundries.

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

21 years ago* Throw out DialogBase.h
Angus Leeming [Wed, 14 Aug 2002 19:19:47 +0000 (19:19 +0000)]
* Throw out DialogBase.h
* Only #include what's needed.

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

21 years agofix typo
Lars Gullik Bjønnes [Wed, 14 Aug 2002 18:47:14 +0000 (18:47 +0000)]
fix typo

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

21 years agows only
Lars Gullik Bjønnes [Wed, 14 Aug 2002 18:40:10 +0000 (18:40 +0000)]
ws only

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

21 years agodiff test alterations
Lars Gullik Bjønnes [Wed, 14 Aug 2002 18:38:59 +0000 (18:38 +0000)]
diff test alterations

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

21 years agocompile fix
Lars Gullik Bjønnes [Wed, 14 Aug 2002 18:31:53 +0000 (18:31 +0000)]
compile fix

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

21 years agows only
Lars Gullik Bjønnes [Wed, 14 Aug 2002 18:31:04 +0000 (18:31 +0000)]
ws only

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

21 years agoformatting
Lars Gullik Bjønnes [Wed, 14 Aug 2002 17:15:18 +0000 (17:15 +0000)]
formatting

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

21 years agomore lfun shuffling
André Pönitz [Wed, 14 Aug 2002 16:43:16 +0000 (16:43 +0000)]
more lfun shuffling

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

21 years agomore lfun localization
André Pönitz [Wed, 14 Aug 2002 16:11:55 +0000 (16:11 +0000)]
more lfun localization

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

21 years agosmall bugfixes, new inset for comments and the main part is moving lfun
André Pönitz [Wed, 14 Aug 2002 15:13:07 +0000 (15:13 +0000)]
small bugfixes, new inset for comments and the main part is moving lfun
stuff from the FormulaBase and the cursor to those math insets that can
handle the request...

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

21 years agodisable math-extern when outside of maths
Jean-Marc Lasgouttes [Wed, 14 Aug 2002 13:22:05 +0000 (13:22 +0000)]
disable math-extern when outside of maths

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

21 years agoback to AC_LANG_C[PLUSPLUS] variants
Lars Gullik Bjønnes [Wed, 14 Aug 2002 11:24:22 +0000 (11:24 +0000)]
back to AC_LANG_C[PLUSPLUS] variants

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

21 years agoherbert's fix for leo
André Pönitz [Wed, 14 Aug 2002 11:05:21 +0000 (11:05 +0000)]
herbert's fix for leo

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

21 years agosomebody should have told me that '!' has a meaning...
André Pönitz [Wed, 14 Aug 2002 10:44:48 +0000 (10:44 +0000)]
somebody should have told me that '!' has a meaning...

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

21 years agofix typo
André Pönitz [Wed, 14 Aug 2002 10:38:13 +0000 (10:38 +0000)]
fix typo

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

21 years agosmall cleanup
André Pönitz [Wed, 14 Aug 2002 10:18:33 +0000 (10:18 +0000)]
small cleanup

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

21 years agosmall cleanups
André Pönitz [Wed, 14 Aug 2002 10:16:05 +0000 (10:16 +0000)]
small cleanups

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

21 years agobug fix. reorder initialization
André Pönitz [Wed, 14 Aug 2002 09:52:30 +0000 (09:52 +0000)]
bug fix. reorder initialization

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

21 years agofix ParagraphList reading in InsetText
Lars Gullik Bjønnes [Wed, 14 Aug 2002 09:11:24 +0000 (09:11 +0000)]
fix ParagraphList reading in InsetText

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

21 years agoI had added that already but revertes the patch when searching for the
André Pönitz [Wed, 14 Aug 2002 02:29:28 +0000 (02:29 +0000)]
I had added that already but revertes the patch when searching for the
insettext read problem and then...

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

21 years agoHerbert's compile fix
André Pönitz [Tue, 13 Aug 2002 18:21:44 +0000 (18:21 +0000)]
Herbert's compile fix

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

21 years agothe lfun3 patches (overall cleanup and "localizing" dispatch() in mathed)
André Pönitz [Tue, 13 Aug 2002 17:43:40 +0000 (17:43 +0000)]
the lfun3 patches (overall cleanup and "localizing" dispatch() in mathed)

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

21 years ago* LyXView: the accessor methods now return a reference to the member
Angus Leeming [Tue, 13 Aug 2002 14:40:38 +0000 (14:40 +0000)]
* LyXView: the accessor methods now return a reference to the member
variables, not a pointer.
* WordLangTuple: you can forward-declare a return type you know ;-)
* Qt: get it to compile again, having broken it yesterday.
* Everything else? See above.

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

21 years agofix disabling of submenu items
Jean-Marc Lasgouttes [Tue, 13 Aug 2002 12:49:10 +0000 (12:49 +0000)]
fix disabling of submenu items

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

21 years agorevert some
Lars Gullik Bjønnes [Tue, 13 Aug 2002 11:46:24 +0000 (11:46 +0000)]
revert some

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

21 years agofix encoding
Jean-Marc Lasgouttes [Tue, 13 Aug 2002 10:27:28 +0000 (10:27 +0000)]
fix encoding

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

21 years agocompile fix
Lars Gullik Bjønnes [Tue, 13 Aug 2002 07:59:22 +0000 (07:59 +0000)]
compile fix

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

21 years agoold ERT insets should just be ignored
Dekel Tsur [Mon, 12 Aug 2002 21:48:47 +0000 (21:48 +0000)]
old ERT insets should just be ignored

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

21 years agoMartin's Per-buffer counters patch.
Angus Leeming [Mon, 12 Aug 2002 20:24:10 +0000 (20:24 +0000)]
Martin's Per-buffer counters patch.

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

21 years ago* Constify Buffer::getLabelList.
Angus Leeming [Mon, 12 Aug 2002 20:17:41 +0000 (20:17 +0000)]
* Constify Buffer::getLabelList.
* reduce file dependencies of the controllers on the core.

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

21 years agoadd comment to \lyxlock
André Pönitz [Mon, 12 Aug 2002 17:13:58 +0000 (17:13 +0000)]
add comment to \lyxlock

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

21 years ago* Fix reading of lyxsize_type in 1.2.0 documents.
Angus Leeming [Mon, 12 Aug 2002 16:41:15 +0000 (16:41 +0000)]
* Fix reading of lyxsize_type in 1.2.0 documents.
* Document change to format.

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

21 years agoadd missing funcrequest.h
André Pönitz [Mon, 12 Aug 2002 15:43:40 +0000 (15:43 +0000)]
add missing funcrequest.h

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

21 years agoRemove spurious semi-colon.
Angus Leeming [Mon, 12 Aug 2002 15:17:48 +0000 (15:17 +0000)]
Remove spurious semi-colon.

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

21 years agoNo longer pass Controller & or Dialogs & to the View c-tors.
Angus Leeming [Mon, 12 Aug 2002 14:28:43 +0000 (14:28 +0000)]
No longer pass Controller & or Dialogs & to the View c-tors.
GUI now contains a controller rather than derives from a controller.

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

21 years agonew LFUN_MOUSE_(PRESS|MOTION|RELEASE)
André Pönitz [Mon, 12 Aug 2002 09:53:04 +0000 (09:53 +0000)]
new LFUN_MOUSE_(PRESS|MOTION|RELEASE)

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

21 years agoDon't open collapsable insets on mouse button 3 events.
Jürgen Vigna [Mon, 12 Aug 2002 09:35:52 +0000 (09:35 +0000)]
Don't open collapsable insets on mouse button 3 events.

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

21 years agoDon't create undos for inserting Error insets. What is missing still is that
Jürgen Vigna [Mon, 12 Aug 2002 08:16:01 +0000 (08:16 +0000)]
Don't create undos for inserting Error insets. What is missing still is that
before actually doing any undo we should remove "AutoInsets".

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

21 years agoHerbert's Bmatrix patch
André Pönitz [Mon, 12 Aug 2002 07:05:02 +0000 (07:05 +0000)]
Herbert's Bmatrix patch

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

21 years agoThe ParagraphList stuff
Lars Gullik Bjønnes [Mon, 12 Aug 2002 00:15:19 +0000 (00:15 +0000)]
The ParagraphList stuff

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

21 years agoSome small counters work
Lars Gullik Bjønnes [Sun, 11 Aug 2002 20:34:20 +0000 (20:34 +0000)]
Some small counters work

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

21 years agoadd WordLangTuple.h
John Levon [Sun, 11 Aug 2002 20:00:02 +0000 (20:00 +0000)]
add WordLangTuple.h

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

21 years agows changes only
Lars Gullik Bjønnes [Sun, 11 Aug 2002 16:27:10 +0000 (16:27 +0000)]
ws changes only

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

21 years agoThe InsetList
Lars Gullik Bjønnes [Sun, 11 Aug 2002 15:03:52 +0000 (15:03 +0000)]
The InsetList

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

21 years agoremove sigc++.m4 from extra dist
Lars Gullik Bjønnes [Sat, 10 Aug 2002 23:51:39 +0000 (23:51 +0000)]
remove sigc++.m4 from extra dist

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

21 years agorevert
Lars Gullik Bjønnes [Sat, 10 Aug 2002 17:36:18 +0000 (17:36 +0000)]
revert

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

21 years agoa new paragraph function
Lars Gullik Bjønnes [Sat, 10 Aug 2002 15:21:07 +0000 (15:21 +0000)]
a new paragraph function

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

21 years agoSmall changes
Dekel Tsur [Sat, 10 Aug 2002 13:34:57 +0000 (13:34 +0000)]
Small changes

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

21 years agoupdate some comments
Lars Gullik Bjønnes [Sat, 10 Aug 2002 12:56:27 +0000 (12:56 +0000)]
update some comments

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

21 years agomore work
Lars Gullik Bjønnes [Sat, 10 Aug 2002 12:26:23 +0000 (12:26 +0000)]
more work

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

21 years agotry to force +x
John Levon [Fri, 9 Aug 2002 15:42:45 +0000 (15:42 +0000)]
try to force +x

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

21 years agoremove sh files temporarily
John Levon [Fri, 9 Aug 2002 15:41:22 +0000 (15:41 +0000)]
remove sh files temporarily

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