Lars Gullik Bjønnes
|
92d522b7f1
|
introduce namespace lyx::support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7224 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-30 23:56:22 +00:00 |
|
André Pönitz
|
fa78e1ddb6
|
re-enable --with-included-string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7223 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-30 15:06:30 +00:00 |
|
Lars Gullik Bjønnes
|
1a8665988f
|
the doxygen patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7219 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-28 01:23:11 +00:00 |
|
André Pönitz
|
5795dddd40
|
remove LyXCursor::row_ member
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7214 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-27 08:38:41 +00:00 |
|
André Pönitz
|
7ab4b6683f
|
Move rarely used stuff out-of-line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7211 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-26 09:42:28 +00:00 |
|
Lars Gullik Bjønnes
|
e20c467a98
|
bnext-2.diff + some more boost::next stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7188 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-18 17:43:49 +00:00 |
|
André Pönitz
|
596dec6592
|
return a Paragraph & from ParIterator::operator*()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7161 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-12 11:09:55 +00:00 |
|
John Levon
|
13a21fe510
|
minimal ERT spacing patch (first patch sent to list plus a couple of fixes)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7134 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-06-07 17:45:43 +00:00 |
|
John Levon
|
a7c203c2ec
|
fix bug 1055, bug 1143, bug 1144
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7060 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-28 16:36:55 +00:00 |
|
Lars Gullik Bjønnes
|
63a7d2f93c
|
parlist-22-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7055 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-27 20:59:03 +00:00 |
|
Lars Gullik Bjønnes
|
4882d49f88
|
parlist-21-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7054 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-27 17:29:03 +00:00 |
|
André Pönitz
|
ec96a1e117
|
small stuff (white space, const, remove a const_cast...)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7033 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-23 15:30:48 +00:00 |
|
André Pönitz
|
983d23f87d
|
setUndo2 interface change
access to topmost plist item (as reference...)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7022 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-23 10:33:40 +00:00 |
|
Alfredo Braunstein
|
7085b13fd7
|
fix to Bug: 1110
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6992 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-21 11:39:20 +00:00 |
|
André Pönitz
|
14580a289e
|
edit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6969 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-16 07:44:00 +00:00 |
|
John Levon
|
c7b495326e
|
cursor.diff, bug 1095
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6930 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-05-03 18:05:53 +00:00 |
|
Lars Gullik Bjønnes
|
b7ba81d387
|
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
|
2003-04-29 23:59:39 +00:00 |
|
Lars Gullik Bjønnes
|
68f7a50799
|
parlist-13-c.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6824 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-16 08:12:22 +00:00 |
|
Lars Gullik Bjønnes
|
b94ed208a5
|
parlist-10-a.diff + a bit more
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6805 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-14 18:35:29 +00:00 |
|
Lars Gullik Bjønnes
|
deaad2b833
|
lyxtext-1-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6788 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-13 12:56:48 +00:00 |
|
Lars Gullik Bjønnes
|
3b8f3462ed
|
parlist-9-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6787 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-13 02:23:30 +00:00 |
|
Lars Gullik Bjønnes
|
cc46c4b975
|
parlist-8-b
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6786 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-13 01:04:04 +00:00 |
|
Lars Gullik Bjønnes
|
02a6251610
|
cached y positions patch from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6785 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-12 23:03:05 +00:00 |
|
John Levon
|
08b29513b3
|
fix row breaking again ..
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6775 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-11 03:28:06 +00:00 |
|
John Levon
|
ce4ce89ea0
|
row break fix for fullrow insets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6774 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-11 00:03:27 +00:00 |
|
Lars Gullik Bjønnes
|
04337321d0
|
parlist-7-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6773 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-10 21:07:55 +00:00 |
|
Lars Gullik Bjønnes
|
2813e744ac
|
More ParagraphList::iterator work.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6763 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-10 12:10:04 +00:00 |
|
John Levon
|
33aab6ed79
|
spell fix from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6759 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-10 03:04:22 +00:00 |
|
Lars Gullik Bjønnes
|
46d403a3c8
|
Make rowpainter store a ParagraphList::iterator, make some LyXText functions take ParagraphList::iterator instead of Paragraph*
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6748 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-09 21:34:31 +00:00 |
|
Lars Gullik Bjønnes
|
0408f69287
|
Make lyxcursor store a ParagraphList::iterator, change three functions to take a ParagraphList::iterator instead of a ParagraphList::iterator. Other changes to adjust for this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6741 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-09 09:15:20 +00:00 |
|
John Levon
|
0003b5e76c
|
bugs 1013, 1017
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6728 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-07 20:32:29 +00:00 |
|
John Levon
|
c321843cee
|
alfredo - kill a getchar bad
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6709 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-03 17:02:19 +00:00 |
|
John Levon
|
d533ee3995
|
merge decDepth(), killing some non-parlist code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6695 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-03 00:36:31 +00:00 |
|
Lars Gullik Bjønnes
|
c543071cb3
|
parlist-3-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6694 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-02 23:01:39 +00:00 |
|
John Levon
|
3c1b0ea16b
|
tab funcs changed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6691 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-02 22:12:52 +00:00 |
|
John Levon
|
3566eaa406
|
move transposeChars
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6676 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-02 00:51:46 +00:00 |
|
Lars Gullik Bjønnes
|
0d876bc179
|
rowlist10
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6674 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-01 16:55:48 +00:00 |
|
Lars Gullik Bjønnes
|
82d3d4dff6
|
rowlist9
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6669 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-04-01 10:10:28 +00:00 |
|
Angus Leeming
|
9d466bcfe9
|
Ensure that the signature of LyXText::fill matches that of the header file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6664 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-31 21:12:30 +00:00 |
|
Lars Gullik Bjønnes
|
e0e7a0e67f
|
rowlist7
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6663 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-31 16:57:45 +00:00 |
|
Lars Gullik Bjønnes
|
25b275f182
|
rowlist5
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6652 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-30 21:42:09 +00:00 |
|
Lars Gullik Bjønnes
|
0eaa5ae519
|
rowlist4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6650 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-30 18:42:37 +00:00 |
|
Lars Gullik Bjønnes
|
6778eeaa36
|
rowlist3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6647 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-30 07:27:36 +00:00 |
|
Lars Gullik Bjønnes
|
d2718b3669
|
rowlist2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6646 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-29 23:11:20 +00:00 |
|
Lars Gullik Bjønnes
|
00488a1f56
|
The rowlist1 patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6644 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-29 19:29:30 +00:00 |
|
Lars Gullik Bjønnes
|
42e2aabad1
|
lyx-rowlist0-e with small alterations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6593 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-27 12:41:47 +00:00 |
|
Lars Gullik Bjønnes
|
1afd0e5b5e
|
ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6589 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-26 16:15:02 +00:00 |
|
John Levon
|
63a7577511
|
Alfredo's row patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6573 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-25 17:22:17 +00:00 |
|
John Levon
|
fa15f1b24a
|
Ding dong, the CID is dead...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6558 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-22 17:26:03 +00:00 |
|
Lars Gullik Bjønnes
|
6477ad2616
|
bidi out of line patch from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6557 a592a061-630c-0410-9148-cb99ea01b6c8
|
2003-03-21 23:53:26 +00:00 |
|