]> git.lyx.org Git - lyx.git/history - src/text2.C
bug 1376 partial fix and simplification.
[lyx.git] / src / text2.C
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
2003-06-27 André Pönitzrename fullRebreak() to partialRebreak() and implement
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-24 Alfredo BraunsteinMore errorlist adjustements.
2003-06-18 Lars Gullik Bjønnesbnext-2.diff + some more boost::next stuff
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
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-05 André Pönitzremove unneeded const_casts
2003-06-04 André Pönitzthe latest undo patch without the paragraphlist stuff
2003-06-04 André Pönitzbit of undo
2003-05-29 Lars Gullik Bjønnesremove NO_STD_LIST stuff, and some other small changes
2003-05-27 Lars Gullik Bjønnesparlist-22-a.diff
2003-05-27 Lars Gullik Bjønnesparlist-21-a.diff
2003-05-23 André PönitzsetUndo2 interface change
2003-05-23 Lars Gullik BjønnesThe "I want this in now" patch.
2003-05-20 Alfredo Braunsteinget rid of InsetError users
2003-05-19 André Pönitzon the way to a usable insetenv
2003-05-16 André Pönitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 Lars Gullik Bjønnesparlist cleanup
2003-05-06 John Levonfix bad InsetWrap cast
2003-05-02 André Pönitzundo-6.diff: another next() removed
2003-04-30 André PönitzAlfredo's second patch
next