]> git.lyx.org Git - lyx.git/log
lyx.git
20 years agomissed this
Lars Gullik Bjønnes [Mon, 13 Oct 2003 01:58:25 +0000 (01:58 +0000)]
missed this

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

20 years agodo not call InsetOld::localDispatch
Lars Gullik Bjønnes [Mon, 13 Oct 2003 01:53:45 +0000 (01:53 +0000)]
do not call InsetOld::localDispatch

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

20 years agoDISPATCH -> dispatch_result
Lars Gullik Bjønnes [Mon, 13 Oct 2003 01:35:47 +0000 (01:35 +0000)]
DISPATCH -> dispatch_result

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

20 years agomove some vars to smaller scope
Lars Gullik Bjønnes [Mon, 13 Oct 2003 01:01:33 +0000 (01:01 +0000)]
move some vars to smaller scope

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

20 years agoGet rid of LyXFunc::dispatch that takes a string.
Lars Gullik Bjønnes [Mon, 13 Oct 2003 00:38:09 +0000 (00:38 +0000)]
Get rid of LyXFunc::dispatch that takes a string.

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

20 years agoMinimise the use of the BufferView cache. The only things left using it
Angus Leeming [Sun, 12 Oct 2003 18:54:12 +0000 (18:54 +0000)]
Minimise the use of the BufferView cache. The only things left using it
are InsetFormula, InsetExternal, InsetGraphic and InsetInclude that all
need to inform the BufferView of their changed status when the graphic
is loaded.

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

20 years agoBug: 820
Lars Gullik Bjønnes [Sat, 11 Oct 2003 01:21:26 +0000 (01:21 +0000)]
Bug: 820

2003-10-11  Lars Gullik Bj�nnes  <larsbj@gullik.net>

* LaTeX.C (deplog): move found file handlig from here...
(handleFoundFile): .. to new function here.
(deplog): make sure to discover several files mentioned on the
same log line.

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

20 years agoA little further clean-up.
Angus Leeming [Fri, 10 Oct 2003 21:24:06 +0000 (21:24 +0000)]
A little further clean-up.

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

20 years agoRenderButton, RenderGraphic and RenderPreview now have a common lineage.
Angus Leeming [Fri, 10 Oct 2003 21:08:55 +0000 (21:08 +0000)]
RenderButton, RenderGraphic and RenderPreview now have a common lineage.
Almost sane code ;-)

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

20 years agoA bunch of prettier buttons for the math toolbar.
Angus Leeming [Fri, 10 Oct 2003 20:56:25 +0000 (20:56 +0000)]
A bunch of prettier buttons for the math toolbar.

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

20 years agoDon't try and generate the previews from draw.
Angus Leeming [Fri, 10 Oct 2003 14:20:59 +0000 (14:20 +0000)]
Don't try and generate the previews from draw.
insetUnlock is already doing a fine job...

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

20 years agoThe \sqrt and \root icons on the math toolbar were transposed.
Angus Leeming [Fri, 10 Oct 2003 14:04:28 +0000 (14:04 +0000)]
The \sqrt and \root icons on the math toolbar were transposed.

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

20 years agofix #1384
André Pönitz [Fri, 10 Oct 2003 11:27:05 +0000 (11:27 +0000)]
fix #1384

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

20 years agofix a few of the tabular crashes
André Pönitz [Fri, 10 Oct 2003 09:01:23 +0000 (09:01 +0000)]
fix a few of the tabular crashes

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

20 years agoTowards saner generation of previews code. Yeah, I know. I wrote it in
Angus Leeming [Thu, 9 Oct 2003 23:14:30 +0000 (23:14 +0000)]
Towards saner generation of previews code. Yeah, I know. I wrote it in
the first place. I was younger then.

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

20 years agoRemove the inset and view member functions from PreviewedInset.
Angus Leeming [Thu, 9 Oct 2003 19:27:07 +0000 (19:27 +0000)]
Remove the inset and view member functions from PreviewedInset.
Ensuing changes elsewhere.

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

20 years agoDon't use the cached BufferView to get the Buffer when we have direct access
Angus Leeming [Thu, 9 Oct 2003 14:36:16 +0000 (14:36 +0000)]
Don't use the cached BufferView to get the Buffer when we have direct access

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

20 years agoremove some more debug noise
Lars Gullik Bjønnes [Thu, 9 Oct 2003 13:33:19 +0000 (13:33 +0000)]
remove some more debug noise

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

20 years agoremove some debug noise
Lars Gullik Bjønnes [Thu, 9 Oct 2003 13:27:51 +0000 (13:27 +0000)]
remove some debug noise

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

20 years agoreplace ParagraphList::iterator by lyx::paroffset_type to prevent cursor
André Pönitz [Thu, 9 Oct 2003 10:52:12 +0000 (10:52 +0000)]
replace ParagraphList::iterator by lyx::paroffset_type to prevent cursor
invalidation if the paragraphlist is changed.

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

20 years agoBug: 1025
Lars Gullik Bjønnes [Wed, 8 Oct 2003 17:44:32 +0000 (17:44 +0000)]
Bug: 1025

2003-10-08  Lars Gullik Bj�nnes  <larsbj@gullik.net>

* text2.C (incrementItemDepth): new function, use a backtracking
algorithm to discover the correct item depth.
(resetEnumCounterIfNeeded): new function, use a backtracking
algorithm to discover if counter reset is needed.
(setCounter): use them. Simplify a bit. Add different labels for
different item depths for itemize.

* paragraph.C (Paragraph): remove initialization of enumdepth
(operator=): ditto

* paragraph.h: get rid of enumdepth, and use itemdepth both for
enumerate and itemize. Change the type of itemdepth to signed char.

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

20 years agosmall osx-related bits
Jean-Marc Lasgouttes [Wed, 8 Oct 2003 14:46:05 +0000 (14:46 +0000)]
small osx-related bits

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

20 years ago * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
André Pönitz [Wed, 8 Oct 2003 14:29:16 +0000 (14:29 +0000)]
* lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
  thing assignable.
* text.C:
* text2.C: adjust

* tabular.[Ch]: fix crash after 'row-insert'

insets:

 * insetcollapsable.C:
  * insettext.[Ch]: saner 'init' structure

  * updatableinset.[Ch]: remove unneeded code

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

20 years agoFix a bunch of doxygen warnings.
Angus Leeming [Wed, 8 Oct 2003 11:31:51 +0000 (11:31 +0000)]
Fix a bunch of doxygen warnings.

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

20 years agoA couple of using std::string declarations from Kayvan.
Angus Leeming [Wed, 8 Oct 2003 08:38:05 +0000 (08:38 +0000)]
A couple of using std::string declarations from Kayvan.

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

20 years agoAdd transformations to InsetExternal.
Angus Leeming [Tue, 7 Oct 2003 22:59:58 +0000 (22:59 +0000)]
Add transformations to InsetExternal.

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

20 years agoReplace throw with throw_exception (which doesn't ;-)
Angus Leeming [Tue, 7 Oct 2003 22:15:10 +0000 (22:15 +0000)]
Replace throw with throw_exception (which doesn't ;-)

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

20 years agoForgotten ChangeLogs, whitespace and some unnecessary namespace stuff removed
Angus Leeming [Tue, 7 Oct 2003 21:44:59 +0000 (21:44 +0000)]
Forgotten ChangeLogs, whitespace and some unnecessary namespace stuff removed

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

20 years ago* Rename InsetExternal::Params as InsetExternalParams. Consistent with
Angus Leeming [Tue, 7 Oct 2003 20:25:10 +0000 (20:25 +0000)]
* Rename InsetExternal::Params as InsetExternalParams. Consistent with
other Params structs. Allows it to be forward delclared.
* Unclutter insetexternal.[Ch] by moving helper functions to new files
ExternalSupport.[Ch].
* Fix export to LaTeX and PDFLaTeX without breaking use of the temp dir.

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

20 years agoI remembered the xpm files in $TOP/lib but forgot those in $TOP/images...
Angus Leeming [Tue, 7 Oct 2003 20:11:19 +0000 (20:11 +0000)]
I remembered the xpm files in $TOP/lib but forgot those in $TOP/images...

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

20 years agoAdded Box syntax.
Martin Vermeer [Tue, 7 Oct 2003 14:55:22 +0000 (14:55 +0000)]
Added Box syntax.

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

20 years agostd::string fixes and small typo
Jürgen Spitzmüller [Tue, 7 Oct 2003 13:32:17 +0000 (13:32 +0000)]
std::string fixes and small typo

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

20 years agoRemove unused member function.
Angus Leeming [Tue, 7 Oct 2003 11:03:37 +0000 (11:03 +0000)]
Remove unused member function.

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

20 years agoReplace rgb.txt names with #rrggbb equivalent
Angus Leeming [Tue, 7 Oct 2003 09:28:24 +0000 (09:28 +0000)]
Replace rgb.txt names with #rrggbb equivalent

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

20 years agosupport for \dfrac
André Pönitz [Tue, 7 Oct 2003 08:51:14 +0000 (08:51 +0000)]
support for \dfrac

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

20 years agoSelf-consistent header files.
Angus Leeming [Tue, 7 Oct 2003 08:16:04 +0000 (08:16 +0000)]
Self-consistent header files.

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

20 years agoRepair corrupted names; does not fix the strange black background problem.
Angus Leeming [Tue, 7 Oct 2003 07:49:25 +0000 (07:49 +0000)]
Repair corrupted names; does not fix the strange black background problem.

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

20 years agoThe Box patch
Martin Vermeer [Tue, 7 Oct 2003 07:42:15 +0000 (07:42 +0000)]
The Box patch

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

20 years agoadd <string> and other small fixes to make
Martin Vermeer [Tue, 7 Oct 2003 06:45:25 +0000 (06:45 +0000)]
add <string> and other small fixes to make
Lars' std::string patch compile with STLport.

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

20 years agoQt compilation fixes.
Angus Leeming [Mon, 6 Oct 2003 19:57:16 +0000 (19:57 +0000)]
Qt compilation fixes.

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

20 years agoThe std::string mammoth path.
Lars Gullik Bjønnes [Mon, 6 Oct 2003 15:43:21 +0000 (15:43 +0000)]
The std::string mammoth path.

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

20 years agofinish support for change tracking revert.
José Matox [Mon, 6 Oct 2003 14:56:23 +0000 (14:56 +0000)]
finish support for change tracking revert.

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

20 years ago * metricsinfo.C: initialize LyXFont before changiging attribute.
André Pönitz [Mon, 6 Oct 2003 14:10:59 +0000 (14:10 +0000)]
* metricsinfo.C: initialize LyXFont before changiging attribute.
(fixes the 'math in \emph is upright' bug)

* tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_

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

20 years agomake 'swap row' swap labels, too.
André Pönitz [Mon, 6 Oct 2003 09:57:03 +0000 (09:57 +0000)]
make 'swap row' swap labels, too.

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

20 years agoSmall fixes to allow building with STLport
Martin Vermeer [Mon, 6 Oct 2003 09:35:38 +0000 (09:35 +0000)]
Small fixes to allow building with STLport

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

20 years agosupport backward saving for 1.3.x format.
José Matox [Fri, 3 Oct 2003 17:11:22 +0000 (17:11 +0000)]
support backward saving for 1.3.x format.

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

20 years agofix #1145
André Pönitz [Thu, 2 Oct 2003 15:46:33 +0000 (15:46 +0000)]
fix #1145

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

20 years agofix #1360
André Pönitz [Thu, 2 Oct 2003 14:42:31 +0000 (14:42 +0000)]
fix #1360
* lyxfunc.C:
* text3.C: move handling of LFUN_DEPTH *;

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

20 years agofix #1411
André Pönitz [Thu, 2 Oct 2003 14:24:41 +0000 (14:24 +0000)]
fix #1411

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

20 years agosupport for color in math
André Pönitz [Thu, 2 Oct 2003 13:41:00 +0000 (13:41 +0000)]
support for color in math

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

20 years ago * insettext.C (read): make sure there is at least one par
André Pönitz [Thu, 2 Oct 2003 12:01:24 +0000 (12:01 +0000)]
* insettext.C (read): make sure there is at least one par
  in the text after reading.

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

20 years agocounter cosmetics
André Pönitz [Thu, 2 Oct 2003 11:04:06 +0000 (11:04 +0000)]
counter cosmetics

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

20 years agofix #322
André Pönitz [Wed, 1 Oct 2003 17:27:46 +0000 (17:27 +0000)]
fix #322

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

20 years agoassert on unknown insets
André Pönitz [Wed, 1 Oct 2003 16:27:36 +0000 (16:27 +0000)]
assert on unknown insets

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

20 years agoinsetbranch.C (linuxdoc, docbook): minor fix.
José Matox [Wed, 1 Oct 2003 15:15:02 +0000 (15:15 +0000)]
insetbranch.C (linuxdoc, docbook): minor fix.

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

20 years agoEnable the file dialog to open files with non-latin filenames.
Angus Leeming [Wed, 1 Oct 2003 12:02:17 +0000 (12:02 +0000)]
Enable the file dialog to open files with non-latin filenames.

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

20 years agoIntroduce namespace lyx::external.
Angus Leeming [Wed, 1 Oct 2003 10:16:00 +0000 (10:16 +0000)]
Introduce namespace lyx::external.

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

20 years agoBah! Whitespace!
Angus Leeming [Tue, 30 Sep 2003 13:58:49 +0000 (13:58 +0000)]
Bah! Whitespace!

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

20 years agoAdd InsetExternal::Params::read, write functions.
Angus Leeming [Tue, 30 Sep 2003 13:51:00 +0000 (13:51 +0000)]
Add InsetExternal::Params::read, write functions.

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

20 years agosome mathit bit was missing.
André Pönitz [Tue, 30 Sep 2003 10:56:22 +0000 (10:56 +0000)]
some mathit bit was missing.

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

20 years agofix nasty crash when selecting with up/down close to super/subcripts
André Pönitz [Tue, 30 Sep 2003 07:58:03 +0000 (07:58 +0000)]
fix nasty crash when selecting with up/down close to super/subcripts

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

20 years agoMake ReplaceEnvironmentPath work for both ${HOME}/foo and $HOME/foo.
Angus Leeming [Mon, 29 Sep 2003 21:44:34 +0000 (21:44 +0000)]
Make ReplaceEnvironmentPath work for both ${HOME}/foo and $HOME/foo.

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

20 years agoOperator<< for BoundingBox.
Angus Leeming [Mon, 29 Sep 2003 21:42:13 +0000 (21:42 +0000)]
Operator<< for BoundingBox.

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

20 years agoTiny clean up.
Angus Leeming [Mon, 29 Sep 2003 21:40:13 +0000 (21:40 +0000)]
Tiny clean up.

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

20 years agoFix compilaton issues by including debug.h first.
Lars Gullik Bjønnes [Mon, 29 Sep 2003 10:50:51 +0000 (10:50 +0000)]
Fix compilaton issues by including debug.h first.

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

20 years agomemoir: small changes
Jürgen Spitzmüller [Sat, 27 Sep 2003 12:18:11 +0000 (12:18 +0000)]
memoir: small changes

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

20 years agoNew debugstream.
Lars Gullik Bjønnes [Fri, 26 Sep 2003 14:27:20 +0000 (14:27 +0000)]
New debugstream.

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

20 years agoRename function as globMatch.
Angus Leeming [Fri, 26 Sep 2003 09:06:52 +0000 (09:06 +0000)]
Rename function as globMatch.

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

20 years agoRewrite ReplaceEnvironmentPath in a sane manner.
Angus Leeming [Thu, 25 Sep 2003 23:01:43 +0000 (23:01 +0000)]
Rewrite ReplaceEnvironmentPath in a sane manner.
Get rid of lstrings.[Ch]'s regexMatch.

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

20 years agoRegularize xpm files.
Angus Leeming [Thu, 25 Sep 2003 20:29:56 +0000 (20:29 +0000)]
Regularize xpm files.

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

20 years agoThere's a '.' in the colour table that really shouldn't be there...
Angus Leeming [Thu, 25 Sep 2003 15:37:09 +0000 (15:37 +0000)]
There's a '.' in the colour table that really shouldn't be there...

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

20 years agoForgot to remove declaration of long-gone member function.
Angus Leeming [Thu, 25 Sep 2003 11:02:37 +0000 (11:02 +0000)]
Forgot to remove declaration of long-gone member function.

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

20 years agoRe-add the RasterImage template.
Angus Leeming [Thu, 25 Sep 2003 10:49:13 +0000 (10:49 +0000)]
Re-add the RasterImage template.
Several small clean-ups of the InsetExternal code.

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

20 years agoGeneralize loop end/vector size
Martin Vermeer [Wed, 24 Sep 2003 17:25:58 +0000 (17:25 +0000)]
Generalize loop end/vector size

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

20 years agoLyX/Mac metrics fix
Jean-Marc Lasgouttes [Wed, 24 Sep 2003 10:26:02 +0000 (10:26 +0000)]
LyX/Mac metrics fix

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

20 years agoadd Hartmut Haase
Jean-Marc Lasgouttes [Wed, 24 Sep 2003 10:05:43 +0000 (10:05 +0000)]
add Hartmut Haase

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

20 years agoSmall clean-up.
Angus Leeming [Tue, 23 Sep 2003 17:37:00 +0000 (17:37 +0000)]
Small clean-up.

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

20 years agoEnable multiple preamble snippets to be accessed by each format.
Angus Leeming [Tue, 23 Sep 2003 17:04:25 +0000 (17:04 +0000)]
Enable multiple preamble snippets to be accessed by each format.

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

20 years agoFix compile problems with Martin's antiquated compiler ;-)
Angus Leeming [Mon, 22 Sep 2003 20:02:32 +0000 (20:02 +0000)]
Fix compile problems with Martin's antiquated compiler ;-)

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

20 years agore-add lost ijmpd template
Jean-Marc Lasgouttes [Mon, 22 Sep 2003 14:23:23 +0000 (14:23 +0000)]
re-add lost ijmpd template

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

20 years agominor enhancements and fixes to scrclass.inc
Jürgen Spitzmüller [Mon, 22 Sep 2003 09:24:15 +0000 (09:24 +0000)]
minor enhancements and fixes to scrclass.inc

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

20 years agoJuergen S.'s support for memoir.cls
André Pönitz [Mon, 22 Sep 2003 08:47:10 +0000 (08:47 +0000)]
Juergen S.'s support for  memoir.cls

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

20 years agoBug fix in branches (was earlier fixed wrongly)
Martin Vermeer [Mon, 22 Sep 2003 07:46:27 +0000 (07:46 +0000)]
Bug fix in branches (was earlier fixed wrongly)

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

20 years agoSmall cleanup, removal of self-aggrandizing comment
Martin Vermeer [Mon, 22 Sep 2003 07:39:46 +0000 (07:39 +0000)]
Small cleanup, removal of self-aggrandizing comment

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

20 years agomore action work
Lars Gullik Bjønnes [Sun, 21 Sep 2003 23:00:47 +0000 (23:00 +0000)]
more action work

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

20 years agoCompile fix.
Angus Leeming [Sun, 21 Sep 2003 22:26:55 +0000 (22:26 +0000)]
Compile fix.

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

20 years agoGet rid of Pseudo Actions
Lars Gullik Bjønnes [Sun, 21 Sep 2003 18:57:15 +0000 (18:57 +0000)]
Get rid of Pseudo Actions

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

20 years agosome configure output changes, fix a new bug
Lars Gullik Bjønnes [Sun, 21 Sep 2003 16:02:54 +0000 (16:02 +0000)]
some configure output changes, fix a new bug

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

20 years agoFix InsetInclude properly. Data is now stored in an InsetCommandParams
Angus Leeming [Fri, 19 Sep 2003 10:16:33 +0000 (10:16 +0000)]
Fix InsetInclude properly. Data is now stored in an InsetCommandParams
var rather tahn that nasty kludge InsetInclude::Params. Functions
that need info about the Buffer are passed a 'Buffer const &' arg.

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

20 years agofix centering of float contents (bug 1290)
Jürgen Spitzmüller [Fri, 19 Sep 2003 07:25:36 +0000 (07:25 +0000)]
fix centering of float contents (bug 1290)

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

20 years agoSmall clean-up.
Angus Leeming [Thu, 18 Sep 2003 22:26:46 +0000 (22:26 +0000)]
Small clean-up.

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

20 years agoPass Buffer arg to Inset::getLabelList, Inset::fillWithBibKeys.
Angus Leeming [Thu, 18 Sep 2003 20:18:39 +0000 (20:18 +0000)]
Pass Buffer arg to Inset::getLabelList, Inset::fillWithBibKeys.

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

20 years agoI had some excessively long lines in there...
Angus Leeming [Thu, 18 Sep 2003 20:11:31 +0000 (20:11 +0000)]
I had some excessively long lines in there...

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

20 years agoGet rid of the InsetInclude::Params::flag variable.
Angus Leeming [Thu, 18 Sep 2003 17:22:36 +0000 (17:22 +0000)]
Get rid of the InsetInclude::Params::flag variable.

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

20 years agoAdd a buffer() member function to LaTeXFeatures. Not used yet.
Angus Leeming [Thu, 18 Sep 2003 14:13:23 +0000 (14:13 +0000)]
Add a buffer() member function to LaTeXFeatures. Not used yet.

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

20 years agoAppend a '_' to the names of all private member variables.
Angus Leeming [Thu, 18 Sep 2003 14:01:02 +0000 (14:01 +0000)]
Append a '_' to the names of all private member variables.

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

20 years agoEnable previewing of Include insets within insets within insets...
Angus Leeming [Thu, 18 Sep 2003 13:13:49 +0000 (13:13 +0000)]
Enable previewing of Include insets within insets within insets...
(Don't use a BufferView cache to supply the Buffer when you can just pass
'Buffer const &' instead, Angus.'

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

20 years agoRename EnumLColor as LColor_color.
Angus Leeming [Thu, 18 Sep 2003 11:48:11 +0000 (11:48 +0000)]
Rename EnumLColor as LColor_color.

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

20 years agoUse the dispatch_result wrapper class DispatchResult to remove
Angus Leeming [Thu, 18 Sep 2003 11:21:53 +0000 (11:21 +0000)]
Use the dispatch_result wrapper class DispatchResult to remove
#include "insets/insetbase.h" from cursor.h.

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

20 years agoAdd an InsetOld::Code wrapper class, enabling #include "inset.h" to be
Angus Leeming [Thu, 18 Sep 2003 10:52:29 +0000 (10:52 +0000)]
Add an InsetOld::Code wrapper class, enabling #include "inset.h" to be
removed from paragraph.h.

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