]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / BufferView.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-04-17 Jean-Marc LasgouttesAlways repaint the gray area below main inset
2024-04-16 Richard Kimberly... Defer construction of temporary cursor.
2024-04-10 Jean-Marc LasgouttesFixup 'Avoid metrics computation on resize when width...
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 LasgouttesAvoid metrics computation on resize when width did...
2024-04-05 Jean-Marc LasgouttesReduce metrics updates from 4 to 1 when loading file
2024-04-05 Jean-Marc LasgouttesImprove the code that limits scrolling at top/bottom
2024-04-05 Jean-Marc LasgouttesImplement quick scroll
2024-04-05 Jean-Marc LasgouttesIntroduce new helpers ParagraphMetrics::top/bottom
2024-04-05 Jean-Marc LasgouttesRemove some redundant calls to updatePosCache
2024-04-05 Jean-Marc LasgouttesEnable Update::SinglePar in nested insets too
2024-03-31 Juergen SpitzmuellerFactor out shared method
2023-09-05 Jean-Marc LasgouttesWhen splitting a bufferview, keep the scrollbar position
2023-09-04 Jean-Marc LasgouttesPut comment where it belongs
2023-09-02 Jean-Marc LasgouttesCheck whether MathRow exists when computing caret metrics
2023-08-29 Jean-Marc LasgouttesUse correct cursor when creating undo group
2023-07-26 Jean-Marc LasgouttesRestore some checks that were useful for search
2023-07-18 Pavel SandaGroup most verbose dbg output into more intuitive categ...
2023-07-18 Jean-Marc LasgouttesHonor scroll_below_document when jumping to end of...
2023-06-18 Juergen SpitzmuellerDisable LFUN_INDEX_TAG_ALL if there is noting to tag...
2023-05-30 Daniel RamoellerReplace selection on insert LyX Document
2023-05-03 Jean-Marc Lasgouttesspacing
2023-05-03 Jean-Marc LasgouttesCode factoring: introduce BufferView::busy()
2023-01-31 Jean-Marc LasgouttesFixup 0fed10e4: make sure redraw happens as needed
2022-12-21 Jean-Marc LasgouttesRemove boolean arguments of scrollToCursor wih an enum
2022-12-21 Jean-Marc LasgouttesSimplify and hopely fix scrollToCursor
2022-12-18 Juergen SpitzmuellerImprove functions for bibliography managers (#8193)
2022-11-05 Juergen SpitzmuellerIntroduce index-tag-all lfun
2022-10-29 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-10-27 chillenbadjust text display width in windowed mode
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-13 Jean-Marc LasgouttesUnify wording for statistics
2022-08-11 Stephan WittAdditional cursor position validation required to avoid...
2022-07-25 Jean-Marc LasgouttesFix flicker due to changing metrics while selecting...
2022-06-30 Jean-Marc LasgouttesRemove useless message (and avoid endless loop)
2022-05-14 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-04-29 Kornel BenkoAmend a83159f0: Use logical operator ||.
2022-04-29 Scott KostyshakFix Clang 14 warning -Wbitwise-instead-of-logical
2022-03-01 Thibaut CuvelierRename LATEX debug level to OUTFILE and use it for...
2022-02-20 Jean-Marc LasgouttesFixup cc426346: rename curs to bvcur
2022-02-20 Jean-Marc LasgouttesDo not call recordUndo(), lyx::dispatch handles it.
2022-02-20 Jean-Marc Lasgouttesinset-forall: clear selection after each action
2022-01-17 Jean-Marc LasgouttesWhen clearing a row, always clear the whole text area...
2021-11-13 Jean-Marc LasgouttesFixup 1cbbe5c3: fix scrollbar with page down
2021-10-29 Jean-Marc LasgouttesRename BufferView::updateScrollbar to show what does
2021-10-18 Jean-Marc LasgouttesReset inline completion after undo/redo
2021-10-14 Jean-Marc LasgouttesRevert "Reset inline completion after undo/redo"
2021-10-12 Jean-Marc LasgouttesReset inline completion after undo/redo
2021-10-08 Jean-Marc LasgouttesUse unordered maps to store inset and math rows geometry.
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-26 Jean-Marc LasgouttesFixup 4671214f: add comment
2021-03-26 Daniel RamoellerKeep caret visible when small
2021-03-12 Juergen SpitzmuellerFix copy of multi-cells in table (#12196)
2021-03-11 Jean-Marc LasgouttesFix bookmarks-goto inside insets.
2021-03-10 Jean-Marc LasgouttesFixup fbf22bb3: really avoid screen-jumping with mouse...
2021-03-10 Jean-Marc LasgouttesConstification
2021-03-10 Jean-Marc LasgouttesCode reformatting.
2021-03-06 Enrico ForestieriFix bug #12181
2021-03-05 Enrico ForestieriAllow context menus in mathed
2021-03-02 Jean-Marc LasgouttesFix random scrolling inside nested insets
2021-02-26 Jean-Marc LasgouttesDisplay bookmarks in the workarea (take 2).
2021-02-26 Jean-Marc LasgouttesRevert "Display bookmarks in the workarea."
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-16 Jean-Marc LasgouttesRevert "Reduce top/bottom margin for Adv F&R workareas"
2021-02-16 Jean-Marc LasgouttesRevert "Make sure that top/bottom margins are visible...
2021-02-16 Juergen SpitzmuellerAdd support for search/replace within selection (#2548)
2021-02-15 Juergen SpitzmuellerImprove instant search
2021-02-15 Juergen SpitzmuellerGuiSearch: Add auto-wrap option
2021-02-14 Stephan Witt#8055 add support for system-wide find buffer on Mac
2021-02-13 Stephan Witt#8055 correct processing of LFUN_WORD_FIND option flags...
2021-02-12 Jean-Marc LasgouttesDo not redraw cursor twice with Page Up/Down
2021-02-12 Jean-Marc LasgouttesMake sure that top/bottom margins are visible when...
2021-02-12 Juergen SpitzmuellerAdapt comment
2021-02-12 Juergen SpitzmuellerIntroduce search-string-set (#8055)
2021-02-09 Juergen SpitzmuellerStore the AuthorList in the cut stack
2021-01-28 Jean-Marc LasgouttesRun updateBuffer when adding/merging changes
2021-01-14 Richard Kimberly... Fix bug #12068
2021-01-12 Juergen SpitzmuellerIgnore tracked deletions in simple replace (#11194)
2021-01-08 Jean-Marc LasgouttesMove handling of LFUN_COPY to BufferView
2021-01-06 Jean-Marc LasgouttesDisplay bookmarks in the workarea.
2021-01-04 Richard Kimberly... Simplify
2021-01-04 Richard Kimberly... Pop a message if the search fails. Fixes #11441
2020-12-02 Yuriy SkalkoCleanup headers
2020-12-01 Jean-Marc LasgouttesReduce top/bottom margin for Adv F&R workareas
2020-11-24 Jean-Marc LasgouttesRewrite (again!) the code for caret drawing
2020-11-21 Jean-Marc Lasgouttes(almost) Proper fix for caret droppings
2020-11-21 Jean-Marc LasgouttesCorrect caret position from the start
2020-11-06 Yuriy SkalkoWhitespace & renaming
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-11-01 Yuriy SkalkoUse const references
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-19 Yuriy SkalkoRemove redundant `const &` for primitive types
2020-10-13 Jean-Marc LasgouttesMake cursor width depend on current font
2020-10-01 Jean-Marc LasgouttesCleanup the caret geometry code
2020-09-19 Thibaut CuvelierMerge branch 'feature/docbook' into master
next