]> git.lyx.org Git - lyx.git/history - src/buffer_funcs.cpp
lexer cosmetics
[lyx.git] / src / buffer_funcs.cpp
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Abdelrazak YounesLoad child documents unconditionally at updateLabels...
2008-03-04 Abdelrazak YounesInvert loadChildDocuments() and updateLabels() calls...
2008-03-04 Abdelrazak Younesheader
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-02-28 Richard HeckHeader.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-09 André Pönitzsome refactoring.
2008-01-26 Richard HeckHandle the case where a file exists but is not readable...
2008-01-15 Pavel SandaFix bug 4493 - countChars assert.
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2008-01-12 André Pönitzcosmetics
2008-01-12 Pavel SandaAdd temp vars to countChar.
2008-01-08 Pavel SandaAdd characters counting.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-07 Abdelrazak YounesSplit LyXFunc::menuNew() into LyXView::newDocument...
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 Enrico ForestieriFix some other thinkos in r21048
2007-11-13 André Pönitzcosmetics
2007-11-07 André Pönitzmore use of support::FileName.
2007-10-24 André Pönitzremove unneded code
2007-10-23 André Pönitzcosmetics
2007-10-21 Bo PengEmbedding: remove the embeddingChanged signal
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-02 Abdelrazak YounesReplace Buffer' changed() and closing() signals with...
2007-09-29 André Pönitzcosmetics
2007-09-20 André PönitzRemove a few includes from Text.h
2007-09-04 Bo PengEmbedding patch 4: interaction between buffer and...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-17 Jean-Marc Lasgouttes * buffer_funcs.cpp (setLabel): use a switch instead...
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
2007-08-15 Jean-Marc Lasgouttescompilation fix
2007-08-14 Abdelrazak YounesFix crash when the Outline dialog is opened on an empty...
2007-08-13 Jean-Marc Lasgouttes * buffer_funcs.cpp (updateLabels): fix crash: par_iter...
2007-08-13 Abdelrazak Younes* loadChildDocuments(): new function to load all child...
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-08-06 Richard HeckDeal with a UI bug discussed on the list.
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-07-11 Abdelrazak YounesFollowing commit 19040, those partial updateLabels...
2007-07-11 Jean-Marc Lasgouttes * Counters.cpp (appendix): new getter and setter used...
2007-06-20 Bo PengFix wrong intepretation of the return value of the...
2007-06-19 Abdelrazak YounesPolish revision 18825 and fix some remaining issues...
2007-06-14 Abdelrazak YounesFix Bug-3183 by Ozgur Ugras BARAN:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-24 Bo PengIncrease listings counter for InsetInclude with lstinpu...
2007-05-17 Abdelrazak YounesThis patch solves this crash (due to an assertion):
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 Bo PengRename .C ==> .cpp for files in src/