]> git.lyx.org Git - lyx.git/history - src/BufferView_pimpl.C
merge CursorItem and MathPos
[lyx.git] / src / BufferView_pimpl.C
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-12-12 Alfredo Braunsteinselection patch
2003-12-12 Alfredo Braunsteinreenable clicks in collapsables on the second+ page
2003-12-12 Angus Leeming(Alfredo): avoid crashing when dragging over the splash...
2003-12-12 Angus LeemingCruft removal, small clean-up, no functional changes.
2003-12-10 André Pönitz * inset.h:
2003-12-02 André Pönitzset new text width on workarea resize
2003-12-01 John Levonfix a crash on exit since nobody objected
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 André Pönitzismall stuff
2003-11-22 Lars Gullik BjønnesA couple of changing resulting from gcc 3.4 debug mode...
2003-11-21 Alfredo Braunsteinallow extending a double/triple click + whitespace...
2003-11-20 Alfredo Braunsteincursor work + absolute coords for lyxtext
2003-11-17 Alfredo Braunsteinmouse selection patch
2003-11-17 André Pönitzmove some cursor handling from insettext.C to text2.C
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-11 Alfredo Braunsteinremoving update calls
2003-11-11 Alfredo Braunsteinsome fitcursor work
2003-11-10 André PönitzAlfredo's patch.
2003-11-10 André Pönitzsome cursor correctiosn when closing a collapsable...
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-10 André Pönitzfix 'click on first footnote in UserGuide' crash
2003-11-10 André PönitzThe deed is done.
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Lars Gullik Bjønnesmore dispatch work
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-17 Lars Gullik BjønnesGet rid of the TextCache.
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 André PönitzIn insets:
2003-10-13 André Pönitz * BufferView_pimpl.C:
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-17 André Pönitzpreliminary 'global cursor' stuff
2003-09-12 André Pönitzthe automatic label patch
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
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-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-06 Angus Leeminglyxfunc.h #included frontends/LyXKeySym.h for a typedef...
2003-09-06 Angus LeemingMove BufferView::ChangeInsets to the Pimpl. As a result...
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-02 Alfredo Braunsteinavoid screen jumps when images get loaded
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-27 André Pönitzre-enable redoParagraph in updateInset
2003-08-26 André PönitzouterPar
2003-08-26 André PönitzMartin's fullRow patch
2003-08-25 André Pönitzpartial fix for scrollbar problem
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 Alfredo BraunsteinKayvan's compile fix
2003-08-15 André Pönitzadd an additional full rebreak for 'resizeCurrentBuffer'.
2003-08-15 André Pönitz rowpainter.C: remove extra metrics calls
2003-08-15 André Pönitzremove toggleSelection
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-05 Jean-Marc Lasgouttesimplement basic drag-and-drop support in qt
2003-08-05 André Pönitzremove "deep update"
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-08-01 Lars Gullik BjønnesAlways use std::endl with lyxerr.
2003-08-01 André Pönitzmerge BufferView::repaint() and BufferView::update()
2003-08-01 André Pönitzremove need_update
2003-08-01 André Pönitz * screen.[Ch]: merge update() and repaint()
2003-07-31 André Pönitzremove InsetUpdatable::nodraw (premature...) optimization
2003-07-31 André Pönitzremove toggleSelection
2003-07-29 Alfredo BraunsteinFix to Bug 1287 and Bug 1297
2003-07-28 André Pönitzremove toggleToggle
2003-07-27 Angus LeemingLearing to fly...
2003-07-27 Lars Gullik Bjønnesget rid of namesapce lyxfind and introduce namespace...
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-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-17 André Pönitzremove recently introduced additionla 'fullRebreak...
2003-07-14 André Pönitz * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
2003-07-11 Alfredo Braunsteinfixes buffer closing crashes
2003-07-10 André Pönitzsmall benefits 2 + fix of resize problem
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
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-02 André PönitzBufferView_pimpl.C (workAreaDispatch): tell the FuncReq...
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önitzrename fullRebreak() to partialRebreak() and implement
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-27 Alfredo BraunsteinFix two loading-related bugs reported by Kayvan
next