]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
More notes.
[lyx.git] / src / Buffer.cpp
2009-12-30 Richard HeckSome BufferParams for XHTML output.
2009-12-30 Tommaso CucinottaImplemented the "Current Buffer" & "Current (Master...
2009-12-24 Richard HeckRestore the privacy of the parent_buffer. We want all...
2009-12-21 Peter Kümmelmove calls to Buffer::errors and Buffer::message to...
2009-12-19 Vincent van RavesteijnFix the threaded preview and reenable it.
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-12 Vincent van RavesteijnFix a crash when spellchecking when a Math inset is...
2009-12-10 Richard HeckCosmetic repairs to my updateLabels() changes, thanks...
2009-12-08 Jean-Marc LasgouttesSpeedup updateMacroInstances. This has some effect...
2009-12-07 Jürgen Spitzmüller* Fix bug #2144: Merge the two identical classes g...
2009-12-06 Richard HeckMinor XHTML fix.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-12-03 Richard HeckTypo.
2009-12-03 Richard HeckCSS for InsetBibtex. We include this via the validate...
2009-11-29 Jürgen Spitzmüller* Add support for per-document fontenc setting (bug...
2009-11-21 Richard HeckI think it's sufficient to export once. Fixes 6307.
2009-11-19 Richard HeckI am now going to proceed to break XHMTL output, and...
2009-11-17 Jean-Marc Lasgouttesrevert previous fix for Snow Leopard crashes and apply...
2009-11-15 Richard HeckThis can be a private method.
2009-11-14 Richard HeckWe need truly XHTML output to get MathML to display...
2009-11-14 Richard HeckAdd TEXT flavor, just in case we need it.
2009-11-11 Richard HeckChange the order of these backends.
2009-11-11 Uwe Stöhr- introduce option to suppress the LaTeX package mhchem...
2009-11-09 Richard HeckConst.
2009-11-08 Enrico ForestieriDon't use updateMacros() in the math parser, in order...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-10-30 Vincent van RavesteijnDo not issue the warning introduced in r31809 if we...
2009-10-30 Vincent van RavesteijnIssue a warning if a document has two parents. We shoul...
2009-10-29 Vincent van RavesteijnFix part of bug #6251: When closing a buffer, only...
2009-10-29 Vincent van RavesteijnMove the call to LFUN_SET_COLOR from the handling of...
2009-10-25 Vincent van RavesteijnRemove const modifier from the correct function.
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-10-25 Richard HeckAdd an HTML output flavor, and do something with it.
2009-10-18 Pavel SandaString formatting
2009-10-15 Pavel SandaMore info into emergency dialog. This is especially...
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-09-19 Abdelrazak YounesFix gcc compile bug... weird...
2009-09-19 Abdelrazak YounesMove LFUN_BUFFER_LANGUAGE to Buffer and enables it...
2009-09-19 Abdelrazak Younes* Move Buffer specific LFUNs to Buffer::dispatch()...
2009-09-19 Abdelrazak YounesTransfer LFUN_BUFFER_TOGGLE_READ_ONLY to Buffer.
2009-09-09 Vincent van Ravesteijnbuffer_pimpl.C doesn't even exist.
2009-09-08 Tommaso CucinottaAdded isInternal() method, mapped temporarily on check...
2009-09-04 Richard HeckBetter message.
2009-08-19 Vincent van RavesteijnNow we have disentangled writeSession() and closeWorkAr...
2009-08-18 Vincent van RavesteijnIf we are in a close_event all children will be closed...
2009-08-17 Jürgen Spitzmüller* Buffer.cpp: fix the fix (r31082): only add a default...
2009-08-17 Jürgen Spitzmüller* Buffer.cpp (readHeader): restore the default index...
2009-08-15 Vincent van RavesteijnFix a bunch of assertions.
2009-08-15 Richard HeckAs discussed on the list: Check for dirty Buffer when...
2009-08-15 Richard HeckMove emergencyWrite() from BufferList to Buffer.
2009-08-14 Uwe Stöhrnew document option to suppress the default date, filef...
2009-08-11 Pavel SandaFix bug #2120 - Emergency saves removal.
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesGet rid of Buffer::insertStringAsLines().
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-07-23 Vincent van RavesteijnFix bug #6058: Change tracking not usable in version...
2009-07-21 Uwe Stöhrallow to use glue lengths in the HSpace dialog; file...
2009-07-20 Uwe Stöhrallow the usage of relative lengths in the HSpace and...
2009-07-19 Uwe StöhrGuiDocument.cpp: allow to use percent lengths for the...
2009-07-19 Uwe Stöhrsupport to specify the paragraph indentation in the...
2009-07-16 Vincent van Ravesteijn* Buffer.cpp: whitespace.
2009-07-13 Jürgen Spitzmüller* Add possibility to append active branch names to...
2009-07-12 Jean-Marc LasgouttesRemove Layout::labelstring_appendix method; add a bool...
2009-07-12 Jean-Marc LasgouttesMake sure that the new caching mechanism for flattened...
2009-07-12 Jean-Marc Lasgouttesrevert r30515: too many files there
2009-07-12 Jean-Marc Lasgouttesfix a couple warnings after the number localization...
2009-07-11 Uwe Stöhr- support for longtable alignment, fileformat change
2009-07-11 Jürgen Spitzmüller* Buffer.cpp:
2009-07-11 Jürgen Spitzmüller* Buffer.{cpp,h}:
2009-07-11 Jürgen Spitzmüller* Buffer.cpp: squash compiler warning.
2009-07-11 Jürgen Spitzmüller* Buffer.cpp (renameBranches): record undo.
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-07-04 Abdelrazak YounesSpellchecker Bug fix: found word was not filled in.
2009-06-22 Abdelrazak YounesBuffer::Spellcheck(): Fix infinite loop when a math...
2009-06-22 Abdelrazak YounesBuffer::spellCheck(): don't spellcheck math.
2009-06-22 Abdelrazak YounesFirst fix the spellchecker. Now, it find the next missp...
2009-06-22 Abdelrazak YounesSimplify Buffer::spellCheck() by using Paragraph::spell...
2009-06-21 Abdelrazak YounesRevert previous to this file, stupid copy&paste bug...
2009-06-21 Abdelrazak YounesIntroduce Paragraph::isWordSeparator() and use it inste...
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-18 Jean-Marc Lasgouttesget rid of the \use_alt_language pref, which was not...
2009-06-12 Jürgen Spitzmüller* add support for the applemac encoding. File format...
2009-06-05 Richard HeckSeparate HTML preamble information. This could be used...
2009-06-05 Richard HeckRename a couple routines in preparation for more.
2009-06-05 Richard HeckBasic output routines for HTML.
2009-06-02 Richard HeckAllow customization of enumerate counters.
2009-05-28 Jean-Marc LasgouttesAllow literate documents other than noweb to work out...
2009-05-25 Jürgen Spitzmüllerempty file format change due to r29840.
2009-05-25 Jürgen Spitzmüller* Allow manual setting of bibliography indendation
2009-05-24 Enrico ForestieriFix reverse search when the View Source window is active.
2009-05-22 Jürgen SpitzmüllerA GUI for nomencl settings. Adds the possibility to...
2009-05-22 Jürgen Spitzmüllerfile format change due to r29770.
2009-05-22 Jürgen Spitzmüller* Per-document setting for bibtex and makeindex.
next