]> git.lyx.org Git - lyx.git/log
lyx.git
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

20 years agoDon't build a dialog prior to hiding it...
Angus Leeming [Thu, 18 Sep 2003 10:39:09 +0000 (10:39 +0000)]
Don't build a dialog prior to hiding it...

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

20 years agopreliminary 'global cursor' stuff
André Pönitz [Wed, 17 Sep 2003 16:44:51 +0000 (16:44 +0000)]
preliminary 'global cursor' stuff

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

20 years agoagums entry added to AGU segment
Martin Vermeer [Wed, 17 Sep 2003 13:45:11 +0000 (13:45 +0000)]
agums entry added to AGU segment

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

20 years agoinclude src/frontends/gtk/lyx_gui.C
André Pönitz [Wed, 17 Sep 2003 12:05:39 +0000 (12:05 +0000)]
include src/frontends/gtk/lyx_gui.C

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

20 years agoFix crash when cutting and pasting include insets with previewing turned on.
Angus Leeming [Tue, 16 Sep 2003 21:46:44 +0000 (21:46 +0000)]
Fix crash when cutting and pasting include insets with previewing turned on.

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

20 years agoMake Martin's compiler happy.
Angus Leeming [Tue, 16 Sep 2003 15:45:13 +0000 (15:45 +0000)]
Make Martin's compiler happy.

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

20 years agoSmall clean-up of the PreviewedInset interface.
Angus Leeming [Tue, 16 Sep 2003 15:43:00 +0000 (15:43 +0000)]
Small clean-up of the PreviewedInset interface.

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

20 years agoMake all of InsetCollapsable's member variables (save 'inset') private.
Angus Leeming [Tue, 16 Sep 2003 15:39:33 +0000 (15:39 +0000)]
Make all of InsetCollapsable's member variables (save 'inset') private.

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

20 years agoRemove more inset locking code that apparently we can well be without.
Martin Vermeer [Tue, 16 Sep 2003 15:36:08 +0000 (15:36 +0000)]
Remove more inset locking code that apparently we can well be without.

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

20 years agoSeparate interface from implementation; make GraphicsImage's pure virtual
Angus Leeming [Tue, 16 Sep 2003 15:34:39 +0000 (15:34 +0000)]
Separate interface from implementation; make GraphicsImage's pure virtual
functions private.

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

20 years agoremove special checks for std::string assume it is always there and good.
Lars Gullik Bjønnes [Tue, 16 Sep 2003 15:23:54 +0000 (15:23 +0000)]
remove special checks for std::string assume it is always there and good.

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

20 years agoun-pimpl Paragraph::(Pimpl::)text for performance reasons
André Pönitz [Tue, 16 Sep 2003 14:08:05 +0000 (14:08 +0000)]
un-pimpl Paragraph::(Pimpl::)text for performance reasons

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

20 years agoDefine a wrapper LyXFont_size for LyXFont::FONT_SIZE.
Angus Leeming [Tue, 16 Sep 2003 13:43:30 +0000 (13:43 +0000)]
Define a wrapper LyXFont_size for LyXFont::FONT_SIZE.
Use it in paragraph.[Ch], allowing the removal of #include "lyxfont.h"
from paragraph.h.

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

20 years agoRemove IsInsetChar and IsWordChar from textutils.h.
Angus Leeming [Tue, 16 Sep 2003 12:12:33 +0000 (12:12 +0000)]
Remove IsInsetChar and IsWordChar from textutils.h.

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

20 years agofix some namespace issues for gcc 3.4
Lars Gullik Bjønnes [Tue, 16 Sep 2003 11:03:20 +0000 (11:03 +0000)]
fix some namespace issues for gcc 3.4

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

20 years agoRemove unused LColor::color framecolor variable from insetcollabsable.h
Angus Leeming [Tue, 16 Sep 2003 10:54:23 +0000 (10:54 +0000)]
Remove unused LColor::color framecolor variable from insetcollabsable.h
Remove #include "LColor.h" from insetcollabsable.h (final remaining instance).

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

20 years agoRemove #include "LColor.h" from insettext.h. Deps down 10 to 95.
Angus Leeming [Tue, 16 Sep 2003 10:30:59 +0000 (10:30 +0000)]
Remove #include "LColor.h" from insettext.h. Deps down 10 to 95.

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

20 years agoMove a couple of InsetText member variables from protected to private.
Angus Leeming [Tue, 16 Sep 2003 10:01:29 +0000 (10:01 +0000)]
Move a couple of InsetText member variables from protected to private.

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

20 years agoRemove #include "LColor.h" from inset.h.
Angus Leeming [Tue, 16 Sep 2003 09:44:34 +0000 (09:44 +0000)]
Remove #include "LColor.h" from inset.h.

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

20 years agolyxfont.h no longer #includes LColor.h.
Angus Leeming [Tue, 16 Sep 2003 09:01:15 +0000 (09:01 +0000)]
lyxfont.h no longer #includes LColor.h.
Change the LyXFont setXYZ member functions to return void, not LyXFont &.

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

20 years agoMove functions out-of-line. The .C file should have the headers needed for
Angus Leeming [Tue, 16 Sep 2003 07:53:02 +0000 (07:53 +0000)]
Move functions out-of-line. The .C file should have the headers needed for
their successful compilation.

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

20 years agoChangeLog entry for copied_ptr re-jig.
Angus Leeming [Mon, 15 Sep 2003 20:51:47 +0000 (20:51 +0000)]
ChangeLog entry for copied_ptr re-jig.

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

20 years agoBeef up copied_ptr; use it rather than cow_ptr to store the BufferParams pimpl.
Angus Leeming [Mon, 15 Sep 2003 20:23:57 +0000 (20:23 +0000)]
Beef up copied_ptr; use it rather than cow_ptr to store the BufferParams pimpl.

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

20 years agothe toc fix plus layout stuff
André Pönitz [Mon, 15 Sep 2003 15:51:48 +0000 (15:51 +0000)]
the toc fix plus layout stuff

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

20 years agogrrrrrr.... the rest of that pile of s...
André Pönitz [Mon, 15 Sep 2003 15:49:13 +0000 (15:49 +0000)]
grrrrrr.... the rest of that pile of s...

All of it.

I don't get it. An hour wasted to chop things into pieces to get the
effect of a three-second 'cvs commit'...

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

20 years agoThe EnumLColor patch, free of macros.
Angus Leeming [Mon, 15 Sep 2003 15:20:22 +0000 (15:20 +0000)]
The EnumLColor patch, free of macros.

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

20 years agorest
André Pönitz [Mon, 15 Sep 2003 15:20:19 +0000 (15:20 +0000)]
rest

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

20 years agomore
André Pönitz [Mon, 15 Sep 2003 15:11:39 +0000 (15:11 +0000)]
more

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

20 years agoone more
André Pönitz [Mon, 15 Sep 2003 15:01:31 +0000 (15:01 +0000)]
one more

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

20 years agosome more cleanup
André Pönitz [Mon, 15 Sep 2003 15:00:46 +0000 (15:00 +0000)]
some more cleanup

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

20 years agocleanup stuff separated by Lars from the counter patch
André Pönitz [Mon, 15 Sep 2003 14:29:22 +0000 (14:29 +0000)]
cleanup stuff separated by Lars from the counter patch

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

20 years agoCompilation fixes (remove STRCONV).
Angus Leeming [Mon, 15 Sep 2003 12:00:03 +0000 (12:00 +0000)]
Compilation fixes (remove STRCONV).

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

20 years agoAdd lyx-gtk.
Angus Leeming [Mon, 15 Sep 2003 11:32:16 +0000 (11:32 +0000)]
Add lyx-gtk.

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

20 years agoGet rid of lyxstring, remove usage of STRCONV.
Lars Gullik Bjønnes [Mon, 15 Sep 2003 11:00:00 +0000 (11:00 +0000)]
Get rid of lyxstring, remove usage of STRCONV.

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

20 years agoAdd #include <boost/assert.hpp>.
Angus Leeming [Mon, 15 Sep 2003 10:53:02 +0000 (10:53 +0000)]
Add #include <boost/assert.hpp>.

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

20 years agoDefine explicitly the color passed to the painter.
Angus Leeming [Mon, 15 Sep 2003 10:08:01 +0000 (10:08 +0000)]
Define explicitly the color passed to the painter.

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

20 years agoReorder member initializers to avoid compiler warning.
Angus Leeming [Mon, 15 Sep 2003 10:03:17 +0000 (10:03 +0000)]
Reorder member initializers to avoid compiler warning.

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

20 years agoremove an unusual nop and an outdated warning
Alfredo Braunstein [Mon, 15 Sep 2003 08:30:41 +0000 (08:30 +0000)]
remove an unusual nop and an outdated warning

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

20 years agoPOSIX-compliant sed.
Angus Leeming [Mon, 15 Sep 2003 08:12:13 +0000 (08:12 +0000)]
POSIX-compliant sed.

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

20 years agoCorrect Andr�'s name
John Levon [Mon, 15 Sep 2003 02:24:31 +0000 (02:24 +0000)]
Correct Andr�'s name

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

20 years agoConsider all InProgressProcesses when ascertaining which ones to remove
Angus Leeming [Sun, 14 Sep 2003 19:59:52 +0000 (19:59 +0000)]
Consider all InProgressProcesses when ascertaining which ones to remove
from the list, not every other one.

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

20 years agoconvert the stdinlcude to new label scheme,
André Pönitz [Fri, 12 Sep 2003 17:14:12 +0000 (17:14 +0000)]
convert the stdinlcude to new label scheme,
applied to to classes. More to come...

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

20 years agothe automatic label patch
André Pönitz [Fri, 12 Sep 2003 17:13:22 +0000 (17:13 +0000)]
the automatic label patch

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

20 years agoFix problem in lockInsetInInset
Martin Vermeer [Fri, 12 Sep 2003 14:32:53 +0000 (14:32 +0000)]
Fix problem in lockInsetInInset

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

20 years agopoor man's support for \boldsymbol
André Pönitz [Fri, 12 Sep 2003 10:14:31 +0000 (10:14 +0000)]
poor man's support for \boldsymbol

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

20 years agocompile fix
Jürgen Spitzmüller [Fri, 12 Sep 2003 07:41:09 +0000 (07:41 +0000)]
compile fix

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

20 years agoosx updates
Jean-Marc Lasgouttes [Thu, 11 Sep 2003 14:36:22 +0000 (14:36 +0000)]
osx updates

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

20 years agoAdd copied_ptr.h to the repository too.
Angus Leeming [Wed, 10 Sep 2003 23:06:18 +0000 (23:06 +0000)]
Add copied_ptr.h to the repository too.

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

20 years agoFix compilation properly this time...
Angus Leeming [Wed, 10 Sep 2003 14:40:31 +0000 (14:40 +0000)]
Fix compilation properly this time...

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

20 years agoSimplify by using adjustCommand, and fix bug in the process
Martin Vermeer [Wed, 10 Sep 2003 14:06:49 +0000 (14:06 +0000)]
Simplify by using adjustCommand, and fix bug in the process

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

20 years agoassert -> abort fix
Lars Gullik Bjønnes [Wed, 10 Sep 2003 13:39:38 +0000 (13:39 +0000)]
assert -> abort fix

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

20 years agoDeclare encoding for python >= 2.3
Dekel Tsur [Wed, 10 Sep 2003 11:21:58 +0000 (11:21 +0000)]
Declare encoding for python >= 2.3

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

20 years agoCompilation fix.
Angus Leeming [Wed, 10 Sep 2003 10:09:41 +0000 (10:09 +0000)]
Compilation fix.

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

20 years agoReplace ParagraphList.h and RowList.h with their _fwd progeny.
Angus Leeming [Tue, 9 Sep 2003 23:10:07 +0000 (23:10 +0000)]
Replace ParagraphList.h and RowList.h with their _fwd progeny.

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

20 years agoReplace 'using namespace abc;' with 'using abc::xyz;'
Angus Leeming [Tue, 9 Sep 2003 22:13:45 +0000 (22:13 +0000)]
Replace 'using namespace abc;' with 'using abc::xyz;'

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

20 years agoGet rid of trailing whitespace 'noise' in future patches for the
Angus Leeming [Tue, 9 Sep 2003 18:27:24 +0000 (18:27 +0000)]
Get rid of trailing whitespace 'noise' in future patches for the
forseeable future.

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

20 years agoBOOST_ASSERT compile fixes.
Angus Leeming [Tue, 9 Sep 2003 18:19:34 +0000 (18:19 +0000)]
BOOST_ASSERT compile fixes.

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

20 years agoChange Assert to BOOST_ASSERT.
Lars Gullik Bjønnes [Tue, 9 Sep 2003 17:25:35 +0000 (17:25 +0000)]
Change Assert to BOOST_ASSERT.

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

20 years agoPragmatic pimpl-ing of BufferParams.
Angus Leeming [Tue, 9 Sep 2003 17:00:19 +0000 (17:00 +0000)]
Pragmatic pimpl-ing of BufferParams.

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

20 years agosome files useful for MacOSX support
Jean-Marc Lasgouttes [Tue, 9 Sep 2003 15:12:56 +0000 (15:12 +0000)]
some files useful for MacOSX support

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

20 years agoPimpl Buffer.
Angus Leeming [Tue, 9 Sep 2003 11:24:33 +0000 (11:24 +0000)]
Pimpl Buffer.

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

20 years agoForgot this.
Angus Leeming [Tue, 9 Sep 2003 10:06:42 +0000 (10:06 +0000)]
Forgot this.

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

20 years agoMake buffer's member variables private; use accessor functions.
Angus Leeming [Tue, 9 Sep 2003 09:47:59 +0000 (09:47 +0000)]
Make buffer's member variables private; use accessor functions.

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

20 years agoRemove drawText[XY]Offset. No change in functionality
Martin Vermeer [Tue, 9 Sep 2003 09:05:22 +0000 (09:05 +0000)]
Remove drawText[XY]Offset. No change in functionality

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

20 years agouseful bindings for LyX/Mac
Jean-Marc Lasgouttes [Mon, 8 Sep 2003 16:52:53 +0000 (16:52 +0000)]
useful bindings for LyX/Mac

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

20 years agosome includes needed to build on gcc-2.96 + qt-2.3
Jean-Marc Lasgouttes [Mon, 8 Sep 2003 16:23:31 +0000 (16:23 +0000)]
some includes needed to build on gcc-2.96 + qt-2.3

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

20 years agoConvert uid_t, gid_t to int before calling tostr.
Angus Leeming [Mon, 8 Sep 2003 14:55:15 +0000 (14:55 +0000)]
Convert uid_t, gid_t to int before calling tostr.

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

20 years agosmall header tweaks
Jean-Marc Lasgouttes [Mon, 8 Sep 2003 09:59:30 +0000 (09:59 +0000)]
small header tweaks

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

20 years agoVarious trivial bits 'n' bats about config.h, header blurb etc.
Angus Leeming [Mon, 8 Sep 2003 09:51:40 +0000 (09:51 +0000)]
Various trivial bits 'n' bats about config.h, header blurb etc.

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

20 years agoKayvan's cygwin textex patch.
Angus Leeming [Mon, 8 Sep 2003 00:45:38 +0000 (00:45 +0000)]
Kayvan's cygwin textex patch.

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

20 years agoRemoved all redundant using directives from the source.
Angus Leeming [Mon, 8 Sep 2003 00:33:41 +0000 (00:33 +0000)]
Removed all redundant using directives from the source.

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

20 years agoFinish the task of removing all cruft from the header files.
Angus Leeming [Sun, 7 Sep 2003 21:25:37 +0000 (21:25 +0000)]
Finish the task of removing all cruft from the header files.

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

20 years agoRemove unnecessary using std::endl directive that is breaking compilation.
Angus Leeming [Sun, 7 Sep 2003 16:49:41 +0000 (16:49 +0000)]
Remove unnecessary using std::endl directive that is breaking compilation.

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

20 years agoRemove all unnecessary #includes from header files.
Angus Leeming [Sun, 7 Sep 2003 01:45:40 +0000 (01:45 +0000)]
Remove all unnecessary #includes from header files.
Add them as appropriate to .C files.
Rename Voss as Vo�, Juergen as J�rgen and Spitzmueller as Spitzm�ller.
Happy compiling.

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

20 years agoForward declare LatexRunParams in converter.h.
Angus Leeming [Sat, 6 Sep 2003 23:36:02 +0000 (23:36 +0000)]
Forward declare LatexRunParams in converter.h.
Remove #include "lyxrc.h" from encoding.h.

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

20 years agoGeneral tidy. Not very exciting.
Angus Leeming [Sat, 6 Sep 2003 23:01:26 +0000 (23:01 +0000)]
General tidy. Not very exciting.

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

20 years agoDon't #include ParameterStruct.h in ParagraphParameters.h.
Angus Leeming [Sat, 6 Sep 2003 20:32:37 +0000 (20:32 +0000)]
Don't #include ParameterStruct.h in ParagraphParameters.h.

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

20 years agolyxfunc.h #included frontends/LyXKeySym.h for a typedef only. No more.
Angus Leeming [Sat, 6 Sep 2003 20:08:10 +0000 (20:08 +0000)]
lyxfunc.h #included frontends/LyXKeySym.h for a typedef only. No more.

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

20 years agoMove BufferView::ChangeInsets to the Pimpl. As a result, can remove
Angus Leeming [Sat, 6 Sep 2003 19:16:30 +0000 (19:16 +0000)]
Move BufferView::ChangeInsets to the Pimpl. As a result, can remove
the #include "insets/inset.h" from BufferView.h.

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

20 years agoRemove a couple of #includes from buffer.h
Angus Leeming [Sat, 6 Sep 2003 18:38:02 +0000 (18:38 +0000)]
Remove a couple of #includes from buffer.h
Reorder #includes in lots of files into some semblence of a coherent order.

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

20 years agoMove depth_type to support/types.h.
Angus Leeming [Sat, 6 Sep 2003 17:23:08 +0000 (17:23 +0000)]
Move depth_type to support/types.h.
Remove paragraph.h from buffer.h, paragraph_funcs.h.
Add paragraph.h to a heap of .C files.

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

20 years agoReplace ParagraphList.h with ParagraphList_fwd.h.
Angus Leeming [Sat, 6 Sep 2003 12:36:58 +0000 (12:36 +0000)]
Replace ParagraphList.h with ParagraphList_fwd.h.

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

20 years agoReduce 115 dependencies on RowList.h to just 10 dependencies on lyxrow.h.
Angus Leeming [Sat, 6 Sep 2003 11:01:50 +0000 (11:01 +0000)]
Reduce 115 dependencies on RowList.h to just 10 dependencies on lyxrow.h.

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

20 years agoPress the 'Save' button before committing, Angus.
Angus Leeming [Sat, 6 Sep 2003 10:30:04 +0000 (10:30 +0000)]
Press the 'Save' button before committing, Angus.

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

20 years agoA few more compilation fixes.
Angus Leeming [Sat, 6 Sep 2003 10:16:15 +0000 (10:16 +0000)]
A few more compilation fixes.

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