]> git.lyx.org Git - lyx.git/history - src/buffer_funcs.cpp
transfer os::is_absolute_path() to FileName::isAbsolute().
[lyx.git] / src / buffer_funcs.cpp
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/