X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=c3436a733080566de03a6f15a7eba92cfd86a597;hb=e70099ded4e6e38563c914454022f2a64ea7dacc;hp=cecce08e658aa975182bac7fdb96daa8739dcbee;hpb=c55ff9a13d5baaadc29fe07d5b0d3e4f791fbc78;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index cecce08e65..c3436a7330 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,67 @@ +2002-04-16 Angus Leeming + + * insetnote.h (ascii): overide the InsetCollapsable::ascii method to + not output anything at all! + +2002-04-16 Juergen Vigna + + * insettabular.C (insetButtonPress): + (insetUnlock): call a redraw on unlocking the cell inset. + + * insettext.C (insetButtonPress): same as below. + (lockInset): new function to set initial values when inset should + be locked. + (insetButtonPress): use above function. + (insetUnlock): don't force a repaint only set the updateStatus. The + outside world should repaint if it thinks it should be done! + + * insettabular.C (insetButtonPress): init values if not set as locked + as we are locked if someone presses on us and don't call the edit() + call of the InsetText to lock it do it as BufferView does it! + + * inset.h (insetInInsetY): make func const and return an int. + * insettext.C: + * insettabular.C: + * insetcollapsable.C: adapt the above changed function. + +2002-04-15 Juergen Vigna + + * insettext.C (getCursorPos): return relative position as to be able + to give them directly to the edit() call. + (edit): we have to set also x_fix as it is not set inside the + setCursorFromCoordinates call! + (insetMotionNotify): ditto. + +2002-04-16 Angus Leeming + + * insetbib.C (getKeys): strip leading '\t's from the line too. + With thanks to Henry Pfister . + +2002-04-12 Juergen Vigna + + * insettext.h: added cix() helper function and use it where appropriate + +2002-04-12 Jean-Marc Lasgouttes + + * insetgraphics.C (prepareFile): fix bug when graphics is a + relative path + +2002-04-12 Juergen Vigna + + * insettext.C (insertInset): remove unneeded code! + (updateLocal): fitCursor() fixes. + (collapseParagraphs): fix a possible problem when having a selection + and collapsing the paragraphs. + +2002-04-08 Herbert Voss + + * insetgraphic.C (write): write the rotating angle as + a float as is. test only for != 0.0 + 2002-04-11 Juergen Vigna + * insettext.C: new function ciy() and use it for setting inset_y. + * insetert.C (draw): fix the x return for collapsed version. 2002-04-07 Herbert Voss