]> git.lyx.org Git - lyx.git/log
lyx.git
21 years agoAlfredo's second patch
André Pönitz [Wed, 30 Apr 2003 10:32:01 +0000 (10:32 +0000)]
Alfredo's second patch

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

21 years agofix Undo as suggested by Alfredo
André Pönitz [Wed, 30 Apr 2003 07:04:33 +0000 (07:04 +0000)]
fix Undo as suggested by Alfredo

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

21 years agodialog titles for qt
John Levon [Wed, 30 Apr 2003 02:09:06 +0000 (02:09 +0000)]
dialog titles for qt

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

21 years agofix dialog titles to match new menus
John Levon [Wed, 30 Apr 2003 02:06:04 +0000 (02:06 +0000)]
fix dialog titles to match new menus

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

21 years agos/tabular/table in lcolor
John Levon [Wed, 30 Apr 2003 02:04:00 +0000 (02:04 +0000)]
s/tabular/table in lcolor

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

21 years agofix edit message for tabular
John Levon [Wed, 30 Apr 2003 02:03:35 +0000 (02:03 +0000)]
fix edit message for tabular

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

21 years agoMove to the new menu layout
John Levon [Wed, 30 Apr 2003 01:41:28 +0000 (01:41 +0000)]
Move to the new menu layout

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

21 years ago003-04-30 Lars Gullik Bj�nnes <larsbj@gullik.net>
Lars Gullik Bjønnes [Tue, 29 Apr 2003 23:59:39 +0000 (23:59 +0000)]
003-04-30  Lars Gullik Bj�nnes  <larsbj@gullik.net>

        * text3.C (dispatch): do not convert iterator -> pointer
        * undo_funcs.C (setCursorParUndo): ditto
        * text_funcs.C (transposeChars): ditto

        * text2.C (setLayout): ws changes only

        * text.C (breakParagraph): do not convert iterator -> pointer
        (insertChar): ditto
        (acceptChange): ditto
        (rejectChange): ditto
        (changeCase): ditto
        (Delete): ditto
        (backspace): ditto

        * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
        pointer

2003-04-30  Lars Gullik Bj�nnes  <larsbj@gullik.net>

        * insettext.C (setFont): do not convert iterator -> pointer

        * insettabular.C (localDispatch): do not convert iterator -> pointer
        (setFont): ditto
        (tabularFeatures): ditto

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

21 years agovisual re-org
John Levon [Tue, 29 Apr 2003 21:32:12 +0000 (21:32 +0000)]
visual re-org

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

21 years agoYABG from Alfredo
John Levon [Tue, 29 Apr 2003 19:56:04 +0000 (19:56 +0000)]
YABG from Alfredo

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

21 years agorestrict scope of temporary variables
André Pönitz [Tue, 29 Apr 2003 15:24:37 +0000 (15:24 +0000)]
restrict scope of temporary variables

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

21 years agomove common code of textUndo and textRedo to common helper function
André Pönitz [Tue, 29 Apr 2003 14:50:11 +0000 (14:50 +0000)]
move common code of textUndo and textRedo to common helper function

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

21 years agosimpler logic to create 'end' from 'behind'
André Pönitz [Tue, 29 Apr 2003 14:31:53 +0000 (14:31 +0000)]
simpler logic to create 'end' from 'behind'

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

21 years agoremove two *& and a useless cast
André Pönitz [Tue, 29 Apr 2003 14:10:13 +0000 (14:10 +0000)]
remove two *& and a useless cast

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

21 years ago * paragraph.h: make operator= private unimplemented as long as it is
André Pönitz [Tue, 29 Apr 2003 14:05:54 +0000 (14:05 +0000)]
  * paragraph.h: make operator= private unimplemented as long as it is
    unusable

  * ParagraphList.C: whitespace

  * paragraph.[Ch]:
    paragraph_pimpl.[Ch]:
    paragraph_funcs.C:
    CutAndPaste.C:
    undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &

  * text2.C:
    undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator

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

21 years agomore Paragraph * -> Paragraph & changes
André Pönitz [Tue, 29 Apr 2003 10:56:15 +0000 (10:56 +0000)]
more Paragraph *  -> Paragraph &  changes

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

21 years ago*** empty log message ***
André Pönitz [Tue, 29 Apr 2003 10:39:08 +0000 (10:39 +0000)]
*** empty log message ***

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

21 years agoAlfredo's CutAndPaste fixes
André Pönitz [Tue, 29 Apr 2003 09:40:49 +0000 (09:40 +0000)]
Alfredo's CutAndPaste fixes

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

21 years agowhitespace + Inset::haveParagraphs
André Pönitz [Tue, 29 Apr 2003 08:46:17 +0000 (08:46 +0000)]
whitespace + Inset::haveParagraphs

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

21 years agodiscard changes
John Levon [Mon, 28 Apr 2003 22:52:05 +0000 (22:52 +0000)]
discard changes

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

21 years agofix a small message bug
Lars Gullik Bjønnes [Mon, 28 Apr 2003 21:58:53 +0000 (21:58 +0000)]
fix a small message bug

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

21 years agomore of Lars' parlist changes
André Pönitz [Mon, 28 Apr 2003 18:20:31 +0000 (18:20 +0000)]
more of Lars' parlist changes

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

21 years agopart of Lars' parlist-14-a.diff
André Pönitz [Mon, 28 Apr 2003 16:22:32 +0000 (16:22 +0000)]
part of Lars' parlist-14-a.diff

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

21 years agoanother pocheck update
Jean-Marc Lasgouttes [Mon, 28 Apr 2003 14:30:50 +0000 (14:30 +0000)]
another pocheck update

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

21 years agopocheck update from Michael
Jean-Marc Lasgouttes [Mon, 28 Apr 2003 14:03:28 +0000 (14:03 +0000)]
pocheck update from Michael

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

21 years agofix random crashes
André Pönitz [Mon, 28 Apr 2003 08:44:56 +0000 (08:44 +0000)]
fix random crashes

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

21 years agoremove one more unneeded variable
Lars Gullik Bjønnes [Mon, 28 Apr 2003 02:13:47 +0000 (02:13 +0000)]
remove one more unneeded variable

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

21 years agodummy change
Lars Gullik Bjønnes [Mon, 28 Apr 2003 01:52:18 +0000 (01:52 +0000)]
dummy change

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

21 years agomore messages work
Lars Gullik Bjønnes [Sun, 27 Apr 2003 22:11:45 +0000 (22:11 +0000)]
more messages work

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

21 years agoFix up Alert::prompt for cancel button stuff
John Levon [Sun, 27 Apr 2003 16:40:50 +0000 (16:40 +0000)]
Fix  up Alert::prompt for cancel button stuff

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

21 years agoinset-settings LFUN and a bugfix
John Levon [Sat, 26 Apr 2003 19:01:33 +0000 (19:01 +0000)]
inset-settings LFUN and a bugfix

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

21 years agoremove stale FIXME
John Levon [Sat, 26 Apr 2003 18:52:07 +0000 (18:52 +0000)]
remove stale FIXME

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

21 years agosome new menu fixes
John Levon [Sat, 26 Apr 2003 17:30:13 +0000 (17:30 +0000)]
some new menu fixes

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

21 years agoremove debug
John Levon [Sat, 26 Apr 2003 16:55:42 +0000 (16:55 +0000)]
remove debug

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

21 years agocouple of close fixes
John Levon [Sat, 26 Apr 2003 15:24:56 +0000 (15:24 +0000)]
couple of close fixes

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

21 years agosome common structures in extra file
André Pönitz [Fri, 25 Apr 2003 15:54:29 +0000 (15:54 +0000)]
some common structures in extra file

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

21 years agobase insetenv directly on InsetText instead of using InsetCollapsable
André Pönitz [Fri, 25 Apr 2003 15:28:41 +0000 (15:28 +0000)]
base insetenv directly on InsetText instead of using InsetCollapsable

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

21 years agoremove the broken asserts in gettext.C for now
John Levon [Fri, 25 Apr 2003 15:23:36 +0000 (15:23 +0000)]
remove the broken asserts in gettext.C for now

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

21 years agoBug: 1088
Lars Gullik Bjønnes [Fri, 25 Apr 2003 12:42:00 +0000 (12:42 +0000)]
Bug: 1088

add dummy message to ChangeLog for cvs bugzilla gateway testing.

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

21 years agomake the message stuff work better
Lars Gullik Bjønnes [Fri, 25 Apr 2003 01:54:04 +0000 (01:54 +0000)]
make the message stuff work better

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

21 years agouse B_ a bit and trim label strings
Lars Gullik Bjønnes [Fri, 25 Apr 2003 00:15:48 +0000 (00:15 +0000)]
use B_ a bit and trim label strings

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

21 years agofix typo
Lars Gullik Bjønnes [Thu, 24 Apr 2003 23:46:40 +0000 (23:46 +0000)]
fix typo

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

21 years agomore message work, should now be ready for real integration
Lars Gullik Bjønnes [Thu, 24 Apr 2003 23:19:41 +0000 (23:19 +0000)]
more message work, should now be ready for real integration

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

21 years agoadd some authors
Lars Gullik Bjønnes [Thu, 24 Apr 2003 22:18:55 +0000 (22:18 +0000)]
add some authors

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

21 years agoMore messages work. Should now also
Lars Gullik Bjønnes [Thu, 24 Apr 2003 22:09:46 +0000 (22:09 +0000)]
More messages work. Should now also
compile on some older compilers.

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

21 years agoBug: 1074
Lars Gullik Bjønnes [Thu, 24 Apr 2003 20:02:49 +0000 (20:02 +0000)]
Bug: 1074

Fix some insertion of empty insets stuff.

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

21 years agowhat's the difference between \\ and \tabularnewline ?
André Pönitz [Thu, 24 Apr 2003 16:59:39 +0000 (16:59 +0000)]
what's the difference between \\ and \tabularnewline ?

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

21 years agofix compilation by adding a controversial feature
André Pönitz [Thu, 24 Apr 2003 15:52:01 +0000 (15:52 +0000)]
fix compilation by adding a controversial feature

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

21 years agosupport for eqref (fixes #862)
André Pönitz [Thu, 24 Apr 2003 12:16:56 +0000 (12:16 +0000)]
support for eqref (fixes #862)

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

21 years agofix #1073
André Pönitz [Thu, 24 Apr 2003 10:47:05 +0000 (10:47 +0000)]
fix #1073

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

21 years agoadd missing char
Lars Gullik Bjønnes [Wed, 23 Apr 2003 20:44:53 +0000 (20:44 +0000)]
add missing char

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

21 years agoadd messages to Makefile
Lars Gullik Bjønnes [Wed, 23 Apr 2003 19:27:11 +0000 (19:27 +0000)]
add messages to Makefile

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

21 years agomessge files
Lars Gullik Bjønnes [Wed, 23 Apr 2003 18:47:21 +0000 (18:47 +0000)]
messge files

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

21 years agofix bug 866
John Levon [Wed, 23 Apr 2003 16:59:45 +0000 (16:59 +0000)]
fix bug 866

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

21 years agolots of small improvements
André Pönitz [Wed, 23 Apr 2003 15:14:43 +0000 (15:14 +0000)]
lots of small improvements

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

21 years agobug 1063, 1.4.0 only
John Levon [Tue, 22 Apr 2003 23:25:27 +0000 (23:25 +0000)]
bug 1063, 1.4.0 only

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

21 years agoOoops, more missing
John Levon [Mon, 21 Apr 2003 18:55:38 +0000 (18:55 +0000)]
Ooops, more missing

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

21 years agomissing commit
John Levon [Mon, 21 Apr 2003 18:54:32 +0000 (18:54 +0000)]
missing commit

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

21 years agoKayvan's compilation fix.
Angus Leeming [Sun, 20 Apr 2003 18:38:29 +0000 (18:38 +0000)]
Kayvan's compilation fix.

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

21 years agobug 778
John Levon [Fri, 18 Apr 2003 19:00:46 +0000 (19:00 +0000)]
bug 778

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

21 years agoalfredo's FIXME patch
John Levon [Fri, 18 Apr 2003 18:32:07 +0000 (18:32 +0000)]
alfredo's FIXME patch

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

21 years ago*** empty log message ***
André Pönitz [Thu, 17 Apr 2003 15:05:17 +0000 (15:05 +0000)]
*** empty log message ***

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

21 years agore-structure the beast
André Pönitz [Thu, 17 Apr 2003 09:47:21 +0000 (09:47 +0000)]
re-structure the beast

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

21 years agoA couple of Alfredo's bug fixes.
Angus Leeming [Thu, 17 Apr 2003 08:07:07 +0000 (08:07 +0000)]
A couple of Alfredo's bug fixes.

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

21 years agomake Kayvan's compiler happy
André Pönitz [Thu, 17 Apr 2003 06:22:07 +0000 (06:22 +0000)]
make Kayvan's compiler happy

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

21 years agolots of small stuff
André Pönitz [Wed, 16 Apr 2003 17:34:43 +0000 (17:34 +0000)]
lots of small stuff

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

21 years agoimproved table handling
André Pönitz [Wed, 16 Apr 2003 12:52:49 +0000 (12:52 +0000)]
improved table handling

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

21 years agoparlist-13-c.diff
Lars Gullik Bjønnes [Wed, 16 Apr 2003 08:12:22 +0000 (08:12 +0000)]
parlist-13-c.diff

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

21 years agoprepare for further work and a parlist thingie
Lars Gullik Bjønnes [Wed, 16 Apr 2003 04:35:43 +0000 (04:35 +0000)]
prepare for further work and a parlist thingie

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

21 years agoparlist for lyxfind
John Levon [Wed, 16 Apr 2003 00:39:24 +0000 (00:39 +0000)]
parlist for lyxfind

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

21 years agoop-1-a.diff
Lars Gullik Bjønnes [Wed, 16 Apr 2003 00:02:38 +0000 (00:02 +0000)]
op-1-a.diff

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

21 years agoone more use ParagraphList::iterator
Lars Gullik Bjønnes [Tue, 15 Apr 2003 19:31:45 +0000 (19:31 +0000)]
one more use ParagraphList::iterator

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

21 years agoprepare for NO_NEXT
Lars Gullik Bjønnes [Tue, 15 Apr 2003 19:18:24 +0000 (19:18 +0000)]
prepare for NO_NEXT

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

21 years agoremove unneeded args from realizeFont
Lars Gullik Bjønnes [Tue, 15 Apr 2003 18:34:43 +0000 (18:34 +0000)]
remove unneeded args from realizeFont

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

21 years agoFile uses lowercase, so explicitly #include lstrings.h
Angus Leeming [Tue, 15 Apr 2003 12:13:40 +0000 (12:13 +0000)]
File uses lowercase, so explicitly #include lstrings.h

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

21 years agoThe file uses tostr, subst so #include lstrings.h explicitly.
Angus Leeming [Tue, 15 Apr 2003 11:52:30 +0000 (11:52 +0000)]
The file uses tostr, subst so #include lstrings.h explicitly.

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

21 years agoremove SIGC_INCLUDES
Angus Leeming [Tue, 15 Apr 2003 10:18:05 +0000 (10:18 +0000)]
remove SIGC_INCLUDES

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

21 years agosplit the new.ui into three files for easier overriding
John Levon [Tue, 15 Apr 2003 02:30:53 +0000 (02:30 +0000)]
split the new.ui into three files for easier overriding

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

21 years agoinclude ui support from Angus
John Levon [Tue, 15 Apr 2003 02:28:53 +0000 (02:28 +0000)]
include ui support from Angus

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

21 years agotoolbar4.diff
John Levon [Tue, 15 Apr 2003 01:06:13 +0000 (01:06 +0000)]
toolbar4.diff

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

21 years agows, forgot
Lars Gullik Bjønnes [Tue, 15 Apr 2003 00:49:52 +0000 (00:49 +0000)]
ws, forgot

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

21 years agoparlist-12-a.diff
Lars Gullik Bjønnes [Tue, 15 Apr 2003 00:49:11 +0000 (00:49 +0000)]
parlist-12-a.diff

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

21 years agogetChar fix from Alfredo
John Levon [Tue, 15 Apr 2003 00:30:26 +0000 (00:30 +0000)]
getChar fix from Alfredo

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

21 years agoparlist-11-a.diff
Lars Gullik Bjønnes [Tue, 15 Apr 2003 00:11:03 +0000 (00:11 +0000)]
parlist-11-a.diff

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

21 years agofix warning
John Levon [Mon, 14 Apr 2003 19:12:25 +0000 (19:12 +0000)]
fix warning

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

21 years agoparlist-10-a.diff + a bit more
Lars Gullik Bjønnes [Mon, 14 Apr 2003 18:35:29 +0000 (18:35 +0000)]
parlist-10-a.diff + a bit more

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

21 years agolyxtext-3-a.diff
Lars Gullik Bjønnes [Mon, 14 Apr 2003 17:57:40 +0000 (17:57 +0000)]
lyxtext-3-a.diff

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

21 years agoProclaim support for autoconf 2.54
Angus Leeming [Mon, 14 Apr 2003 16:45:41 +0000 (16:45 +0000)]
Proclaim support for autoconf 2.54

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

21 years agoScrap LColor mathcursor. Use only logical colours in mathed.
Angus Leeming [Mon, 14 Apr 2003 16:00:42 +0000 (16:00 +0000)]
Scrap LColor mathcursor. Use only logical colours in mathed.

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

21 years agoRemove a couple of hard-coded LColor::black entries.
Angus Leeming [Mon, 14 Apr 2003 15:28:31 +0000 (15:28 +0000)]
Remove a couple of hard-coded LColor::black entries.

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

21 years agoblack->foreground
André Pönitz [Mon, 14 Apr 2003 14:56:49 +0000 (14:56 +0000)]
black->foreground

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

21 years agoupdate german l10n, add nynorsk
Jean-Marc Lasgouttes [Mon, 14 Apr 2003 13:23:03 +0000 (13:23 +0000)]
update german l10n, add nynorsk

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

21 years agolyxlex-2-a.diff
Lars Gullik Bjønnes [Mon, 14 Apr 2003 13:12:40 +0000 (13:12 +0000)]
lyxlex-2-a.diff

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

21 years agolyxlex-1-a with some modifications
Lars Gullik Bjønnes [Mon, 14 Apr 2003 12:44:36 +0000 (12:44 +0000)]
lyxlex-1-a with some modifications

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

21 years agoread \mbox, read $$
André Pönitz [Mon, 14 Apr 2003 11:57:09 +0000 (11:57 +0000)]
read \mbox, read $$

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

21 years agoAdd a Grace -> PPM converter.
Angus Leeming [Mon, 14 Apr 2003 10:12:07 +0000 (10:12 +0000)]
Add a Grace -> PPM converter.

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

21 years agoFlag a right click on an InsetExternal button as 'dispatched'.
Angus Leeming [Mon, 14 Apr 2003 10:10:02 +0000 (10:10 +0000)]
Flag a right click on an InsetExternal button as 'dispatched'.

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

21 years agosome cursor movement improvements to MathTextInset
André Pönitz [Mon, 14 Apr 2003 06:17:19 +0000 (06:17 +0000)]
some cursor movement improvements to MathTextInset

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

21 years agolyxtext-2-a.diff
Lars Gullik Bjønnes [Sun, 13 Apr 2003 22:24:28 +0000 (22:24 +0000)]
lyxtext-2-a.diff

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

21 years agolyxtext-1-a.diff
Lars Gullik Bjønnes [Sun, 13 Apr 2003 12:56:48 +0000 (12:56 +0000)]
lyxtext-1-a.diff

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