Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling 8017c1e17c GTextEditor: Let the Tab key insert up to 4 spaces. пре 6 година
  Andreas Kling b4a099d212 GTextEditor: Allow jumping lines by hitting Left/Right at start/end of line. пре 6 година
  Andreas Kling 0a7137617d GTextEditor: Simplify painting of the ruler. пре 6 година
  Andreas Kling 3c2139b824 GTextEditor: Use Painter save/restore to simplify. пре 6 година
  Andreas Kling 5a28392660 GTextEditor: Use a subwidget for the scrollbar corner and tighten clipping. пре 6 година
  Andreas Kling ccda716028 GTextEditor: Backspace and Delete should work regardless of modifier state. пре 6 година
  Andreas Kling 032549d7bf GTextEditor: Refactor selection into a GTextRange class. пре 6 година
  Andreas Kling f40d11f06d LibGUI+WindowServer: Implement drag-to-select behavior in GTextEditor. пре 6 година
  Andreas Kling 6d172725c0 GTextEditor: Fix text_position_at() behavior when passed negative values. пре 6 година
  Andreas Kling c4937f01d8 GTextEditor: Simplify delete_selection(). пре 6 година
  Andreas Kling 5602f3be6c GTextEditor: Ctrl+A should select the entire document. пре 6 година
  Andreas Kling 220c7b5f75 GTextEditor: Replace selection on input or Backspace/Delete. пре 6 година
  Andreas Kling 48d48679b0 GTextEditor: Work on cut/copy/paste operations. пре 6 година
  Andreas Kling 6576ac8332 GTextEditor: Add selected_text() function. пре 6 година
  Andreas Kling b5521e1b0d GTextEditor: Add basic selection support. пре 6 година
  Andreas Kling 27b0aab13e GTextEditor: Unbreak forward merge with Delete. пре 6 година
  Andreas Kling 9867fe1025 GTextEditor: Add a ruler column that always shows the line numbers. пре 6 година
  Andreas Kling f13c62f225 GTextEditor: Fix double effect of backspace/delete in some cases. пре 6 година
  Andreas Kling f8b72ab3ab GTextEditor: Add basic PageUp/PageDown navigation support. пре 6 година
  Andreas Kling 187d7cb400 GTextEditor: Add write_to_file(String path) :^) пре 6 година
  Andreas Kling a5bc20c733 GTextEditor: Support starting with an empty document. пре 6 година
  Andreas Kling 43d56b6f3a GTextEditor: Support splitting lines at the cursor with the Return key. пре 6 година
  Andreas Kling a64b71fb3d GTextEditor: Support forward delete/merge with the Delete key. пре 6 година
  Andreas Kling 38662f884d GTextEditor: Merge with previous line if backspacing at column 0. пре 6 година
  Andreas Kling 6094f592a9 GTextEditor: More work on basic line editing. Insert/remove characters. пре 6 година
  Andreas Kling 8425ea971a GTextEditor: Start working on editing, starting with inserting newlines. пре 6 година
  Andreas Kling b4df33e453 GTextEditor: Only paint lines inside the dirty rect. пре 6 година
  Andreas Kling ce35cddb1b GTextEditor: Let's use a Vector for the line backing store. пре 6 година
  Andreas Kling a21ecd440a GTextEditor: Allow moving the cursor by clicking. пре 6 година
  Andreas Kling 9997992907 GTextEditor: Make the cursor invalidation work with the padding(). пре 6 година