]> git.lyx.org Git - features.git/blobdiff - src/ChangeLog
Replace LString.h with support/std_string.h,
[features.git] / src / ChangeLog
index 67ebbbcfe20c1ba4e5bac2372ba032d738cd50d0..39c67316b1b296715b2321f5333465ddda3d71ff 100644 (file)
+2003-09-05  Angus Leeming  <leeming@lyx.org>
 
-2003-08-14  André Pönitz  <poenitz@gmx.net>
+       Replace LString.h with support/std_string.h,
+       Lsstream.h with support/std_sstream.h,
+       support/LIstream.h with support/std_istream.h,
+       support/LOstream.h with support/std_ostream.h.
 
-       * lyxrow.[Ch]: remove Row::pit_ member and par() accessors
+       Changes resulting throughout the tree.
+
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * sgml.h: ensure that the header file can be compiled stand-alone.
+       * *.C: strip out redundant #includes. (320 in total.)
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
+       here (from getPackages).
+
+       * debug.[Ch]: add a new EXTERNAL tag.
+
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * text2.C (cursorEnd): simplify
+       (setCursor): adjust
+       (getColumnNearX): adjust
+
+       * text.C (computeBidiTables): adjust
+       (fill): adjust
+
+       * rowpainter.C (paintChars): adjust
+       (paintSelection): adjust
+       (paintChangeBar): adjust
+       (paintText): adjust
+
+       * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
+       lastPos instead.
+       (numberOfSeparators): adjust
+
+2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * LyXAction.C:
+       * box.[Ch]:
+       * lfuns.h:
+       * lyxfunc.C:
+       * text3.C: Restricts the mouse click functionality
+       of insets like bibtex, include, toc and floatlist to the visible
+       button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
+       up the dialogs. Cursor has to be in front of the inset (i.e.
+       start of row) for this to function.
+
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * bufferview_funcs.C (currentState): output row information
+
+2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * bufferview_funcs.C (currentState): output paragraph position
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * FloatList.h: move out #include "Floating.h".
+       * LaTeX.h: move out #include "DepTable.h".
+       * LyXAction.h: move out #include "funcrequest.h".
+       * buffer.h: move out #include "author.h", "iterators.h".
+       * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
+       * lyx_main.h: move out #include "errorlist.h".
+       * lyxfunc.h: move out #include "FuncStatus.h".
+       * lyxtext: move out #include "lyxcursor.h".
+       * paragraph_pimpl.h: move out #include "counters.h".
+
+2003-09-03  Angus Leeming  <leeming@lyx.org>
+
+       * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
+       preamble_snippets list, enabling us to add snippets to the preamble only
+       if the snippet was not there already.
+
+2003-09-04  Angus Leeming  <leeming@lyx.org>
+
+       * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
+
+2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * lyxfunc.C (dispatch): if fitCursor did something be sure to
+       update
+
+2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BranchList.C: point fix, earlier forgotten
+
+2003-09-02  Angus Leeming  <leeming@lyx.org>
+
+       * box.C (contains): renamed from 'contained' after a fantastic
+       amount of hot air.
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * BufferView.C:
+       * lyxcursor.h:
+       * lyxcursor.C:
+       * lyxfunc.C:
+       * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * text2.C: simplification of cursorEnd(), including partial
+       fix for bug 1376
+
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C (readFile): add a space
+
+2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView_pimpl.C (update): remove bogus fitCursor() call
+
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C (readFile): new function, take a filename and a
+       ParagraphList::iterator
+       (readFile): adjust
+       (readFile): adjust, make it private. don't use setStream, make
+       lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
+       always contain the filename.
+
+       * BufferView.C (insertLyXFile): simplify and make it work for
+       gzipped files.
+
+2003-08-30  John Levon  <levon@movementarian.org>
+
+       * Makefile.am: fix dist (from Kayvan)
+
+2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * most files: change to use const Buffer refs
+
+2003-08-27  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]: remove getParentText, implement getParentLanguage
+       on top of ownerPar().
+
+2003-08-27  John Levon  <levon@movementarian.org>
+
+       * funcrequest.C: properly initialise POD members
+
+2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyxtext.h (top_y): move top_y from here
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]: to here
+       * frontends/screen.C:
+       * insets/insettabular.C:
+       * insets/insettext.C: adjust
+       * rowpainter.[Ch] (paintRows): remove LyXText & argument
+
+2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
+
+2003-08-26  André Pönitz  <poenitz@gmx.net>
+
+       * paragraph_func.[Ch] (outerPar): new function
+
+       * paragraph.C:
+       * paragraph_funcs.C:
+       * paragraph_funcs.h:
+       * paragraph_pimpl.C:
+       * text2.C: remove Inset::par_owner
+
+2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * lyxrow_funcs.C:
+       * lyxtext.h:
+       * text.C:
+       * text2.C: eliminates the needFullRow/display() stuff
+       altogether, putting the logic in metrics/draw in the insets.
+
+2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text2.C (redoParagraphInternal, redoParagraphs):
+       * text.C (redoParagraph): add a call to updateRowPositions at the
+       end of each 'metrics-like' call. Remove all others.
+       (getRow): remove the 'y-computing' version.
+       (getRowNearY): do not compute nor return the real y. Solve the
+       'y < 0' problem and simplify.
+
+2003-08-22  Angus Leeming  <leeming@lyx.org>
+
+       * *.[Ch]: clean-up of licence and author blurbs.
+       Also move config.h out of a few .h files and into a few .C files.
+
+2003-08-22  André Pönitz  <poenitz@gmx.net>
+
+       * lyxrow.[Ch]: add x_ and *fill_ members
+
+       * lyxtext.h:
+       * text.C:
+       * rowpainter.C:
+       * text2.C: adjust/remove prepareToPrint() calls
+
+2003-08-22  André Pönitz  <poenitz@gmx.net>
+
+       * lyxrow.[Ch]: add  end_ member
+
+       * lyxrow_funcs.C: use LyXRow::end_
+
+       * lyxtext.h (singleWidth): add LyXFont parameter
+
+       * rowpainter.C:
+       * text2.C: adjust LyXText::singleWidth() calls
+
+       * text.C (redoParagraph): simplify row breaking logic
+
+
+2003-08-19  André Pönitz  <poenitz@gmx.net>
+
+       * funcrequest.C: initialize button_ member
+
+       * text3.C:
+       * rowpainter.[Ch]: interface consolidation
+
+2003-08-18  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.C:
+       * BufferView_pimpl.C:
+       * lyxfind.C:
+       * paragraph_funcs.C:
+       * rowpainter.C:
+       * text3.C: remove LyXScreen::draw() and fitCursor calls
+
+       * BranchList.h: remove spurious semicolons
+
+       * MenuBackend.C: fix branchlist related crash
+
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BranchList.[Ch]:
+       * InsetList.[Ch]:
+       * LColor.[Ch]:
+       * LyXAction.C:
+       * Makefile.am:
+       * MenuBackend.[Ch]:
+       * bufferparams.[Ch]:
+       * factory.C:
+       * lfuns.h:
+       * lyxfunc.C:
+       * text3.C: implements the 'branch inset'
+       idea. This allows the output of various versions of a document
+       from a single source version, selectively outputing or suppressing
+       output of parts of the text.
+       This implementation contains a 'branch list editor' in a separate
+       tab of the document settings dialog. Branches are user definable
+       and have a "display colour" to distinguish them on-screen.
+
+       ColorHandler was somewhat cleaned up.
+       (1) make possible a dynamically growing LColor list by allowing
+       the graphic context cache to grow along (vector);
+       (2) eliminate an IMHO unnecessary step in colour allocation.
+
+2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
+
+       * BufferView_pimpl.C: compile fix
+
+2003-08-15  André Pönitz  <poenitz@gmx.net>
+
+       * rowpainter.C: remove extra metrics calls
+
+       * lyxtext.h: merge the two constructors into a single one,
+         pass reference to owner's par list
+
+       * BufferView_pimpl.C:
+       * text.C:
+       * text2.C: adjust
+
+2003-08-15  André Pönitz  <poenitz@gmx.net>
 
-       * bufferview_funcs.C:
        * lyxrow_funcs.[Ch]:
        * lyxtext.h:
+       * paragraph.h:
+       * paragraph_funcs.C:
        * rowpainter.C:
        * text.C:
        * text2.C:
-       * text3.C: adjust
+       * text3.C:
+       * text_funcs.C: split LyXText::rowlist_ into individual
+       Paragraph::rows_ chunks
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]:
+       * lyxfind.C:
+       * lyxtext.h:
+       * text3.C: remove toggleSelection()
+
+2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * bufferlist.C: beautify two alerts (shorter text of buttons)
+       * buffer.C: Remove redundant ' ' from message
+       * tabular.h:
+       * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
+       rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
+       rename VALIGN_CENTER to VALIGN_MIDDLE
 
 2003-08-11  André Pönitz  <poenitz@gmx.net>
 
        * lyxtext.h (getPar):
        * text.C: new function
 
+2003-08-11  André Pönitz  <poenitz@gmx.net>
+
        * Makefile.am:
        * tracer.[Ch]: remove unneeded files
 
 
 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
 
-       * text2.C (DEPM): fix part of bug 1255 and 1256 
+       * text2.C (DEPM): fix part of bug 1255 and 1256
 
 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>