]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Forgot setting of status_ variable in InsetERT::edit functions.
[lyx.git] / src / insets / ChangeLog
index 370cd030795cab79195109dd645d5c12f9b3ffbc..7cea082331f94b0eed5e408c20b0f02cc45c019d 100644 (file)
@@ -1,3 +1,163 @@
+2001-08-14  Juergen Vigna  <jug@sad.it>
+
+       * insetert.C (edit): forgot to set status_ in edit calls!
+
+2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettext.C: Compilation fix
+
+2001-08-13  Juergen Vigna  <jug@sad.it>
+
+       * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
+
+       * insetcollapsable.C (edit): don't recollapse an already open inset.
+
+       * insettext.C: fixed problem when reinitializing LyXText by not doing
+       it while lt is in use and post this to the next possible time in
+       getLyXText().
+       (searchForward): fixed not unlocking of inset if nothing found.
+       (edit): set cursor behind right (was set -1 pos).
+
+       * insetert.C (InsetERT): init status_ also in the 3rd constructor.
+
+       * insettabular.C (tabularFeatures): fixed fix where deleting the
+       last row didn't get the right actcell!
+
+2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettext.C (localDispatch): Change language only when the inset 
+       becomes empty.
+
+2001-08-10  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (selectNextWordInt): use the front using edit call.
+
+       * insetcollapsable.C (getMaxWidth): rename inset to in to not have
+       the parameter overwrite class variable inset.
+
+       * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
+
+       * insettext.C (saveLyXTextState): check for invalid cursor-par.
+       (reinitLyXText): remove wrong_cursor bool as not needed anymore!
+
+       * insettabular.C (calculate_dimensions_of_cells): let's try to call
+       update only for fixed with cells.
+       (resetPos): try to fix the lockup on spellchecking or s&r.
+
+       * insettext.C (update): comment this out as it seems first wrong
+       and second not needed anymore!
+       (some functions): call reinitLyXText() only in update() in all other
+       positions set only need_update = INIT.
+
+2001-08-08  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (setPos): fixed wrong actrow < rows() check.
+
+       * insettext.C (insetUnlock): remove double-space on inset unlock.
+
+       * insetcollapsable.C (draw): fix returned x when label > inset-width.
+
+       * insettabular.C (update): fixed cursor positon after an insert.
+       (insetAllowed): do not allow to insert insets when not inside the
+       inset!
+       (draw): clear below an inset too as it could have changed height.
+
+       * inset.C (getMaxWidth): fixed width for inset in inset.
+
+       * insettext.C (update): small fix.
+
+       * insettabular.C (tabularFeatures): added selection support to
+       DELETE_ROW/DELETE_COLUMN.
+
+2001-08-07  Juergen Vigna  <jug@sad.it>
+
+       * inset.C (getMaxWidth): recoded and all it's implementations!
+
+       * insettext.C (init,setParagraph+constructors): cleanups
+       (reinitLyXText): fixed problem with wrong cursor when all paragraphs
+       are new and I want do a save/restore of the cursor position which is
+       not possible anymore.
+
+       * insetcollapsable.C (searchBackward): recollapse inset if not found.
+       (searchBackward): ditto
+       (selectNextWord): ditto
+
+2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetlatexaccent.C (checkContents): Add some debug messages
+
+2001-08-07  Juergen Vigna  <jug@sad.it>
+
+       * insetert.C (read): don't use InsetCollapsable::read as we don't
+       write the collapsed status anymore only the status.
+       (write): ditto.
+
+2001-08-06  Juergen Vigna  <jug@sad.it>
+
+       * insetert.C (set_latex_font): use LyXText's setFont directly.
+
+       * insettext.C (drawFrame): fixed one time more the right position
+       and size of the frame!
+
+       * insetert.C (~InsetERT): hide the dialog.
+       (showInsetDialog): added implementation
+       (open): ditto
+       (close): ditto
+       (status): new function for the status of the ERT inset (3-state).
+       (write): output also the status of the inset for readback!
+       (read): readback the status if available otherwise use collapsed_.
+
+       * insettext.C (edit): small fix of setting the position, which could
+       have gone < 0.
+
+       * insetert.C (width): implement this function for inlined viewing.
+       Added minimum width of 10 pixels!
+
+       * insetminipage.C (InsetMinipage): just change the colors a bit so
+       that border/background is a bit more visible. We will remove this
+       anyway for 1.2.0!
+
+       * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
+       function for getting the important widths for drawing in various
+       functions and in LyXText.
+       (draw): fixed up a bit (frame drawing/clearing)
+
+2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * inset.C (convertFont): delete method. not used. 
+
+2001-08-03  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (setFont): don't call for a draw update if we're just
+       changing the cursor font!
+
+2001-08-02  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (draw): clear the background with the right color if
+       needed. Update myself if x&max-width changed and return without doing
+       anything. Let the update code handle the right stuff.
+
+       * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
+       inside another inset.
+
+2001-08-01  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (update): added an in_update bool so we avoid
+       reentering.
+
+       * insettabular.C (update): added an in_update bool so we avoid
+       reentering.
+
+       * insettext.C (insetButtonPress): hopefully fixed setselection/clear
+       selection problem.
+       (update): added an in_update bool so we avoid reentering.
+
+       * insettabular.C (localDispatch): clear col/row selection when doing
+       something else inside an inset.
+
+       * insettext.C (getLyXText): fixed bug when requesting a recursive
+       insettext!
+
 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * insetcite.C (latex): Paranoia check. Make sure that there is no
@@ -5,6 +165,9 @@
 
 2001-07-31  Juergen Vigna  <jug@sad.it>
 
+       * inset.h (nodraw): make the set function also const so that this
+       can be called from inside other const functions.
+
        * insetcollapsable.h: removed inline variable and moved it over
        to the only user InsetERT.