]> git.lyx.org Git - lyx.git/history - src/toc.C
Small formatting and comment cleanup.
[lyx.git] / src / toc.C
2006-11-16 Abdelrazak YounesPatch from Martin V.: Fix Undo/Redo bugs with outline.
2006-11-11 Abdelrazak Younes* Buffer
2006-11-09 Georg Baumremove obsolete includes
2006-10-30 Abdelrazak Younessmall cosmetic cleanups:
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-04-28 Martin Vermeer Change capitalization for outline (DOWN -> Down etc.)
2006-04-26 Martin Vermeer Outlining improvements/fixes
2006-04-22 Abdelrazak Younes* TocBackend.[Ch]: new files defining class TocBackend...
2006-04-19 Abdelrazak YounesTwo ways toc navigation:
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-29 Martin Vermeer Add outlining functionality to the TOC dialog.
2005-10-25 Jean-Marc Lasgouttesfix TOC when no section headings are defined in the...
2005-07-27 Jürgen SpitzmüllerDo not use localized strings internally (bug 1870)
2005-07-04 Jürgen Spitzmüllerfix bug 1870 (List of tables windows shows list of...
2005-06-09 Angus LeemingWhitespace, only whitespace. s/ +$//
2005-05-12 Jean-Marc Lasgouttesvarious toc-related fixes
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-25 André Pönitzthe stuff from the sneak preview:
2003-10-23 André Pönitz * lyxtext.h:
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-21 Lars Gullik BjønnesGet rid of Pseudo Actions
2003-09-15 André Pönitzthe toc fix plus layout stuff
2003-09-12 André Pönitzthe automatic label patch
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-04 Angus LeemingMove #includes out of header files.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-27 Lars Gullik Bjønnesput namespace toc inside namespace lxy
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-06-12 André Pönitzreturn a Paragraph & from ParIterator::operator*()
2003-05-29 Lars Gullik Bjønnessimplify InsetList a bit and constify a bit too
2003-05-21 Lars Gullik Bjønnesiterators-2.diff + some whitespace changes
2003-05-13 André Pönitznon-templated tostr in separate files
2003-02-22 John Levonfix bug 913 (toc crash)
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-08 John LevonLar's ParConstIterator
2002-11-07 John Levontwo fixes (posted to list)
2002-09-24 Dekel TsurFix insetwrap
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-12 Lars Gullik BjønnesThe ParagraphList stuff
2002-08-11 Lars Gullik BjønnesThe InsetList
2002-08-08 John Levonsome minor lyxaction cleanup
2002-08-07 André Pönitzthe FuncRequest changes
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-24 Jean-Marc Lasgouttesmove toc menu code to menubackend
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-07-21 John Levonstd:: fixes for toc
2002-07-21 Jean-Marc Lasgouttestoc support reorganization; changes to xform_helpers...