]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
Connect to InsetInfo
[lyx.git] / src / Buffer.cpp
2010-02-12 Pavel SandaConnect to InsetInfo
2010-02-11 Uwe Stöhrsupport for multirows in tables:
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-08 Jürgen SpitzmüllerPatch by John McCabe-Dansted to fix bug #6502:
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-01-31 Vincent van RavesteijnRevert r33295. This seems to be a not so great idea...
2010-01-31 Vincent van RavesteijnAdd an assert to check for a fully loaded Buffer before...
2010-01-31 Vincent van RavesteijnReturn failure if the file ended unexpectedly.
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-21 Richard HeckFormatting.
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2010-01-20 Richard HeckThe BufferList does not know about cloned buffers,...
2010-01-19 Richard HeckCollect the title for XHTML output, and use it.
2010-01-14 Richard HeckBetter error messages for failed conversion.
2010-01-12 Richard HeckA couple changes related to cloning:
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 YounesBuffer cloning: copy the different bib caches.
2010-01-09 Abdelrazak YounesFix memory leak.
2010-01-09 Richard HeckStyle.
2010-01-09 Abdelrazak YounesFix multipart document background compilation. I am...
2010-01-08 Vincent van RavesteijnMove some code from Buffer::loadLyXFile to LyXVC::file_...
2010-01-08 Richard HeckUse calculated labels in XHTML output.
2010-01-08 Richard HeckFix a BibTeX caching bug. Because we only set the last...
2010-01-08 Richard HeckMove the collection of citations and sorting routines...
2010-01-08 Abdelrazak YounesOn the road to fix #6415. The texrow object contains...
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...
2010-01-07 Jürgen Spitzmüller* Add native support for \includeonly (bug 5360).
2010-01-05 Abdelrazak YounesAdd a FIXME for asynchronous export and preview and...
2010-01-05 Abdelrazak Younestypos.
2010-01-05 Abdelrazak YounesCleanup a bit the pargraph ids generation in order...
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...
next