]> git.lyx.org Git - lyx.git/history - src/text.C
ws fixes
[lyx.git] / src / text.C
2004-02-27 Alfredo Braunsteinws fixes
2004-02-27 Alfredo Braunsteinfix a rebreaking bug
2004-02-27 André PönitzWednesday's 'de-mathed-ification' + Row::fill removal
2004-02-20 André Pönitz * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-13 André Pönitzmore IU as advertised
2004-02-13 André Pönitzmore IU stuff
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-02-12 André Pönitzadd LCursor & parameter to cursor moving functions
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-02-06 Alfredo Braunsteinfix some coordinates (tabular and math missing)
2004-02-06 André Pönitzre-enable bits of selection
2004-02-03 André Pönitzremove math cursor plus
2004-02-02 André Pönitz * cursor.[Ch]: remove direct access to anchor
2004-01-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2004-01-30 André Pönitzmore IU
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-14 André Pönitzmore shuffling...
2004-01-14 André Pönitzmove selStart and selEnd from LyXText to BufferView
2004-01-14 André Pönitzmove the Selection structure from LyXText to BufferView
2004-01-14 Alfredo Braunsteinfix two lfuns
2004-01-13 André PönitzAnchor globalization
2004-01-13 André Pönitzglobalize the cursor
2004-01-13 André Pönitzreplace LyXCursor by CursorSlice
2004-01-13 André Pönitz hide cursor and selection anchor behind accessor function
2004-01-09 Alfredo Braunsteinadd and LyXText::undoSpan to compute the influence...
2004-01-07 Alfredo Braunsteinremove a warning
2004-01-07 André Pönitzprevent crash in cursorX when row cache is empty
2003-12-18 Alfredo Braunsteinredocursor removal
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-12-12 Alfredo Braunsteinselection patch
2003-12-10 André Pönitz * inset.h:
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-03 André Pönitzpatch sent to the list yesteday
2003-12-02 André Pönitzmerge common code
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-28 André Pönitz10 points of RIGHT_MARGIN
2003-11-28 André Pönitzismall stuff
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-25 André Pönitzthe 'lots of small stuff' patch
2003-11-22 Lars Gullik BjønnesA couple of changing resulting from gcc 3.4 debug mode...
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-13 Alfredo BraunsteinfitCursor work
2003-11-11 André Pönitz * text.C: remove big comment on invalid Paragraph...
2003-11-10 André PönitzThe deed is done.
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-11-04 Alfredo Braunsteindeactivate the cursor cache
2003-10-29 André Pönitzsome more 'global cursor' stuff
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-27 Alfredo Braunsteinfix the zombie chars
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-24 Alfredo Braunsteinmake endpos behave
2003-10-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
2003-10-24 André PönitzAlfredos list<> -> vector<> for RowList
2003-10-24 André Pönitzset fill in fill(...) istead of returning it.
2003-10-23 André PönitzAlfredo's cursroRow() fix;
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önitzmove width computation to helper function
2003-10-23 André Pönitz * lyxtext.h:
2003-10-22 André Pönitzrename row.end into row.endpos
2003-10-22 André Pönitzuse Row & instead of RowList::iterator in prepareToPrint()
2003-10-22 André Pönitzjust the next_rit check fixed
2003-10-22 Martin VermeerThis should fix the "oops" in the "is a bit silly"...
2003-10-21 André Pönitzremove debug message
2003-10-21 André Pönitzfix row breaking
2003-10-21 André Pönitzsmall stuff, whitespace & consistent naming
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-20 André Pönitzsmall stuff (whitspace, spelling...)
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-17 André PönitzRowList::iterator -> Row &, ParagraphList::iterator...
2003-10-16 André Pönitzmake updateRowPositions() a bit faster.
2003-10-14 André PönitzIn insets:
2003-10-13 André Pönitz * BufferView_pimpl.C:
2003-10-10 André Pönitzfix #1384
2003-10-10 André Pönitzfix a few of the tabular crashes
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-15 Alfredo Braunsteinremove an unusual nop and an outdated warning
2003-09-12 André Pönitzthe automatic label patch
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.
next