]> git.lyx.org Git - lyx.git/history - src/buffer.C
Georg Baum\'s no-tempdir patch
[lyx.git] / src / buffer.C
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-01-21 Jean-Marc Lasgouttesmove Buffer::nice to LaTeXFeatures
2003-12-29 Jürgen Spitzmüllerchange the file format number to 229 for the sake of...
2003-12-15 Angus LeemingHandle Michael's changes to InsetCollapsable.
2003-12-10 Angus LeemingModify the InsetBox format to always start 'Box'.
2003-12-10 Angus LeemingInsetNote clean-up.
2003-12-03 André Pönitzpatch sent to the list yesteday
2003-12-02 André Pönitzmerge common code
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzmove the LyXText member
2003-11-27 Martin Vermeerparametrize SGML document header
2003-11-25 Martin VermeerIntroducing a number of tags parametrizing various
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-03 André Pönitzremove Inset::id
2003-11-02 Alfredo Braunsteinadd PosIterator
2003-10-31 José Matoxunify API for insets export
2003-10-30 José Matoxfactorise linuxdoc and docbook output code
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Martin VermeerSmall refactoring of DocBook stuff
2003-10-22 Angus LeemingSet 'fully_loaded' when starting a new file too...
2003-10-22 Angus LeemingAdd a Buffer::fully_loaded member function, returning...
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingAdd a buffer() member function to LaTeXFeatures. Not...
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-16 Lars Gullik Bjønnesfix some namespace issues for gcc 3.4
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-02 Lars Gullik Bjønnesadd a space
2003-09-02 Lars Gullik BjønnesFix some zlib issues, use a temp file for lyx2lyx conve...
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-26 André PönitzouterPar
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-22 Angus LeemingTrivial fixes to spelling/grammar in a couple of comments.
2003-08-14 John LevonMichael's UI patch v2
2003-08-01 José Matoxremove file_format from buffer.h
2003-07-28 Lars Gullik Bjønnessome more compression stuff
2003-07-28 José Matox\end_document replaces \the_end.
2003-07-28 José Matox\layout -> \begin_layout and missing \end_layout
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-28 Jean-Marc Lasgouttesfix writing of tabulars; output the real lyx version...
2003-07-27 Lars Gullik Bjønneszlib stuff
2003-07-27 José MatoxAdd \end_layout, increment file format.
2003-07-26 Jean-Marc Lasgouttesmove reading of bind files from lyxrc.C to kbmap.C...
2003-07-26 José MatoxRename arguments of makeLaTeXFile to a sane scheme.
2003-07-26 Alfredo Braunsteinfactorize some code
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-11 Alfredo Braunsteinfixes buffer closing crashes
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-24 Alfredo BraunsteinMore errorlist adjustements.
2003-06-22 Alfredo Braunsteinfix a bug just introduced.
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-12 André Pönitzreturn a Paragraph & from ParIterator::operator*()
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-06-07 John Levonminimal ERT spacing patch (first patch sent to list...
2003-06-06 José MatoxFix docbook export (bug 821)
2003-06-05 Angus LeemingBump the file format.
2003-06-03 John Levonclone() at long last !
2003-06-02 John Levonfix bug 1149
2003-05-29 Lars Gullik Bjønnessimplify InsetList a bit and constify a bit too
2003-05-27 Lars Gullik Bjønnesparlist-23-a,diff
2003-05-27 Lars Gullik Bjønnesparlist-21-a.diff
2003-05-24 Lars Gullik Bjønnesfix some small problems... kindo hackish...
2003-05-24 Lars Gullik Bjønnesuse a reference instead of a pointer in ParagraphList...
2003-05-23 André PönitzsetUndo2 interface change
2003-05-23 Angus LeemingThe free_spacing patch and fix to the mess that Rob...
2003-05-23 Lars Gullik BjønnesThe "I want this in now" patch.
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-22 Angus LeemingThe 'nice' changes.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-22 André Pönitz return a ParIterator from getParFromID
2003-05-21 Lars Gullik Bjønnesiterators-2.diff + some whitespace changes
2003-05-20 Alfredo Braunsteinget rid of InsetError users
2003-05-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-19 André Pönitzon the way to a usable insetenv
2003-05-13 Alfredo Braunsteinthe errorlist change
2003-05-13 André Pönitznon-templated tostr in separate files
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 Lars Gullik BjønnesRemove Paragraph dependency from texrow, use a id instead.
next