]> git.lyx.org Git - lyx.git/history - src/BufferView.h
Collapsable -> Collapsible (part 1)
[lyx.git] / src / BufferView.h
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 1)
2017-09-08 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint'
2017-09-08 Jean-Marc LasgouttesRename more instances of "cursor" to "caret"
2017-09-08 Jean-Marc LasgouttesRemove workaround that is not necessary anymore.
2017-09-08 Jean-Marc LasgouttesFix caret painting
2017-08-29 Jean-Marc Lasgouttesthree-stage drawing: add a nodraw stage
2017-04-28 Jean-Marc LasgouttesDefine new inPixels helper in BufferView
2016-10-22 Guillaume MunchMove class definitions inside main class
2016-10-22 Guillaume MunchSimplify and add debug message
2016-10-17 Guillaume MunchSome compilers are worried that a struct is not the...
2016-10-16 Guillaume MunchNew LFUN paragraph-goto id_start pos_start id_end pos_end
2016-09-23 Guillaume MunchHelpers to set selections to arbitrary DocIterators
2016-06-13 Guillaume MunchScrollbarParameters: clean-up and document
2016-05-30 Jean-Marc LasgouttesMove some horizontal scrolling code from TextMetrics...
2015-11-02 Jean-Marc LasgouttesFix wrong reset of horizontal scolling of current row
2015-10-19 Guillaume MunchTexRow info in source panel and gotoCursor() for debugging
2015-10-05 Jean-Marc LasgouttesRemove PainterInfo argument to checkCursorScrollOffset
2015-10-02 Jean-Marc LasgouttesSmall BufferView cleanup
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-07 Hashini SenaratneKeyboard based horizontal scrolling for wide insets
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Jean-Marc LasgouttesWhitespace only
2013-05-16 Pavel SandaSlowly going through the suggestion made by our headers...
2013-04-19 Uwe Stöhrfix some more typos spotted by Yuri
2012-06-04 Richard HeckFix crash reported by Tommaso:
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
2011-12-04 Richard HeckThere's no need to separate this logic out if it's...
2011-12-02 Richard HeckAdd constness in several places.
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-03-19 Vincent van RavesteijnRevert wrong previous commit.
2011-03-19 Vincent van RavesteijnSimplify logic in InsetRef::latex().
2011-03-18 Enrico ForestieriFix bug #7361 (Assertion when a latex error occurs...
2011-02-21 Enrico ForestieriFix bug #7316 (Crash editing commands in math mode)
2010-11-30 Enrico ForestieriFix bug #7068 (Crash when pressing down arrow in an...
2010-10-24 Edwin Leuvenhave pointing cursor when hovering something clickable
2010-06-14 Vincent van RavesteijnAdd an update parameter to BufferView::scrollToCursor...
2010-06-14 Vincent van Ravesteijn*BufferView: Remove default parameter value.
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::coordOffset...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::getPos(...
2010-03-29 Richard HeckRemove extra qualifier.
2010-03-29 Vincent van RavesteijnFix bug #3900: Insets painted as hovered without mouse...
2010-03-08 Richard HeckChange updateLayout() to updateDocumentClass(), since...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2009-09-27 Abdelrazak YounesTransfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-19 Abdelrazak Younes* Move LFUN_TEXTCLASS_* and LFUN_TEXTCLASS_* to BufferV...
2009-04-06 Richard HeckThe Buffer::dispatch() patch.
2009-04-03 Vincent van RavesteijnMake sure that the document is only scrolled to the...
2009-03-27 Vincent van RavesteijnFix bug 4935: Scroll down below document
2009-03-27 Vincent van RavesteijnFix bug 4733: Auto popup of math toolbar hides the...
2009-03-26 Vincent van RavesteijnFix bug 5526: screen-recenter LFUN doesn't work
2009-02-13 Pavel SandaIntroduce jump-back navigation through bookmark 0
2008-11-18 Vincent van RavesteijnDo not paint an invisible cursor.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-17 Jean-Marc Lasgouttesfix properly http://bugzilla.lyx.org/show_bug.cgi?id...
2008-07-04 Abdelrazak YounesFix PageDown/Up when at bottom/top of the document...
2008-06-20 Abdelrazak Younesmore sensible value for max scrollbar value. Related...
2008-04-16 André Pönitzinitialize scrollbar parameters to some sensible dummy...
2008-03-08 Abdelrazak Younesdeclaration cleanup
2008-03-06 Abdelrazak YounesFix PageUp/Down select when at the top/bottom of a...
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2008-01-29 Abdelrazak YounesFix scrolling to top and bottom of the document.
2008-01-17 Abdelrazak YounesMore scrolling work. Now the scrollbar parameters are...
2007-12-27 Abdelrazak YounesIntroduce LFUN_SCROLL.
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...
next