Dekel Tsur
5702f22ef0
Use paragraph iterators in CutAndPaste::SwitchLayoutsBetweenClasses
...
and in BufferView::removeAutoInsets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3166 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-07 18:40:24 +00:00
Jürgen Vigna
8a3b0939d5
Fixed insetAllowd for InsetText and Pasting multiple paragraphs inside
...
Insets with particular restrictions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3151 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-05 15:34:41 +00:00
Lars Gullik Bjønnes
33a28bdc9c
Add string << operators for the other streams as well, and removes
...
c_str() all places where it is not needed anymore.
(I also add config.h to several files that was missing it)
+ added s string constructor to math_symbolinset
I also change some "while(" to "while ("
mmm ... yes ... I add a "zero()" function to LyXLength... an "empty()"
function did not seem appropriate. changed a couple of places that
checked on length.value() != 0.0.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3149 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-05 08:04:20 +00:00
André Pönitz
d659612225
reduction of header dependencies, part II (use new types
...
lyx::layout_type and lyx::textclass_type all ovcer the place)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3117 a592a061-630c-0410-9148-cb99ea01b6c8
2001-11-29 17:12:21 +00:00
Jürgen Vigna
fcb37cc693
Fixed cut&paste bugs and added freespacing for ERT Insets.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3115 a592a061-630c-0410-9148-cb99ea01b6c8
2001-11-29 16:29:30 +00:00
André Pönitz
10f096880f
whitespace changes;
...
change *::pos_type into lyx::pos_type
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3087 a592a061-630c-0410-9148-cb99ea01b6c8
2001-11-27 10:34:16 +00:00
André Pönitz
cd6e293ed7
start reducing header file dependencies
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3080 a592a061-630c-0410-9148-cb99ea01b6c8
2001-11-26 16:42:04 +00:00
Lars Gullik Bjønnes
271f8d7eec
some mods I had in my local tree, mostly small stuff, perhaps minus the the Makefile changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2713 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-09 22:02:19 +00:00
Jürgen Vigna
0756c7aed1
Fixed bug where delete/backspace like operations on selections filled the
...
cut'n paste buffer. Now this buffer is not touched by this operations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2454 a592a061-630c-0410-9148-cb99ea01b6c8
2001-08-08 14:36:56 +00:00
Jürgen Vigna
d32d0cbb95
This should clean up the language stuff a bit and a small new check for
...
inserting characters in insets (forced font change) which does not work
as the method seems not to be called.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2366 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-27 12:03:36 +00:00
Lars Gullik Bjønnes
d1182f17da
LyX Drinkers Union: patch 1
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2141 a592a061-630c-0410-9148-cb99ea01b6c8
2001-06-25 00:06:33 +00:00
Lars Gullik Bjønnes
83acbbd523
update copyright year
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2072 a592a061-630c-0410-9148-cb99ea01b6c8
2001-05-30 13:53:44 +00:00
Lars Gullik Bjønnes
76ca534828
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagraph::Clone
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1989 a592a061-630c-0410-9148-cb99ea01b6c8
2001-05-08 13:28:44 +00:00
Lars Gullik Bjønnes
352479f603
remove LyXParagraph Clone use newly added copy constructor instead, some whitespace changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1988 a592a061-630c-0410-9148-cb99ea01b6c8
2001-05-08 10:50:09 +00:00
Lars Gullik Bjønnes
4c6091b63f
remove !NEW_INSETS cruft
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1980 a592a061-630c-0410-9148-cb99ea01b6c8
2001-05-03 14:31:33 +00:00
Lars Gullik Bjønnes
a014900f15
NEW_INSETS clean up
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1924 a592a061-630c-0410-9148-cb99ea01b6c8
2001-04-17 13:48:09 +00:00
Jean-Marc Lasgouttes
e59e72d1d1
do not include language.h and gettext.h in lyxfont.h and lyxparagraph.h
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1899 a592a061-630c-0410-9148-cb99ea01b6c8
2001-04-05 12:26:41 +00:00
Jürgen Vigna
c90c5e6386
Indentation change + small #ifndef NEW_INSETS fix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1877 a592a061-630c-0410-9148-cb99ea01b6c8
2001-04-03 08:34:52 +00:00
Lars Gullik Bjønnes
fc8465aa1f
use anon namespace, somewhat better comp. handling of minipages, not quite there yet
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1795 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-20 01:22:46 +00:00
Lars Gullik Bjønnes
63de5b908f
dynamic number of lists
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1732 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-11 18:39:00 +00:00
Lars Gullik Bjønnes
8cb2e519b3
remove Last when NEW_INSETS is defined
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1730 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-11 00:21:13 +00:00
Lars Gullik Bjønnes
b95e8f250d
some cascading name changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1720 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-09 00:56:42 +00:00
Jean-Marc Lasgouttes
7d6a0f9506
Crash fix from Angus
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1269 a592a061-630c-0410-9148-cb99ea01b6c8
2000-12-07 15:30:53 +00:00
Lars Gullik Bjønnes
adaef99e60
some formatting changes some simplifications and removal of dead code
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1198 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-04 10:00:12 +00:00
Lars Gullik Bjønnes
3ff3b95d3c
remove almost all traces of old table
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1034 a592a061-630c-0410-9148-cb99ea01b6c8
2000-09-23 04:57:18 +00:00
Jürgen Vigna
783c043a7e
Fixes to insettabular/text + GNOME patch + KDE patch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1029 a592a061-630c-0410-9148-cb99ea01b6c8
2000-09-19 13:50:47 +00:00
Lars Gullik Bjønnes
797d87b451
make doc++ able to generate the source documentation for lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@956 a592a061-630c-0410-9148-cb99ea01b6c8
2000-08-07 20:58:24 +00:00
Lars Gullik Bjønnes
4d3288c95b
more NEW_INSETS changes, define NEW_MANUBAR as default some other changes, read ChangeLog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@915 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-24 21:49:58 +00:00
Lars Gullik Bjønnes
35cf7dcb2b
NEW_INSETS changes, + some small things in insettabular.C
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@902 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-19 17:16:27 +00:00
Lars Gullik Bjønnes
2dbd47535d
remove NEW_WAY stuff
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@850 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-30 14:58:05 +00:00
Lars Gullik Bjønnes
ee72ce8774
several changes and some new insets, read the Changelog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@844 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-28 13:35:52 +00:00
Lars Gullik Bjønnes
2889b5fd3e
some small stuff before the meeting begins for real
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@806 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-08 23:16:16 +00:00
Jean-Marc Lasgouttes
4664c58a9e
Fix part of the line-delete-forward problem
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@776 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-26 16:13:01 +00:00
Jürgen Vigna
e33924c4eb
Hopefully fixed the reported memory bug.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@762 a592a061-630c-0410-9148-cb99ea01b6c8
2000-05-22 11:08:25 +00:00
Jürgen Vigna
4370ed4fd8
Small bugfix for CutAndPaste segfault
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@701 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-27 09:05:04 +00:00
Jürgen Vigna
054dd779e6
More textinset fixes! Now also undo works and I removed some unneeded
...
computation. Please test and tell me if there are more problems you see.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@683 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-20 13:48:34 +00:00
Jürgen Vigna
33868acd2c
Added a preliminary NOT working insettabular. Lot's of fixes for the text
...
inset which should work now quite stable (well better as before anyway ;)
There have been especially problems with insets inside insets for which
LyX was not prepared, so if you only tried the ERT-inset all should have
worked great also before.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@681 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-19 14:42:19 +00:00
Lars Gullik Bjønnes
d0950aceda
read the Changelog, preparing for prerelease
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@680 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-19 01:42:55 +00:00
Jürgen Vigna
11c1e71c05
Small fix which caused a segfault :)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@679 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-18 15:00:46 +00:00
Lars Gullik Bjønnes
fe4e2a84c6
paragraph-spacing, redoparagraph in deleteemptyparagraphmechanism, got rid of some current_views
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@649 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-11 22:55:29 +00:00
Lars Gullik Bjønnes
c504103142
small changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@645 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-10 21:40:13 +00:00
Jürgen Vigna
e97f3d1b31
Added clean CutAndPaste handling with it's own class. Various updates for
...
text-insets (look at the ChangeLog Entries)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@643 a592a061-630c-0410-9148-cb99ea01b6c8
2000-04-10 14:29:05 +00:00