]> git.lyx.org Git - lyx.git/history - src/paragraph_funcs.C
... and sanitize the simplified code...
[lyx.git] / src / paragraph_funcs.C
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-28 Alfredo Braunsteinfixes 3 c&p crashes, and a vanishing insets bug fix
2004-03-27 Angus LeemingEnsure that insetlist always contains non-null pointers...
2004-03-27 Angus LeemingSquash a bunch of compiler warnings.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-03 André Pönitzpatch sent to the list yesteday
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-17 Alfredo Braunsteinmouse selection patch
2003-11-11 Alfredo Braunsteinremoving update calls
2003-11-10 André PönitzAlfredo's patch.
2003-11-06 Alfredo Braunsteinfiner error handling
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-10-31 José Matoxunify API for insets export
2003-10-30 José Matoxfactorise linuxdoc and docbook output code
2003-10-28 André Pönitzlots of small stuff
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-14 Alfredo BraunsteinFix bug 1323
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
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-06 Angus LeemingForward declare LatexRunParams in converter.h.
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-04 Angus LeemingMove #includes out of header files.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 André PönitzownerPar for gerParentLanguage
2003-08-27 André Pönitz'fix' outerPar
2003-08-26 André Pönitzremove InsetOld::par_owner & handling
2003-08-26 André PönitzouterPar
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-18 André Pönitzdrop a few fitCursor() and draw() calls
2003-08-15 André Pönitzsplit LyXText::rowlist_ into individual Paragraph:...
2003-07-31 André Pönitzput two functions in one, remove global variables
2003-07-30 Angus Leeming'new InsetHFill();' should be 'new InsetHFill;'
2003-07-28 José Matox\end_document replaces \the_end.
2003-07-28 José Matox\layout -> \begin_layout and missing \end_layout
2003-07-27 André Pönitz remove Buffer * parameter from a bunch of get*Font...
2003-07-27 José MatoxAdd \end_layout, increment file format.
2003-07-27 André Pönitzi thought I committed that already...
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-07 John Levonminimal ERT spacing patch (first patch sent to list...
2003-05-29 Lars Gullik Bjønnessimplify InsetList a bit and constify a bit too
2003-05-28 Lars Gullik Bjønnesparlist-24-a.diff
2003-05-27 Lars Gullik Bjønnesparlist-23-a,diff
2003-05-24 Lars Gullik Bjønnesuse a reference instead of a pointer in ParagraphList...
2003-05-23 Angus LeemingThe free_spacing patch and fix to the mess that Rob...
2003-05-22 Angus LeemingOops.
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-22 Angus Leeming(Juergen) the new space inset.
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 André PönitzThe 'bformat' introduction
2003-04-29 André Pönitz * paragraph.h: make operator= private unimplemented...
2003-04-29 André Pönitzmore Paragraph * -> Paragraph & changes
2003-04-16 Lars Gullik Bjønnesparlist-13-c.diff
2003-04-16 Lars Gullik Bjønnesprepare for further work and a parlist thingie
2003-04-15 Lars Gullik Bjønnesremove unneeded args from realizeFont
2003-04-15 Lars Gullik Bjønnesparlist-12-a.diff
2003-04-15 Lars Gullik Bjønnesparlist-11-a.diff
2003-04-14 Lars Gullik Bjønnesparlist-10-a.diff + a bit more
2003-04-14 Lars Gullik Bjønneslyxlex-2-a.diff
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-17 Lars Gullik Bjønnes* paragraph_funcs.C (TeXDeeper): reduce number of args...
2003-03-12 John LevonFix the authorlist code, shouldn't crash now
2003-03-12 John LevonThe inset newline patch I sent plus the requisite fixes...
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-10 Lars Gullik BjønnesFix InsetText latex export.
2003-03-06 Lars Gullik Bjønnesmore ParagraphList work
2003-03-04 Lars Gullik Bjønnesremove usage of Paragraph::next and Paragraph::previous
2003-03-04 Lars Gullik Bjønnesadd a ParagraphList::insert, adjust other funcs accordingly
2003-03-04 Lars Gullik Bjønnesadd ParagraphList::erase, make mergeParagraph take...
2003-03-04 Lars Gullik Bjønnesmore ParagraphList::iterator usage
2003-03-04 Lars Gullik Bjønnesmore ParagraphList::iterator usage
2003-03-03 Lars Gullik Bjønnesuse ParagraphList::iterator a bit more
2003-03-03 Lars Gullik Bjønnesmove some functions around
2003-02-17 André Pönitzremove the hardcoded bibkey from the paragraph
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2002-12-01 Lars Gullik Bjønnesws changes
2002-11-07 John Levontwo fixes (posted to list)
2002-10-21 John Levonremove unused and a little documentation (all r=larsbj)
2002-09-12 John Levontrivial shit
next