提交历史

作者 SHA1 备注 提交日期
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 年之前
  thankyouverycool 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text 2 年之前
  thankyouverycool 02a9e5d3f6 LibGUI+Userland: Improve error and font handling for InputBox 2 年之前
  thankyouverycool 9c2bcffe83 LibGUI: Improve calculated_min_size() for single-line TextEditor 2 年之前
  Sam Atkins 4b29702fee LibGUI: Add gutter indicators to TextEditor :^) 2 年之前
  Sam Atkins ce9b9a4f20 LibGUI: Rename TextEditor::LineVisualData -> LineData 2 年之前
  Sam Atkins 03571b1fa9 LibGUI: Extract repeated code for populating TextEditor per-line data 2 年之前
  Cameron Youell c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 年之前
  Karol Kosek ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro 2 年之前
  Sam Atkins 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional 2 年之前
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes 2 年之前
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 年之前
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 年之前
  Andreas Kling b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2 年之前
  Timothy Flynn 4463de3d10 LibGUI: Compute syntax-highlighted visual text spans using float rects 2 年之前
  Sam Atkins d169af117d LibSyntax+LibGUI: Let syntax highlighters assign folding regions 2 年之前
  Sam Atkins 92b128e20a LibGUI: Support folding regions in TextEditor 2 年之前
  Sam Atkins 640f6f476c LibGUI: Store Utf32Views in TextEditor::LineVisualData 2 年之前
  Sam Atkins b5e1babc26 LibGUI: Create TextAttributes for unspanned text once, not repeatedly 2 年之前
  Sam Atkins e8b7bdbd57 LibGUI: Skip painting TextEditor spans that end on previous lines 2 年之前
  Timothy Flynn 4edd8e8c5e LibGUI: Ensure the "End" key sets the cursor to the visual line end 2 年之前
  Timothy Flynn 16ec116133 LibGUI: Make Gfx- to text-positioning handle multi-code point glyphs 2 年之前
  Timothy Flynn fdf090a299 LibGUI: Wrap words at word break boundaries and don't break up emoji 2 年之前
  Timothy Flynn 2eb2207f50 LibGUI: Convert mouse events from a visual to a physical position 2 年之前
  Andreas Kling faa1a09042 LibGUI: Fix const-correctness issues 2 年之前
  Sam Atkins e54a03d497 LibGUI: Use Gfx::Font::bold_variant() instead of a manual lookup 2 年之前
  Sam Atkins efd56cda6a LibGUI: Use a while loop for iterating text spans 2 年之前
  Sam Atkins 04deb81f71 LibGUI: Validate TextDocument spans when merging them, not when painting 2 年之前
  Sam Atkins 54d45d4ac6 LibGUI: Add and use TextEditor::fixed_elements_width() 2 年之前
  Sam Atkins 1a5159df73 LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations 2 年之前