]> git.lyx.org Git - lyx.git/history - src/ChangeLog
move space above/below from Paragraph into a separate vspace inset.
[lyx.git] / src / ChangeLog
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-28 André Pönitzmove the LyXText member
2003-11-28 Martin VermeerSyntax change for CharStyles
2003-11-28 André Pönitzismall stuff
2003-11-27 Martin VermeerThis was forgotten
2003-11-27 Martin Vermeerparametrize SGML document header
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-26 Alfredo BraunsteinupdateCounters fix + changeDepth simplification
2003-11-25 Martin VermeerIntroducing a number of tags parametrizing various
2003-11-25 André Pönitzthe 'lots of small stuff' patch
2003-11-24 Angus Leeming(Georg Baum): propogate BibTeX databases from the maste...
2003-11-24 Alfredo Braunsteinremove unneeded bv->text->init call
2003-11-24 André Pönitz * text2.C (updateCounters): remove call to redoParagra...
2003-11-24 Alfredo Braunsteinfix a crash while importing from LaTeX
2003-11-22 Lars Gullik BjønnesMore debug mode work.
2003-11-22 Lars Gullik BjønnesA couple of changing resulting from gcc 3.4 debug mode...
2003-11-21 André PönitzMichael's open-close-patch
2003-11-21 André Pönitztiny simplification
2003-11-21 Alfredo Braunsteinallow extending a double/triple click + whitespace...
2003-11-21 Alfredo Braunsteinxy0_->xyo_ + two fixes
2003-11-20 Alfredo Braunsteinsmall fix to today's commit
2003-11-20 Alfredo Braunsteincursor work + absolute coords for lyxtext
2003-11-18 Alfredo Braunsteinfix to target_x
2003-11-17 Alfredo Braunsteinmouse selection patch
2003-11-17 Alfredo Braunsteinfix cursor positioning at the end of lyxfunc::dispatch
2003-11-17 Alfredo Braunsteinreactivate replace + some code simplification
2003-11-14 Alfredo Braunsteindispatch also to BufferView (solve the problems reporte...
2003-11-14 Martin VermeerXML sanitation
2003-11-13 Martin VermeerFix insertion/modification of button-style insets
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-12 Martin VermeerThe Character Style and XML short element inset.
2003-11-11 Martin VermeerSmall step to solving 'impossible to insert some insets...
2003-11-11 Alfredo Braunsteinremoving update calls
2003-11-11 André Pönitz * text.C: remove big comment on invalid Paragraph...
2003-11-11 Alfredo Braunsteinsome fitcursor work
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-10 André PönitzThe deed is done.
2003-11-07 Alfredo Braunsteinskip ert on spellchecking
2003-11-06 Alfredo Braunsteinfiner error handling
2003-11-06 Alfredo Braunsteinflag the buffer dirty if replacing something
2003-11-06 Alfredo Braunsteina PosIterator-based ParIterator ctor and 1 user
2003-11-05 Alfredo BraunsteinDEPM crash fix
2003-11-05 Jean-Marc Lasgouttesstlport compilation fixes
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-05 Alfredo Braunsteinrequire BufferView argument in ParIterator::text
2003-11-05 Alfredo BraunsteinJoao latest bits
2003-11-05 Alfredo Braunsteinmake LFUN_GOTO_PARAGRAPH work with deep nestings
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-11-04 Lars Gullik Bjønnesremember this
2003-11-04 Alfredo Braunsteincompile fix
2003-11-04 André PönitzLyXCursor::x_fix -> BufferView::x_target
2003-11-04 Alfredo Braunsteindeactivate the cursor cache
2003-11-03 Alfredo Braunsteinfix undo crash
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-03 André Pönitzremove Inset::id
2003-11-03 Alfredo Braunsteinadd lockPath and a few helpers
2003-11-02 Alfredo Braunsteinadd PosIterator
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-11-01 Lars Gullik Bjønnestry to avoid initailizaton problems with global debugst...
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-29 Lars Gullik BjønnesFINISHED_POP -> FINISHED
2003-10-29 Lars Gullik Bjønnesmore dispatch work
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-28 Alfredo Braunsteinput a hack in rowBreakPoint inside #if 0
2003-10-28 André Pönitzlots of small stuff
2003-10-28 Alfredo Braunsteinfix the end key
2003-10-27 Alfredo Braunsteinfix the zombie chars
2003-10-27 Alfredo Braunsteinsmall fix to toc navigation inside branches
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-27 Alfredo Braunsteinremove lastPos and use endpos instead
2003-10-27 Alfredo Braunsteintwo rowbreaking fixes + a bit of rowBreakPoint simplifi...
2003-10-27 Alfredo Braunsteinundo fixes
2003-10-25 Martin VermeerPartial fix to nav menu/branch inset problem reported...
2003-10-24 Alfredo Braunsteinmake endpos behave
2003-10-23 Alfredo Braunsteinfix 2 dontlikes
2003-10-23 André Pönitz * RowList_fwd.h: change list<> to vector<> to gain...
2003-10-23 Alfredo Braunsteintake the bidi stuff out of lyxtext.h to its own file
2003-10-23 André Pönitz * lyxtext.h:
2003-10-22 Lars Gullik BjønnesUse correct types when working with stream::pos_type.
2003-10-22 André Pönitzrename row.end into row.endpos
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-22 Martin VermeerThis should fix the "oops" in the "is a bit silly"...
2003-10-21 André PönitzChangeLog & re-add the {} for "long" blocks..
2003-10-21 Martin VermeerFinal touch 'inset display()'; fix 'is a bit silly...
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-20 Jean-Marc Lasgouttesfix bug 1415; fix annoying typo
2003-10-18 Martin VermeerCrash fix (wrong cursor def)
2003-10-17 Lars Gullik Bjønnesforgot this
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-17 Jean-Marc Lasgouttescompile fixes for stlport
2003-10-17 Lars Gullik BjønnesGet rid of the TextCache.
2003-10-16 André Pönitzmake updateRowPositions() a bit faster.
next