Commit Graph

8110 Commits

Author SHA1 Message Date
Angus Leeming
c303b62fb0 Ensure that "paragraphs().size() - 1" can be used meaningfully in a comparison.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9639 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 19:34:44 +00:00
Angus Leeming
3a33c14772 Work around a bug in gcc 2.95's STL implementation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9637 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 18:56:07 +00:00
Angus Leeming
1cc17a653e Add missing #include.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9636 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 18:43:41 +00:00
Georg Baum
03ea5d80b7 try to fix broken cursor (from Andr�)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9635 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 17:34:54 +00:00
Angus Leeming
099030e50a Rearrange and rename the environment variable setter/getter functions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9634 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 13:45:41 +00:00
José Matox
46cacd9dc5 Fix bug 1816.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9633 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 12:04:26 +00:00
Angus Leeming
a784b9501f Use chars not ints to initialize chars.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9632 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 11:51:55 +00:00
Angus Leeming
e476b0eace Squash MSVC warning "local variable 'fd' used without having
been initialized".


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9631 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 11:04:40 +00:00
Angus Leeming
9cef6c9d3f Squash MSVC warning about a class declared as 'class' being defined
as 'struct'.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9630 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 10:17:56 +00:00
Angus Leeming
c8974fe9d3 Squash a couple of MSVC warnings about "truncation of constant value".
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9629 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-15 09:50:49 +00:00
Angus Leeming
b9ec5a5146 Squash MSVC warning about comparison of DocIterator::idx_type and bool.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9627 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 15:28:45 +00:00
Martin Vermeer
96cdf4a91a Georg Baum's and my math array partition lines related stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9626 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 14:25:18 +00:00
Asger Ottar Alstrup
44ef54f623 - Update patch & add fake.bat. LyX win32 VC edition compiles and runs again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9625 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 09:40:34 +00:00
Asger Ottar Alstrup
6971e9cd6f - Add fake configuration files for windows
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9624 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 09:26:50 +00:00
Asger Ottar Alstrup
29a94f65cf - Fix path so that running from lyx-devel works
- Update readme


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9623 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 08:59:48 +00:00
Jürgen Spitzmüller
df0b5405bf This wasn't intended to go in. Revert ...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9622 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 08:24:16 +00:00
Jürgen Spitzmüller
3c4af0ffbf Andr�'s font changes fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9621 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-14 08:17:23 +00:00
Angus Leeming
b94b9abe32 Invoke prependEnvPath to adjust the PATH only if
lyxrc.path_prefix is not empty.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9620 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-13 17:12:34 +00:00
Georg Baum
fffd364418 FIXME for Andr�
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9618 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-13 14:53:47 +00:00
Georg Baum
9b7c320e46 prevent crash in BufferParams::readGraphicsDriver()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9617 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-12 16:21:32 +00:00
Jürgen Spitzmüller
70f4ff1a59 fix bug 1598 (crash on cursor up/down in script)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9616 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-12 15:46:22 +00:00
John Levon
ed0d2079b8 Better comment for the event queue magic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9615 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-11 18:07:06 +00:00
Jean-Marc Lasgouttes
6c6c7dc948 remove GNU-ism
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9611 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-11 13:14:38 +00:00
Jürgen Spitzmüller
fb4d88b7b0 fix QRef dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9610 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-10 21:47:53 +00:00
Georg Baum
b7665042ff fix inInset crash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9609 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-10 20:15:14 +00:00
Georg Baum
72dccb8869 fix frameless box -> parbox conversion in lyx2lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9608 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-10 12:14:51 +00:00
Martin Vermeer
07362230de Partition lines in matrices: UI
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9607 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-09 18:56:01 +00:00
Jean-Marc Lasgouttes
d20ac26754 fix display when jumping to a toc entry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9606 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-09 11:27:21 +00:00
Georg Baum
d436597a44 fix bug 1776
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9605 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-08 17:15:17 +00:00
Jean-Marc Lasgouttes
d03113557b update aastex documentation; remove Mike Ressler's address
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9604 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-08 15:26:44 +00:00
Lars Gullik Bjønnes
21f9ab06d2 ws change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9603 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-08 13:18:29 +00:00
Lars Gullik Bjønnes
aa491cdb98 dociterator dont inherit from std::vector and updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9602 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-08 13:18:05 +00:00
Jean-Marc Lasgouttes
4e100ec148 update to aastex 5.2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9600 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-08 10:41:58 +00:00
Lars Gullik Bjønnes
8d88a0b2c9 the depm patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9599 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-08 02:06:39 +00:00
Lars Gullik Bjønnes
32449e97b4 make BOOST_POSIX be defined for cygwin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9598 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-07 20:26:32 +00:00
Jean-Marc Lasgouttes
9e4aa06d9c fix bug 1383
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9597 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-07 17:15:50 +00:00
Jean-Marc Lasgouttes
67c0ffcc3d remove some bogus pointer indirection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9596 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-07 15:37:07 +00:00
Georg Baum
ccd660f0b1 fix cut and paste crash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9594 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-07 10:01:43 +00:00
Georg Baum
6383254672 update fileformat and fix output of paperfontsize
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9593 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-06 09:32:52 +00:00
Lars Gullik Bjønnes
2454264216 ws changes mostly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9592 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-06 00:30:11 +00:00
Georg Baum
a890332c03 document external templates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9589 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-04 12:44:22 +00:00
Jean-Marc Lasgouttes
b44d09a342 more configure fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9588 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-04 09:19:55 +00:00
Asger Ottar Alstrup
daebb380ba - And remove the theCoords.doneUpdating from here
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9586 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-04 07:21:00 +00:00
Asger Ottar Alstrup
f22059e9e4 - Move theCoords.doneUpdating here - right before we paint the cursor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9585 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-04 07:16:03 +00:00
Georg Baum
5890d93dce file format change for bug 698 and fix for the reproducible part of bug 922
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9584 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-03 17:24:40 +00:00
Angus Leeming
ac9feeaed5 Make -lz conditional on USE_COMPRESSION.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9583 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-03 15:38:04 +00:00
Georg Baum
5838351e31 fix tex2lyx linking for gcc 3.3 and older
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9582 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-03 15:19:46 +00:00
Angus Leeming
dc9f6d57d9 Use our wrapper for the posix kill() function.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9580 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-03 14:55:33 +00:00
Georg Baum
76b8d1b25f handle includegraphics*
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9579 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-03 14:20:19 +00:00
Angus Leeming
cf5c5ac9b0 It appears that tex2lyx no longer requires libz...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9578 a592a061-630c-0410-9148-cb99ea01b6c8
2005-02-02 18:39:59 +00:00