index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
EditingEngine.h
Age
Commit message (
Expand
)
Author
2022-07-19
LibGUI: Add MoveLineUpOrDownCommand
Lucas CHOLLET
2022-07-15
LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditor
Lucas CHOLLET
2022-04-23
LibGUI: Remove unused functions in EditingEngine class
Moustafa Raafat
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-12-09
LibGUI: Add EngineType to EditingEngine classes
scwfri
2021-10-15
LibGUI: Don't update selection twice after Ctrl-Right
Ben Wiederhake
2021-07-15
VimEditingEngine: Operate on real lines rather than wrapped ones
Matthew Hall
2021-04-27
EditingEngine: Split selection from movement functions
sin-ack
2021-04-25
LibGUI: Implement Vim motion system
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-02
Revert "TextEditor: Add vim status indicators to the statusbar"
Andreas Kling
2021-02-02
TextEditor: Add vim status indicators to the statusbar
Zac
2021-01-28
Vim: Add change word and delete word functionality
Zac
2021-01-24
Vim: More correct word jumping (#5090)
Zac
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling