]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / ChangeLog
index c0666120822f7ae22eee604239265c58dad4d217..a7d0c79ba59f11ed2d6fed15a49da7afc065d298 100644 (file)
@@ -1,9 +1,199 @@
+2002-01-07  Juergen Vigna  <jug@sad.it>
+
+       * text.C (nextBreakPoint): removed debug output not needed anymore.
+
+2002-01-06  Juergen Vigna  <jug@sad.it>
+
+       * text.C (nextBreakPoint): fixed up this function we had this bug
+       since ever but now hopefully we break row better.
+       (insertChar): we have to check if an inset is the next char as it
+       could now happen that a large inset is causing a break.
+
+2002-01-05  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
+       if it doesn't like to be drawed.
+
+2002-01-04  Juergen Vigna  <jug@sad.it>
+
+       * BufferView2.C (lockInset): forgot to set a cursor.
+
+       * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
+
+2002-01-03     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * FormMathsPanel.C:
+       * FormMathsPanel.h
+       * MathsSymbols.C:
+       * form_maths_panel.C:
+       * form_maths_panel.h:
+       * form_maths_panel.fd:
+       implemented sub- and super- buttons in math panel.
+
+       * lyx_main.C:
+       Revised hardwired bindings to allow original _ and ^ (or ^ space)
+       to be used as in TeX (req'd byAndré).
+
+       * lyxfunc.C:
+       Allow ^and _ again to be used both as super/subscript (mathed)
+       and as themselves (in text).
+
+
+2002-01-03  Allan Rae  <rae@lyx.org>
+
+       * LyXView.C (updateWindowTitle): Setup a short icon title of either
+       "LyX" or the filename of the current buffer if it has one.  This is a
+       modified form of John Levon's patch.
+
+       * XFormsView.C (setWindowTitle): also set icon title.
+
+       * LyXView.h: (setWindowTitle): signature changed.
+       * XFormsView.h (setWindowTitle): ditto.
+
+2002-01-02  Juergen Vigna  <jug@sad.it>
+
+       * tabular.C (AppendColumn): hopefully fixed this memory access problem.
+
+2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * screen.C (topCursorVisible): introduce a temp var for
+       text->cursor.row(), handle the case where this row is null. (kindo
+       hachish)
+
+       * text2.C (setCursor): add a couple of asserts.
+
+       * paragraph.h (inset_iterator): add -> operator 
+
+       * paragraph.[Ch] (autoDeleteInsets): remove member function 
+
+       * BufferView2.C (removeAutoInsets): rewrite to handle the old
+       cursor pos correctly and handle inset deletion by itself.
+       (insertErrors): move iterator declaration out of for expression
+
+       * lyxtextclass.C: add <algorithm>
+
+       * Makefile.am: added the new files to sources, removed layout.C
+       
+       * layout.C: removed file
+       
+       * layout.h: remove LYX_DUMMY_LAYOUT
+
+       * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
+       layout.
+
+       * lyxlayout.[Ch]:
+       * lyxtextclass.[Ch]:
+       * lyxtextclasslist.[Ch]: new files 
+
+       * include order changes to a lot of files, also changes because of
+       the six new files.
+       
+2001-12-27  Juergen Vigna  <jug@sad.it>
+
+       * buffer.C (asciiParagraph): more fixes.
+
+       * tabular.C (ascii): make ascii export support export of only the
+       data separated by a column-delimiter.
+       (ascii): better support for ascii export.
+
+       * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
+
+2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * tabular_funcs.C: use a "using std::getline" instead of the
+       previous fix from Angus (necessary for cxx + lyxstring)
+
+2001-12-24  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (tripleClick): fixed for InsetText.
+
+       * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
+       problems. First check a minipage also if we have some ert-contents
+       (not only on par->size(), second set the right depth of the paragraph
+       on the relink to the root-paragraph-list!
+
+       * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
+       which then did not anymore update the main paragraphs on undo/redo!
+
+2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxfunc.C (getStatus): use func_status::toggle to simplify the
+       code. Support all font-changing funcs (even those which are not in
+       menu currently). Support for reporting font settings in 
+       mathed (disabled until Andre provides a function on mathed's side).
+
+       * func_status.h (toggle): small helper function to set toggle
+       state on a flag.
+
+2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * tabular_funcs.C: getline -> std::getline
+
+2001-12-21  Juergen Vigna  <jug@sad.it>
+
+       * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
+       accessed and could be 0 (I couldn't generate this but it seems
+       Michael could!).
+
+2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * tabular_funcs.C: add LIstream.h, move write_attribute to..
+       * tabular_funcs.h: here and include iosfwd
+
+2001-12-20  Juergen Vigna  <jug@sad.it>
+
+       * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
+       inside inset but undo_par was.
+
+2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Thesaurus.C: always include <config.h> in sources.
+
+       * Painter.h: 
+       * lyxlookup.h: 
+       * box.h: do not include <config.h> in header files
+
+       * text.C (paintLastRow): remove unused variable
+
+       * text.C (transformChar): 
+       (insertChar): 
+       * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
+
+       * Painter.C (text): 
+       * font.C (width): rewrite to use uppercase() instead of
+       islower/toupper. 
+
+       * lyxfind.C (IsStringInText): use uppercase instead of toupper.
+
+2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxfind.C: clean up of find failure position change
+
+2001-12-20  Juergen Vigna  <jug@sad.it>
+
+       * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
+
+       * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
+       (TeXRow): added to LaTeX a single tabular row.
+       (TeXLongtableHeaderFooter): added to output LT-h/f data.
+       (Latex): simplified and finally good LT-h/f support.
+       (various_functions): just small adaptions for LT-h/f support.
+
+       * tabular_funcs.[hC]: added and moved here all not classfunctions
+       of LyXTabular.
+
+2001-12-19  Juergen Vigna  <jug@sad.it>
+
+       * tabular.[Ch]: better support for longtabular options (not finished
+       yet!)
+
 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * text.C (paintLastRow): use the label font instead of the font of
        the last character to compute the size of *_BOX. This makes more
        sense and avoids a crash with empty paragraphs.
        Use Painter::rectangle to draw EMPTY_BOX.
+
 2001-12-19  Juergen Vigna  <jug@sad.it>
 
        * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of