Histórico de commits

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