Histórico de Commits

Autor SHA1 Mensagem Data
  Abhishek Raturi e63cf3b94a HackStudio: Highlight all the occurances of selected text in editor há 1 ano atrás
  Sam Atkins 39cba61c2d LibGUI: Fall back to words when double-clicking TextEditor with spans há 1 ano atrás
  Sam Atkins 988130a935 LibGUI+GMLPlayground: Set correct undo text for ReplaceAllTextCommand há 2 anos atrás
  Sam Atkins 1d7d194062 LibGUI: Use `set_text()` for `ReplaceAllTextCommand` há 2 anos atrás
  Sam Atkins 9d2027de6b LibGUI: Make folded lines take up 0 vertical space in no-wrap mode há 2 anos atrás
  Lucas CHOLLET ea2ffdfd0e LibGUI: Bubble up Key_Escape if no hook is plugged in TextEditor há 2 anos atrás
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions há 2 anos atrás
  Xuekun Li 200a4a00dd LibGUI: Fix wrong cursor position after undoing `RemoveTextCommand` há 2 anos atrás
  Ahmed Hussein fd9dbf1f20 TextEditor: Prevent autoscroll looping over há 2 anos atrás
  Caoimhe 617edafbf2 LibGUI: Add support for jumping to a line and column in TextEditor há 2 anos atrás
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive há 2 anos atrás
  thankyouverycool 02d94a303c Base+Userland: Apply Human Interface Guidelines to Object text há 2 anos atrás
  thankyouverycool 02a9e5d3f6 LibGUI+Userland: Improve error and font handling for InputBox há 2 anos atrás
  thankyouverycool 9c2bcffe83 LibGUI: Improve calculated_min_size() for single-line TextEditor há 2 anos atrás
  Sam Atkins 4b29702fee LibGUI: Add gutter indicators to TextEditor :^) há 2 anos atrás
  Sam Atkins ce9b9a4f20 LibGUI: Rename TextEditor::LineVisualData -> LineData há 2 anos atrás
  Sam Atkins 03571b1fa9 LibGUI: Extract repeated code for populating TextEditor per-line data há 2 anos atrás
  Cameron Youell c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` há 2 anos atrás
  Karol Kosek ee5838084d LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro há 2 anos atrás
  Sam Atkins 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional há 2 anos atrás
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes há 2 anos atrás
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector há 2 anos atrás
  Andreas Kling b71c7a6e44 Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() há 2 anos atrás
  Timothy Flynn 4463de3d10 LibGUI: Compute syntax-highlighted visual text spans using float rects há 2 anos atrás
  Sam Atkins d169af117d LibSyntax+LibGUI: Let syntax highlighters assign folding regions há 2 anos atrás
  Sam Atkins 92b128e20a LibGUI: Support folding regions in TextEditor há 2 anos atrás
  Sam Atkins 640f6f476c LibGUI: Store Utf32Views in TextEditor::LineVisualData há 2 anos atrás
  Sam Atkins b5e1babc26 LibGUI: Create TextAttributes for unspanned text once, not repeatedly há 2 anos atrás
  Sam Atkins e8b7bdbd57 LibGUI: Skip painting TextEditor spans that end on previous lines há 2 anos atrás