]> git.lyx.org Git - lyx.git/history - src/BufferView.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / BufferView.h
2024-04-05 Pavel SandaImprove stats update times for buffer switches and...
2024-04-05 Pavel SandaAllow relative statistics values in statusbar.
2024-04-05 Jean-Marc LasgouttesReduce metrics updates from 4 to 1 when loading file
2024-04-05 Jean-Marc LasgouttesImplement quick scroll
2024-03-31 Juergen SpitzmuellerFactor out shared method
2023-09-05 Jean-Marc LasgouttesWhen splitting a bufferview, keep the scrollbar position
2023-09-02 Jean-Marc LasgouttesCheck whether MathRow exists when computing caret metrics
2023-05-03 Jean-Marc LasgouttesCode factoring: introduce BufferView::busy()
2022-12-21 Jean-Marc LasgouttesRemove boolean arguments of scrollToCursor wih an enum
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-25 Jean-Marc LasgouttesFix flicker due to changing metrics while selecting...
2021-10-29 Jean-Marc LasgouttesRename BufferView::updateScrollbar to show what does
2021-09-29 Jean-Marc LasgouttesMake paragraph-goto and friends set paragraph to the top
2021-04-07 Jean-Marc LasgouttesMake bookmarks display configurable
2021-04-01 Enrico ForestieriChange cursor shape for clickable math insets
2021-03-05 Enrico ForestieriAllow context menus in mathed
2021-02-16 Jean-Marc LasgouttesKeep the useful parts of reverted commits
2021-02-16 Jean-Marc LasgouttesRevert "Improve handling of top and bottom margin"
2021-02-14 Stephan Witt#8055 add support for system-wide find buffer on Mac
2020-11-26 Scott KostyshakFix Clang warning about struct/class mismatch
2020-11-24 Jean-Marc LasgouttesRewrite (again!) the code for caret drawing
2020-10-19 Yuriy SkalkoReduce includes in header files
2020-10-19 Yuriy SkalkoRemove redundant `const &` for primitive types
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-01 Jean-Marc LasgouttesCleanup the caret geometry code
2020-07-13 Jean-Marc LasgouttesImprove handling of top and bottom margin
2020-07-12 Jean-Marc LasgouttesRevert "Improve handling of top and bottom margin"
2020-07-12 Jean-Marc LasgouttesImprove handling of top and bottom margin
2020-02-28 Richard Kimberly... Use ranges, fix warnings
2019-07-19 Jean-Marc LasgouttesSet language to OS input language when moving cursor
2019-07-17 Jean-Marc LasgouttesRespect OS-level keyboard language
2019-07-14 Jean-Marc LasgouttesFix assertion in caret display code
2019-06-03 Jean-Marc LasgouttesMake caret visible inside math macros arguments
2019-04-16 Jean-Marc LasgouttesRewrite the code that sets caret height in mathed
2019-03-26 Juergen SpitzmuellerAdd ignorelang option to file-insert
2019-02-25 Jean-Marc LasgouttesChange the way scrolled rows are tracked
2018-04-26 Jean-Marc LasgouttesAdapt caret height to context in mathed.
2018-04-26 Jean-Marc LasgouttesRework caret display code
2018-01-25 Jean-Marc LasgouttesNew method zoomedPixel to compute pixel amount also...
2017-11-29 Jean-Marc LasgouttesRemove unused BufferView member
2017-10-24 Jean-Marc LasgouttesAllow multiple calls to processUpdateFlags before redraw
2017-10-17 Jean-Marc LasgouttesRevert "Allow multiple calls to processUpdateFlags...
2017-10-16 Jean-Marc LasgouttesAllow multiple calls to processUpdateFlags before redraw
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...
next