]> git.lyx.org Git - lyx.git/history - src/BufferView_pimpl.C
no need for three calls to update() in a row...
[lyx.git] / src / BufferView_pimpl.C
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
2003-06-24 Alfredo BraunsteinMore errorlist adjustements.
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-06-12 André Pönitzreturn a Paragraph & from ParIterator::operator*()
2003-06-06 Alfredo Braunsteinadd Dialogs::visible to avoid the madness of filling...
2003-05-27 Lars Gullik Bjønnesparlist-21-a.diff
2003-05-23 Alfredo Braunsteinsome header insanity fixed
2003-05-22 André Pönitz return a ParIterator from getParFromID
2003-05-21 Lars Gullik Bjønnesiterators-2.diff + some whitespace changes
2003-05-13 André Pönitznon-templated tostr in separate files
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 Lars Gullik Bjønnesparlist cleanup
2003-05-03 John Levoncursor.diff, bug 1095
2003-04-28 André Pönitzmore of Lars' parlist changes
2003-04-18 John Levonbug 778
2003-04-10 John Levontoolbar3.diff
next