summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/EditingEngine.cpp
AgeCommit message (Expand)Author
2021-07-15VimEditingEngine: Operate on real lines rather than wrapped onesMatthew Hall
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-04-27EditingEngine: Split selection from movement functionssin-ack
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-30EditingEngine: Don't jump to the beginning or end of a non-existant wordone-some
2021-02-24LibGUI: Remove redundant cursor updateAngus Gibson
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-01-28Vim: Add change word and delete word functionalityZac
2021-01-27EditingEngine: Fix move_to_previous_word not working on last char of docZac
2021-01-24Vim: More correct word jumping (#5090)Zac
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling