X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=448a456a03311c3a8a49b6847cc6459d839242c9;hb=ba21e6498c620beca81e9735795dd2cea2a1cf48;hp=93886fcd60b9e4c0b13f6e0e1c6109b6ba3d6068;hpb=529603f179126e43d62424771b74427ca4030a08;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 93886fcd60..448a456a03 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,7 +1,353 @@ +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$ and pass a "string const &" to the function. + (prepareFile, latex): use Path rather than MakeAbsPath. + +2002-03-26 Angus Leeming + + * insetgraphicsParams.C (Read): revert Herbert's fix and apply the + proper fix to the graphics cache. + (latex): "really" nice output if the file is not found ;-) + +2002-03-26 Juergen Vigna + + * insettext.C (setText): added a LyXFont param and call reinitLyXText() + (collapseParagraphs): fixed inserting of separator ' ' + + * insettabular.C (insertAsciiString): only check for buffer lenght + not if we have \t or \n inside the buffer as if we don't have we only + have 1 cell and that's it! + + * insetert.C (close): don't collapse if inlined. + +2002-03-25 Herbert Voss + + * insetgraphicsParams.C (Read): prevent LyX from hanging if the + graphics file does not exist. + +2002-03-25 Angus Leeming + + * insetgraphics.C (prepareFile): ensure that the file has an absolute + path when preparing export. + + * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we + no longer MakeRelPath. + +2002-03-22 Angus Leeming + + * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath. + Used to determine the absolute path to the graphics file in the + graphics cache and only in the graphics cache. + (readInsetGraphics, readFigInset) : no longer passed buffer. Do not + make graphics file name absolute if it is stored as a relative path. + + * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not + make graphics file name absolute if it is stored as a relative path. + + * insettext.C (edit): emit an updateParagraph signal on entering a text + inset. Needs to be emitted when leaving the inset also. + +2002-03-21 Lars Gullik Bjønnes + + * all files: ws cleanup + + * Makefile.am: remove ld -r stuff + +2002-03-21 Juergen Vigna + + * insettext.C (appendParagraphs): new function added to append + the paragraphs to this insets paragraphs. + +2002-03-20 Lars Gullik Bjønnes + + * Makefile.am: special rules if partial linking + +2002-03-19 Juergen Vigna + + * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW! + +2002-03-18 Angus Leeming + + * insetgraphics.C: Clean up Baruch's comments a little. + (c-tor): remove code setting id_, as it's set in the Inset c-tor. + +2002-03-14 John Levon + + * insettabular.C: + * insettheorem.C: wrap warnings + + * insetgraphics.C: improve messages, move cached_status_ + setting to safer place + +2002-03-18 Juergen Vigna + + * insettabular.C (unlockInsetInInset): removed unneeded showCursor + calls. + (localDispatch): ditto + + * insettext.C (edit): removed unneeded showCursor calls. + (localDispatch): ditto. + +2002-03-13 Jean-Marc Lasgouttes + + * insetgraphics.h: remove display() method. + +2002-03-11 Juergen Vigna + + * insetgraphics.C (draw): hack to fix the redrawing bug. + (draw): seems this fixes #268 (force redraw of row if we changed). + + * insettext.C (updateInsetInInset): fixed for updates in insets inside + this inset text (don't know why I missed this earlier). + +2002-03-08 Juergen Vigna + + * insettabular.C (updateLocal): do a FULL update if we're not locked + and only a CELL update is asked. + + * insettext.C (updateInsetInInset): update insets inside inset also + if it isn't inside the_locking_inset. + + * insettabular.C (updateInsetInInset): ditto. + +2002-03-06 Jean-Marc Lasgouttes + + * insetexternal.C (doSubstitution): check whether we are using a + temp dir for defining $$FPath + +2002-03-07 Angus Leeming + + * insettabular.C: + * insettext.C: remove #include "WorkArea.h". + +2002-03-06 Juergen Vigna + + * insettext.C (draw): fixed frame redrawing. + (clear): forgot to set the inset_owner of the paragraph. + + * insetert.C (status): pay attention the bv can be 0 here! + (getMaxWidth): add the default leftMargin + +2002-03-06 Lars Gullik Bjønnes + + * insetert.C (getMaxWidth): make w unsigned int. + +2002-03-05 Juergen Vigna + + * insetert.C (status): change behaviour of Inlined. + (getMaxWidth): added for new inlined behaviour. + +2002-03-05 José Abílio Oliveira Matos + + * insetnote.h (linuxdoc, docbook): add empty methods. + * insetinclude.C (validate): fix a case where buffer->niceFile was used + before being initialized. + +2002-03-05 Juergen Vigna + + * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress + only that one in the inset. Should be enough. + (updateLocal): set the selection cursor always if we don't have a + selection to be sure it's set! + + * insettabular.C (insetButtonPress): don't hit a sub inset 2 times. + +2002-03-04 Lars Gullik Bjønnes + + * insettext.C (clear): a gross hack to set layout on a newly + created paragraph. + +2002-03-04 Juergen Vigna + + * insettabular.C (localDispatch): inserted handling of + LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII. + (insertAsciiString): new helper function. + +2002-03-04 Jose Abilio Oliveira Matos + + * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile + argument. + +2002-03-03 Lars Gullik Bjønnes + + * insettext.C (InsetText): initalize newly created par with + default layout. add bufferparams parameter + first -> first_y + + * insetcaption.[Ch] (InsetCaption): add BufferParams parameter + * insetcollapsable.[Ch] (InsetCollapsable): ditto + * insetert.[Ch] (InsetERT): ditto + * insetfloat.[Ch] (InsetFloat): ditto + * insetfoot.[Ch] (InsetFoot): ditto + * insetfootlike.[Ch] (InsetFootLike): ditto + * insetmarginal.[Ch] (InsetMarginal): ditto + * insetminipage.[Ch] (InsetMinipage): ditto + * insetnote.[Ch] (InsetNote): ditto + * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes + +2002-03-02 Lars Gullik Bjønnes + + * insettext.C: layout as string + + * insetinclude.C: layout as string + + * insetert.C: layout as string + + * insetbib.C: layout as string + +2002-02-28 Angus Leeming + + * insetert.C: + * insettabular.C: remove #include "lyx_gui_misc.h". + +2002-02-26 John Levon + + * Makefile.am: + * figinset.h: + * figinset.C: + * inset.h: remove figinset, yahoo ! + +2002-02-28 Angus Leeming + + * insetgraphics.C (c-tors): initialise parent classes explicitly in + copy c-tor and initialise member variables in the correct order. + +2002-02-28 Juergen Vigna + + * insettabular.C (localDispatch): clear selection on PgUp/Down. + +2002-02-28 Jean-Marc Lasgouttes + + * inset.h: ... and add a better one here. + + * insetcommand.C (insetButtonRelease): remove that one which was a + bit broken... + +2002-02-27 Jean-Marc Lasgouttes + + * insetcommand.C (insetButtonRelease): ... and move it here. + + * inseturl.h: remove insetButtonRelease from there... + 2002-02-26 Juergen Vigna + * inseturl.h: Added a insetButtonRelease call returning true as + prove of concept. + + * insetlabel.C (edit): Fixed wrong update handling after change I + leave in the wrong code for the one who wrote it to remove and have + a look what he did wrong. + * insettabular.C (localDispatch): force a SELECTION update if we had a selection and we passed the event down to the inset (fix #213) + (localDispatch): handle font changing stuff when we have a cell + selection so that the selection is not rewoked. I don't really like + this fix, but it's the only way I see to do it right now. 2002-02-22 Juergen Vigna @@ -82,15 +428,15 @@ 2002-02-12 Jean-Marc Lasgouttes * insetert.C (status): do not update the text inset, but the ERT - inset. + inset. 2002-02-11 John Levon * insetnote.C: use notebg for background - + 2002-02-08 Herbert Voss - * insetgraphic.C: + * insetgraphic.C: * insetgraphicsParams.[Ch]: adding new Option noUnzip to prevent LyX from unzipping when this should be handled by latex vis the graphic.cfg. @@ -109,13 +455,13 @@ 2002-02-05 Herbert Voss - * insetgraphic.C: + * insetgraphic.C: * insetgraphicsParams.[Ch]: some cosmetic changes to latex output and adding a rotate bool similiar to subcaption 2002-02-04 Herbert Voss - * insetgraphic.C: + * insetgraphic.C: * insetgraphicsParams.[Ch]: add a LyXView-scale to have a similiar view to the LaTeX one. Get zipped files work. @@ -159,7 +505,7 @@ 2002-01-30 Jean-Marc Lasgouttes * figinset.C (runqueue): open translation file in binary mode (for - cygwin). + cygwin). 2002-01-27 Herbert Voss @@ -177,7 +523,7 @@ 2002-01-20 Jean-Marc Lasgouttes - * insettabular.C (getMaxWidth): + * insettabular.C (getMaxWidth): (forceDefaultParagraphs): use Tabular::GetCellFromInset 2002-01-19 Jean-Marc Lasgouttes @@ -185,10 +531,10 @@ * insettabular.C (getMaxWidthOfCell): adapt to the new definition of LyXLength::inPixels - * inset.C (latexTextWidth): + * inset.C (latexTextWidth): * insetminipage.C (latexTextWidth): new method, which implements the equivalent of the LaTeX macro \textwidth - + * insetminipage.C (getMaxWidth): use latexTextWidth 2002-01-18 Juergen Vigna @@ -238,13 +584,13 @@ 2002-01-14 Jean-Marc Lasgouttes - * insetparent.C (InsetParent): - * insetgraphicsParams.C (Write): - (Read): - * insetgraphics.C (prepareFile): - (readFigInset): - (docbook): - * insetexternal.C (executeCommand): + * insetparent.C (InsetParent): + * insetgraphicsParams.C (Write): + (Read): + * insetgraphics.C (prepareFile): + (readFigInset): + (docbook): + * insetexternal.C (executeCommand): (doSubstitution): use Buffer::filePath * insetbib.C (getFiles): add a #warning for Angus @@ -330,7 +676,7 @@ 2002-01-05 John Levon * insetinclude.C: fix use of FileInfo - + 2002-01-07 Juergen Vigna * insettabular.C (draw): fixed clearing of cell around inset. @@ -356,7 +702,7 @@ 2001-12-31 John Levon * insettabular.C: correct single-cell select vertically - + 2001-12-27 Juergen Vigna * insettabular.C (ascii): export as tab-separated-values if the @@ -416,7 +762,7 @@ * insettext.[Ch]: move includes around a bit, other ws changes and small stuff. - + 2001-12-17 Jean-Marc Lasgouttes * insettext.C (insetButtonRelease): fix compile problem @@ -463,7 +809,7 @@ 2001-12-11 Jean-Marc Lasgouttes * inset.h: add par_owner_ member variable and parOwner - setter/accessor. + setter/accessor. 2001-12-10 Jean-Marc Lasgouttes @@ -475,7 +821,7 @@ 2001-12-09 Jean-Marc Lasgouttes - * insettext.C (draw): + * insettext.C (draw): (drawFrame): use insetWidth instead of last_width * insettext.h: remove variable last_width (insetWidth is exactly @@ -488,7 +834,7 @@ 2001-12-05 John Levon * insettext.C (insetAllowed): add comment - + 2001-12-05 Juergen Vigna * insettext.C (insetAllowed): fixed for the case that we directly @@ -544,7 +890,7 @@ * insettoc.[Ch]: DocBook -> docbook. 2001-11-29 André Pönitz - + * inseterror.C: * insettext.C: further reduction of header dependencies by using lyx::layout_type and lyx::textclass_type from support/types.h @@ -574,27 +920,27 @@ * insetfloatlist.h: * insetfloatlist.C: derive from InsetCommand so gui can use it easily - + 2001-11-26 André Pönitz - + * insettext.[Ch]: * insetert.C: * insetnote.C: reduce header dependencies, introduce type for - positions + positions 2001-11-23 John Levon * various: update for Alert.h - + 2001-11-22 John Levon * inset.h: fix comment - + * insettext.C: use par->isInset() 2001-11-22 Allan Rae - * insetcollapsable.h: + * insetcollapsable.h: * inset.h: Changes to checkInsertChar() behaviour. Now return value indicates whether chars can be inserted. @@ -604,7 +950,7 @@ 2001-11-14 José Matos - * insetspecialchar.C (linuxdoc): + * insetspecialchar.C (linuxdoc): (docbook): don't give a name to a unused variable. * insettext.C (docbook): removed unused variable. @@ -612,13 +958,13 @@ 2001-11-13 Herbert Voss * insetgraphic.C: fix scale bug - + 2001-11-13 Jean-Marc Lasgouttes - * inset.h (isSpace): + * inset.h (isSpace): (isLetter): new virtual methods. - * insetspecialchar.C (isSpace): + * insetspecialchar.C (isSpace): (isLetter): implement here. 2001-11-04 John Levon @@ -666,7 +1012,7 @@ * insetert.h: * insetert.C: fix some problems - + 2001-10-30 Kayvan A. Sylvan * insetexternal.C (doSubstitution): Added $$FPath token @@ -804,12 +1150,12 @@ * inset.h (getFirstParagraph): New virtual method. 2001-08-20 Herbert Voss - * insetbib.C: added a option bibtotoc which is from "BIB to TOC" + * insetbib.C: added a option bibtotoc which is from "BIB to TOC" in the the bibtex-database-gui for inserting a line - \addcontentsline... + \addcontentsline... If no style is given than there is no tex-output. - + 2001-08-18 Angus Leeming * insetbib.[Ch] (getFiles): new method, returning the BibTeX database @@ -826,21 +1172,21 @@ * insetnote.h: Add empty validate method. * insetert.h: Ditto - * insetnote.C (InsetNote): Set language to the language of the + * insetnote.C (InsetNote): Set language to the language of the document. 2001-08-16 Juergen Vigna * insettext.C: implemented the new FINISHED states. - * insettabular.C: ditto + * insettabular.C: ditto * inset.h: added more FINISHED states for cursor right,up,down 2001-08-16 John Levon - * insetfloatlist.C: use "FloatName List" - + * insetfloatlist.C: use "FloatName List" + 2001-08-14 Juergen Vigna * insetert.C (edit): forgot to set status_ in edit calls! @@ -868,7 +1214,7 @@ 2001-08-11 Dekel Tsur - * insettext.C (localDispatch): Change language only when the inset + * insettext.C (localDispatch): Change language only when the inset becomes empty. 2001-08-10 Juergen Vigna @@ -967,7 +1313,7 @@ 2001-08-03 Lars Gullik Bjønnes - * inset.C (convertFont): delete method. not used. + * inset.C (convertFont): delete method. not used. 2001-08-03 Juergen Vigna @@ -1051,7 +1397,7 @@ * ChangeLog: Hiding time travel evidence. * insetgraphicsParams.h: - * insetgraphicsParams.C: + * insetgraphicsParams.C: * insetgraphics.C: Added horizontal scale option, it actually scales both directions since it keeps image proportions. @@ -1060,7 +1406,7 @@ 2001-07-29 Baruch Even * insetgraphics.C (decideOutputImageFormat): when doing postscript output - convert PNG/GIF/JPG to EPS, assume the rest are EPS already. + convert PNG/GIF/JPG to EPS, assume the rest are EPS already. HACKY! Will need to add an EPS detection routine like old InsetFig does! @@ -1103,14 +1449,14 @@ 2001-07-26 Baruch Even - * insetgraphics.C (draw): changed casting to be in one place rather than + * insetgraphics.C (draw): changed casting to be in one place rather than all over the function. * insetgraphics.h: * insetgraphics.C (read): Added compatibility reads of InsetFig. - + * insetgraphicsParams.h: - * insetgraphicsParams.C: + * insetgraphicsParams.C: * insetgraphics.C: Removed inline option and changed rotateAngle to float. 2001-07-28 Kayvan A. Sylvan @@ -1138,7 +1484,7 @@ * inset.h: added new function checkInsertChar. * various files: added c-tor and clone() function. - + * insetcollapsable.h: removed clone function here as this should be only realized in REAL insets and added it to all collapsable insets! (with the copy-constructor). @@ -1201,12 +1547,12 @@ * insettext.C (insetUnlock): only set update to CLEAR_FRAME if draw frame mode is LOCKED. - * insetcollapsable.C (edit): + * insetcollapsable.C (edit): (insetButtonRelease): set update status to full when opening inset. - * insettext.C (clearInset): - * insettabular.C (draw): + * insettext.C (clearInset): + * insettabular.C (draw): * insetlatexaccent.C (draw): honor background color. * inset.h: new member background_color_, initialized to @@ -1299,7 +1645,7 @@ 2001-07-19 Juergen Vigna * most files: implemented the below new introduced function. - + * inset.h: added new edit(BufferView *, bool front) method to be able to enter an inset from the front/back without knowing x/y positions and baselines inside the inset. So I just can tell the inset activate @@ -1324,7 +1670,7 @@ the default InsetCollapsable methods. I.e., it can insert anything. (write) output the name of the inset, not some silly hack for compatability with the old InsetInfo. - + * insetinfo.[Ch]: removed. * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is now collapsable, but functionality is otherwise identical to InsetInfo. @@ -1384,7 +1730,7 @@ 2001-07-17 Juergen Vigna * various files: implemented the below functions. - + * inset.h: added functions - virtual string selectNextWord(BufferView *, float & value) const; - virtual void selectSelectedWord(BufferView *) { return; } @@ -1406,7 +1752,7 @@ 2001-07-14 Baruch Even * insetgraphics.h: - * insetgraphics.C: Added a copy c-tor and handled the same_id case. + * insetgraphics.C: Added a copy c-tor and handled the same_id case. 2001-07-13 Angus Leeming @@ -1431,7 +1777,7 @@ * various files: added implementation of new insertInsetAllowed-func and redone the function a bit more. - + * inset.h: added isCollapsable(), bool collapsed(), collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code). @@ -1487,7 +1833,7 @@ * a lot of files: added implementation of the below new functions and the change to clone(). Also the call of the new undo-functions where needed. - + * inset.h: added an inset_id, added functions getParFromID, getInsetFromID, firstParagraph, cursor and id functions, added bool same_ids to clone function. @@ -1511,7 +1857,7 @@ 2001-07-03 Lars Gullik Bjønnes * insettext.C (localDispatch): call CutAndPaste::'s static method - directly. + directly. 2001-07-03 Jean-Marc Lasgouttes @@ -1546,7 +1892,7 @@ 2001-06-29 Jean-Marc Lasgouttes - * insetmarginal.C (latex): + * insetmarginal.C (latex): * insetfoot.C (latex): fix spacing of notes in LaTeX * insettext.C (localDispatch): use .c_str() on istringstream @@ -1559,7 +1905,7 @@ * inseturl.h: * inseturl.C: fix method names in these to begin with small char too, so they inherit - + 2001-06-28 Juergen Vigna * insettext.C (setFont): fixed font settings using toggleFree() @@ -1645,7 +1991,7 @@ 2001-06-13 Jean-Marc Lasgouttes * lyxinset.h (resizeLyXText): shut off warning about unused - parameter "force" + parameter "force" 2001-06-07 Juergen Vigna @@ -1665,7 +2011,7 @@ * insetert.C: * insetcollapsable.C: * insetcaption.C: LColor tidy - + 2001-06-01 Lars Gullik Bjønnes * figinset.C: fix typo @@ -1764,7 +2110,7 @@ * insettabular.C (LocalDispatch): * insettext.C (LocalDispatch): getClipboard() is now a BufferView - method + method 2001-05-03 Lars Gullik Bjønnes @@ -1808,14 +2154,14 @@ 2001-04-16 Allan Rae - * insettoc.C (Ascii): - * insettext.C (draw): - * insettabular.C (setPos): - * insetminipage.C (Read): - * insetfloat.C (placement): - * insetcaption.C (Ascii, DocBook): + * insettoc.C (Ascii): + * insettext.C (draw): + * insettabular.C (setPos): + * insetminipage.C (Read): + * insetfloat.C (placement): + * insetcaption.C (Ascii, DocBook): * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as - an unrecognised preprocessor directive. So ensure they're wrapped. + an unrecognised preprocessor directive. So ensure they're wrapped. 2001-04-06 John Levon @@ -1825,7 +2171,7 @@ 2001-04-06 Lars Gullik Bjønnes * insettext.C (InsetText): fix new - (InsetText): reindent some, simplify deletion of par list + (InsetText): reindent some, simplify deletion of par list (clear): simplify deletion of par list, fix new (SetParagraphData): simplify deletion of par list @@ -1851,7 +2197,7 @@ * insetcollapsable.[Ch] (getLabelList): add std:: on vector - * insettext.[Ch] (getLabelList): add std:: on vector + * insettext.[Ch] (getLabelList): add std:: on vector * insetcollapsable.[Ch] (getLabelList): implement @@ -1877,7 +2223,7 @@ 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 @@ -1908,14 +2254,14 @@ (Clone): comment out. * insetcollapsable.h: some reformatting (Clone): comment out. - + * inset.C: reindent (scroll): simplify 2001-03-30 Juergen Vigna * insetcollapsable.h: changen *inset to be a InsetText inset. - + * some files: changed to reflect the above change. 2001-03-29 Angus Leeming @@ -1951,7 +2297,7 @@ * insetcollapsable.C (draw): changed to draw the button in the upper left corner outside the textinset. - (ascent): changed because of different drawing + (ascent): changed because of different drawing (descent): ditto (width): ditto (Edit): ditto @@ -1962,7 +2308,7 @@ 2001-03-27 Dekel Tsur * figinset.C (GetPSSizes): Fix for the case when filename doesn't - contain a suffix. + contain a suffix. (Clone): ditto 2001-03-26 Juergen Vigna @@ -1984,7 +2330,7 @@ 2001-03-23 Juergen Vigna * insetcollapsable.C (InsetMotionNotify): - (InsetButtonRelease): + (InsetButtonRelease): (InsetButtonPress): fixed y-offset (minipages). * insettext.C (draw): force a FULL update if cleared == true. @@ -2088,7 +2434,7 @@ * insetcaption.[Ch]: update from new_insets branch * insetfloat.[Ch]: ditto - + 2001-03-06 John Levon * insetexternal.C: @@ -2115,7 +2461,7 @@ * 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 @@ -2135,7 +2481,7 @@ 2001-02-22 Jean-Marc Lasgouttes * insetcollapsable.C (getLyXText): add const qualifier to second - parameter. + parameter. 2001-02-22 Juergen Vigna @@ -2163,7 +2509,7 @@ * inseterror.h: * insetgraphics.C: change name of "hide" signal to "hideDialog", consistent with InsetTabular. - + 2001-02-19 Juergen Vigna * insettabular.C (LocalDispatch): implement PAGE up/down. @@ -2236,8 +2582,8 @@ * BoundingBox.h: removed 2001-02-08 Dekel Tsur - - * insettext.C (LocalDispatch): Update selection cursor when moving + + * insettext.C (LocalDispatch): Update selection cursor when moving cursor to the right. (moveRightIntern): Call to CursorRight with 2 argument eqaul to false. (moveLeftIntern): Ditto. @@ -2271,7 +2617,7 @@ 2001-01-26 Dekel Tsur - * insetref.C (getType, getName): Move methods from + * insetref.C (getType, getName): Move methods from src/frontends/xforms/FormRef.C. 2001-01-12 Dekel Tsur @@ -2281,7 +2627,7 @@ 2001-01-25 Dekel Tsur * insetbib.C (bibitemWidest): Use lyxfont::width instead of - par->bibkey->width. This fixes the crashes when running without + par->bibkey->width. This fixes the crashes when running without gui or when having included documents. 2001-01-22 Dekel Tsur