]> git.lyx.org Git - lyx.git/log
lyx.git
22 years agoThe reducing file dependencies in the frontends patch.
Angus Leeming [Wed, 16 Jan 2002 14:47:58 +0000 (14:47 +0000)]
The reducing file dependencies in the frontends patch.

Ok, Ok, I know this touches a lot of files, but the benefits are worth the
huge re-compilation now. Trust me. Would I lie to you?

Actually, this also fixes a bug in ControlInset, so you'd have had to
recompile 31 files anyway. Happy now?

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

22 years agoprepare writing info messages to the minibuffer
André Pönitz [Wed, 16 Jan 2002 14:24:38 +0000 (14:24 +0000)]
prepare writing info messages to the minibuffer

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

22 years agobug #174 now fixed
Allan Rae [Wed, 16 Jan 2002 12:57:26 +0000 (12:57 +0000)]
bug #174 now fixed

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

22 years agomissing ;
Allan Rae [Wed, 16 Jan 2002 12:54:52 +0000 (12:54 +0000)]
missing ;

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

22 years agoMichael's latest batch of new gnome files.
Angus Leeming [Wed, 16 Jan 2002 12:31:39 +0000 (12:31 +0000)]
Michael's latest batch of new gnome files.

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

22 years agoMichael's latest gnome changes.
Angus Leeming [Wed, 16 Jan 2002 12:30:17 +0000 (12:30 +0000)]
Michael's latest gnome changes.

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

22 years agoSmall fixes:
José Matox [Wed, 16 Jan 2002 12:04:16 +0000 (12:04 +0000)]
Small fixes:
  linuxdoc_ export ascii text if not supporte natively.
  docbook _ some changes for docbook 4.

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

22 years agoTidy up the file mathed.lyx. Still doesn't run without bolting the lyxcode
Angus Leeming [Tue, 15 Jan 2002 16:28:12 +0000 (16:28 +0000)]
Tidy up the file mathed.lyx. Still doesn't run without bolting the lyxcode
definition in the preamble but is otherwise Ok I think.

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

22 years agoMartin's math panel patches.
Angus Leeming [Tue, 15 Jan 2002 15:31:19 +0000 (15:31 +0000)]
Martin's math panel patches.
John's thesaurus patch.
A patch of my own to clean-up the spellchecker code a little (functionality
not changed).

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

22 years agofinal(?) tweaks for removeAutoInsets() and removed one redundant conditional clause...
Allan Rae [Tue, 15 Jan 2002 11:44:16 +0000 (11:44 +0000)]
final(?) tweaks for removeAutoInsets() and removed one redundant conditional clause elsewhere

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

22 years agofix starting up which binary is really a symlink; make sure insetinclude file browser...
Jean-Marc Lasgouttes [Mon, 14 Jan 2002 23:31:23 +0000 (23:31 +0000)]
fix starting up which binary is really a symlink; make sure insetinclude file browser returns a relative path when this makes sense; straightforward cleanup of the ways to get filename and filepath for a buffer (in preparation of future work)

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

22 years agoupdates to kluwer layout
Jean-Marc Lasgouttes [Mon, 14 Jan 2002 16:57:53 +0000 (16:57 +0000)]
updates to kluwer layout

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

22 years agocompile fixes
Jean-Marc Lasgouttes [Mon, 14 Jan 2002 16:48:28 +0000 (16:48 +0000)]
compile fixes

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

22 years agoChange float placement to H
Dekel Tsur [Mon, 14 Jan 2002 16:35:21 +0000 (16:35 +0000)]
Change float placement to H

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

22 years agoResolve virtual function name clashes:
Angus Leeming [Mon, 14 Jan 2002 16:10:29 +0000 (16:10 +0000)]
Resolve virtual function name clashes:
* Rename InsetMinipage's width and height functions as pageWidth and
pageHeight, respectivelyi as they are functionally distinct from
the InsetCollapsable's methods of the same name.
* Change the "bool const &" parameters of UpdateableInset::searchForward and
searchBackward to "bool". Ditto with other classes, so all are now consistent.

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

22 years agoinclude iterator
Lars Gullik Bjønnes [Mon, 14 Jan 2002 15:29:40 +0000 (15:29 +0000)]
include iterator

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

22 years agocompile fix
Jean-Marc Lasgouttes [Mon, 14 Jan 2002 14:06:40 +0000 (14:06 +0000)]
compile fix

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

22 years agoCreate a new support function lyx::count to use in place of std::count.
Angus Leeming [Mon, 14 Jan 2002 13:04:06 +0000 (13:04 +0000)]
Create a new support function lyx::count to use in place of std::count.
Remove countChar as lyx::count superceeds it.
Use the new function.

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

22 years agoCompile fixes following this weekends commits.
Angus Leeming [Mon, 14 Jan 2002 12:56:05 +0000 (12:56 +0000)]
Compile fixes following this weekends commits.

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

22 years agoCompile fix following this weekend's commits.
Angus Leeming [Mon, 14 Jan 2002 12:54:50 +0000 (12:54 +0000)]
Compile fix following this weekend's commits.

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

22 years agoNobody complained so I'm committing my minibuffer completion patch.
Angus Leeming [Mon, 14 Jan 2002 12:47:17 +0000 (12:47 +0000)]
Nobody complained so I'm committing my minibuffer completion patch.

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

22 years agoremove useless examples
Jean-Marc Lasgouttes [Mon, 14 Jan 2002 12:29:03 +0000 (12:29 +0000)]
remove useless examples

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

22 years agospresize.diff
Lars Gullik Bjønnes [Mon, 14 Jan 2002 02:28:33 +0000 (02:28 +0000)]
spresize.diff

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

22 years agobug 66
Lars Gullik Bjønnes [Mon, 14 Jan 2002 02:13:51 +0000 (02:13 +0000)]
bug 66

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

22 years agobuf.diff
Lars Gullik Bjønnes [Mon, 14 Jan 2002 01:48:58 +0000 (01:48 +0000)]
buf.diff

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

22 years agobug 186
Lars Gullik Bjønnes [Mon, 14 Jan 2002 00:26:17 +0000 (00:26 +0000)]
bug 186

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

22 years agofix assert with broken symlinks on buffer-open; fix bug #104 crash with --export...
Jean-Marc Lasgouttes [Sun, 13 Jan 2002 23:00:15 +0000 (23:00 +0000)]
fix assert with broken symlinks on buffer-open; fix bug #104 crash with --export with new graphics inset

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

22 years agobug 183
Lars Gullik Bjønnes [Sun, 13 Jan 2002 21:46:50 +0000 (21:46 +0000)]
bug 183

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

22 years agofix crash bug with non-existing input files
Jean-Marc Lasgouttes [Sun, 13 Jan 2002 21:35:50 +0000 (21:35 +0000)]
fix crash bug with non-existing input files

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

22 years agodocument_path defaults to empty; fix handling of function args from minibuffer
Jean-Marc Lasgouttes [Sun, 13 Jan 2002 19:19:05 +0000 (19:19 +0000)]
document_path defaults to empty; fix handling of function args from minibuffer

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

22 years agofix warning
Jean-Marc Lasgouttes [Sun, 13 Jan 2002 17:50:57 +0000 (17:50 +0000)]
fix warning

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

22 years agobug 69
Lars Gullik Bjønnes [Sun, 13 Jan 2002 17:28:42 +0000 (17:28 +0000)]
bug 69

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

22 years agobug 7
Lars Gullik Bjønnes [Sun, 13 Jan 2002 17:12:01 +0000 (17:12 +0000)]
bug 7

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

22 years agoRemove another #warning
Dekel Tsur [Sun, 13 Jan 2002 15:34:53 +0000 (15:34 +0000)]
Remove another #warning

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

22 years agoRemove a #warning
Dekel Tsur [Sun, 13 Jan 2002 15:26:58 +0000 (15:26 +0000)]
Remove a #warning

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

22 years agoadd shortcuts to filedialogs directory buttons; small gnome patch from Michael
Jean-Marc Lasgouttes [Sun, 13 Jan 2002 15:01:25 +0000 (15:01 +0000)]
add shortcuts to filedialogs directory buttons; small gnome patch from Michael

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

22 years agofix problem with nroff detection, remove dead code with old floats, bogus message...
Jean-Marc Lasgouttes [Sun, 13 Jan 2002 13:07:27 +0000 (13:07 +0000)]
fix problem with nroff detection, remove dead code with old floats, bogus message when closing last buffer, toolbar status when changing fonts in math; remove gnome menubar

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

22 years agoimproved comments in removeAutoInsets()
Allan Rae [Sun, 13 Jan 2002 06:42:58 +0000 (06:42 +0000)]
improved comments in removeAutoInsets()

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

22 years agofinished fixing removeAutoInsets()
Allan Rae [Sun, 13 Jan 2002 04:56:48 +0000 (04:56 +0000)]
finished fixing removeAutoInsets()

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

22 years agothe aik patch
Lars Gullik Bjønnes [Sun, 13 Jan 2002 01:46:33 +0000 (01:46 +0000)]
the aik patch

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

22 years agosmall stupid stuff
Lars Gullik Bjønnes [Sun, 13 Jan 2002 00:33:21 +0000 (00:33 +0000)]
small stupid stuff

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

22 years agoMostly fixed the 'empty paragraph deletion kills the cursor' problem; and initialise...
Allan Rae [Sat, 12 Jan 2002 21:03:30 +0000 (21:03 +0000)]
Mostly fixed the 'empty paragraph deletion kills the cursor' problem; and initialise a few more vars in tabulars

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

22 years agofixes/cleanup to dispatch/getStatus stuff; fixes the bug where unwanted function...
Jean-Marc Lasgouttes [Sat, 12 Jan 2002 20:00:47 +0000 (20:00 +0000)]
fixes/cleanup to dispatch/getStatus stuff; fixes the bug where unwanted function names appear in minibuffer

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

22 years agoFix (partially) font bug in compatability code.
Dekel Tsur [Sat, 12 Jan 2002 18:40:05 +0000 (18:40 +0000)]
Fix (partially) font bug in compatability code.

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

22 years agoFix Michael's Purify #1 report
Allan Rae [Sat, 12 Jan 2002 11:59:23 +0000 (11:59 +0000)]
Fix Michael's Purify #1 report

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

22 years agoAvoid repeated name in tabfolders
Allan Rae [Sat, 12 Jan 2002 03:08:26 +0000 (03:08 +0000)]
Avoid repeated name in tabfolders

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

22 years agoA std::count fix that got away!
Angus Leeming [Fri, 11 Jan 2002 18:07:18 +0000 (18:07 +0000)]
A std::count fix that got away!

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

22 years agoFixes for a broken std::count.
Angus Leeming [Fri, 11 Jan 2002 17:57:02 +0000 (17:57 +0000)]
Fixes for a broken std::count.
A couple of white-space type changes in mathed.

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

22 years agofirst steps of gnome frontend rebirth
Jean-Marc Lasgouttes [Fri, 11 Jan 2002 16:05:08 +0000 (16:05 +0000)]
first steps of gnome frontend rebirth

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

22 years agoFixed stupid bug in insettext.C
Jürgen Vigna [Fri, 11 Jan 2002 16:00:28 +0000 (16:00 +0000)]
Fixed stupid bug in insettext.C

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

22 years agoAngus: 'WriteStream::addlines' is now the only way to change 'lines_'
André Pönitz [Fri, 11 Jan 2002 15:23:10 +0000 (15:23 +0000)]
Angus: 'WriteStream::addlines' is now the only way to change 'lines_'

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

22 years agoAdd missing initialization (I dont think that was the problem, Angus)
André Pönitz [Fri, 11 Jan 2002 13:38:41 +0000 (13:38 +0000)]
Add missing initialization (I dont think that was the problem, Angus)

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

22 years agofix non-working edit>tabular menu
Jean-Marc Lasgouttes [Fri, 11 Jan 2002 11:18:27 +0000 (11:18 +0000)]
fix non-working edit>tabular menu

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

22 years agoenable direct input of #1...#9; some whitespace changes
André Pönitz [Fri, 11 Jan 2002 10:26:13 +0000 (10:26 +0000)]
enable direct input of #1...#9; some whitespace changes

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

22 years agoMartin's latest math dialog patch using LFUNs.
Angus Leeming [Thu, 10 Jan 2002 16:47:03 +0000 (16:47 +0000)]
Martin's latest math dialog patch using LFUNs.

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

22 years agoRevoke change made the other day to make menus appear as bold.
Angus Leeming [Thu, 10 Jan 2002 15:14:22 +0000 (15:14 +0000)]
Revoke change made the other day to make menus appear as bold.
Change variable names in lyxrc and in FormPreferences to reflect the
new meanings, e.g. popup_normal_font, popup_bold_font, popup_font_encoding.
Change preference dialog labels to suit.

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

22 years agomake \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
André Pönitz [Thu, 10 Jan 2002 14:02:37 +0000 (14:02 +0000)]
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
No editing possible, though...

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

22 years agoAdd reLyX support for amsmath environments.
Dekel Tsur [Thu, 10 Jan 2002 13:08:43 +0000 (13:08 +0000)]
Add reLyX support for amsmath environments.

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

22 years agoSupport for \begin{math}
Dekel Tsur [Thu, 10 Jan 2002 13:07:53 +0000 (13:07 +0000)]
Support for \begin{math}

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

22 years agofix ascii export with insets
Jean-Marc Lasgouttes [Thu, 10 Jan 2002 10:38:49 +0000 (10:38 +0000)]
fix ascii export with insets

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

22 years agoupdates to latexfeatures stuff; allow empty \document_path
Jean-Marc Lasgouttes [Thu, 10 Jan 2002 10:05:45 +0000 (10:05 +0000)]
updates to latexfeatures stuff; allow empty \document_path

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

22 years agowhitespace
André Pönitz [Wed, 9 Jan 2002 15:21:56 +0000 (15:21 +0000)]
whitespace

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

22 years agoMartin's math dialog patch.
Angus Leeming [Wed, 9 Jan 2002 14:40:34 +0000 (14:40 +0000)]
Martin's math dialog patch.

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

22 years agoCompile fix for DEC cxx.
Angus Leeming [Wed, 9 Jan 2002 14:37:55 +0000 (14:37 +0000)]
Compile fix for DEC cxx.

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

22 years agofunc_status cleanup from Martin; fix small configure bug
Jean-Marc Lasgouttes [Wed, 9 Jan 2002 09:36:35 +0000 (09:36 +0000)]
func_status cleanup from Martin; fix small configure bug

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

22 years agoFixed getMaxWidth() in insetminipage if the width is a percentage and fixed
Jürgen Vigna [Tue, 8 Jan 2002 16:07:07 +0000 (16:07 +0000)]
Fixed getMaxWidth() in insetminipage if the width is a percentage and fixed
insetButtonRelease in insettabular.

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

22 years agoUpdate the toolbar if we unlock an inset (or change paragraph).
Jürgen Vigna [Tue, 8 Jan 2002 15:32:11 +0000 (15:32 +0000)]
Update the toolbar if we unlock an inset (or change paragraph).

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

22 years agosmall patches from Angus
André Pönitz [Tue, 8 Jan 2002 15:13:31 +0000 (15:13 +0000)]
small patches from Angus

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

22 years agoFixed rowbreaking for "character"-insets and ignore all paragraph attributes
Jürgen Vigna [Tue, 8 Jan 2002 14:24:49 +0000 (14:24 +0000)]
Fixed rowbreaking for "character"-insets and ignore all paragraph attributes
when the cell is not fixed lenght in a tabular on LaTeX output!

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

22 years agoadd 'const' to reference
André Pönitz [Tue, 8 Jan 2002 13:34:39 +0000 (13:34 +0000)]
add 'const' to reference

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

22 years agomore small patches
André Pönitz [Tue, 8 Jan 2002 13:31:14 +0000 (13:31 +0000)]
more small patches

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

22 years agomore 'informational' messages removed?
André Pönitz [Tue, 8 Jan 2002 11:39:24 +0000 (11:39 +0000)]
more 'informational' messages removed?

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

22 years agoJ�rgen Spitzm�ller's bullet patch.
Angus Leeming [Tue, 8 Jan 2002 11:30:34 +0000 (11:30 +0000)]
J�rgen Spitzm�ller's bullet patch.

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

22 years agosome changes to make some compilers somewhat happier
André Pönitz [Tue, 8 Jan 2002 11:03:34 +0000 (11:03 +0000)]
some changes to make some compilers somewhat happier

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

22 years agoJohn's spellchecker patch plus a new helper function getStringFromBrowser.
Angus Leeming [Tue, 8 Jan 2002 10:05:53 +0000 (10:05 +0000)]
John's spellchecker patch plus a new helper function getStringFromBrowser.

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

22 years agoFix bug #157. See ChangeLog.
Angus Leeming [Mon, 7 Jan 2002 18:42:30 +0000 (18:42 +0000)]
Fix bug #157. See ChangeLog.

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

22 years agoFix bugs #32 and #52.
Angus Leeming [Mon, 7 Jan 2002 17:57:21 +0000 (17:57 +0000)]
Fix bugs #32 and #52.
Add a couple of isOK() calls to xforms_helpers functions and remove those
FIXMEs!

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

22 years agoAllow disabling of debug information.
Dekel Tsur [Mon, 7 Jan 2002 17:55:15 +0000 (17:55 +0000)]
Allow disabling of debug information.

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

22 years agoFixes for smaller insets with not leftaligned paragraps and large insets
Jürgen Vigna [Mon, 7 Jan 2002 16:15:11 +0000 (16:15 +0000)]
Fixes for smaller insets with not leftaligned paragraps and large insets
inside them (typically an minipage with a large tabular ;)

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

22 years agoAngus' patch
André Pönitz [Mon, 7 Jan 2002 15:09:12 +0000 (15:09 +0000)]
Angus' patch

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

22 years agoFixed InsetText::getLyXText().
Jürgen Vigna [Mon, 7 Jan 2002 14:50:57 +0000 (14:50 +0000)]
Fixed InsetText::getLyXText().

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

22 years agoMove Box methods and functions out of box.h and into box.C.
Angus Leeming [Mon, 7 Jan 2002 14:36:10 +0000 (14:36 +0000)]
Move Box methods and functions out of box.h and into box.C.

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

22 years agoSome minor changes to get the code to compile with DEC cxx.
Angus Leeming [Mon, 7 Jan 2002 14:17:54 +0000 (14:17 +0000)]
Some minor changes to get the code to compile with DEC cxx.

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

22 years ago'a radio control is a radio control is a radio control' patch from John
Jean-Marc Lasgouttes [Mon, 7 Jan 2002 11:28:09 +0000 (11:28 +0000)]
'a radio control is a radio control is a radio control' patch from John

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

22 years agovarious fixes from John, Martin and Kayvan, plus one of mine. Read ChangeLogs
Jean-Marc Lasgouttes [Mon, 7 Jan 2002 10:17:44 +0000 (10:17 +0000)]
various fixes from John, Martin and Kayvan, plus one of mine. Read ChangeLogs

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

22 years agoJohn's Layout Tabular UI improvements and Martins fixes to clearing the
Jürgen Vigna [Mon, 7 Jan 2002 09:50:19 +0000 (09:50 +0000)]
John's Layout Tabular UI improvements and Martins fixes to clearing the
cell around the InsetText inside InsetTabular.

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

22 years agoFixed long standing bug in breaking rows correctly. Fixed redraws when
Jürgen Vigna [Sun, 6 Jan 2002 19:34:30 +0000 (19:34 +0000)]
Fixed long standing bug in breaking rows correctly. Fixed redraws when
searching/spellchecking inside tabulars. Fixed wrong frame redraw and
wrong clearing of inset (visible when the inset has a background color).

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

22 years agoAnother fix to Undo/Redo code I hope we get nearer to perfection ;)
Jürgen Vigna [Fri, 4 Jan 2002 16:03:53 +0000 (16:03 +0000)]
Another fix to Undo/Redo code I hope we get nearer to perfection ;)

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

22 years agofix to default units from Juergen S.
Jean-Marc Lasgouttes [Fri, 4 Jan 2002 15:14:22 +0000 (15:14 +0000)]
fix to default units from Juergen S.

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

22 years agotypo fix in menus from Juergen S.
Jean-Marc Lasgouttes [Fri, 4 Jan 2002 15:13:53 +0000 (15:13 +0000)]
typo fix in menus from Juergen S.

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

22 years agoadd include
John Levon [Fri, 4 Jan 2002 03:21:47 +0000 (03:21 +0000)]
add include

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

22 years agonext try, Part II
André Pönitz [Thu, 3 Jan 2002 18:38:17 +0000 (18:38 +0000)]
next try, Part II

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

22 years agonext try, part I
André Pönitz [Thu, 3 Jan 2002 18:37:18 +0000 (18:37 +0000)]
next try, part I

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

22 years agoMartin's patches, Part II
André Pönitz [Thu, 3 Jan 2002 16:17:16 +0000 (16:17 +0000)]
Martin's patches, Part II

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

22 years agoMartin's patches, part I
André Pönitz [Thu, 3 Jan 2002 16:16:39 +0000 (16:16 +0000)]
Martin's patches, part I

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

22 years agosuper- and subscript buttons for the math panel
André Pönitz [Thu, 3 Jan 2002 15:42:48 +0000 (15:42 +0000)]
super- and subscript buttons for the math panel

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

22 years agonext try to fix the 'C-m 11' problem
André Pönitz [Thu, 3 Jan 2002 13:52:13 +0000 (13:52 +0000)]
next try to fix the 'C-m 11' problem

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

22 years agorevert last "bug-fix" for the 'C-m 11' problem
André Pönitz [Thu, 3 Jan 2002 13:44:21 +0000 (13:44 +0000)]
revert last "bug-fix" for the 'C-m 11' problem

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

22 years agoscriptstyle, scriptscriptstyle, textstyle...
André Pönitz [Thu, 3 Jan 2002 13:31:37 +0000 (13:31 +0000)]
scriptstyle, scriptscriptstyle, textstyle...

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

22 years agotable selection fix from John; Here & wide figures fix from Michael K.
Jean-Marc Lasgouttes [Thu, 3 Jan 2002 13:31:12 +0000 (13:31 +0000)]
table selection fix from John; Here & wide figures fix from Michael K.

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