Commit History

Author SHA1 Message Date
  Andreas Kling b5521e1b0d GTextEditor: Add basic selection support. 6 years ago
  Andreas Kling 27b0aab13e GTextEditor: Unbreak forward merge with Delete. 6 years ago
  Andreas Kling 9867fe1025 GTextEditor: Add a ruler column that always shows the line numbers. 6 years ago
  Andreas Kling f13c62f225 GTextEditor: Fix double effect of backspace/delete in some cases. 6 years ago
  Andreas Kling f8b72ab3ab GTextEditor: Add basic PageUp/PageDown navigation support. 6 years ago
  Andreas Kling 187d7cb400 GTextEditor: Add write_to_file(String path) :^) 6 years ago
  Andreas Kling a5bc20c733 GTextEditor: Support starting with an empty document. 6 years ago
  Andreas Kling 43d56b6f3a GTextEditor: Support splitting lines at the cursor with the Return key. 6 years ago
  Andreas Kling a64b71fb3d GTextEditor: Support forward delete/merge with the Delete key. 6 years ago
  Andreas Kling 38662f884d GTextEditor: Merge with previous line if backspacing at column 0. 6 years ago
  Andreas Kling 6094f592a9 GTextEditor: More work on basic line editing. Insert/remove characters. 6 years ago
  Andreas Kling 8425ea971a GTextEditor: Start working on editing, starting with inserting newlines. 6 years ago
  Andreas Kling b4df33e453 GTextEditor: Only paint lines inside the dirty rect. 6 years ago
  Andreas Kling ce35cddb1b GTextEditor: Let's use a Vector for the line backing store. 6 years ago
  Andreas Kling a21ecd440a GTextEditor: Allow moving the cursor by clicking. 6 years ago
  Andreas Kling 9997992907 GTextEditor: Make the cursor invalidation work with the padding(). 6 years ago
  Andreas Kling 60c1ab5fbe GTextEditor: Scroll the cursor into view before updating it. 6 years ago
  Andreas Kling 9591acc212 GTextEditor: Remove some debug spam. 6 years ago
  Andreas Kling 77198ef735 GTextEditor: Simplify update_cursor(). 6 years ago
  Andreas Kling 6a6bcc5daf GTextEditor: Add Home/End and Ctrl+Home/Ctrl+End navigation shortcuts. 6 years ago
  Andreas Kling 1ac71d1fb1 GTextEditor: Improvements to cursor rendering. 6 years ago
  Andreas Kling dff57909a7 GTextEditor: Only draw the cursor line background shade when focused. 6 years ago
  Andreas Kling 6db132069f GTextEditor: Draw the cursor line in a slightly darker shade. 6 years ago
  Andreas Kling 1f92636c6d GTextEditor: Make the cursor blink while the editor is focused. 6 years ago
  Andreas Kling ca65ca2f2d TextEditor: Show the current cursor position in the statusbar. 6 years ago
  Andreas Kling 9158de6c41 Begin working on a graphical TextEditor. 6 years ago