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.cpp
Age
Commit message (
Expand
)
Author
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-10-15
LibGUI: Don't update selection twice after Ctrl-Right
Ben Wiederhake
2021-10-15
LibGUI: Make Ctrl-Shift-Home/-End work again
Ben Wiederhake
2021-10-15
LibGUI: Convert always-valid pointer to reference
Ben Wiederhake
2021-08-22
LibGUI: Make Ctrl+Shift+Right select text
Andrew January
2021-07-15
VimEditingEngine: Operate on real lines rather than wrapped ones
Matthew Hall
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-04-27
EditingEngine: Split selection from movement functions
sin-ack
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-30
EditingEngine: Don't jump to the beginning or end of a non-existant word
one-some
2021-02-24
LibGUI: Remove redundant cursor update
Angus Gibson
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-01-28
Vim: Add change word and delete word functionality
Zac
2021-01-27
EditingEngine: Fix move_to_previous_word not working on last char of doc
Zac
2021-01-24
Vim: More correct word jumping (#5090)
Zac
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling