]> git.lyx.org Git - lyx.git/history - src/Buffer.h
Remove embedding stuff from InsetBibtex.
[lyx.git] / src / Buffer.h
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-03-26 Stefan Schimanski* corrected handling of validation of math macros....
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-06 Abdelrazak YounesDelete child buffer at InsetInclude destruction.
2008-03-06 Abdelrazak YounesLoad child documents unconditionally at updateLabels...
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-23 Stefan Schimanski* Moved std::sets out of Buffer.h to reduce overall...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-09 André Pönitzstart work on less-likely-to-misuse iterators.
2008-02-09 André Pönitzsome refactoring.
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
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-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-11-30 Abdelrazak Younespimpl_ is too verbose to write.
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-30 Abdelrazak YounesAdd FIXMEs
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-28 Abdelrazak Younes* FileName:
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
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önitzsaner borderline between buffer and exporter
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Abdelrazak YounesHeader cleanup
2007-10-18 Abdelrazak Younesremove unused declaration
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesUse InsetCode
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Abdelrazak YounesRemove "DocIterator.h" header dependencies in Buffer.h.
2007-10-03 André Pönitzmove some buffere related stuff from callback.cpp tpo...
2007-10-03 Abdelrazak Younesremove unimplemented closing() definition.
2007-10-02 André Pönitzthe delegate patch
2007-10-02 Abdelrazak YounesFix some issues with buffer closing.
2007-10-02 Abdelrazak YounesBuffer::pimpl_: replace scoped_ptr with a simple pointer.
2007-10-02 Abdelrazak YounesReplace Buffer' changed() and closing() signals with...
2007-09-06 Bo PengFix another prompt for externally-modified bug with...
2007-09-04 Bo PengEmbedding patch 4: interaction between buffer and...
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-09 Bo PengEnable File -> Revert when the file is externally modif...
2007-06-15 Abdelrazak YounesSaves some compile time by diminishing Buffer.h header...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 André Pönitzremove ParagraphList_fwd.h
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/