]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
Slight re-organization.
[lyx.git] / src / Buffer.cpp
2010-12-03 Richard HeckSlight re-organization.
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-11-29 Vincent van RavesteijnRemove unused #include.
2010-11-28 Jürgen Spitzmüller* Buffer.cpp (makeLaTeXFile):
2010-11-28 Jürgen Spitzmüllerwhitespace only.
2010-11-27 Jürgen SpitzmüllerAllow to use XeTeX and LuaTeX with tex fonts.
2010-11-27 Pavel SandaKill leading blankspaces in new strings, its weird...
2010-11-26 Richard HeckFinal batch of BufferParam renaming.
2010-11-26 Richard HeckRename a bunch of BufferParams to conform to our usual...
2010-11-26 Richard HeckFix bug #2607.
2010-11-26 Jürgen SpitzmüllerImplement GUI for LuaTeX. File format change due to...
2010-11-26 Vincent van RavesteijnDo not overwrite read-only files. We now move the file...
2010-11-26 Vincent van RavesteijnFix bug #7035: Read-only status and compressed status...
2010-11-25 Vincent van RavesteijnFix also the other occurence of the strange language...
2010-11-25 Pavel SandaThis message looked strange.
2010-11-23 Jürgen Spitzmülleradd basic LuaTeX backend.
2010-11-23 Jürgen Spitzmüller* Buffer.cpp: correctly set the flavor.
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-11-21 Georg BaumLoad mhchem if it is requested unconditionally, fix...
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-11-18 Vincent van RavesteijnCall Buffer::saveCheckSum() from Buffer::setFileName...
2010-11-18 Vincent van RavesteijnBuffer::setFileName() can now be private. The only...
2010-11-17 Vincent van RavesteijnCorrect bug number and typo.
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-07 Uwe StöhrGuiTabular: support for multirow offset; fileformat...
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-11-05 Vincent van RavesteijnClarify comment.
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-11-05 Vincent van RavesteijnFix bug #6058: Change tracking and versioning.
2010-11-01 Stephan Wittfirst step to cure the VCS load problem
2010-10-30 Stephan Wittafter successfuly load of autosave or emergency file...
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 Kornel BenkoMake it compilable, missing parentheses
2010-10-26 Vincent van RavesteijnLet's add one step of security more here.
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-26 Vincent van RavesteijnBuffer: Rename function names:
2010-10-26 Vincent van RavesteijnBuffer: Make Buffer::readFile() private.
2010-10-25 Richard HeckLittle bit of cleanup, motivated by need to squash...
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 RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnCentralize the generation of the emergency and autosave...
2010-10-25 Richard HeckReturn early again if there's nothing to do. Also,...
2010-10-25 Vincent van RavesteijnOops.
2010-10-25 Vincent van RavesteijnFFix warnings in Buffer::readString.
2010-10-25 Richard HeckLessen indentation by returning early if there's nothin...
2010-10-25 Vincent van RavesteijnRefactor Buffer.cpp: loadLyXFile():
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-10-25 Vincent van RavesteijnOne should use dynamic_casts for inheritance-based...
2010-10-24 Vincent van RavesteijnFix bug #6968: isExternallyModified remains "true"...
2010-10-21 Richard HeckSimplify comment.
2010-10-19 Richard HeckMake updateMacros() descend into tables. Fixes #6897.
2010-10-19 Richard HeckRevert r35715. Didn't mean to commit both.
2010-10-19 Richard HeckCut and paste solution to get export working. The issue...
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-10-13 Richard HeckRefstyle support. The user can now choose between prett...
2010-10-12 Richard HeckGet rid of "CharStyle:", "Custom:", and "Element:"...
2010-10-11 Uwe StöhrInsetBibtex.cpp:
2010-10-05 Richard HeckFix bug #6929.
2010-09-29 Richard HeckSimplify Buffer::allRelatives() now.
2010-09-29 Richard HeckRemove the magic boolean in getChildren() from the...
2010-09-29 Richard HeckKeep the "find the master" recursion in masterDocument().
2010-09-29 Richard HeckI am pretty sure we do not want duplicates here. What...
2010-09-29 Richard HeckIntroduce Buffer::hasChildren() and use it.
2010-09-29 Richard HeckUse getChildren() to collect all the relatives. Note...
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-09-19 Pavel SandaAdd support for feyn package and Diagram inset.
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-08-31 Uwe Stöhrsupport to load the mathdots package via the document...
2010-08-10 Richard HeckInvalidate caches when the parent is reset.
2010-08-10 Richard HeckFix some bugs in the bibinfo caching mechanism. Comment...
2010-08-09 Richard HeckMissing invalidations of bibfile cache.
2010-08-09 Richard HeckRevert r35106.
2010-08-09 Richard HeckDon't need this argument, since it was only ever called...
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-08-09 Richard HeckDo not invalidate cache unless we find some BibTeX...
2010-08-06 Jean-Marc LasgouttesFix bug #3733: 'undo' does not revert 'changed' status...
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
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-07-17 Uwe Stöhrsupport for formal math script
2010-07-16 Richard HeckRemove Nameref support. Too many issues involving trans...
2010-07-13 Richard HeckThese didn't get committed with r34884 because I forgot...
2010-07-13 Uwe Stöhrsupport for the ISO C-series paper formats; fileformat...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-03 Uwe Stöhr- new support for makebox; fileformat change
2010-06-14 Jürgen Spitzmüllermake branch-add-insert aware of the separator ("|"...
2010-06-14 Jürgen Spitzmüllerwhitespace
2010-06-07 Richard HeckRenaming: \\begin_inset OptArg to \\begin_inset Argument.
2010-06-07 Richard HeckUse new RequiredArgs tag to improve Beamer UI. Also...
next