X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=c3436a733080566de03a6f15a7eba92cfd86a597;hb=e70099ded4e6e38563c914454022f2a64ea7dacc;hp=1c1b35568f6f5947a05774ae287a3c409a1329d0;hpb=ff7eec0cbeb0c5bead13e8f2ec659874b7c027cf;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 1c1b35568f..c3436a7330 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,7 +1,151 @@ +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 + + * insetgraphic.C (readFigInset): fix bug with subcaption and + rotating + +2002-04-08 Herbert Voss + + * insetgraphicsparam.C: forgot special option and delete old + 1.2.0 stuff + +2002-04-05 Juergen Vigna + + * insettext.C (localDispatch): make a CURSOR update if we inserted + a character. + +2002-04-04 Jean-Marc Lasgouttes + + * insetfloatlist.C (getScreenLabel): + (latex): use Floating::listName + (validate): new method + +2002-04-03 José Matos + + * insetlabel.C (docbook): the anchor is an empty element in docbook. + + * insetfoot.[Ch] (docbook): added forgotten method. + +2002-04-03 Juergen Vigna + + * insettext.C (insetButtonPress): fix insetButtonPress events the same + way as in Bufferview_pimpl. + +2002-04-03 Allan Rae + + * insetgraphics.C (latex): one % too many makes living on the bleeding + edge fun with less than 30 minutes to a meeting with a PhD supervisor. + +2002-03-28 Herbert Voss + + * insetgraphic.C (latex): simplify the code for the latex + output when the file doesn't exist + +2002-03-29 Juergen Vigna + + * insettext.C (updateLocal): fixes to fitCursor calls when locking/ + unlocking inset. + + * insettabular.C (edit): call fitCursor(). + + * insettext.C (insetButtonPress): change behaviour of no_selection + to the one in the BufferView selection_possible and fix the spurious + selection bug with it. + (localDispatch): revoke selection on BREAK... functions. + +2002-03-28 Jean-Marc Lasgouttes + + * insetfloatlist.C (getScreenLabel): translate the GUI label. + +2002-03-28 Juergen Vigna + + * insettabular.C (insetAllowed): return true as default value otherwise + we're not able to insert insets inside paragraphs of an not locked + insettext! + +2002-03-27 Herbert Voss + + * insetgraphicsparam.C: change c%, p% to col%, page% + +2002-03-27 Jean-Marc Lasgouttes + + * insetspecialchar.C (isLineSeparator): disable the nice code to + allow linebreaks after hyphenation and menu separators. + +2002-03-26 Herbert Voss + + * insetgraphics.C (figinsetRead): set the right lyxview + 2002-03-26 Angus Leeming * insetgraphicsParams.C (latexify): use \textbackslash in preference to - $\backslash$. + $\backslash$ and pass a "string const &" to the function. + (prepareFile, latex): use Path rather than MakeAbsPath. 2002-03-26 Angus Leeming