summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/EditingEngine.h
AgeCommit message (Expand)Author
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-19LibGUI: Add MoveLineUpOrDownCommandLucas CHOLLET
2022-07-15LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditorLucas CHOLLET
2022-04-23LibGUI: Remove unused functions in EditingEngine classMoustafa Raafat
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-12-09LibGUI: Add EngineType to EditingEngine classesscwfri
2021-10-15LibGUI: Don't update selection twice after Ctrl-RightBen Wiederhake
2021-07-15VimEditingEngine: Operate on real lines rather than wrapped onesMatthew Hall
2021-04-27EditingEngine: Split selection from movement functionssin-ack
2021-04-25LibGUI: Implement Vim motion systemsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-02Revert "TextEditor: Add vim status indicators to the statusbar"Andreas Kling
2021-02-02TextEditor: Add vim status indicators to the statusbarZac
2021-01-28Vim: Add change word and delete word functionalityZac
2021-01-24Vim: More correct word jumping (#5090)Zac
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling