Historique des commits

Auteur SHA1 Message Date
  Andreas Kling fa77a57257 GTextEditor: Allow moving the selected line(s) up/down in bulk il y a 5 ans
  Andreas Kling c16b1a515e GTextEditor: Add a way to flush any pending on_change notifications il y a 5 ans
  rhin123 96c1e36ed3 TextEditor: Added redo functionality & proper stack manipulation il y a 5 ans
  Andreas Kling f5c2ae1192 GTextEditor: Move the cursor to column 0 after deleting a whole line il y a 5 ans
  rhin123 9e608885d1 TextEditor: Added undo functionality il y a 5 ans
  Andreas Kling b8bf998b61 LibGUI: Move text search functions from GTextEditor to GTextDocument il y a 5 ans
  Andreas Kling bddba567b3 LibGUI: Add GTextDocument::text_in_range(GTextRange) il y a 5 ans
  Andreas Kling 9b13a3905b LibGUI: Support multiple GTextEditors editing the same GTextDocument il y a 5 ans
  Andreas Kling f96c683543 LibGUI: Move visual line metadata from GTextDocument to GTextEditor il y a 5 ans
  Andreas Kling f1c6193d6d LibGUI: Move GTextDocument out of GTextEditor il y a 5 ans
  Andreas Kling db5178fb8f GTextEditor: Double-clicking on a span should select the span il y a 5 ans
  Andreas Kling 8fa466e496 GTextEditor: Backspace over soft tabs il y a 5 ans
  Andreas Kling b513a787fb GTextEditor: set_text() should clear any existing spans il y a 5 ans
  Andreas Kling bc2026d26d LibGUI: Make GTextEditor::Span have a range instead of two positions il y a 5 ans
  Andreas Kling 4fa8acf6ea GTextEditor: The Home key should jump to the first non-space character il y a 5 ans
  Andreas Kling 532001f4c1 GTextEditor: Arrow keys should only modify selection when Shift is held il y a 5 ans
  Andreas Kling 59107a7cfe GTextEditor: Allow setting a custom font for each span il y a 5 ans
  Andreas Kling 0d53d74d5f GTextEditor: Add a "span" mechanism for having custom-style text ranges il y a 5 ans
  Andreas Kling 0a0dfeee8b LibGUI: Make GTextEditor::set_cursor() public il y a 5 ans
  Andreas Kling caf1b37e75 GTextEditor: Unbreak right-aligned single-line text boxes il y a 5 ans
  Andreas Kling b41b5433f4 LibGUI: Add Undo/Redo to GCommonActions il y a 5 ans
  Andreas Kling e83390387c LibGUI: Simplify GCommonActions a bit il y a 5 ans
  Andreas Kling 11f2e7cd5c GMenu: Update apps now that you can create a nameless GMenu il y a 5 ans
  Andreas Kling 6ab498edf7 GTextEditor: Paint line numbers with TopRight text alignment il y a 6 ans
  rhin123 1adec6d54b TextEditor: Removed unnecessary use of for_each il y a 6 ans
  rhin123 5594f19624 TextEditor: Added GCommonActions il y a 6 ans
  Andreas Kling 77a58119e7 GTextEditor: Hide the horizontal scrollbar when line-wrapping is on il y a 6 ans
  Andreas Kling 906582d8df GTextEditor: Fix wrong width calculations with line-wrapping enabled il y a 6 ans
  Andreas Kling 74ca299b4b GTextEditor: Make visual lines stop after their last character il y a 6 ans
  Rhin 3e6a0a0533 TextEditor: Stopped disappearing text at end of document (#505) il y a 6 ans