]> git.lyx.org Git - lyx.git/history - src/Buffer.h
Account for old versions of Pygments
[lyx.git] / src / Buffer.h
2010-12-04 Richard HeckRevert r36696: We can't collect BibTeX information...
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-12-03 Richard HeckProper fix now for bug #6846. The idea, due to JMarc...
2010-12-03 Richard HeckTowards a proper fix for bug #6846, this just disentang...
2010-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-11-18 Vincent van RavesteijnBuffer::saveCheckSum() can be private.
2010-11-18 Vincent van RavesteijnBuffer::setFileName() can now be private. The only...
2010-11-17 Vincent van RavesteijnBuffer::moveAutosaveFile can be private.
2010-11-17 Vincent van RavesteijnBuffer::getAutosaveFileName() can now be private as...
2010-11-17 Vincent van RavesteijnGeneralize Buffer::autoSave() for both the threaded...
2010-11-07 Vincent van RavesteijnMove the buffer related part from GuiView::renameBuffer...
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-10-29 Vincent van RavesteijnRemove saveCheckSum from Buffer::reload again. Now...
2010-10-29 Vincent van RavesteijnCentralize preview generation/deletion code to Buffer...
2010-10-29 Vincent van RavesteijnRelay the ReadStatus all the way up to the GUI also...
2010-10-28 Richard HeckMove saveCheckSum() call to Buffer::readFile(). Also...
2010-10-26 Vincent van RavesteijnBuffer: Rename function names:
2010-10-26 Vincent van RavesteijnBuffer: Make Buffer::readFile() private.
2010-10-26 Vincent van RavesteijnBuffer.h: Cleanup, Sorting, and Improvements:
2010-10-25 Vincent van RavesteijnMerge readFile and readFile; and readFile and readString.
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnCentralize the generation of the emergency and autosave...
2010-10-25 Vincent van RavesteijnRefactor Buffer.cpp: loadLyXFile():
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-09-29 Richard HeckRemove the magic boolean in getChildren() from the...
2010-09-29 Richard HeckComment.
2010-09-29 Richard HeckThis doesn't need to be a vector. Should be no change...
2010-09-29 Richard HeckIntroduce Buffer::hasChildren() and use it.
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-08-10 Richard HeckComments on the caching mechanism.
2010-08-10 Richard HeckFix some bugs in the bibinfo caching mechanism. Comment...
2010-08-09 Richard HeckMinor cleanup. We don't need the deleted call, as that...
2010-08-09 Richard HeckMore work toward speeding up the bibfile caching stuff.
2010-07-21 Richard HeckNext step in fixing problems noted by Vincent: Remove...
2010-07-21 Richard HeckFirst step towards fixing some issues noted by Vincent...
2010-07-21 Richard HeckSupport for exporting math as images with XHTML. The...
2010-04-21 Pavel SandaBuffer::getAutosaveFilename -> Buffer::getAutosaveFileName
2010-03-31 Pavel SandaNext header
2010-03-09 Richard HeckCheap fix for #6554. When we save a Buffer to a new...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
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...
next