]> git.lyx.org Git - lyx.git/history - src/BufferView.h
initial basic context menu support.
[lyx.git] / src / BufferView.h
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-25 Abdelrazak YounesPrepare the code for context menu support.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-21 Abdelrazak Younes* LyXFunc::dispatch(): invert BufferView::dispatch...
2007-12-21 Abdelrazak Younesrename BufferView::center() to showCursor().
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-06 Abdelrazak YounesCurrent update architecture doesn't need multiParSel...
2007-11-06 Abdelrazak Younes* Bufferview::updateMetrics(): Separate out the SingleP...
2007-11-03 André Pönitzremove unneeded @includes from BufferView.h
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-10-13 Abdelrazak Younesplease Angus.
2007-10-11 Abdelrazak Younesinitial support for shift + right-mouse-click selection.
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-10 Abdelrazak Younes* BufferView::update(): renamed to processUpdateFlags...
2007-10-05 Abdelrazak YounesSmall API cleanup: as BufferView already use Buffer...
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-10-03 André Pönitzshuffle some code around
2007-10-02 André Pönitzthe delegate patch
2007-10-01 Abdelrazak YounesMove most of the Gui specific code in Toolbars to its...
2007-09-30 André Pönitzboost/utility -> boost/noncopyable
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzcosmetics
2007-09-28 Abdelrazak Younes* BufferView::updateMetrics(): split up the method...
2007-09-15 Abdelrazak YounesGive PageDown/Up scrolling a sane behaviour. Does not...
2007-08-28 Abdelrazak Younestransfer margin declaration to BufferView.h
2007-08-27 Abdelrazak YounesTransfer rowpainter.cpp:paintText() to BufferView:...
2007-08-24 Abdelrazak Younes* BufferView::workAreaResize(): renamed to resize.
2007-08-22 Abdelrazak Younessimplify BufferView::moveToPosition() use for the exter...
2007-08-22 Abdelrazak YounesFix bug 3427:
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-03 Richard HeckFix bug 4096. Don't disconnect the buffer until we...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-06-19 Abdelrazak YounesPolish revision 18825 and fix some remaining issues...
2007-06-19 Richard HeckPolish the Toc and labels updating when loading a child...
2007-06-11 Dov FeldsternKeyMap is now switched (if necessary) only just before...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-16 Bo PengBookmarks: use bottom level pit and pos
2007-03-29 Bo PengRestore old bookmark behaviors (stop using bookmark...
2007-03-28 Abdelrazak YounesRe-enable mouse hover detection over insets. This was...
2007-02-01 Michael Schmitt * BufferView.C:
2007-01-24 Abdelrazak YounesRemove buggy and redundant BufferView::update() calls.
2007-01-17 Abdelrazak Younesreplace BufferView::reload() uses with LyXFunc::reloadB...
2007-01-11 Bo PengFix bug 3092, use both pit and id to keep track of...
2006-12-30 Abdelrazak YounesSanitize the DEPM!
2006-12-30 Abdelrazak Younesdelete unused stuff.
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-15 Bo Pengminor comment fix
2006-12-15 Bo PengBufferView.h/C: use member variable last_inset_ instead...
2006-12-11 Jürgen SpitzmüllerFix dEPM crash:
2006-12-07 Abdelrazak Younes* BufferView:
2006-12-02 Georg Baummore unicode filenames
2006-11-17 Abdelrazak YounesOptimize drawing.
2006-11-09 Abdelrazak Younesdoxygen update.
2006-11-09 Abdelrazak Younesadjust a doxygen comment.
2006-11-01 Bo PengNew bookmarks implementation:
2006-10-22 Asger Ottar Alstrup- rework update handling, make cursor movement faster,
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-12 Georg BaumConvert labels to unicode
2006-10-11 Michael SchmittChange tracking:
2006-10-06 Michael SchmittChange tracking:
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-19 Abdelrazak YounesThis is the continuation of my BufferView/LyXView clean...
2006-09-17 Abdelrazak Younes* Transfer Intl member from LyXView to BufferView.
2006-09-17 Abdelrazak Younesdelete unsetXSel() method
2006-09-17 Abdelrazak YounesMove X11 specific selection code from BufferView to...
2006-09-16 Abdelrazak Younesdeledelete BufferView::available() method because buffe...
2006-09-16 Abdelrazak Younesdelete BufferView::text() method and add two FIXME...
2006-09-16 Abdelrazak YounesMerge BufferView and BufferView_pimpl
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-08-24 Abdelrazak Younes* BufferView: delete firstLayout()
2006-08-24 Abdelrazak YounesThat commit replaces the Buffer::message() signal emiss...
2006-08-16 Abdelrazak YounesThis commit should hopefully fix all scrolling issues...
2006-08-15 Abdelrazak YounesThis commit transfers most of the LyXView use from...
2006-08-15 Jean-Marc Lasgouttesremove unused stuff
2006-07-15 Abdelrazak YounesThis commit transfer the ErrorList handling from LyXVie...
2006-07-14 Abdelrazak YounesThis commit continues the drastic diet operated on...
2006-07-14 Abdelrazak YounesThis commit removes the needRedraw() interface and...
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-04 Lars Gullik BjønnesExtraced from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesPartially extracted from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesExtracted from r14281 from the younes branch.
2006-07-03 Lars Gullik BjønnesSecond part of r14315 from the younes branch:
2006-07-03 Lars Gullik BjønnesFirst part of r14315 from the younes branch:
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-04-13 Lars Gullik Bjønnes* frontends/WorkArea.h(workAreaResize, scrollDocView...
next