Commit History

Author SHA1 Message Date
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 years ago
  Timothy Flynn 4edd8e8c5e LibGUI: Ensure the "End" key sets the cursor to the visual line end 2 years ago
  Timothy Flynn 8a94c7a7f7 LibGUI: Skip over grapheme clusters on left/right arrow key presses 2 years ago
  Sam Atkins 69333e5dbd LibGUI: Combine wrapping/non-wrapping TextEditor code paths 2 years ago
  Timothy Slater 7b62e02bc3 LibGUI: Prevent key_down event from bubbling for Key_Up and Key_Down 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  skelegorg db2e1bfa02 LibGUI: Fix EditingEngine Shift + Up/Down highlight behavior 2 years ago
  Sam Atkins 42f36d4865 LibGUI: Make "Home" key behavior comfier on wrapped lines :^) 2 years ago
  Lucas CHOLLET 7a8104e79b LibGUI: Add MoveLineUpOrDownCommand 3 years ago
  Lucas CHOLLET fcb1d2cfb7 LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditor 3 years ago
  Moustafa Raafat 7b23dfea79 LibGUI: Remove unused functions in EditingEngine class 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 years ago
  Ben Wiederhake 3647001c93 LibGUI: Don't update selection twice after Ctrl-Right 3 years ago
  Ben Wiederhake 68884eefc6 LibGUI: Make Ctrl-Shift-Home/-End work again 3 years ago
  Ben Wiederhake 2f023acf78 LibGUI: Convert always-valid pointer to reference 3 years ago
  Andrew January 9a4c1c019a LibGUI: Make Ctrl+Shift+Right select text 3 years ago
  Matthew Hall a7e7f62d08 VimEditingEngine: Operate on real lines rather than wrapped ones 4 years ago
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions 4 years ago
  sin-ack d6dc81874d EditingEngine: Split selection from movement functions 4 years ago
  Linus Groh dbe72fd962 Everywhere: Remove empty line after function body opening curly brace 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  one-some 279599cbed EditingEngine: Don't jump to the beginning or end of a non-existant word 4 years ago
  Angus Gibson ae51dea524 LibGUI: Remove redundant cursor update 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Zac cc2f35badd TextEditor: Implement word wrapping 4 years ago
  Zac aaf691c4ef Vim: Add change word and delete word functionality 4 years ago
  Zac aec9658b4f EditingEngine: Fix move_to_previous_word not working on last char of doc 4 years ago
  Zac 330ab52ddb Vim: More correct word jumping (#5090) 4 years ago
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago