Lars Gullik Bjønnes
b56204339c
2001-12-28 Lars Gullik Bj�nnes <larsbj@birdstep.com>
...
text2.C (setCursor): add a couple of asserts.
paragraph.h (inset_iterator): add -> operator
paragraph.[Ch] (autoDeleteInsets): remove member function
BufferView2.C (removeAutoInsets): rewrite to handle the old
pos correctly and handle inset deletion by itself.
sertErrors): move iterator declaration out of for expression
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3271 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-28 21:17:18 +00:00
Lars Gullik Bjønnes
a377c00fbe
add algorithm
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3270 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-28 14:52:28 +00:00
Lars Gullik Bjønnes
b922cdd796
2001-12-28 Lars Gullik Bj�nnes <larsbj@birdstep.com>
...
* Makefile.am: added the new files to sources, removed layout.C
* layout.C: removed file
* layout.h: remove LYX_DUMMY_LAYOUT
* lyxtextclasslist.C (NumberOfLayout): do not special case dummy
layout.
* lyxlayout.[Ch]:
* lyxtextclass.[Ch]:
* lyxtextclasslist.[Ch]: new files
* include order changes to a lot of files, also changes because of
the six new files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3269 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-28 13:26:54 +00:00
Jürgen Vigna
9987ffaee8
More ascii-export fixes and when making copy of single tabular cells now the
...
data is copied as tab separated values to the clipboard (not when copiing the
whole paragraph!).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3268 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-27 15:54:25 +00:00
Jürgen Vigna
4333f89d72
Fix buffer ascii export functions.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3267 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-27 12:00:03 +00:00
Jean-Marc Lasgouttes
7f0644416b
a better(?) compilation fix for cxx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3266 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-26 14:45:16 +00:00
Jürgen Vigna
65ec1c0437
Insert mouse_x/y positon to have a REAL motion check. Fixed the spurious
...
selection on clicking on insets inside insets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3265 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-24 14:36:31 +00:00
Jürgen Vigna
2f64c235d3
Fixed tripleClick inside InsetText.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3264 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-24 14:11:31 +00:00
Jürgen Vigna
35dc964fe7
Fixed compatibility read between LaTeX paragraphs and minipages and multi
...
depth (short TableExamples.lyx is now read correct ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3263 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-24 13:55:59 +00:00
Jürgen Vigna
455a8f6ca2
Fixed stupid bug introduced in my last fix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3262 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-24 10:15:17 +00:00
Jean-Marc Lasgouttes
a17655b05b
fix \printer_spool_command bug in configure (what can you expect with such long names?); mostly implement reporting of font settings in menus for mathed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3261 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-21 13:55:24 +00:00
Angus Leeming
a41a4c065d
Tiny compile fix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3260 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-21 12:16:10 +00:00
Jürgen Vigna
5144bfbad9
Small bugfix for undo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3259 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-21 09:39:06 +00:00
Lars Gullik Bjønnes
cc0959da55
fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3258 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-20 17:23:17 +00:00
Jean-Marc Lasgouttes
96dd1ba64c
compilation fix from Kayvan
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3257 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-20 16:27:02 +00:00
Jürgen Vigna
a9259a595c
Fixed crash in undo_cursor putting and better saving of the undo_cursor in
...
not locked tabular cells.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3256 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-20 16:08:02 +00:00
Jean-Marc Lasgouttes
1070702ea4
removed most uses of toupper and friends, removed <config.h> from headers and added it to some source files, applied patch from John for search&replace, and perhaps other things you will discover by browsing Changelog :)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3255 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-20 15:11:51 +00:00
Jürgen Vigna
feed97be54
Finished new Longtable options support. Please head that the tabular
...
save format is changed and the version number increased to 3. Please
report all unexpected behaviour.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3254 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-20 14:52:15 +00:00
Jürgen Vigna
ff36293942
More fixes for longtable options, still more to come.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3253 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 21:25:34 +00:00
Jürgen Vigna
caf1ad7d8d
Fixed small problem in InsetText and start for a better tabular layout
...
(longtable options and better putting the width fields with v.alignment)
This is not finished yet!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3252 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 16:13:21 +00:00
Jean-Marc Lasgouttes
b8ec942f92
lyxsum/mmap compatibility patch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3251 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 16:11:10 +00:00
Jean-Marc Lasgouttes
bdfd6bb075
more LaTeXConfig tweaks
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3250 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 15:19:55 +00:00
Jean-Marc Lasgouttes
27df4b11ea
remove spurious changelog entry
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3248 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 14:13:09 +00:00
Jean-Marc Lasgouttes
9f982ffa9d
partial cleanup to the lib/configure script
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3247 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 14:12:26 +00:00
Jean-Marc Lasgouttes
68af2c8873
LaTeXConfig update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3246 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 14:01:36 +00:00
Jean-Marc Lasgouttes
721b2b3972
fix crash with proof-type box markers
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3245 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 13:59:38 +00:00
Jürgen Vigna
03a76a07ce
Fixed Undo/Redo, from Changelog:
...
* undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
the paragraphs if the replaced paragraph is not the first one!
Tried to delete not used paragraphs but does not work yet so for
now it's inside #ifdef's and by default off!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3244 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-19 08:59:15 +00:00
André Pönitz
0e5b6f557b
white space changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3243 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 15:29:54 +00:00
André Pönitz
84af236eda
remove double initilization
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3242 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 15:29:23 +00:00
Dekel Tsur
b0dbd5e436
Adjust kerning of math symbols that are defined as macros
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3241 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 15:19:32 +00:00
Jürgen Vigna
f292441365
More fixes to the autocollapsing of paragraphs.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3240 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 14:36:27 +00:00
Dekel Tsur
288454062b
Remove duplicate tables
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3239 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 14:24:42 +00:00
Jürgen Vigna
5a1614bc51
Some fixes to lt handling (one forgotten reset) and collapse the paragraphs
...
into one single if we have autoBreakRows == false.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3238 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 12:35:53 +00:00
André Pönitz
d109cee80b
preliminary support for \mbox
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3237 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 12:21:33 +00:00
Jean-Marc Lasgouttes
ea05b4234c
fix crash in menubackend
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3236 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 10:47:06 +00:00
Jürgen Vigna
b17930447f
Fixed stupid bug introduced by my last commit!
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3233 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 09:13:34 +00:00
Lars Gullik Bjønnes
a45afb24a4
no change logs, sorry
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3232 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 03:30:35 +00:00
Lars Gullik Bjønnes
8ddb8f993b
small stuff
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3231 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 03:21:10 +00:00
Lars Gullik Bjønnes
f70513fe19
small stuff, perhaps you should have a look at the change in math_parser, Andre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3230 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-18 03:16:46 +00:00
Jean-Marc Lasgouttes
12d3ca2886
fix small clash between patches
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3229 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 15:08:51 +00:00
Jürgen Vigna
e8f7285df3
Set selection.cursor always on a ButtonPress event in insettext (fixes the
...
crashes on opening collapsable inset put into one row).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3228 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 14:53:31 +00:00
Jean-Marc Lasgouttes
6774c17368
fix to checkInsetHit() from John
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3227 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 14:25:04 +00:00
Jürgen Vigna
06b132ec14
Fixed memory bug in append column.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3226 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 13:40:04 +00:00
Jürgen Vigna
bc20177045
Fixed poping up of Layout-Dialogs on Mouse-Button-3 press.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3225 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 13:33:22 +00:00
Jean-Marc Lasgouttes
d17bd7cce9
a bunch of small patches from John and Juergen
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3224 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 12:22:39 +00:00
André Pönitz
9ee57f7245
remove public access to cached position
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3223 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 11:23:21 +00:00
André Pönitz
8b6b06cedc
bug fix (crash when creating displayed formula after latest cursor changes)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3222 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-17 10:25:17 +00:00
Lars Gullik Bjønnes
5d4b945e12
remove all kde files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3221 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-16 09:03:31 +00:00
Lars Gullik Bjønnes
f685bb40cb
initalize memeber vars
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3220 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-15 16:24:40 +00:00
Lars Gullik Bjønnes
1f4e0de8a2
compile fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3219 a592a061-630c-0410-9148-cb99ea01b6c8
2001-12-15 16:24:12 +00:00