]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
Include docbook_copy.py in released tarball.
[lyx.git] / src / BufferView.cpp
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
2020-09-19 Thibaut CuvelierFix two warnings in BufferView.
2020-08-30 Jean-Marc LasgouttesAdd FIXME: do we need to update scrollbar at each draw()?
2020-08-07 Stephan Witt#9376 prepare use of Length in lyxrc - move the class...
2020-07-13 Jean-Marc LasgouttesCleanup: BufferView should not need to be friend of...
2020-07-13 Jean-Marc LasgouttesFix paragraph position in TextMetrics::singleParUpdate()
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-05-23 Jean-Marc LasgouttesSimplify code by using initializer lists for vectors.
2020-05-23 Jean-Marc LasgouttesFix first draw of auto-open inset
2020-04-26 Richard Kimberly... Revert last three commits.
2020-04-26 Richard Kimberly... Make pit_type unsigned (in particular, size_t).
2020-04-19 Scott KostyshakFix debug message
2020-04-14 Jean-Marc LasgouttesFixup 294969c6: do not forget to update metrics
2020-02-28 Richard Kimberly... Use ranges, fix warnings
2020-02-28 Richard Kimberly... Fix warnings
2020-01-11 Juergen SpitzmuellerImplement change tracking of column/row addition/deletion
2020-01-07 Jean-Marc LasgouttesImprove Update::FitCursor when there is a selection
2019-12-27 Juergen SpitzmuellerDo not track changes while accepting/rejecting all...
2019-10-26 Jean-Marc LasgouttesRemove some useless expressions
2019-10-20 Jean-Marc LasgouttesKeep last file positions in last-use ordering
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-03-12 Jean-Marc LasgouttesMake TextMetrics noncopyable
2019-02-25 Jean-Marc LasgouttesChange the way scrolled rows are tracked
2019-02-20 Jean-Marc LasgouttesHonor Update::SinglePar properly
2019-02-18 Jean-Marc LasgouttesRename Row::dimension() to dim()
2019-01-29 Jean-Marc LasgouttesDEPM: some factorization beween both versions
2019-01-04 Jean-Marc LasgouttesAvoid crash when using inset-select-all in tabular
2018-12-31 Juergen SpitzmuellerFix gotoLabel with inactive labels
2018-12-19 Pavel SandaProperly clean cache which binds inset and dialog.
2018-11-22 Jean-Marc LasgouttesShow cursor correctly whn loading file
2018-11-16 Enrico ForestieriFix reloading of local layout file (bug #11120)
2018-11-12 Jean-Marc LasgouttesTypo
2018-10-22 Jean-Marc LasgouttesAmend 8d8988de: it is too early for skipping the update...
2018-08-30 Jean-Marc LasgouttesCleanup: Rename textUndo to undoAction
2018-05-20 Juergen SpitzmuellerSimplify cite engines code
2018-05-11 Jean-Marc LasgouttesAvoid crash when trying to handle FitCursor
2018-05-02 Pavel SandaEnable graphics-unify only for selections containing...
2018-04-26 Jean-Marc LasgouttesAdapt caret height to context in mathed.
2018-04-26 Jean-Marc LasgouttesRework caret display code
2018-04-20 Jean-Marc LasgouttesRevert "Makes caret height adapt to context in mathed."
2018-04-17 Richard HeckMove LFUN_UNICODE_INSERT to BufferView, per JMarc's...
2018-04-04 Jean-Marc LasgouttesMakes caret height adapt to context in mathed.
2018-02-24 Richard HeckFix bug #10908.
2018-02-22 Richard HeckRespect "literal" setting when entering citation via...
2018-02-12 Jean-Marc LasgouttesImplement buffer-anonymize more efficiently
2018-02-09 Pavel SandaCosmetics per JMarc's suggestions.
next