Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling bc2026d26d LibGUI: Make GTextEditor::Span have a range instead of two positions vor 5 Jahren
  Andreas Kling 4fa8acf6ea GTextEditor: The Home key should jump to the first non-space character vor 5 Jahren
  Andreas Kling 532001f4c1 GTextEditor: Arrow keys should only modify selection when Shift is held vor 5 Jahren
  Andreas Kling 59107a7cfe GTextEditor: Allow setting a custom font for each span vor 5 Jahren
  Andreas Kling 0d53d74d5f GTextEditor: Add a "span" mechanism for having custom-style text ranges vor 5 Jahren
  Andreas Kling 0a0dfeee8b LibGUI: Make GTextEditor::set_cursor() public vor 5 Jahren
  Andreas Kling caf1b37e75 GTextEditor: Unbreak right-aligned single-line text boxes vor 5 Jahren
  Andreas Kling b41b5433f4 LibGUI: Add Undo/Redo to GCommonActions vor 5 Jahren
  Andreas Kling e83390387c LibGUI: Simplify GCommonActions a bit vor 5 Jahren
  Andreas Kling 11f2e7cd5c GMenu: Update apps now that you can create a nameless GMenu vor 5 Jahren
  Andreas Kling 6ab498edf7 GTextEditor: Paint line numbers with TopRight text alignment vor 6 Jahren
  rhin123 1adec6d54b TextEditor: Removed unnecessary use of for_each vor 6 Jahren
  rhin123 5594f19624 TextEditor: Added GCommonActions vor 6 Jahren
  Andreas Kling 77a58119e7 GTextEditor: Hide the horizontal scrollbar when line-wrapping is on vor 6 Jahren
  Andreas Kling 906582d8df GTextEditor: Fix wrong width calculations with line-wrapping enabled vor 6 Jahren
  Andreas Kling 74ca299b4b GTextEditor: Make visual lines stop after their last character vor 6 Jahren
  Rhin 3e6a0a0533 TextEditor: Stopped disappearing text at end of document (#505) vor 6 Jahren
  Andreas Kling 3e2e086011 LibGUI: Add a way for GWidget subclasses to learn that the font changed vor 6 Jahren
  Rhin d3ebd8897f GTextEditor: Set content size based on the visual line rects (#500) vor 6 Jahren
  Andreas Kling 50ef2216fa GTextEditor: Optimize write_to_file() with ftruncate() vor 6 Jahren
  Andreas Kling fcf85d8fef GTextEditor: Always call did_change() after deleting with backspace vor 6 Jahren
  Andrew Weller ed0553fe10 GTextEditor: Fixed bug on KeyCode::Key_Right pressed. vor 6 Jahren
  Andrew Weller b50ffaf7e1 GTextEditor: Fixed bug in find_prev vor 6 Jahren
  Andreas Kling a6be213287 GTextEditor: Add add_custom_context_menu_action() vor 6 Jahren
  Andreas Kling fa20dcafb5 GTextEditor: Simplify computation of visual selection start/end vor 6 Jahren
  Andreas Kling 5aac652b4b GTextEditor: Relayout when the line-wrapping setting is changed vor 6 Jahren
  Andreas Kling 3ca1c72c77 GTextEditor: Unbreak selection painting in the new line-wrapping world vor 6 Jahren
  Andreas Kling 7b5bcec562 GTextEditor: Fix computing content x/rect values with line wrapping vor 6 Jahren
  Andreas Kling 2e31b6627e GTextEditor: Take horizontal padding into account for line visual rects vor 6 Jahren
  Andreas Kling 9752e683f6 GTextEditor: Start working on a line-wrapping feature vor 6 Jahren