Commit History

Author SHA1 Message Date
  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
  Fausto Tommasi f7458b3e17 LibGUI: Update TextEditor to delete emoji based on gbp cluster 2 years ago
  Cameron Youell dad70d8d6e LibGUI: Account for `glyph_spacing()` in spans 2 years ago
  Sam Atkins 2dc1682274 LibGUI: Take gutter into account when measuring TextEditor content area 2 years ago
  Sam Atkins 6905622b41 LibGUI: Don't show caret cursor when hovering TextEditor's gutter 2 years ago
  Sam Atkins 69333e5dbd LibGUI: Combine wrapping/non-wrapping TextEditor code paths 2 years ago
  Sam Atkins 7aef096f85 LibGUI: Fix typo in `span_consumed` variable 2 years ago
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 years ago
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 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
  Aliaksandr Kalenik 1f4106842d LibGfx: Pass font width to `FontDatabase::get()` 2 years ago
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 years ago
  Sam Atkins a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2 years ago
  Lucas CHOLLET cf1eea27d3 LibGUI: Add `TextEditor::write_to_file(Core::Stream::File&)` 2 years ago
  Andrew Kaster ddf348daeb Everywhere: Use ElapsedTimer::elapsed_time() for comparisons 2 years ago
  Andreas Kling 2a61d66b0a LibGfx: Make Font::preferred_line_height() more correct 2 years ago
  thankyouverycool 804baa42f9 LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget 2 years ago
  thankyouverycool 5b02e6a46b LibGUI: Handle Enter+Leave events for automatic cursor trackers 2 years ago
  Snow 0049dfd717 LibGUI+TextEditor: Add a relative line number option for TextEditor 2 years ago
  Snow 2f8c7b1b30 LibGUI: Add shortcut for inserting new line 2 years ago
  Snow df7c0eacd4 TextEditor: Fix commenting shortcut `<Ctrl-/>` 2 years ago
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  thankyouverycool c476ca2bd6 LibGUI: Setup IncrementalSearchBanners for TextEditors 2 years ago
  Kyle Lanmon 62a3de0c0a TextEditor: Add keyboard shortcut to (un)comment a range of lines 2 years ago
  thankyouverycool a6581c2aac LibGUI: Paint text selections as active in Popups 2 years ago
  Julian Eigmüller 0ea399d8d6 LibGUI: Shift+Tab unindents line 2 years ago