]> git.lyx.org Git - lyx.git/log
lyx.git
20 years agoFix the critical part of Bug 1255 and Bug 1256.
Alfredo Braunstein [Tue, 5 Aug 2003 22:00:04 +0000 (22:00 +0000)]
Fix the critical part of Bug 1255 and Bug 1256.

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

20 years agocompile fix
Alfredo Braunstein [Tue, 5 Aug 2003 21:55:41 +0000 (21:55 +0000)]
compile fix

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

20 years agomake nesting work in tex2lyx
Jean-Marc Lasgouttes [Tue, 5 Aug 2003 21:46:51 +0000 (21:46 +0000)]
make nesting work in tex2lyx

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

20 years agoimplement basic drag-and-drop support in qt
Jean-Marc Lasgouttes [Tue, 5 Aug 2003 19:51:45 +0000 (19:51 +0000)]
implement basic drag-and-drop support in qt

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

20 years ago * insettabular.[Ch] (updateLocal): simplify logic
André Pönitz [Tue, 5 Aug 2003 12:35:25 +0000 (12:35 +0000)]
* insettabular.[Ch] (updateLocal): simplify logic

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

20 years agomerge InsetText::setParagraphData and InsetText::init
André Pönitz [Tue, 5 Aug 2003 11:54:44 +0000 (11:54 +0000)]
merge InsetText::setParagraphData  and InsetText::init

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

20 years ago * insettext.C (frame_x,y,w,h): replace member with automatic variables
André Pönitz [Tue, 5 Aug 2003 11:29:58 +0000 (11:29 +0000)]
* insettext.C (frame_x,y,w,h): replace member with automatic variables

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

20 years agosmall stuff:
André Pönitz [Tue, 5 Aug 2003 10:54:19 +0000 (10:54 +0000)]
small stuff:
- fix yesterday's selection regression
- remove a few update() calls
- remove unused  Selection::last_sel_cursor member
- ...

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

20 years agofix bulding on cygwin
Jean-Marc Lasgouttes [Tue, 5 Aug 2003 10:16:50 +0000 (10:16 +0000)]
fix bulding on cygwin

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

20 years agoinsettext.C (localDispatch): merge cases with default branch
André Pönitz [Tue, 5 Aug 2003 08:12:26 +0000 (08:12 +0000)]
insettext.C (localDispatch): merge cases with default branch

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

20 years agoremove "deep update"
André Pönitz [Tue, 5 Aug 2003 08:07:07 +0000 (08:07 +0000)]
remove "deep update"

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

20 years agoforgotten part of yesterday's patch
André Pönitz [Tue, 5 Aug 2003 06:30:42 +0000 (06:30 +0000)]
forgotten part of yesterday's patch

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

20 years agoRespect the LATEX environment variable.
Angus Leeming [Mon, 4 Aug 2003 21:15:56 +0000 (21:15 +0000)]
Respect the LATEX environment variable.

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

20 years agosimpler InsetText:: local updating
André Pönitz [Mon, 4 Aug 2003 15:59:01 +0000 (15:59 +0000)]
simpler InsetText:: local updating

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

20 years agowaste cycles for simpler InsetText::localUpdate
André Pönitz [Mon, 4 Aug 2003 15:41:27 +0000 (15:41 +0000)]
waste cycles for simpler InsetText::localUpdate

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

20 years ago * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
André Pönitz [Mon, 4 Aug 2003 15:14:11 +0000 (15:14 +0000)]
  * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
  is 'FULL' all the time.

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

20 years agoremove unneeded BufferView::UpdateCodes
André Pönitz [Mon, 4 Aug 2003 14:36:51 +0000 (14:36 +0000)]
remove unneeded BufferView::UpdateCodes

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

20 years agoarchitectural changes to tex2lyx
Jean-Marc Lasgouttes [Mon, 4 Aug 2003 10:26:10 +0000 (10:26 +0000)]
architectural changes to tex2lyx

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

20 years agorevert accidental commit: not exactly whitespace.
André Pönitz [Mon, 4 Aug 2003 09:48:23 +0000 (09:48 +0000)]
revert accidental commit: not exactly whitespace.

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

20 years agowhitespace
André Pönitz [Mon, 4 Aug 2003 09:42:03 +0000 (09:42 +0000)]
whitespace

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

20 years ago replace "complicate" BufferView::update(...) calls with simpler ones.
André Pönitz [Mon, 4 Aug 2003 09:06:35 +0000 (09:06 +0000)]
replace "complicate" BufferView::update(...) calls with simpler ones.

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

20 years agocompilation fix
Jean-Marc Lasgouttes [Sun, 3 Aug 2003 22:34:08 +0000 (22:34 +0000)]
compilation fix

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

20 years agodo not add ellipsis to closed inset label unless necessary
Jean-Marc Lasgouttes [Sun, 3 Aug 2003 21:42:44 +0000 (21:42 +0000)]
do not add ellipsis to closed inset label unless necessary

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

20 years agocompilation fix
Jean-Marc Lasgouttes [Sun, 3 Aug 2003 18:07:51 +0000 (18:07 +0000)]
compilation fix

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

20 years agomore makefiles tweaks: kayvan's patch (with small changes); avoid rebuilding the...
Jean-Marc Lasgouttes [Sat, 2 Aug 2003 21:29:24 +0000 (21:29 +0000)]
more makefiles tweaks: kayvan's patch (with small changes); avoid rebuilding the whole xforms frontend everytime configure is run (using the weird but classic autoconf stamp trick); do not install path_defines.C

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

20 years agoallow to compile several frontends at once (and produce several binaries)
Jean-Marc Lasgouttes [Sat, 2 Aug 2003 20:01:52 +0000 (20:01 +0000)]
allow to compile several frontends at once (and produce several binaries)

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

20 years agomissing using std::endl
John Levon [Sat, 2 Aug 2003 14:35:31 +0000 (14:35 +0000)]
missing using std::endl

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

20 years agofix layout combox update bug
Jean-Marc Lasgouttes [Sat, 2 Aug 2003 12:23:24 +0000 (12:23 +0000)]
fix layout combox update bug

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

20 years agofix running in place
Jean-Marc Lasgouttes [Sat, 2 Aug 2003 12:21:13 +0000 (12:21 +0000)]
fix running in place

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

20 years agoAlways use std::endl with lyxerr
Lars Gullik Bjønnes [Sat, 2 Aug 2003 11:30:30 +0000 (11:30 +0000)]
Always use std::endl with lyxerr

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

20 years agoAlways use std::endl with lyxerr.
Lars Gullik Bjønnes [Fri, 1 Aug 2003 21:18:49 +0000 (21:18 +0000)]
Always use std::endl with lyxerr.

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

20 years agoChange the language of the document only if is 'default'.
Dekel Tsur [Fri, 1 Aug 2003 16:10:27 +0000 (16:10 +0000)]
Change the language of the document only if is 'default'.

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

20 years agoupdate \author list
Martin Vermeer [Fri, 1 Aug 2003 15:36:47 +0000 (15:36 +0000)]
update \author list

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

20 years agomerge BufferView::repaint() and BufferView::update()
André Pönitz [Fri, 1 Aug 2003 15:27:57 +0000 (15:27 +0000)]
merge BufferView::repaint() and BufferView::update()

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

20 years agoremove need_update
André Pönitz [Fri, 1 Aug 2003 15:17:22 +0000 (15:17 +0000)]
remove need_update

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

20 years ago * screen.[Ch]: merge update() and repaint()
André Pönitz [Fri, 1 Aug 2003 14:51:09 +0000 (14:51 +0000)]
* screen.[Ch]: merge update() and repaint()

suppress excessive debug messages

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

20 years agoduplicate rowbreaking code in redoParagraph as starting point for later
André Pönitz [Fri, 1 Aug 2003 14:12:04 +0000 (14:12 +0000)]
duplicate rowbreaking code in redoParagraph as starting point for later
consolidation.

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

20 years agoadjust some comments
André Pönitz [Fri, 1 Aug 2003 12:52:59 +0000 (12:52 +0000)]
adjust some comments
restrict code region covered by save/restoreLyXTextState

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

20 years agoreuse new redoParagraph in LyXText::init
André Pönitz [Fri, 1 Aug 2003 12:33:42 +0000 (12:33 +0000)]
reuse new redoParagraph in LyXText::init

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

20 years agospend extra cycles for simpler redoParagraph logic
André Pönitz [Fri, 1 Aug 2003 12:20:27 +0000 (12:20 +0000)]
spend extra cycles for simpler redoParagraph logic

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

20 years agomake redoParagraph more independent of current cursor
André Pönitz [Fri, 1 Aug 2003 11:22:13 +0000 (11:22 +0000)]
make redoParagraph more independent of current cursor

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

20 years agoremove file_format from buffer.h
José Matox [Fri, 1 Aug 2003 10:23:16 +0000 (10:23 +0000)]
remove file_format from buffer.h

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

20 years agorefer to latex-xft-fonts
John Levon [Thu, 31 Jul 2003 18:04:54 +0000 (18:04 +0000)]
refer to latex-xft-fonts

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

20 years agoremove unneeded LyXText::workWidth(InsetOld const *)
André Pönitz [Thu, 31 Jul 2003 14:07:59 +0000 (14:07 +0000)]
remove unneeded LyXText::workWidth(InsetOld const *)

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

20 years agoremove broken operator==() for Paragraphs
André Pönitz [Thu, 31 Jul 2003 13:38:06 +0000 (13:38 +0000)]
remove broken operator==() for Paragraphs

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

20 years agoput two functions in one, remove global variables
André Pönitz [Thu, 31 Jul 2003 13:12:21 +0000 (13:12 +0000)]
put two functions in one, remove global variables

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

20 years agoremove unused Paragraph::copyIntoMinibuffer
André Pönitz [Thu, 31 Jul 2003 12:25:36 +0000 (12:25 +0000)]
remove unused  Paragraph::copyIntoMinibuffer
remove unsed bool return values

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

20 years agoelsart tweaks
Jean-Marc Lasgouttes [Thu, 31 Jul 2003 10:53:28 +0000 (10:53 +0000)]
elsart tweaks

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

20 years agoremove InsetUpdatable::nodraw (premature...) optimization
André Pönitz [Thu, 31 Jul 2003 10:48:50 +0000 (10:48 +0000)]
remove InsetUpdatable::nodraw (premature...) optimization

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

20 years agoremove toggleSelection
André Pönitz [Thu, 31 Jul 2003 10:24:22 +0000 (10:24 +0000)]
remove toggleSelection

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

20 years agoOops, forgotten changelog entry
Martin Vermeer [Thu, 31 Jul 2003 06:25:44 +0000 (06:25 +0000)]
Oops, forgotten changelog entry

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

20 years ago'new InsetHFill();' should be 'new InsetHFill;'
Angus Leeming [Wed, 30 Jul 2003 23:29:49 +0000 (23:29 +0000)]
'new InsetHFill();' should be 'new InsetHFill;'

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

20 years agoMartin's changes to the Note inset.
Angus Leeming [Wed, 30 Jul 2003 21:47:18 +0000 (21:47 +0000)]
Martin's changes to the Note inset.

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

20 years agodon't return a bool if void is sufficient...
André Pönitz [Wed, 30 Jul 2003 16:14:02 +0000 (16:14 +0000)]
don't return a bool if void is sufficient...

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

20 years agoprevent crash when inserting minipage in table cell,
André Pönitz [Wed, 30 Jul 2003 15:41:39 +0000 (15:41 +0000)]
prevent crash when inserting minipage in table cell,
small cosmetic stuff

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

20 years agoFix to Bug 1232 (as discussed on bugzilla)
Alfredo Braunstein [Wed, 30 Jul 2003 15:34:47 +0000 (15:34 +0000)]
Fix to Bug 1232 (as discussed on bugzilla)

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

20 years agofactor out the detection of clicking on the inset button as 'hitButton'.
Martin Vermeer [Wed, 30 Jul 2003 14:43:14 +0000 (14:43 +0000)]
factor out the detection of clicking on the inset button as 'hitButton'.

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

20 years agourg...
Angus Leeming [Wed, 30 Jul 2003 14:41:59 +0000 (14:41 +0000)]
urg...

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

20 years agoHide the fact that we re-generate those symbolic links brainlessly.
Angus Leeming [Wed, 30 Jul 2003 14:41:27 +0000 (14:41 +0000)]
Hide the fact that we re-generate those symbolic links brainlessly.

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

20 years agolimited 'arg' scope
Martin Vermeer [Wed, 30 Jul 2003 13:55:44 +0000 (13:55 +0000)]
limited 'arg' scope

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

20 years agoqnote dialog: consistent terminology (bug 1270)
Jürgen Spitzmüller [Wed, 30 Jul 2003 13:43:15 +0000 (13:43 +0000)]
qnote dialog: consistent terminology (bug 1270)

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

20 years agofixed Note submenu issues
Martin Vermeer [Wed, 30 Jul 2003 13:08:12 +0000 (13:08 +0000)]
fixed Note submenu issues

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

20 years agosubmenu for Note/Comment/Greyedout
Martin Vermeer [Wed, 30 Jul 2003 11:39:36 +0000 (11:39 +0000)]
submenu for Note/Comment/Greyedout

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

20 years agotrivial fix for qcitation dialog (bug 1284)
Jürgen Spitzmüller [Wed, 30 Jul 2003 09:31:21 +0000 (09:31 +0000)]
trivial fix for qcitation dialog (bug 1284)

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

20 years agoRearrangement of Insert menu (separate special formatting from special characters...
Jürgen Spitzmüller [Tue, 29 Jul 2003 17:44:44 +0000 (17:44 +0000)]
Rearrangement of Insert menu (separate special formatting from special characters) as discussed with John on bugzilla (bug 1299)

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

20 years agoFix to Bug 1287 and Bug 1297
Alfredo Braunstein [Tue, 29 Jul 2003 16:40:26 +0000 (16:40 +0000)]
Fix to Bug 1287 and Bug 1297

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

20 years agoImplement a newenvironment in preamble for greyedout. Patch provided
Martin Vermeer [Tue, 29 Jul 2003 12:20:04 +0000 (12:20 +0000)]
Implement a newenvironment in preamble for greyedout. Patch provided
by J�rgen Spitzm�ller.

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

20 years agoJean-Marc teaches me that MakeRelPath is quite sophisticated...
Angus Leeming [Tue, 29 Jul 2003 10:56:55 +0000 (10:56 +0000)]
Jean-Marc teaches me that MakeRelPath is quite sophisticated...

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

20 years ago- y - (-y) is pretty close to 0
André Pönitz [Tue, 29 Jul 2003 10:00:51 +0000 (10:00 +0000)]
- y - (-y)  is pretty close to 0

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

20 years agocompile fix for gcc 2.95.3
Jean-Marc Lasgouttes [Tue, 29 Jul 2003 09:55:48 +0000 (09:55 +0000)]
compile fix for gcc 2.95.3

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

20 years agofix bug when reading bind files
Jean-Marc Lasgouttes [Tue, 29 Jul 2003 09:43:15 +0000 (09:43 +0000)]
fix bug when reading bind files

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

20 years agoUse pushpophelper.
Angus Leeming [Tue, 29 Jul 2003 08:57:51 +0000 (08:57 +0000)]
Use pushpophelper.

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

20 years agosmall stuff
André Pönitz [Tue, 29 Jul 2003 01:46:09 +0000 (01:46 +0000)]
small stuff

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

20 years agoKill ChangeCitationsIfUnique; various small bits 'n' bobs.
Angus Leeming [Mon, 28 Jul 2003 23:53:36 +0000 (23:53 +0000)]
Kill ChangeCitationsIfUnique; various small bits 'n' bobs.

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

20 years ago * text.C (check_layout): \layout -> \begin_layout
Jean-Marc Lasgouttes [Mon, 28 Jul 2003 23:50:24 +0000 (23:50 +0000)]
* text.C (check_layout): \layout -> \begin_layout
(parse_text_in_inset): convenience function

* tex2lyx.C (main): \the_end -> \end_document

* preamble.C (end_preamble): update version number to 225

* text.C (parse_text): replace test on "lyxcode" with test on
LyXLayout::freespacing.
(check_end_layout): new function, used to check whether we need to
add an \end_layout

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

20 years agosome more compression stuff
Lars Gullik Bjønnes [Mon, 28 Jul 2003 23:05:58 +0000 (23:05 +0000)]
some more compression stuff

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

20 years agolatin1 in author names, not utf8.
Angus Leeming [Mon, 28 Jul 2003 22:37:28 +0000 (22:37 +0000)]
latin1 in author names, not utf8.

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

20 years agosome cleanup (TEXT() gone, argumenst always == false etc)
André Pönitz [Mon, 28 Jul 2003 22:34:48 +0000 (22:34 +0000)]
some cleanup (TEXT() gone, argumenst always == false etc)

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

20 years ago\end_document replaces \the_end.
José Matox [Mon, 28 Jul 2003 22:30:50 +0000 (22:30 +0000)]
\end_document replaces \the_end.

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

20 years agoforgot to save a file
Jean-Marc Lasgouttes [Mon, 28 Jul 2003 21:58:39 +0000 (21:58 +0000)]
forgot to save a file

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

20 years agooutput \layout tags lazily
Jean-Marc Lasgouttes [Mon, 28 Jul 2003 21:58:09 +0000 (21:58 +0000)]
output \layout tags lazily

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

20 years agoremove toggleToggle
André Pönitz [Mon, 28 Jul 2003 21:22:42 +0000 (21:22 +0000)]
remove toggleToggle

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

20 years agolyx2lyx supports gziped files, version header correct
José Matox [Mon, 28 Jul 2003 21:14:33 +0000 (21:14 +0000)]
lyx2lyx supports gziped files, version header correct

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

20 years agoslimmer interface to paintrows
André Pönitz [Mon, 28 Jul 2003 20:04:43 +0000 (20:04 +0000)]
slimmer interface to paintrows

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

20 years agodwarves
Lars Gullik Bjønnes [Mon, 28 Jul 2003 19:21:10 +0000 (19:21 +0000)]
dwarves

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

20 years agomove row loop for drawing from screen.C and insettext.C to rowpainter.C
André Pönitz [Mon, 28 Jul 2003 18:40:05 +0000 (18:40 +0000)]
move row loop for drawing from screen.C and insettext.C to rowpainter.C

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

20 years agotex2lyx support for english quotes; revert the layout format change because we are...
Jean-Marc Lasgouttes [Mon, 28 Jul 2003 15:45:41 +0000 (15:45 +0000)]
tex2lyx support for english quotes; revert the layout format change because we are not ready for that yet

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

20 years agoDocument file format change
José Matox [Mon, 28 Jul 2003 15:31:55 +0000 (15:31 +0000)]
Document file format change

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

20 years ago\layout -> \begin_layout and missing \end_layout
José Matox [Mon, 28 Jul 2003 15:17:11 +0000 (15:17 +0000)]
\layout -> \begin_layout and missing \end_layout

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

20 years agomore compress support
Lars Gullik Bjønnes [Mon, 28 Jul 2003 14:40:29 +0000 (14:40 +0000)]
more compress support

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

20 years agofix writing of tabulars; output the real lyx version number at the top of generated...
Jean-Marc Lasgouttes [Mon, 28 Jul 2003 14:09:05 +0000 (14:09 +0000)]
fix writing of tabulars; output the real lyx version number at the top of generated files

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

20 years ago * text.C (parse_text): read environment from layout file too. Now,
Jean-Marc Lasgouttes [Mon, 28 Jul 2003 14:06:04 +0000 (14:06 +0000)]
* text.C (parse_text): read environment from layout file too. Now,
all layout entries are supported (but many hacks remain); note
that the nesting support is broken and will have to be completely
redone

* table.C (handle_tabular): make the output more similar to LyX
and fix a little

* text.C (output_layout): fix handling of optional argument
(parse_text): small tweaks to make output format closer to lyx
format; support \tableofcontents; fix/improve support for various
special characters

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

20 years agomake the drawing loops in screen and InsetText more similar to each other
André Pönitz [Mon, 28 Jul 2003 13:18:35 +0000 (13:18 +0000)]
make the drawing loops in screen and InsetText more similar to each other

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

20 years agofix lyx2lyx with new file format
José Matox [Mon, 28 Jul 2003 13:09:39 +0000 (13:09 +0000)]
fix lyx2lyx with new file format

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

20 years agocosmetic fix
Jean-Marc Lasgouttes [Mon, 28 Jul 2003 13:04:40 +0000 (13:04 +0000)]
cosmetic fix

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

20 years agospeed up after some profiling
André Pönitz [Mon, 28 Jul 2003 12:51:24 +0000 (12:51 +0000)]
speed up after some profiling

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

20 years agocorrect magic for gzip and compress
Lars Gullik Bjønnes [Mon, 28 Jul 2003 12:47:20 +0000 (12:47 +0000)]
correct magic for gzip and compress

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

20 years ago use doubles again for x-coordinates. They are needed after all...
André Pönitz [Mon, 28 Jul 2003 12:20:42 +0000 (12:20 +0000)]
 use doubles again for x-coordinates. They are needed after all...

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

20 years agolyx_localedir fix
Lars Gullik Bjønnes [Mon, 28 Jul 2003 11:43:40 +0000 (11:43 +0000)]
lyx_localedir fix

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

20 years agocache and use the textclass default font in each LyXText
André Pönitz [Mon, 28 Jul 2003 10:41:47 +0000 (10:41 +0000)]
cache and use the textclass default font in each LyXText

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