Commit History

Author SHA1 Message Date
  Abhishek Raturi e63cf3b94a HackStudio: Highlight all the occurances of selected text in editor 1 year ago
  Sam Atkins 988130a935 LibGUI+GMLPlayground: Set correct undo text for ReplaceAllTextCommand 1 year ago
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
  Caoimhe 617edafbf2 LibGUI: Add support for jumping to a line and column in TextEditor 2 years ago
  iyush a268dcb1e2 HackStudio: Move around execution order and prevent crashing 2 years ago
  Matteo Benetti 3e1626acdc Spreadsheet+LibSyntax: Never insert spans directly 2 years ago
  Sam Atkins 4b29702fee LibGUI: Add gutter indicators to TextEditor :^) 2 years ago
  Sam Atkins ce9b9a4f20 LibGUI: Rename TextEditor::LineVisualData -> LineData 2 years ago
  Sam Atkins 03571b1fa9 LibGUI: Extract repeated code for populating TextEditor per-line data 2 years ago
  Andreas Kling 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 years ago
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 years ago
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 years ago
  Sam Atkins d169af117d LibSyntax+LibGUI: Let syntax highlighters assign folding regions 2 years ago
  Sam Atkins 92b128e20a LibGUI: Support folding regions in TextEditor 2 years ago
  Sam Atkins 640f6f476c LibGUI: Store Utf32Views in TextEditor::LineVisualData 2 years ago
  Timothy Flynn 4edd8e8c5e LibGUI: Ensure the "End" key sets the cursor to the visual line end 2 years ago
  Timothy Flynn 2eb2207f50 LibGUI: Convert mouse events from a visual to a physical position 2 years ago
  Andreas Kling faa1a09042 LibGUI: Fix const-correctness issues 2 years ago
  Sam Atkins 54d45d4ac6 LibGUI: Add and use TextEditor::fixed_elements_width() 2 years ago
  Sam Atkins 1a5159df73 LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations 2 years ago
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 years ago
  Lucas CHOLLET db80425a65 LibGUI: Remove the `Core::File` overload of `write_to_file()` 2 years ago
  Lucas CHOLLET 107e15c5bc LibGUI: Base `write_to_file(StringView path)` on the stream overload 2 years ago
  Sam Atkins 88bbbe12ba LibGUI: Remove declarations for non-existent methods 2 years ago
  Matthew Olsson 95df712c2e HackStudio: Hide autocomplete popup when switching tabs 2 years ago
  Lucas CHOLLET cf1eea27d3 LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)` 2 years ago
  thankyouverycool 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget 2 years ago
  Snow 0049dfd717 LibGUI+TextEditor: Add a relative line number option for TextEditor 2 years ago
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 years ago