]> git.lyx.org Git - lyx.git/log
lyx.git
20 years agopartial fix for cursor movement in tables
André Pönitz [Sat, 27 Mar 2004 12:40:39 +0000 (12:40 +0000)]
partial fix for cursor movement in tables

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

20 years agoadd forwardInset, operator! etc
André Pönitz [Sat, 27 Mar 2004 12:37:41 +0000 (12:37 +0000)]
add forwardInset, operator! etc

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

20 years agopartial fix
André Pönitz [Sat, 27 Mar 2004 12:36:38 +0000 (12:36 +0000)]
partial fix

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

20 years ago*** empty log message ***
André Pönitz [Sat, 27 Mar 2004 12:33:53 +0000 (12:33 +0000)]
*** empty log message ***

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

20 years agoSquash a bunch of compiler warnings.
Angus Leeming [Sat, 27 Mar 2004 01:18:51 +0000 (01:18 +0000)]
Squash a bunch of compiler warnings.

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

20 years agoSquash a noisy but useless warning.
Angus Leeming [Fri, 26 Mar 2004 23:57:40 +0000 (23:57 +0000)]
Squash a noisy but useless warning.

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

20 years agoClean-up the forked process code a little.
Angus Leeming [Fri, 26 Mar 2004 23:55:33 +0000 (23:55 +0000)]
Clean-up the forked process code a little.

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

20 years agoEnsure that the build can find lyx_forms.h when srcdir != builddir.
Angus Leeming [Fri, 26 Mar 2004 23:45:55 +0000 (23:45 +0000)]
Ensure that the build can find lyx_forms.h when srcdir != builddir.

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

20 years agoadd a 'cancel' button to the two alert dialogs triggered in File->Open
Alfredo Braunstein [Fri, 26 Mar 2004 17:49:08 +0000 (17:49 +0000)]
add a 'cancel' button to the two alert dialogs triggered in File->Open

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

20 years agodisplay key binding in native UI style
Jean-Marc Lasgouttes [Fri, 26 Mar 2004 15:12:35 +0000 (15:12 +0000)]
display key binding in native UI style

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

20 years agoadd using std::advance to compile for stlport
Martin Vermeer [Fri, 26 Mar 2004 08:27:14 +0000 (08:27 +0000)]
add using std::advance to compile for stlport

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

20 years agoRemove test code in the LFUN_QUIT handler as it leads to a crash when no
Angus Leeming [Thu, 25 Mar 2004 17:24:13 +0000 (17:24 +0000)]
Remove test code in the LFUN_QUIT handler as it leads to a crash when no
buffer is present.

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

20 years agoNew LColor::setColor
Martin Vermeer [Thu, 25 Mar 2004 15:51:21 +0000 (15:51 +0000)]
New LColor::setColor

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

20 years agoGeorg's take on Bug 605.
Angus Leeming [Thu, 25 Mar 2004 10:12:44 +0000 (10:12 +0000)]
Georg's take on Bug 605.

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

20 years agothe stuff from the sneak preview:
André Pönitz [Thu, 25 Mar 2004 09:16:36 +0000 (09:16 +0000)]
the stuff from the sneak preview:

For one, it still contains a few things that are already in CVS (the
'brown paperbag' changes).

Secondly, this changes the ParagraphList to a std::vector but does not
yet take full advantage of it except removing LyXText::parOffset() and
similar.

I had an extensive talk with my profiler and we are happy nevertheless.

This also moves almost all Cut&Paste specific stuff from text.C to
CutAndPaste.C. Much smaller interface now... Namespace CutAndPaste is
now  lyx::cap::. Was inconsistent with the rest....

Make ParagraphList a proper class. We'll need this later for a
specialized erase/insert.

Remove some unneeded prototypes and function declarations

Use ParameterStruct directly instead of ShareContainer<ParameterStruct>

Inline a few accesses to CursorSlice members as suggested by the profiler.

Fix commandline conversion crash reported by Kayvan.

Replace PosIterator by DocumentIterator. The latter can also iterate
through math and nested text in math...

Remove math specific hack from Documentiterator

Derive InsetCollapsable from InsetText instead of using an InsetText
member. This give us the opportunity to get rid of the InsetOld::owner_
backpointer.

Cosmetics in CutAndPaste.C and cursor.C. Fix nasty crash (popping slices
off an empty selection anchor). Add a few asserts.

Remove all 'manual' update calls. We do now one per user interaction which
is completely sufficient.

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

20 years agoUse SIGCHLD to reap zombies.
Angus Leeming [Wed, 24 Mar 2004 17:38:54 +0000 (17:38 +0000)]
Use SIGCHLD to reap zombies.

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

20 years ago64 bit compile fixes.
Angus Leeming [Wed, 24 Mar 2004 17:06:17 +0000 (17:06 +0000)]
64 bit compile fixes.

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

20 years agoGTK compile fixes.
Angus Leeming [Wed, 24 Mar 2004 17:03:02 +0000 (17:03 +0000)]
GTK compile fixes.

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

20 years agomore tweaks to i18nLibFileSearch
Jean-Marc Lasgouttes [Wed, 24 Mar 2004 13:19:07 +0000 (13:19 +0000)]
more tweaks to i18nLibFileSearch

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

20 years agofix selection of locale when loading help files
Jean-Marc Lasgouttes [Wed, 24 Mar 2004 12:05:57 +0000 (12:05 +0000)]
fix selection of locale when loading help files

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

20 years agoStore the forked calls in boost::shared_ptr rather than a raw pointer.
Angus Leeming [Tue, 23 Mar 2004 14:39:41 +0000 (14:39 +0000)]
Store the forked calls in boost::shared_ptr rather than a raw pointer.

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

20 years agofix handling of read-only in getStatus; fix handling of LFUN_FILE_INSERT_*
Jean-Marc Lasgouttes [Tue, 23 Mar 2004 11:22:11 +0000 (11:22 +0000)]
fix handling of read-only in getStatus; fix handling of LFUN_FILE_INSERT_*

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

20 years agofind correct ps and pdf previewers in win32 (bug 1508); remove lyxrc variable \ps_command
Jean-Marc Lasgouttes [Mon, 22 Mar 2004 16:22:52 +0000 (16:22 +0000)]
find correct ps and pdf previewers in win32 (bug 1508); remove lyxrc variable \ps_command

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

20 years agoupdate danish l10n
Jean-Marc Lasgouttes [Mon, 22 Mar 2004 15:31:12 +0000 (15:31 +0000)]
update danish l10n

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

20 years agoRemove cruft left over from the removal of the Forks dialog.
Angus Leeming [Mon, 22 Mar 2004 14:10:20 +0000 (14:10 +0000)]
Remove cruft left over from the removal of the Forks dialog.

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

20 years agoRemove unused nopos_ mamber variable.
Angus Leeming [Mon, 22 Mar 2004 13:36:13 +0000 (13:36 +0000)]
Remove unused nopos_ mamber variable.

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

20 years agoPrevent tedious warning message.
Angus Leeming [Mon, 22 Mar 2004 13:35:36 +0000 (13:35 +0000)]
Prevent tedious warning message.

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

20 years agoMake error handling a little more robust.
Angus Leeming [Mon, 22 Mar 2004 13:09:59 +0000 (13:09 +0000)]
Make error handling a little more robust.

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

20 years agoKayvan's patch (crash fix)
Alfredo Braunstein [Sun, 21 Mar 2004 10:16:39 +0000 (10:16 +0000)]
Kayvan's patch (crash fix)

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

20 years agoandre's "brown paper bag" patch
Alfredo Braunstein [Fri, 19 Mar 2004 16:36:52 +0000 (16:36 +0000)]
andre's "brown paper bag" patch

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

20 years agomore privacy for CursorSlice members
André Pönitz [Thu, 18 Mar 2004 16:41:45 +0000 (16:41 +0000)]
more privacy for CursorSlice members

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

20 years agomore 'value' semantics for paragraphs
André Pönitz [Thu, 18 Mar 2004 16:12:51 +0000 (16:12 +0000)]
more 'value' semantics for paragraphs

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

20 years agothe forks compile fix
André Pönitz [Thu, 18 Mar 2004 16:08:02 +0000 (16:08 +0000)]
the forks compile fix

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

20 years agoremove part of old texted<->mathed interface
André Pönitz [Thu, 18 Mar 2004 16:05:32 +0000 (16:05 +0000)]
remove part of old texted<->mathed interface

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

20 years agofix color nastiness
Jean-Marc Lasgouttes [Thu, 18 Mar 2004 15:49:44 +0000 (15:49 +0000)]
fix color nastiness

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

20 years agosplit LyXFunc::getStatus() into inset specific chunks
André Pönitz [Thu, 18 Mar 2004 13:57:20 +0000 (13:57 +0000)]
split LyXFunc::getStatus() into inset specific chunks

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

20 years agoremove a few rarely neede LyXTExt member functions
André Pönitz [Thu, 18 Mar 2004 13:28:49 +0000 (13:28 +0000)]
remove a few rarely neede LyXTExt member functions

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

20 years agoThe Buffer::LyXText -> Buffer::InsetText patch
André Pönitz [Thu, 18 Mar 2004 12:53:43 +0000 (12:53 +0000)]
The Buffer::LyXText -> Buffer::InsetText patch

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

20 years agoRemove the Forks dialog.
Angus Leeming [Wed, 17 Mar 2004 21:21:47 +0000 (21:21 +0000)]
Remove the Forks dialog.

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

20 years agotiny fix (current font was not set)
Alfredo Braunstein [Wed, 17 Mar 2004 19:08:16 +0000 (19:08 +0000)]
tiny fix (current font was not set)

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

20 years agofix crash reported by Martin
Alfredo Braunstein [Wed, 17 Mar 2004 18:48:53 +0000 (18:48 +0000)]
fix crash reported by Martin

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

20 years agouse opening quotation marks after '[' char
Jürgen Spitzmüller [Tue, 16 Mar 2004 10:48:10 +0000 (10:48 +0000)]
use opening quotation marks after '[' char

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

20 years agofix small error (bug 1533)
Jean-Marc Lasgouttes [Mon, 15 Mar 2004 11:43:52 +0000 (11:43 +0000)]
fix small error (bug 1533)

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

20 years agorevert Buffer LyxText->InsetText commit
André Pönitz [Thu, 11 Mar 2004 17:16:38 +0000 (17:16 +0000)]
revert Buffer LyxText->InsetText commit

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

20 years agothe Buffer::text -> inset change
André Pönitz [Thu, 11 Mar 2004 16:09:42 +0000 (16:09 +0000)]
the Buffer::text -> inset change

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

20 years agocreate a reasonable list of textclasses when latex cannot be run
Jean-Marc Lasgouttes [Thu, 11 Mar 2004 14:31:55 +0000 (14:31 +0000)]
create a reasonable list of textclasses when latex cannot be run

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

20 years agoGeorg's mangling patch.
Angus Leeming [Thu, 11 Mar 2004 11:45:08 +0000 (11:45 +0000)]
Georg's mangling patch.

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

20 years agoupdate to osx build instructions
Jean-Marc Lasgouttes [Wed, 10 Mar 2004 17:36:14 +0000 (17:36 +0000)]
update to osx build instructions

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

20 years agoinlined open submode, in the hope someone will actually test it. Easy take it back...
Alfredo Braunstein [Wed, 10 Mar 2004 08:50:46 +0000 (08:50 +0000)]
inlined open submode, in the hope someone will actually test it. Easy take it back if there are problems.

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

20 years agoremove dead files
André Pönitz [Mon, 8 Mar 2004 21:15:33 +0000 (21:15 +0000)]
remove dead files

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

20 years agoredo undo
André Pönitz [Mon, 8 Mar 2004 21:14:45 +0000 (21:14 +0000)]
redo undo

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

20 years agoAdd support for the jurabib package (www.jurabib.org), a package for elegant BibTeX...
Jürgen Spitzmüller [Sun, 7 Mar 2004 14:33:17 +0000 (14:33 +0000)]
Add support for the jurabib package (www.jurabib.org), a package for elegant BibTeX references, as requested in bug 408.

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

20 years agosupport for second \cite option.
Jürgen Spitzmüller [Fri, 5 Mar 2004 14:49:10 +0000 (14:49 +0000)]
support for second \cite option.
Natbib users can now use the before field.
file format is up to 230.

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

20 years agoFix UI to branch activation
Martin Vermeer [Fri, 5 Mar 2004 13:33:56 +0000 (13:33 +0000)]
Fix UI to branch activation

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

20 years agotwo small qbranch ui fixes
Jürgen Spitzmüller [Fri, 5 Mar 2004 13:08:08 +0000 (13:08 +0000)]
two small qbranch ui fixes

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

20 years agoavoid endless loop in LCursor::dispatch
Alfredo Braunstein [Thu, 4 Mar 2004 07:49:40 +0000 (07:49 +0000)]
avoid endless loop in LCursor::dispatch

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

20 years agomake right mouse button click only open the inset dialog
Alfredo Braunstein [Thu, 4 Mar 2004 07:38:11 +0000 (07:38 +0000)]
make right mouse button click only open the inset dialog

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

20 years agocoord fix + shut up compiler warning
Alfredo Braunstein [Mon, 1 Mar 2004 21:10:47 +0000 (21:10 +0000)]
coord fix + shut up compiler warning

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

20 years agofix row breaking before display()ed insets
Alfredo Braunstein [Mon, 1 Mar 2004 17:25:16 +0000 (17:25 +0000)]
fix row breaking before display()ed insets

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

20 years agothe DocIterator stuff
André Pönitz [Mon, 1 Mar 2004 17:12:09 +0000 (17:12 +0000)]
the DocIterator stuff

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

20 years agosome renaming
Alfredo Braunstein [Mon, 1 Mar 2004 16:29:30 +0000 (16:29 +0000)]
some renaming

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

20 years agoopenbsd fixes
Jean-Marc Lasgouttes [Mon, 1 Mar 2004 15:18:28 +0000 (15:18 +0000)]
openbsd fixes

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

20 years agomove prepareToPrint out of the rowbreaking loop, do not cache its results.
Alfredo Braunstein [Mon, 1 Mar 2004 12:23:17 +0000 (12:23 +0000)]
move prepareToPrint out of the rowbreaking loop, do not cache its results.

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

20 years agomove FontIterator to own files
Alfredo Braunstein [Mon, 1 Mar 2004 10:46:58 +0000 (10:46 +0000)]
move FontIterator to own files

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

20 years agoFontIterator + rowbreaking fix
Alfredo Braunstein [Mon, 1 Mar 2004 10:10:10 +0000 (10:10 +0000)]
FontIterator + rowbreaking fix

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

20 years agofix crash with drag and drop
Jean-Marc Lasgouttes [Fri, 27 Feb 2004 14:21:00 +0000 (14:21 +0000)]
fix crash with drag and drop

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

20 years agows fixes
Alfredo Braunstein [Fri, 27 Feb 2004 13:06:16 +0000 (13:06 +0000)]
ws fixes

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

20 years agofix a rebreaking bug
Alfredo Braunstein [Fri, 27 Feb 2004 12:53:58 +0000 (12:53 +0000)]
fix a rebreaking bug

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

20 years agoWednesday's 'de-mathed-ification' + Row::fill removal
André Pönitz [Fri, 27 Feb 2004 09:18:03 +0000 (09:18 +0000)]
Wednesday's 'de-mathed-ification' + Row::fill removal

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

20 years agomake cygwin and Angus happy (remove insetlist.[Ch]).
Alfredo Braunstein [Fri, 27 Feb 2004 08:33:24 +0000 (08:33 +0000)]
make cygwin and Angus happy (remove insetlist.[Ch]).

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

20 years agode-mathed-ification
André Pönitz [Wed, 25 Feb 2004 15:24:38 +0000 (15:24 +0000)]
de-mathed-ification

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

20 years agosome de-mathed-ification
André Pönitz [Wed, 25 Feb 2004 14:39:14 +0000 (14:39 +0000)]
some de-mathed-ification

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

20 years agoGeorg Baum\'s no-tempdir patch
Jean-Marc Lasgouttes [Wed, 25 Feb 2004 12:00:53 +0000 (12:00 +0000)]
Georg Baum\'s no-tempdir patch

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

20 years agoadd romanian splash; add svglobal layout (+fixes to svjour) [bug 1430]; update CREDITS
Jean-Marc Lasgouttes [Mon, 23 Feb 2004 14:48:01 +0000 (14:48 +0000)]
add romanian splash; add svglobal layout (+fixes to svjour) [bug 1430]; update CREDITS

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

20 years agogtk-patch_2004_2_9.new
Lars Gullik Bjønnes [Mon, 23 Feb 2004 00:21:04 +0000 (00:21 +0000)]
gtk-patch_2004_2_9.new

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

20 years ago * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
André Pönitz [Fri, 20 Feb 2004 17:19:53 +0000 (17:19 +0000)]
* dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'

* cursor.[Ch]: prepare for localized getStatus()

* lyxtext.h:
* tabular.C:
* text.C:
* text2.C:
* text3.C:  streamlines the LyXText cursor movement handlers a bit.

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

20 years agofix tabular crashs
André Pönitz [Fri, 20 Feb 2004 11:00:41 +0000 (11:00 +0000)]
fix tabular crashs

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

20 years agoadd lfun 'quote-insert' arguments single/double (ERT fixes not included)
Jürgen Spitzmüller [Fri, 20 Feb 2004 10:32:44 +0000 (10:32 +0000)]
add lfun 'quote-insert' arguments single/double (ERT fixes not included)

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

20 years agorename a function
André Pönitz [Fri, 20 Feb 2004 08:44:11 +0000 (08:44 +0000)]
rename a function

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

20 years agoReal fix for bug 1511 and bug 1512
Jürgen Spitzmüller [Thu, 19 Feb 2004 09:07:43 +0000 (09:07 +0000)]
Real fix for bug 1511 and bug 1512

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

20 years agoadd espanol keymap
Jean-Marc Lasgouttes [Wed, 18 Feb 2004 15:43:53 +0000 (15:43 +0000)]
add espanol keymap

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

20 years agovarious qt fixes (bug 1146, bug 1037, bug 1511)
Jürgen Spitzmüller [Wed, 18 Feb 2004 14:02:49 +0000 (14:02 +0000)]
various qt fixes (bug 1146, bug 1037, bug 1511)

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

20 years agomove some coords to absolute
Alfredo Braunstein [Mon, 16 Feb 2004 17:26:09 +0000 (17:26 +0000)]
move some coords to absolute

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

20 years agofix crash on 'do nothing'
André Pönitz [Mon, 16 Feb 2004 12:09:31 +0000 (12:09 +0000)]
fix crash on 'do nothing'

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

20 years ago * insettabular.[Ch]: remove remains of the 'update' mechanism,
André Pönitz [Mon, 16 Feb 2004 11:58:51 +0000 (11:58 +0000)]
* insettabular.[Ch]: remove remains of the 'update' mechanism,
  simplify cursor moving function,
  re-enable horizontal scrolling for large tables

* insetbase.C:
* insetbase.[Ch]: remove explicit 'DispatchResult' return type and
  implicitly assume 'DispatchResult(true, true) with exception of
  InsetBase::priv_dispatch which does the equivalent of
  'retrun DispatchResult(false)'

* inset*.[Ch] (priv_dispatch): adjust

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

20 years agoselection inside insets y-coord fix
Alfredo Braunstein [Mon, 16 Feb 2004 09:28:34 +0000 (09:28 +0000)]
selection inside insets y-coord fix

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

20 years agoGeorg's compile fix
Alfredo Braunstein [Sun, 15 Feb 2004 20:05:17 +0000 (20:05 +0000)]
Georg's compile fix

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

20 years agosome table work
André Pönitz [Fri, 13 Feb 2004 16:22:53 +0000 (16:22 +0000)]
some table work

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

20 years agomore IU as advertised
André Pönitz [Fri, 13 Feb 2004 13:51:12 +0000 (13:51 +0000)]
more IU as advertised

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

20 years agomore IU stuff
André Pönitz [Fri, 13 Feb 2004 11:05:29 +0000 (11:05 +0000)]
more IU stuff

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

20 years agoa fix for s&r
Alfredo Braunstein [Fri, 13 Feb 2004 09:50:18 +0000 (09:50 +0000)]
a fix for s&r

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

20 years agotwo bits for cursor navigation inside insets
Alfredo Braunstein [Fri, 13 Feb 2004 09:43:02 +0000 (09:43 +0000)]
two bits for cursor navigation inside insets

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

20 years agoIU stuff + shuffling things from BV::dispatch to LyXText::dispatch
André Pönitz [Fri, 13 Feb 2004 07:30:59 +0000 (07:30 +0000)]
IU stuff + shuffling things from BV::dispatch to LyXText::dispatch

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

20 years agoadd LCursor & parameter to cursor moving functions
André Pönitz [Thu, 12 Feb 2004 16:36:01 +0000 (16:36 +0000)]
add LCursor & parameter to cursor moving functions
additional small stuff

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

20 years agofix mathed crash on triple clicks
André Pönitz [Thu, 12 Feb 2004 11:39:30 +0000 (11:39 +0000)]
fix mathed crash on triple clicks

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

20 years agobug + spped fixes + small stuff
André Pönitz [Wed, 11 Feb 2004 14:45:44 +0000 (14:45 +0000)]
bug + spped fixes + small stuff

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

20 years agoand this
André Pönitz [Wed, 11 Feb 2004 14:05:25 +0000 (14:05 +0000)]
and this

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

20 years agoa bit of selection is back
André Pönitz [Fri, 6 Feb 2004 16:50:29 +0000 (16:50 +0000)]
a bit of selection is back

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

20 years agofix mathed crash
André Pönitz [Fri, 6 Feb 2004 16:14:06 +0000 (16:14 +0000)]
fix mathed crash

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

20 years agoAdd Affiliation layout.
Martin Vermeer [Fri, 6 Feb 2004 15:06:51 +0000 (15:06 +0000)]
Add Affiliation layout.

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