2001-02-22 16:53:59 +00:00
|
|
|
|
2001-02-21 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
|
|
|
|
|
instead of GraphicsCacheItem *.
|
|
|
|
|
|
2001-02-22 15:07:07 +00:00
|
|
|
|
2001-02-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* insetcollapsable.C (getLyXText): add const qualifier to second
|
|
|
|
|
parameter.
|
|
|
|
|
|
2001-02-22 14:09:20 +00:00
|
|
|
|
2001-02-22 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* insettext.C (getLyXText): honor the recursive parameter.
|
2001-02-22 14:33:08 +00:00
|
|
|
|
(SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
|
2001-02-22 14:09:20 +00:00
|
|
|
|
|
|
|
|
|
* inset.C (getLyXText): added bool recursive parameter.
|
|
|
|
|
|
|
|
|
|
* insettext.C (SetUpdateStatus): or the update codes.
|
|
|
|
|
(draw): check need_update with &.
|
|
|
|
|
(InsetButtonPress): set no_selection to not put a selection when
|
|
|
|
|
entering an inset and it is redraws in another spot.
|
|
|
|
|
|
|
|
|
|
* insettext.h: made need_update an int.
|
|
|
|
|
|
2001-02-20 09:08:56 +00:00
|
|
|
|
2001-02-20 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* insetgraphics.h:
|
|
|
|
|
* insetgraphisc.C: Changed to use better semantics when loading images
|
|
|
|
|
for inline view. Now it doesn't keep the pixmap itself but it's holder.
|
|
|
|
|
|
2001-02-19 16:01:31 +00:00
|
|
|
|
2001-02-19 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
|
|
|
|
|
|
* insetcommand.h:
|
|
|
|
|
* inseterror.h:
|
|
|
|
|
* insetgraphics.C: change name of "hide" signal to "hideDialog",
|
|
|
|
|
consistent with InsetTabular.
|
|
|
|
|
|
|
|
|
|
2001-02-19 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* insettabular.C (LocalDispatch): implement PAGE up/down.
|
|
|
|
|
|
|
|
|
|
* insettext.C (draw): clear all of it on need_update==INIT too!
|
|
|
|
|
|
|
|
|
|
* insettabular.C (InsetUnlock): always clear the selection.
|
|
|
|
|
|
|
|
|
|
* inset.C (scroll): normally we only want to scroll the inset until
|
|
|
|
|
it is fully visible so if top_x + offset > 20 then just set scx to 0.
|
|
|
|
|
|
|
|
|
|
2001-02-14 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* insettabular.C (LocalDispatch): remove x_fix as it is not used.
|
|
|
|
|
(resetPos): fixed scroll behaviour.
|
|
|
|
|
(LocalDispatch): do an update if moving cursor inside a table cell
|
|
|
|
|
requests a scroll of the tabular.
|
|
|
|
|
|
2001-02-16 09:25:43 +00:00
|
|
|
|
2001-02-16 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* insettext.C (textWidth): constify local var
|
|
|
|
|
|
|
|
|
|
* insettabular.C: small cleanup.
|
|
|
|
|
|
|
|
|
|
* insetfoot.C (Latex): constify local var
|
|
|
|
|
|
|
|
|
|
* insetcollapsable.C: small cleanup.
|
|
|
|
|
|
|
|
|
|
* figinset.C (runqueue): use compare instead of strcmp
|
|
|
|
|
|
2001-02-14 19:22:41 +00:00
|
|
|
|
2001-02-14 Lars Gullik Bj<42>nnes <larsbj@lyx.org>
|
|
|
|
|
|
|
|
|
|
* insettext.C:
|
|
|
|
|
* insetinfo.C: remove cruft
|
|
|
|
|
|
2001-02-14 10:11:22 +00:00
|
|
|
|
2001-02-14 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* insettext.C (SetUpdateStatus): added a BufferView * parameter.
|
|
|
|
|
|
2001-02-14 08:38:21 +00:00
|
|
|
|
2001-02-13 Juergen Vigna <jug@sad.it>
|
|
|
|
|
|
|
|
|
|
* insettext.C (InsertInset): don't move left (is this right?)
|
|
|
|
|
|
|
|
|
|
* insettabular.C (LocalDispatch): use of the no_draw variable
|
|
|
|
|
|
|
|
|
|
* insettabular.h: new no_draw variable to stop redraw
|
|
|
|
|
|
|
|
|
|
* insettabular.C (TabularFeatures): fixed update for alignment change
|
|
|
|
|
|
2001-02-12 14:09:09 +00:00
|
|
|
|
2001-02-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* insetinclude.C:
|
|
|
|
|
* insetbib.h:
|
|
|
|
|
* insetbib.C: move dialogs to frontends/
|
|
|
|
|
|
2001-02-11 09:58:20 +00:00
|
|
|
|
2001-02-10 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insettext.C (LocalDispatch): Restore the language if the inset
|
|
|
|
|
becomes empty.
|
|
|
|
|
|
2001-02-09 17:53:20 +00:00
|
|
|
|
2001-02-09 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insettext.C (moveRightIntern): Update the selection cursor.
|
|
|
|
|
(moveLeftIntern): Ditto.
|
|
|
|
|
|
2001-02-09 16:03:24 +00:00
|
|
|
|
2001-02-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: remove BoundingBox.h
|
2001-02-08 17:55:19 +00:00
|
|
|
|
|
2001-02-09 16:03:24 +00:00
|
|
|
|
* BoundingBox.h: removed
|
|
|
|
|
|
|
|
|
|
2001-02-08 Dekel Tsur <dekelts@tau.ac.il>
|
2001-02-08 17:55:19 +00:00
|
|
|
|
|
|
|
|
|
* insettext.C (LocalDispatch): Update selection cursor when moving
|
|
|
|
|
cursor to the right.
|
|
|
|
|
(moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
|
|
|
|
|
(moveLeftIntern): Ditto.
|
|
|
|
|
|
2001-02-08 13:06:55 +00:00
|
|
|
|
2001-02-05 Baruch Even <baruch.even@writeme.com>
|
|
|
|
|
|
|
|
|
|
* insetgraphics.C: Updated automatic image conversion, it now goes into
|
|
|
|
|
temporary directory instead of with the image itself.
|
|
|
|
|
|
|
|
|
|
2001-01-21 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* insetgraphics.C: Added Docbook support. Added Automatic image conversion
|
|
|
|
|
to EPS or PNG when needed (support bitmap graphics).
|
|
|
|
|
|
|
|
|
|
2000-11-02 Baruch Even <baruch@ev-en.org>
|
|
|
|
|
|
|
|
|
|
* insetgraphics.C:
|
|
|
|
|
* insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
|
|
|
|
|
and removal of commented out code.
|
|
|
|
|
|
2001-01-31 20:39:53 +00:00
|
|
|
|
2001-01-31 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insetbib.C (callback): Update citations if the key has changed.
|
|
|
|
|
|
2001-01-31 11:46:13 +00:00
|
|
|
|
2001-01-31 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insetbib.C (InsetBibKey): Better computation of default key.
|
|
|
|
|
(getScreenLabel) Show both the key and the label.
|
|
|
|
|
(getBibLabel): New method.
|
|
|
|
|
(callback): Force a redraw if the inset have been changed.
|
|
|
|
|
|
2001-01-26 17:11:01 +00:00
|
|
|
|
2001-01-26 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insetref.C (getType, getName): Move methods from
|
|
|
|
|
src/frontends/xforms/FormRef.C.
|
|
|
|
|
|
2001-01-25 16:00:38 +00:00
|
|
|
|
2001-01-12 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
2001-01-26 17:11:01 +00:00
|
|
|
|
* insettabular.C: Various improvements (use only one dummy position).
|
2001-01-25 16:00:38 +00:00
|
|
|
|
|
2001-01-25 15:32:35 +00:00
|
|
|
|
2001-01-25 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insetbib.C (bibitemWidest): Use lyxfont::width instead of
|
|
|
|
|
par->bibkey->width. This fixes the crashes when running without
|
|
|
|
|
gui or when having included documents.
|
|
|
|
|
|
2001-01-22 20:47:08 +00:00
|
|
|
|
2001-01-22 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insetcommand.C (getAsString, setFromString): Cleanup.
|
|
|
|
|
|
2001-01-21 21:41:35 +00:00
|
|
|
|
2001-01-21 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
|
|
|
|
|
|
* insetref.C: Add the array InsetRef::types that contains
|
|
|
|
|
information about all supported reference types.
|
|
|
|
|
|
2001-01-19 15:31:40 +00:00
|
|
|
|
2001-01-19 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
|
|
|
|
|
|
* lyxinset.h: remove trailing comma in enum.
|
|
|
|
|
|
2001-01-17 17:33:22 +00:00
|
|
|
|
2001-01-17 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
|
|
|
|
|
|
* insettext.C: kill LyXBell.
|