]> git.lyx.org Git - lyx.git/history - src/text2.C
ws changes only
[lyx.git] / src / text2.C
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
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 Lars Gullik BjønnesBug: 1025
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
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.
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-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
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 Lars Gullik Bjønnesfix cursorEnd, remove lastPrintablePos
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-02 John Levonremove cursor.i[xy]
2003-09-02 John Levonbug 1376 partial fix and simplification.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 Alfredo Braunsteinmoves top_y from lyxtext to BufferView
2003-08-27 Alfredo BraunsteinAdd In nsetOld * argument to updateInset to rebreak...
2003-08-26 André Pönitzremove InsetOld::par_owner & handling
2003-08-26 André PönitzMartin's fullRow patch
2003-08-25 Alfredo BraunsteinRationalise the position of calls to updateRowPostition...
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-22 André Pönitzsupport for \overset
2003-08-22 André Pönitznext try to single Inset::metrics() computation
2003-08-22 André Pönitzremove the spurious metrics() (ex-update()) call from...
2003-08-22 André Pönitzthe lyxrow changes including accessors.
2003-08-22 André Pönitz * lyxrow.[Ch]: add end_ member
2003-08-15 André Pönitz rowpainter.C: remove extra metrics calls
2003-08-15 André Pönitzre-enable DEPM for setCursorFromCoordinate
2003-08-15 André Pönitzbetter fix for anchorrow problem
2003-08-15 André Pönitzpartial fix for anchor_row problems
2003-08-15 André Pönitzdraw a bit more than strictly necessary.....
2003-08-15 André Pönitzsplit LyXText::rowlist_ into individual Paragraph:...
2003-08-14 André Pönitzsome infrastructure to prepare the rowlist split
2003-08-14 André Pönitzmore getPar
2003-08-14 André Pönitzsome more getPar removals
2003-08-14 André PönitzgetPar
2003-08-14 André Pönitzremove four getPar()
2003-08-14 André Pönitznext try...
2003-08-14 André Pönitzgrr.. revert. wrong patch.
2003-08-14 André Pönitzremove Row::pit_ member
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-08 André Pönitzmore not-so-useful stuff removed
2003-08-08 André Pönitzremove unneeded LyXText::redoHeightOfParagraph
2003-08-07 André Pönitzfix "height grows when moving in tables" bug
2003-08-05 Alfredo BraunsteinFix the critical part of Bug 1255 and Bug 1256.
2003-08-05 André Pönitzsmall stuff:
2003-08-05 André Pönitzremove "deep update"
2003-08-05 André Pönitzforgotten part of yesterday's patch
2003-08-04 André Pönitzrevert accidental commit: not exactly whitespace.
2003-08-04 André Pönitzwhitespace
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-08-01 André Pönitzremove need_update
2003-08-01 André Pönitz * screen.[Ch]: merge update() and repaint()
2003-08-01 André Pönitzduplicate rowbreaking code in redoParagraph as starting...
2003-08-01 André Pönitzreuse new redoParagraph in LyXText::init
2003-08-01 André Pönitzspend extra cycles for simpler redoParagraph logic
2003-08-01 André Pönitzmake redoParagraph more independent of current cursor
2003-07-31 André Pönitzremove broken operator==() for Paragraphs
2003-07-31 André Pönitzremove unused Paragraph::copyIntoMinibuffer
2003-07-28 André Pönitzremove toggleToggle
2003-07-28 André Pönitzmove row loop for drawing from screen.C and insettext...
2003-07-28 André Pönitz use doubles again for x-coordinates. They are needed...
2003-07-28 André Pönitzcache and use the textclass default font in each LyXText
2003-07-27 André Pönitz remove Buffer * parameter from a bunch of get*Font...
2003-07-27 André Pönitzremove stuff from LyXText::checkParagraph() I don't...
2003-07-27 André Pönitzget rid of LyXText::need_break_row
2003-07-27 Asger Ottar AlstrupWork to improve performance a bit
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Asger Ottar AlstrupUndo cleaned up. It seems to work pretty well now.
2003-07-22 André Pönitzsmall stuff
2003-07-22 André PönitzLyXText::rebuild -> LyXText::metrics
2003-07-21 André Pönitzrowpainter.C: remove unused variables
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzprepare passing down max text widths...
2003-07-17 André PönitzDisable InsetText::update and InsetTabular::update
2003-07-16 André Pönitzreplace the LyXCursor::irow_ member with on-demand...
2003-07-15 André Pönitz'full redraw' related stuff that's innocent for the...
2003-07-15 André Pönitzremove unneeded refresh_row
2003-07-15 André Pönitzdon't redraw excessivly (Bug spotted by Lars)
2003-07-15 André Pönitzrefresh_status_ trisate -> need_refresh_ bool
2003-07-15 Alfredo Braunsteinremove reinit argument from LyXText::init (act as if...
2003-07-14 André Pönitz * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
2003-07-14 Alfredo Braunsteinfix a crash on resize
2003-07-10 André Pönitzfix file-insert crash. update problem remaining now.
2003-07-10 André PönitzThe insettext patch.
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-07-01 André Pönitzlast Friday's text*.C -> text_func shuffle
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-27 André Pönitzmove some selection related stuff over to textcursor.C
next