mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
69204a88fd
regarding automatic scrolling of Tabulars (still something wrong). Broken MousePointer inside InsetText&co (hopefully easy to fix), but I still commit so that people can have a look at it. It also should enhance speed of redraw and minimize redraws (still some optimization possible). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1915 a592a061-630c-0410-9148-cb99ea01b6c8
499 lines
14 KiB
Plaintext
499 lines
14 KiB
Plaintext
2001-04-13 Juergen Vigna <jug@sad.it>
|
|
|
|
* insettext.C: tried to avoid unneeded redraws.
|
|
(doClearArea): return true also if I need a FULL|INIT redraw.
|
|
|
|
* insettabular.C: tried to avoid unneeded redraws. Still one
|
|
problem with scrolling remains (resetPos).
|
|
(doClearArea): return true also if I need a FULL|INIT redraw.
|
|
|
|
* lyxinset.h: changed the scroll() function behaviour a bit.
|
|
Added nodraw() function so that I can block unneeded redraws.
|
|
Implemented the above 2 functions correctly in InsetText,
|
|
InsetTabular and InsetCollapsable. Now only the topmost Inset
|
|
owner is scrolled (as it should be) if a child inset requests this!
|
|
|
|
2001-04-06 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
* insetexternal.h:
|
|
* insetexternal.C: set view on Clone. Add _ to private members.
|
|
|
|
2001-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
|
|
|
* insettext.C (InsetText): fix new
|
|
(InsetText): reindent some, simplify deletion of par list
|
|
(clear): simplify deletion of par list, fix new
|
|
(SetParagraphData): simplify deletion of par list
|
|
|
|
* insettabular.[Ch] (getLabelList): implement new method
|
|
|
|
2001-04-05 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
* lyxinset.h: do not include gettext.h...
|
|
|
|
* inset.C:
|
|
* insetcaption.C:
|
|
* insetexternal.C:
|
|
* insetgraphics.C:
|
|
* insetindex.C:
|
|
* insetlabel.C:
|
|
* insetlatexaccent.C:
|
|
* insetminipage.C:
|
|
* insetquotes.C:
|
|
* insettabular.C:
|
|
* inseturl.C: ... and do it here instead
|
|
|
|
2001-04-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
|
|
|
* insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
|
|
|
|
* insettext.[Ch] (getLabelList): add std:: on vector<string>
|
|
|
|
* insetcollapsable.[Ch] (getLabelList): implement
|
|
|
|
* insettext.[Ch] (getLabelList): implement
|
|
|
|
* insettext.h: reindent
|
|
|
|
* insettabular.h: make tabular a scoped_ptr
|
|
|
|
* insettext.C (init): adjust for cursor_visible
|
|
(ToggleInsetCursor): constify asc and desc, font, adjust for
|
|
cursor_visible
|
|
(ShowInsetCursor): constify asc and desc, font, adjust for
|
|
cursor_visible
|
|
(HideInsetCursor): adjust for cursor_visible
|
|
|
|
* insettabular.C: reindent some
|
|
(InsetTabular): adjust for scoped_ptr and cursor_visible
|
|
(InsetTabular): ditto
|
|
(~InsetTabular): delete delete
|
|
(Clone): adjust for scoped_ptr
|
|
(Read): constify old_format, adjust for scoped_ptr, move init of
|
|
token
|
|
(draw): constify tx, localize loop vars.
|
|
some other localization of variables, remove double initilizatons.
|
|
|
|
* insetfoot.C: remove using std::ostream, add ostream where needed
|
|
|
|
2001-04-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
|
|
|
* lyxinset.h: some reindentaion, use initializer list for
|
|
constructro.
|
|
UpdatableInset: make cursor_visible a private var add
|
|
public isCursorVisible(), add protected toggleCursorVisible() and
|
|
proctected setCursorVisible(bool), make scroll call the Inset::scroll
|
|
|
|
* insettoc.C: remvoe using decl
|
|
(getScreenLabel): make cmdname donst
|
|
(LyxCode): ditto
|
|
(Ascii): ditto
|
|
(Ascii): don't use endl
|
|
|
|
* insetfootlike.C: remove using decl at file scope and add std::
|
|
where needed
|
|
* insetmarginal.C: ditto
|
|
|
|
* insetfoot.C: some reformatting
|
|
|
|
* insetfloat.C (InsetButtonRelease): adjust the hit area
|
|
|
|
* insetert.C (SetFont): some reformatting
|
|
|
|
* insetcollapsable.C: some reformatting and constification
|
|
(Clone): comment out.
|
|
* insetcollapsable.h: some reformatting
|
|
(Clone): comment out.
|
|
|
|
* inset.C: reindent
|
|
(scroll): simplify
|
|
|
|
2001-03-30 Juergen Vigna <jug@sad.it>
|
|
|
|
* insetcollapsable.h: changen *inset to be a InsetText inset.
|
|
|
|
* some files: changed to reflect the above change.
|
|
|
|
2001-03-29 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
|
|
InsetExternal::Params.
|
|
Added operator==() and operator!=() for the Params struct.
|
|
|
|
2001-03-29 Juergen Vigna <jug@sad.it>
|
|
|
|
* lyxinset.h: changed parameter of getMaxWidth from Painter & to
|
|
BufferView *.
|
|
|
|
* insetminipage.C: removed widthp_ and all it's functions and changed
|
|
to use new %-lengths of LyXLength.
|
|
|
|
2001-03-28 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
|
|
|
|
2001-03-27 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* insetgraphicsParams.C (operator!=): new function, needed by the
|
|
ControlGraphics class.
|
|
|
|
2001-03-28 Juergen Vigna <jug@sad.it>
|
|
|
|
* insettext.C (InsetButtonPress): only enter !inset if button == 2
|
|
(checkAndActivateInset): don't use the values returned from
|
|
call to bv->checkInsetHit.
|
|
|
|
* insetminipage.C (Clone): set special minipage values.
|
|
|
|
* insetcollapsable.C (draw): changed to draw the button in the
|
|
upper left corner outside the textinset.
|
|
(ascent): changed because of different drawing
|
|
(descent): ditto
|
|
(width): ditto
|
|
(Edit): ditto
|
|
(InsetButtonPress): ditto
|
|
(InsetButtonRelease): ditto
|
|
(InsetMotionNotify): ditto
|
|
|
|
2001-03-27 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* figinset.C (GetPSSizes): Fix for the case when filename doesn't
|
|
contain a suffix.
|
|
(Clone): ditto
|
|
|
|
2001-03-26 Juergen Vigna <jug@sad.it>
|
|
|
|
* lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
|
|
|
|
* insettext.C (ShowInsetDialog): implemented above function.
|
|
|
|
* insettabular.C (ShowInsetDialog): ditto
|
|
|
|
* insetminipage.C (ShowInsetDialog): ditto
|
|
|
|
2001-03-23 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
|
|
InsetInclude::Params. Don't store a buffer * in Params. Store the
|
|
master file name instead.
|
|
|
|
2001-03-23 Juergen Vigna <jug@sad.it>
|
|
|
|
* insetcollapsable.C (InsetMotionNotify):
|
|
(InsetButtonRelease):
|
|
(InsetButtonPress): fixed y-offset (minipages).
|
|
|
|
* insettext.C (draw): force a FULL update if cleared == true.
|
|
|
|
* insetcollapsable.C (draw): Lars forgotten entry for changing this
|
|
routine to draw the minipages on its position-flag.
|
|
(InsetInInsetY): give back the right y position, because of minipage
|
|
position-flag.
|
|
|
|
2001-03-23 José Abílio Matos <jamatos@fep.up.pt>
|
|
|
|
* insetfloat.h
|
|
* insetfloat.C (DocBook): docbook export code.
|
|
|
|
2001-03-22 Juergen Vigna <jug@sad.it>
|
|
|
|
* insetminipage.C (getMaxWidth): added function to set the drawing
|
|
width!
|
|
(Read): should work now!
|
|
|
|
* insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
|
|
if we create a new inset.
|
|
|
|
2001-03-20 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* figinset.C (fl_set_preemptive_callback): moved definition outside
|
|
of namespace anon.
|
|
|
|
2001-03-20 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* insetminipage.C (Read): prepare for reading of minipage arguments.
|
|
|
|
2001-03-18 Baruch Even <baruch@lyx.org>
|
|
|
|
* insetgraphics.C: Minor cleanups of the comments and code.
|
|
|
|
2001-03-17 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* insetminipage.C (InsetMinipage): default to not collapsed
|
|
|
|
2001-03-16 Juergen Vigna <jug@sad.it>
|
|
|
|
* insetminipage.C (width): modified with to be a string
|
|
(widthp): added widthp (for % width) support functions.
|
|
(InsetButtonRelease): added to open the options dialog on button==3.
|
|
(~InsetMinipage): added to hide the dialog.
|
|
|
|
* insetminipage.h: added hideDialog signal
|
|
|
|
2001-03-15 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* insetminipage.h: change the order or Position to match
|
|
LyXParagraph::MINIPAGE_ALIGNMENT
|
|
|
|
* several files: remvoe CXX_WORKING_NAMESPACES
|
|
|
|
* ExternalTemplate.h: noncopyable is in namespace boost
|
|
* insetinclude.h: ditto
|
|
* insetcommand.h: ditto
|
|
|
|
2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* insettext.C (Edit): #else# -> #else.
|
|
* insettoc.C: added using directive.
|
|
|
|
2001-03-14 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* insetminipage.h: add pos, inner_pos, width and height. + getters
|
|
and setters for all of them.
|
|
|
|
2001-03-13 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* insetinclude.C (Latex): Do not exit when the textclass of the
|
|
included file differ from the textclass of the parent file.
|
|
|
|
2001-03-12 Angus Leeming <a.leeming@ic.ac.uk>
|
|
|
|
* ExternalTemplate.C (read): the reading of external insets now checks
|
|
for \end_inset and removes it form the input stream.
|
|
|
|
2001-03-09 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
* ExternalTemplate.h:
|
|
* ExternalTemplate.C:
|
|
* insetexternal.h:
|
|
* insetexternal.C: move form to GUII
|
|
|
|
2001-03-12 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
* insetinclude.h:
|
|
* insetinclude.C: add InsetIncludeParams, use
|
|
composition rather than derivation of InsetCommand
|
|
|
|
2001-03-12 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* insettoc.C (Ascii): use the Buffer typedefs
|
|
|
|
2001-03-11 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* insettoc.C (Ascii): implement for dynamic number of lists
|
|
|
|
* insetcaption.[Ch]: update from new_insets branch
|
|
* insetfloat.[Ch]: ditto
|
|
|
|
2001-03-06 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
* insetexternal.C:
|
|
* figinset.C: use new File Dialog
|
|
|
|
2001-03-06 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
|
|
|
|
* insettext.C: changes becuase of ParagraphParameters.
|
|
|
|
2001-02-28 Baruch Even <baruch@ev-en.org>
|
|
|
|
* insetgraphics.C (updateInset): Changed due to the change in
|
|
GraphicsCache.
|
|
|
|
2001-02-26 Juergen Vigna <jug@sad.it>
|
|
|
|
* insettext.C (SetFont): Set Undo only if we have selection (as it is
|
|
handled in LyXText).
|
|
|
|
2001-02-23 Juergen Vigna <jug@sad.it>
|
|
|
|
* insettext.C (draw): some small repainting fixes.
|
|
(LocalDispatch): put the sel_cursor stuff after the insert of chars.
|
|
|
|
* inset.C (LocalDispatch): changed action to be a kb_action (as it
|
|
should be) and not an int.
|
|
|
|
* insettabular.C (LocalDispatch): ditto
|
|
|
|
* insettext.C (LocalDispatch): ditto
|
|
|
|
* insetcollapsable.C (LocalDispatch): ditto
|
|
|
|
2001-02-22 Juergen Vigna <jug@sad.it>
|
|
|
|
* insettabular.C (LocalDispatch): return DISPATCHED if we cannot
|
|
DISPATCH it and we don't have a locking_inset.
|
|
|
|
2001-02-21 Baruch Even <baruch@ev-en.org>
|
|
|
|
* insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
|
|
instead of GraphicsCacheItem *.
|
|
|
|
2001-02-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
* insetcollapsable.C (getLyXText): add const qualifier to second
|
|
parameter.
|
|
|
|
2001-02-22 Juergen Vigna <jug@sad.it>
|
|
|
|
* insettext.C (getLyXText): honor the recursive parameter.
|
|
(SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
|
|
|
|
* 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 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 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 Lars Gullik Bjø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 Lars Gullik Bjønnes <larsbj@lyx.org>
|
|
|
|
* insettext.C:
|
|
* insetinfo.C: remove cruft
|
|
|
|
2001-02-14 Juergen Vigna <jug@sad.it>
|
|
|
|
* insettext.C (SetUpdateStatus): added a BufferView * parameter.
|
|
|
|
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 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
* insetinclude.C:
|
|
* insetbib.h:
|
|
* insetbib.C: move dialogs to frontends/
|
|
|
|
2001-02-10 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* insettext.C (LocalDispatch): Restore the language if the inset
|
|
becomes empty.
|
|
|
|
2001-02-09 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* insettext.C (moveRightIntern): Update the selection cursor.
|
|
(moveLeftIntern): Ditto.
|
|
|
|
2001-02-09 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
* Makefile.am: remove BoundingBox.h
|
|
|
|
* BoundingBox.h: removed
|
|
|
|
2001-02-08 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* 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-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 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* insetbib.C (callback): Update citations if the key has changed.
|
|
|
|
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 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* insetref.C (getType, getName): Move methods from
|
|
src/frontends/xforms/FormRef.C.
|
|
|
|
2001-01-12 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* insettabular.C: Various improvements (use only one dummy position).
|
|
|
|
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 Dekel Tsur <dekelts@tau.ac.il>
|
|
|
|
* insetcommand.C (getAsString, setFromString): Cleanup.
|
|
|
|
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 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
|
|
* lyxinset.h: remove trailing comma in enum.
|
|
|
|
2001-01-17 John Levon <moz@compsoc.man.ac.uk>
|
|
|
|
* insettext.C: kill LyXBell.
|