Historial de Commits

Autor SHA1 Mensaje Fecha
  Ben Wiederhake a8930997f0 LibGUI: Make Ctrl-Right at the end of a span work hace 3 años
  Nico Weber b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang hace 3 años
  thankyouverycool 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere hace 3 años
  Brian Gianforcaro 8623cec0d7 LibGUI: Remove unused header includes hace 4 años
  Vinicius 5e87c798d2 TextDocument: Fix indentation duplicating spaces hace 4 años
  Ariel Don a4fdb7f029 VimEditingEngine: Prevent crash upon 'x' or 'v' on blank lines hace 4 años
  Ariel Don 808e5e813f LibGUI: Add Ctrl-W to insert mode hace 4 años
  dylanbobb e24f1dfbe1 LibGUI: Don't delete within a line if the line is empty hace 4 años
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions hace 4 años
  Andreas Kling 194a90884c LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditor hace 4 años
  Andreas Kling ce90d87eb6 LibGUI: Show command name in GUI::TextEditor undo/redo action text hace 4 años
  Andreas Kling 161568103e LibGUI: Remove UndoStack's automatic command combo'ing hace 4 años
  Andreas Kling 81bc861085 LibGUI: Implement merging of TextDocument's RemoveTextCommand hace 4 años
  Andreas Kling ff6bac4854 LibGUI: Implement merging of TextDocument's InsertTextCommand hace 4 años
  Andreas Kling aaa96e909b LibGUI: Don't fire TextDocument change notification after each command hace 4 años
  Andreas Kling ee19f7c0aa LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor hace 4 años
  Max Wipfli 228c1f4968 LibGUI: Remove line-is-empty check in TextDocument return-early hace 4 años
  Carlos César Neves Enumo 928f16d360 LibGUI: Remember modified state on undo/redo actions hace 4 años
  Carlos César Neves Enumo 67537bfc80 LibGUI: Clear undo stack when opening a new document hace 4 años
  Carlos César Neves Enumo 97d0028098 LibGUI: Debounce TextDocument undo stack hace 4 años
  Andreas Kling 6536a979d8 LibGUI: Improve a FIXME comment in TextDocument hace 4 años
  Andreas Kling 5b68a76c77 LibGUI: Track modified state in GUI::TextDocument hace 4 años
  Rafał 2d6be48c6f LibGUI: Select last word when double clicking at the end of a line hace 4 años
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Rafał c41c41cc0f LibGUI: Prevent selecting empty line in TextEditor on double click (#6537) hace 4 años
  Maciej Zygmanowski 8646f8f4ad LibGUI: Use normalized TextRange for early empty string check hace 4 años
  Cesar Torres b7d726e226 LibGUI: Fix crash when getting text of selected line after a line delete hace 4 años
  Itamar 3cc7b00e24 LibGUI: Allow TextDocument::set_text to fail hace 4 años
  Cesar Torres 2b269b27e7 LibGUI: Fix crash when text_in_range() was called on an empty document hace 4 años