Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming před 5 roky
  Andreas Kling b6eba388e3 LibDraw: Add Selection and SelectionText system theme colors před 5 roky
  Andreas Kling b25600a7ef LibGUI: Respect more theme colors in GTextEditor před 5 roky
  Andreas Kling 7301db4f9a GTextEditor: Fix broken rendering of selection on wrapped lines před 5 roky
  Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject před 5 roky
  Andreas Kling 6f4c380d95 AK: Use size_t for the length of strings před 5 roky
  Sasan Hezarkhani 51262e7e2d GTextEditor: Clear current selection, if any, on set_document() před 5 roky
  Sasan Hezarkhani 5c2ef01f7b LibGUI: Expose a function to clear GTextEditor selection před 5 roky
  Andreas Kling d27e5a77e7 GTextEditor: Don't assert is_readonly() in did_change() před 5 roky
  Andreas Kling 6f70238a32 GTextEditor: Fire the on_change hook on GTextDocument change před 5 roky
  Andreas Kling 32be9941f4 GTextEditor: Implement Shift+Delete using RemoveTextCommand před 5 roky
  Andreas Kling 990042c8ec GTextEditor: Implement the Delete key using RemoveTextCommand před 5 roky
  Andreas Kling 00a91bb02c LibGUI: Consolidate and simplify commands used for insertion/removal před 5 roky
  Andreas Kling ee8773c586 LibGUI: Move the undo stack from GTextEditor to GTextDocument před 5 roky
  Andreas Kling fc14bdd442 LibGUI: Don't recompute line-wrapping over and over during set_text() před 5 roky
  Andreas Kling c8e02e60a6 HackStudio+LibGUI: Implement matching curly brace highlighting před 5 roky
  Andreas Kling 57f7009b9e GTextEditor: Allow GTextDocumentSpans to be "skippable" před 5 roky
  Andreas Kling 27a30fdc2a GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/Right před 5 roky
  ctfloyd a3520bfdfd GTextEditor: Alt+Shift+S alphabetically sorts selected lines před 5 roky
  Andreas Kling ca538b6cee LibGUI: Add a simple GWidget class registry/factory před 5 roky
  Rhin 503fe37eaa TextEditor: Enable/disable undo & redo buttons based on availability (#740) před 5 roky
  Andreas Kling fa77a57257 GTextEditor: Allow moving the selected line(s) up/down in bulk před 5 roky
  Andreas Kling c16b1a515e GTextEditor: Add a way to flush any pending on_change notifications před 5 roky
  rhin123 96c1e36ed3 TextEditor: Added redo functionality & proper stack manipulation před 5 roky
  Andreas Kling f5c2ae1192 GTextEditor: Move the cursor to column 0 after deleting a whole line před 5 roky
  rhin123 9e608885d1 TextEditor: Added undo functionality před 5 roky
  Andreas Kling b8bf998b61 LibGUI: Move text search functions from GTextEditor to GTextDocument před 5 roky
  Andreas Kling bddba567b3 LibGUI: Add GTextDocument::text_in_range(GTextRange) před 5 roky
  Andreas Kling 9b13a3905b LibGUI: Support multiple GTextEditors editing the same GTextDocument před 5 roky
  Andreas Kling f96c683543 LibGUI: Move visual line metadata from GTextDocument to GTextEditor před 5 roky