]> git.lyx.org Git - lyx.git/history - src/Buffer.h
Buffer: Pimpl private methods and fix a few constness issue.
[lyx.git] / src / Buffer.h
2010-01-25 Abdelrazak YounesBuffer: Pimpl private methods and fix a few constness...
2010-01-25 Abdelrazak YounesBuffer: Pimpl gui_ and remove unused code. support...
2010-01-25 Abdelrazak YounesGet rid of mostly unused methods.
2010-01-25 Abdelrazak YounesGet rid of Buffer::setReadOnly() pseudo signal.
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-11 Richard HeckCheck the bibliography cache only when we really need...
2010-01-10 Jürgen SpitzmüllerAdd an option to assure that all aux files are maintain...
2010-01-09 Abdelrazak YounesFix multipart document background compilation. I am...
2010-01-08 Richard HeckMove the collection of citations and sorting routines...
2010-01-08 Vincent van RavesteijnMove reloadBuffer from GuiView to Buffer.
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2009-12-30 Tommaso CucinottaImplemented the "Current Buffer" & "Current (Master...
2009-12-18 Abdelrazak YounesConverter: add a safe guard to Alerts because those...
2009-12-18 Abdelrazak YounesDetach Buffer preview and update preview in a new threa...
2009-12-13 Abdelrazak YounesFor Qt4.4 and up: Detach Buffer autosave into a new...
2009-12-10 Richard HeckCosmetic repairs to my updateLabels() changes, thanks...
2009-12-06 Richard HeckMinor XHTML fix.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-24 Pavel SandaPuzzling doxygen output.
2009-11-15 Richard HeckThis can be a private method.
2009-11-08 Enrico ForestieriDon't use updateMacros() in the math parser, in order...
2009-10-29 Vincent van RavesteijnFix part of bug #6251: When closing a buffer, only...
2009-10-25 Vincent van RavesteijnDon't set the read-only flags of the documents. The...
2009-10-25 Vincent van RavesteijnCall the Compare thread from the GuiCompare dialog.
2009-09-08 Tommaso CucinottaAdded isInternal() method, mapped temporarily on check...
2009-08-15 Richard HeckMove emergencyWrite() from BufferList to Buffer.
2009-08-09 Abdelrazak YounesGet rid of Buffer::insertStringAsLines().
2009-07-13 Jürgen Spitzmüller* Add possibility to append active branch names to...
2009-07-11 Jürgen Spitzmüller* Buffer.{cpp,h}:
2009-07-10 Jürgen Spitzmüller* Add ability to rename branches (bug 4128).
2009-07-09 Jürgen SpitzmüllerEase the pain with unknown branches:
2009-06-22 Abdelrazak YounesSimplify Buffer::spellCheck() by using Paragraph::spell...
2009-06-21 Jürgen Spitzmüller* Pop up error dialog if issuing master-buffer-[view...
2009-06-21 Jürgen Spitzmüller* Buffer.cpp:
2009-06-05 Richard HeckBasic output routines for HTML.
2009-05-03 Vincent van RavesteijnFix bug #5879 (try 2): Move the autosave file of a...
2009-04-07 Jürgen Spitzmüller* First step towards default view format.
2009-04-06 Richard HeckThe Buffer::dispatch() patch.
2009-04-04 Abdelrazak YounesMore SpellChecker cleanups.
2009-04-04 Richard HeckFix up a few little things after r29065. If we're calcu...
2009-04-04 Richard HeckRoutine no longer exists.
2009-03-28 Abdelrazak YounesTransfer some general code from GuiSpellchecker to...
2009-03-26 Vincent van RavesteijnSome cleanup in InsetInclude:
2009-03-12 Richard HeckSo we do, sometimes, need the setBuffer calls that...
2009-03-12 Richard HeckUse an enum to make things a little clearer here.
2009-03-07 Jürgen Spitzmüllerfix bug 5833
2009-02-19 Pavel Sandagcc compil fix
2009-02-19 Vincent van RavesteijnFix bug 5699 (crash when using outliner in child docume...
2009-02-14 Jürgen Spitzmüller* Buffer.h: cosmetics.
2009-02-04 Jean-Marc Lasgouttesfix faulty documentation
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Stefan Schimanski* "Goto label" in reference dialog works with master...
2008-11-16 André Pönitzmove more stuff from buffer_func to Buffer
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-16 Jean-Marc Lasgouttesrename [io]docfstream to [io]fdocstream
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-13 Pavel SandaFix whitespaces so the diff between branches is not...
2008-09-30 Abdelrazak YounesAvoid a complete Toc reset in case when only a toc...
2008-09-29 Abdelrazak Younesconstify
2008-07-20 Abdelrazak YounesMove child document closing from InsetInclude dtor...
2008-06-05 Richard HeckMore cache fixing. Similar fix as for InsetBibtex,...
2008-06-05 Richard HeckFix some of the BibTeX cache issues. We need to be...
2008-04-25 Richard HeckImplement a cache for BibTeX data. There was a cache...
2008-04-20 André Pönitzcosmetics
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
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
next