Commit Graph

3023 Commits

Author SHA1 Message Date
Jean-Marc Lasgouttes
f10227802b tentative fix for #190; other small things
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3782 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 21:42:50 +00:00
André Pönitz
a575055c84 suppress debug messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3781 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 17:30:41 +00:00
André Pönitz
858355fb69 - reduce sizeof(MathCharInset) by 20 by better font caching
(lots of subsequent changes)
- ascii art drawing for \frac and \sqrt


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3780 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 16:55:58 +00:00
Jean-Marc Lasgouttes
a16b2c3ba9 a tiny changelog entry for a tiny patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3779 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 15:27:34 +00:00
Jean-Marc Lasgouttes
f0efb4bec8 tiny useless whitespace fix from Andre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3778 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 13:48:02 +00:00
Jean-Marc Lasgouttes
ff86a01601 remove LFUN_DEPTH; some small work on icons and menu reorganization
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3776 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 11:17:46 +00:00
Angus Leeming
9fd0b17bd4 John's msg3.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3775 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 09:47:34 +00:00
Angus Leeming
bb7657f64a John's msg2.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3774 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 09:43:47 +00:00
Angus Leeming
5fd04c3532 John's msg.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3773 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 09:42:52 +00:00
Allan Rae
dcebc194f4 fix #194
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3772 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 03:56:23 +00:00
Lars Gullik Bjønnes
55bb299483 dont delere recursively, return a value from event_cb
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3771 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 22:38:25 +00:00
Lars Gullik Bjønnes
c18a87393d dont abort on BadWindow
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3770 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 22:10:58 +00:00
Angus Leeming
13978291c4 Small clean-up.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3769 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 17:37:08 +00:00
Angus Leeming
741f527784 Some trivial fixes of warning messages.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3768 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 16:32:52 +00:00
Angus Leeming
b34683e78a Don't test for string::c_str() returning NULL.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3767 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 16:01:33 +00:00
Angus Leeming
9bf713b476 Clean-up tooltips further, rewrite formatted as a one-pass algo and
ensure that fl_set_object_helper is called only when the dialog is
visible, else it does not respect line breaks. Wierd, I know!


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3766 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 15:56:00 +00:00
Jürgen Vigna
53e8fb6000 Fixed rules for setting left/right borders for multicolumns (fix #173).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3765 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 15:27:41 +00:00
Jürgen Vigna
0fd56e0359 Remove some showInsetCursor calls we don't really need (fix #106).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3764 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 14:53:21 +00:00
Jürgen Vigna
961b1a47ed Find selection inside InsetText and always leave pasted text selected.
(fix #100, #35)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3763 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 13:47:37 +00:00
André Pönitz
4f64ce3c22 too many '\n' lead to too many empty lines...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3762 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 13:05:52 +00:00
André Pönitz
99cb25781a fix for the first item on Martin's list
some infrastructure for drawing as ascii art


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3761 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-18 11:45:53 +00:00
Angus Leeming
6c80f6633d gnome patch from Michael.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3760 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-16 12:55:22 +00:00
Jean-Marc Lasgouttes
d4bf4d0179 link fix for cygwin from Kayvan
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3759 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-15 16:14:15 +00:00
Jürgen Vigna
e81a703cdc Fixed/Disabled code inserting InsetError in the wrong way (fix #129)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3758 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-15 15:28:25 +00:00
Jean-Marc Lasgouttes
c90ae47255 since I committed my configure changes by mistake, I maight as well finish and document them
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3757 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-15 11:23:15 +00:00
Jean-Marc Lasgouttes
2aafd9bf94 small noweb fix from Kayvan
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3756 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-15 11:01:27 +00:00
Angus Leeming
b2f4586c98 Two little things:
* Use Lars' preferred idiom for a for-loop in the graphics cache;
* Turn the forked call controller's timer off when their are no longer any
child processes running.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3755 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-14 18:01:51 +00:00
Jürgen Vigna
4b64a5f485 Fixed redraw problems after undo/redo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3754 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-14 15:28:44 +00:00
Jean-Marc Lasgouttes
80a04f5d03 gnome compilation fixes from Michael
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3753 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-14 14:03:54 +00:00
Jürgen Vigna
870b665955 Fix deleting of paragraphs after undo (fix #236).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3752 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-14 13:40:19 +00:00
Lars Gullik Bjønnes
2ff6a61669 use += operator for char append to string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3751 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-14 09:59:02 +00:00
Allan Rae
0686bd964d figures are now graphics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3750 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-14 06:12:37 +00:00
Lars Gullik Bjønnes
ebd9146ddc use correct comparison
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3749 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 23:13:35 +00:00
Lars Gullik Bjønnes
69013332e2 unification of all Makefiles.am
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3748 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 18:24:44 +00:00
Lars Gullik Bjønnes
8407bdc22f optimization
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3747 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 18:23:38 +00:00
André Pönitz
8794b7da67 disable some of the speedup thingies until I found aproper solution for the
macro redraeing problem


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3746 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 17:31:18 +00:00
André Pönitz
9b3a4dc5fd remove unneeded LFUN_MATH_MACROARG
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3745 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 13:36:36 +00:00
Jean-Marc Lasgouttes
9813447efc literate fix from kayvan
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3744 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 13:25:45 +00:00
Jean-Marc Lasgouttes
08bd49a344 lfun_core.diff, make insetgraphics inline
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3743 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 13:24:51 +00:00
Lars Gullik Bjønnes
dd0277f83d ws changes and some cruft removal, slight cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3742 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 13:22:54 +00:00
Angus Leeming
ad6d9e444b Remove figinset_canvas cruft.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3741 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 12:25:35 +00:00
Angus Leeming
ff6f729817 iThe cursor now behaves properly in the dialogs...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3740 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 11:26:36 +00:00
André Pönitz
eea39a8e42 don't draw spaces...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3739 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 11:22:01 +00:00
André Pönitz
e9875b7610 only accept #n in macros with at least n arguments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3738 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 11:20:35 +00:00
André Pönitz
c2072fa890 don't draw invisible things...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3737 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-13 11:17:21 +00:00
Lars Gullik Bjønnes
97ffd5e934 optimization
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3736 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-12 18:11:49 +00:00
Lars Gullik Bjønnes
189223a866 comment out the XML thingie
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3735 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-12 18:10:46 +00:00
Lars Gullik Bjønnes
e6a7bc1287 remove last file in dir
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3734 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-12 18:09:36 +00:00
Lars Gullik Bjønnes
bae36d14f7 2002-03-12 Lars Gullik Bj�nnes <larsbj@birdstep.com>
bufferlist.h: doxy changes

bufferlist.C: ws changes

DepTable.[Ch] (ext_exist): place const in the right spot.

BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
resizeInsets.
call resizeInsets when the with BufferView changes.
adjust for protectedBlank removal
call updateInset if the insert went ok.

BufferView_pimpl.[Ch] (protectedBlank): remove func, use
instead.

BufferView2.C (ChangeInsets): remove warning add FIXME comment

BufferView.h: doxy change

Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@

lyxtextclass.C (operator[]): remove non-const version
out): remove non-const version


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3733 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-12 17:15:44 +00:00
André Pönitz
82121d83da traversing math tables should be at least as fast as for ordinary table by
now...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3732 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-12 16:39:27 +00:00