]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
complie fix
[lyx.git] / src / insets / ChangeLog
index bcf9eb72c0f258eab8775915a4aea0b7467cdefb..cbd849f718174aae67668095477c67b7d355b914 100644 (file)
@@ -1,3 +1,451 @@
+2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetquotes.C (dispString): disambiguate insert call
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes
+
+2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetquotes.C (dispString): use string::insert for prepending a
+       char.
+
+2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetparent.C (getScreenLabel): use boost::format
+
+       * insetgraphics.C (prepareFile): use boost::format
+       (ascii): ditto
+
+       * insetfloatlist.C (latex): use boost::format
+
+       * insetcaption.C (draw): use boost::format
+
+2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insettabular.C (tabularFeatures): Support for block alignment in fixed width
+       columns.
+
+2002-11-20  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (resetPos): temporary fix for endless loop in
+       this function on a redraw.
+
+2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettabular.C (copySelection): STRCONV
+
+       * insetinclude.C (uniqueID): STRCONV
+       (latexString): ditto
+
+       * insetgraphics.C: put VersionNumber inside anon namespace
+       (createLatexOptions): STRCONV
+
+       * insetcommandparams.C: include config.h
+
+2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C (Write): use lyx::float_equal.
+       Write height data correctly.
+       (Read): zero scale when reading height data.
+
+2002-10-30  John Levon  <levon@movementarian.org>
+
+       * insetfloat.C (addToTOC): recursively traverse all
+         contents looking for captions (fix #568)
+
+2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetexternal.C (doSubstitution): do not try to replace
+       environment variables, this is done when executing the command
+
+2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetexternal.C (doSubstitution): change order of substitution
+       to work around ReplaceEnvironmentPath brokenness
+
+2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
+
+       * insetgraphicsParams.C (init, Write): associated changes
+       * insetgraphics.C (createLatexOptions): use lyx::float_equal with
+       InsetGraphicsParams::scale.
+
+2002-10-21  John Levon  <levon@movementarian.org>
+
+       * inset.h: remove unused DISPATCH_RESULT
+
+       * insettext.C: sgml open/close tag now in sgml namespace
+
+2002-10-21  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphics.C (draw): Fix the drawing of an inset with a relative
+       file path subdir/fig.eps when pasting it into a buffer in a different
+       directory.
+
+2002-10-16  John Levon  <levon@movementarian.org>
+
+       * insetspecialchar.C: remove \\protected_separator parsing
+
+2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * insetquote.C: fix LaTeX output of quotation marks.
+
+2002-10-14  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
+       Backspace functions which confused the Undo handling.
+
+2002-10-09  Angus Leeming  <leeming@lyx.org>
+
+       * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
+       BufferView::dispatch that turns off this optimisation when a new inset
+       is inserted.
+
+       * insetcite.C (getNatbibLabel): correct logic of when and when not to
+       reload the BibTeX keys.
+
+2002-10-11 André Pönitz <poenitz@gmx.net>
+
+       * insettext.h: handle LFUN_PRIOR/NEXT
+
+2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * insetfloat.C: fix bug with float settings
+       (document default != float default).
+
+2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetwrap.C (addToToc): New method.
+       (InsetWrap): Set layout to caption.
+
+2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am (INCLUDES): loose SIGC_INCLUDES
+
+2002-09-16  John Levon  <levon@movementarian.org>
+
+       * insettabular.h: hasSelection() needs to be public
+
+2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C: use empty string as default for rotateOrigin
+
+2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C: use empty string as default for rotateOrigin
+
+2002-09-11  André Pönitz <poenitz@gmx.net>
+
+       * insettabular.C: implement LFUN_WORDSEL
+
+2002-09-10  John Levon  <levon@movementarian.org>
+
+       * insetinclude.h: remove unused param
+
+2002-09-09  John Levon  <levon@movementarian.org>
+
+       * insetinclude.h:
+       * insetinclude.C: remove noload, default to input
+
+2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * insetgraphics.C: disfuscated use of ']' in built output string.
+
+2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
+
+2002-08-29  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (lfunMousePress): Pay attention where you set
+       the x/y values as they depend on which inset in the tabular is
+       actually locked. So you surely have to reset them if you (un)lock
+       a inset!
+
+2002-08-29  André Pönitz <poenitz@gmx.net>
+
+       * insetfootlike.h: rename include guard to ALL CAPS
+
+       * insettext.C: swap object and first parameter for checkInsetHit calls
+         as this functions has moved from BufferView to LyXText
+
+
+2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphicsParams.C: remove local displayTranslator and use
+       the one from graphics/GraphicsTypes.h.
+
+2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetfloat.C (wide): add BufferParams parameter
+
+       * insetfloatlist.C (read):
+       (latex):
+       (getScreenLabel):
+       * insetfloat.C (latex):
+       (floatname):
+       * insetcaption.C (draw): use LyXTextClass::floats()
+
+2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insetoptarg.h: add std:: qualifier.
+
+2002-08-26  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (localDispatch): ditto.
+
+       * insettabular.C (localDispatch): fixed mouse pressing lfuns.
+
+2002-08-25  John Levon  <levon@movementarian.org>
+
+       * inseturl.C: elide long URLs (bug 404)
+
+2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
+
+       * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
+       remove "Format Version <version_no.>" string from inset header
+
+       * insetgraphics.C:
+       * insetgraphicsParams.[Ch]: Implement new graphics dialog
+
+       * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
+       a member of "grfx::Params" anymore.
+
+       * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
+
+2002-08-24  John Levon  <levon@movementarian.org>
+
+       * insetoptarg.h:
+       * insetoptarg.C: ws, pedantry ...
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * insettext.C (collapseParagraphs): pasteParagraph now in global
+       scope
+       (appendParagraphs): ditto
+
+2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetcite.C (latex): Remove spaces only after commmas.
+
+2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C: remove NO_COMPABILITY stuff
+
+2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (edit): use ParagraphList iterators
+
+       * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
+       (bibitemWidest): ditto
+
+2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C: include <boost/bind.hpp>
+       add using std::for_each
+       (saveLyXTextState): use ParagraphsList::iterator
+       (init): use for_each on paragraphlist iterators
+       (InsetText): remove superflous setting cached_bview to 0
+       (latex): reformat a bit
+       (ascii): use paragraphlist iterators
+       (validate): use for_each + boost bind
+       (getLabelList): use paragraphlist iterators
+       (deleteLyXText): use for_each + boost::bind
+       (resizeLyXText): ditto
+       (reinitLyXText): ditto
+       (removeNewlines): use paragraphlist iterators
+       (getParFromID): ditto
+       (paragraph): use for_each + boost::bind
+       (getInsetFromID): use paragraphlist iterators
+       (getLabelList): typo fix
+
+2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C (read): assign tmp to paragraphs after return from
+       call to parseSingleLyXformat2Token
+
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * insetbib.C:
+       * insetcite.C:
+       * inseterror.C:
+       * insetert.C:
+       * insetexternal.C:
+       * insetfloat.C:
+       * insetfloatlist.C:
+       * insetgraphics.C:
+       * insetinclude.C:
+       * insetindex.C:
+       * insetminipage.C:
+       * insetparent.C:
+       * insetref.C:
+       * insettabular.C:
+       * insettext.C:
+       * insettoc.C:
+       * inseturl.C:
+       changes due to the changed LyXView interface that now returns references
+       to member variables not pointers.
+
+2002-08-13  Angus Leeming  <leeming@lyx.org>
+
+       * inset.h:
+       * insetcollapsable.h:
+       * insetert.h:
+       * insettabular.h:
+       * insettext.h: forward-declare WordLangTuple
+       (selectNextWordToSpellcheck) constify return type.
+
+       * inset.C:
+       * insetcollapsable.C:
+       * insetert.C:
+       * insettabular.C:
+       * insettext.C: #include "WordLangTuple.h" and rearrange included files.
+
+2002-08-12  Angus Leeming  <leeming@lyx.org>
+
+       * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
+
+2002-08-12  Juergen Vigna  <jug@sad.it>
+
+       * insetcollapsable.C (edit): ignore if entered when pressing mouse
+       button 3.
+
+2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetbib.C (bibitemMaxWidth): ParagraphList changes
+       (bibitemWidest): ditto
+       * insettext.[Ch]: ditto
+
+2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insettext.C, insetert.C: use Paragraph::empty where appropriate
+
+2002-08-09  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C (latexString): remove fudge now that I've found out
+       how to enable LaTeX to find the file using input@path.
+
+2002-08-09  John Levon  <levon@movementarian.org>
+
+       * insettext.h:
+       * insettext.C: remove unused xpos
+
+2002-08-07  Juergen Vigna  <jug@lyx.org>
+
+       * insettabular.C (localDispatch): make delete not put the stuff
+       in the clipboard only do this on a cut operation.
+
+       * insettext.C (localDispatch): make delete and backspace not put
+       selected stuff to the clipboard.
+
+2002-08-07  André Pönitz <poenitz@gmx.net>
+
+       * inset.[Ch]:
+       * insetcollapsable.[Ch]:
+       * insetert.[Ch]:
+       * insetparent.[Ch]:
+       * insetref.[Ch]:
+       * insettabular.[Ch]:
+       * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
+
+2002-08-06  John Levon  <levon@movementarian.org>
+
+       * inset.h:
+       * inset.C:
+       * insetcollapsable.h:
+       * insetcollapsable.C:
+       * insetert.h:
+       * insetert.C:
+       * insettabular.h:
+       * insettabular.C:
+       * insettext.h:
+       * insettext.C: use WordLangTuple for spellcheck
+
+2002-08-06  Angus Leeming  <leeming@lyx.org>
+
+       * insetinclude.C: add a monitor to the previewed image, so that the
+       image is refreshed if the \input-ed file changes.
+
+2002-08-04  John Levon  <levon@movementarian.org>
+
+       * inset.h:
+       * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * insetcommandparams.[Ch] (preview): new methods returning and setting
+       a new bool preview_ flag.
+       (read): read this flag.
+       (operator==): add flag to check.
+
+       * insetinclude.C (write): output new preview() flag.
+       (previewWanted): use this flag.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * insetcollapsable.[Ch] (addPreview):
+       * insettabular.[Ch] (addPreview):
+       * insettext.[Ch] (addPreview): new methods. Can now generate previews
+       for insets in insets.
+
+2002-08-02  Angus Leeming  <leeming@lyx.org>
+
+       * insetcite.C: fix typo.
+
+       * insetgraphics.C: kill current_view and instead cache the BufferView
+       as a weak_ptr.
+
+       * insetinclude.C: kill current_view and pass the BufferView to the
+       PreviewedInset so that it can cache it.
+
+2002-08-01  Angus Leeming  <leeming@lyx.org>
+
+       * inset.h (generatePreview): renamed as addPreview.
+       (generatePreview): new method. Allows code to be moved out of
+       math_nestinset.C and into the new PreviewedInset class.
+
+       * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
+       add previews to the inset when \input-ing LaTeX.
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: strip,frontStrip -> trim,ltrim,rtrim
+
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetbib.C (latex): modify because of strip changes
+       (getKeys): ditto
+       * insetnote.C (InsetNote): ditto
+
+2002-07-26  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (searchForward): check for lastcell if we
+       had a locking inset.
+
+2002-07-25  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C (insetMotionNotify): Don't update the screen
+       if we didn't do nothing.
+       (searchForward): last cell was not checked.
+
+2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetfloat.C (read, write): Allow default placement
+       (floatPlacement_ is empty).
+
+2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * insetminipage.h (noFontChange):
+       * insettabular.h (noFontChange):
+       * insetfootlike.h (noFontChange):
+       * insetfloat.h (noFontChange): return true
+
+       * inset.h (noFontChange): new method, defaulting to false
+
 2002-07-22  Herbert Voss  <voss@lyx.org>
 
        * insetgraphicsParams.[Ch]: support size_type for old docs
 
        * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
 
-       * insetquotes.C: 
-       * insetlatexaccent.C: 
-       * insetgraphics.C: 
-       * insetexternal.C: 
-       * insetert.C: 
+       * insetquotes.C:
+       * insetlatexaccent.C:
+       * insetgraphics.C:
+       * insetexternal.C:
+       * insetert.C:
        * insetbib.C: #include "lyxlex.h"
 
-       * insetinclude.C: 
-       * insetfloat.C: 
-       * insetert.C: 
-       * insetbib.C: 
+       * insetinclude.C:
+       * insetfloat.C:
+       * insetert.C:
+       * insetbib.C:
        * insettext.C: use BufferParams::getLyXTextClass
-       
+
 
        * insetfloat.C (addToToc): new method. Add to toclist the entries
        corresponding to Caption layouts
 
 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insettoc.C (ascii): 
+       * insettoc.C (ascii):
        * insetfloatlist.C (ascii): change to use the new Toc functions
        instead of stuff that was in Buffer
 
        * insetgraphicsParams.C (as_grfxParams): use the new
        keepLyXAspectRatio parameter. Note that this is an adaptation of a
        1.2.0 patch, and I do not really know how to adapt it to the new
-       grfx::Cache world. Angus, please could you have a look? 
+       grfx::Cache world. Angus, please could you have a look?
 
 2002-05-01  Herbert Voss  <voss@lyx.org>
 
 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
 
        * insettext.C: use view_state_changed, switchKeyMap
+
 2002-07-17  Herbert Voss  <voss@perce.de>
 
        * insetgraphics.C (prepareFile): keep the extension when
 
 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
-       * insetcite.C (getNatbibLabel): 
+       * insetcite.C (getNatbibLabel):
        * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
 
 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
 
        * insetgraphics.C: use ->isDrawable()
+
 2002-07-12  Angus Leeming  <leeming@lyx.org>
 
        * insetgraphics.C: use the new smart loading capabilities of the image
 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
 
        * insettabular.C (edit): Move into correct cell when entering a
-       tabular in 
+       tabular in
 
        * insettext.C (unlockInsetInInset): Correct cursor behaviour for
        RTL paragraphs.