Commit History

Author SHA1 Message Date
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 4 years ago
  sin-ack d6dc81874d EditingEngine: Split selection from movement functions 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Rafał c41c41cc0f LibGUI: Prevent selecting empty line in TextEditor on double click (#6537) 4 years ago
  Linus Groh 2b0c361d04 Everywhere: Fix a bunch of typos 4 years ago
  Andreas Kling a2baab38fd Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 4 years ago
  Andreas Kling 088ae37541 LibGUI: Reflow+update TextEditor widget after ruler visibility change 4 years ago
  AnotherTest a42886d8ff LibGUI: Update the autocomplete suggestions after processing keys 4 years ago
  Itamar f6cc382403 TextEditor: Adjust AutoCompleteBox's position to the scroll height 4 years ago
  lucastarche 6d3d097832 TextEditor: Visualize leading whitespace 4 years ago
  thankyouverycool d2d69f3efb LibGUI: Remove has_visible_list members from TextEditor 4 years ago
  thankyouverycool bc26d1093f LibGUI: Clear inactive selections in DisplayOnly TextEditors 4 years ago
  thankyouverycool cf866cc75a LibGUI: Register more GML properties and widgets 4 years ago
  AnotherTest 0d17cf121c LibGUI: Handle some edge cases in the spanned text drawing algorithm 4 years ago
  Itamar c1c37cc5bd TextEditor: Don't attempt to stop the autocomplete timer if it is null 4 years ago
  Torben Thaysen a723a97750 LibGUI: Implemented line wrapping for new spanned text drawing 4 years ago
  Torben Thaysen b76d2450fa LibGUI: drawing spanned text no longer *horribly* inefficient 4 years ago
  Angus Gibson 0c44deeee2 LibGUI: Let cursor start a wrapped line 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Linus Groh 3583b62ad3 LibGUI: Swap order of InputBox value and parent window args 4 years ago
  Andreas Kling 7f616449ec LibGUI: Make TextEditor write a trailing newline to non-empty files 4 years ago
  Andreas Kling a048f46be5 LibGUI: Use a ScopeGuard to close the fd in TextEditor::write_to_file() 4 years ago
  Andreas Kling 015c5e61a8 LibGUI: Fix bogus TextEditor selection when cursor dragged outside view 4 years ago
  Andreas Kling 43c7d7d285 LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 4 years ago
  Zac cc2f35badd TextEditor: Implement word wrapping 4 years ago
  Andreas Kling 31e04907b4 Revert "TextEditor: Add vim status indicators to the statusbar" 4 years ago
  Zac bd6d0d2295 TextEditor: Add vim status indicators to the statusbar 4 years ago
  Zac aaf691c4ef Vim: Add change word and delete word functionality 4 years ago
  Zac 94bfde2a38 TextEditor: Fix bug in delete_current_line() when deleting the last line 4 years ago
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 years ago