Historique des commits

Auteur SHA1 Message Date
  Lucas CHOLLET 1172fd682a TextEditor: Support multiline highlighting for trailing space il y a 3 ans
  Lucas CHOLLET 9c2e89e8b8 TextEditor: Fix highlighting bug in wrapping mode il y a 3 ans
  thankyouverycool 5fedb742da LibGUI: Set Editors to wrap at words when MultiLine il y a 3 ans
  thankyouverycool 94b74937d8 LibGUI+LibSyntax: Stringify Highlighter::Language il y a 3 ans
  thankyouverycool d94db1900e LibGUI+LibGfx: Defer to fonts when setting Editor line height il y a 3 ans
  thankyouverycool 07910c12e3 LibGUI: Ensure ruler grows properly when using proportional fonts il y a 3 ans
  Sam Atkins decdd6b61a LibGUI: Add missing LibCore/File include il y a 3 ans
  electrikmilk 3c11dc5bd3 Base+HackStudio: Add or insert missing icons il y a 3 ans
  Itamar 10d75d7f21 LibGUI: Add TextEditor::force_rehighlight() method il y a 3 ans
  thankyouverycool 6f37351142 LibGUI: Simplify DisplayOnly painting for TextEditor il y a 3 ans
  thankyouverycool 2c1a417513 LibGUI: Fix typo in TextEditor::paint_event il y a 3 ans
  thankyouverycool f35a6c13ab LibGUI+TextEditor: Highlight the entire current line il y a 3 ans
  thankyouverycool b2df863b55 LibGUI: Adjust TextEditor's clipping rect for text il y a 3 ans
  thankyouverycool 2424858c32 LibGUI: Register gutter and ruler GML properties for TextEditor il y a 3 ans
  Andreas Kling 1b9e98a17d LibGUI: Paint GUI::TextEditor's optional icon before applying text clip il y a 3 ans
  thankyouverycool 96895cd22c Everywhere: Fully qualify font names by including their slope il y a 3 ans
  Tobias Christiansen 92e337de21 LibGUI: Fix typo in TextEditor il y a 3 ans
  Tobias Christiansen 9a28c8dc74 LibGUI: Fix broken text rendering in TextEditor il y a 3 ans
  Tobias Christiansen 5348c67ba4 LibGUI: Expand underline support for Spans in TextEditor il y a 3 ans
  Maciej b6d6cc5de4 LibGUI: Use Font::glyph_or_emoji_width() in TextEditor il y a 3 ans
  Mustafa Quraish f674102447 TextEditor: Use FileSystemAccessClient::try_* APIs il y a 3 ans
  Marcus Nilsson 315e1c705f LibGUI: Don't paint text cursor if TextEditor is disabled il y a 3 ans
  Young-Jin Park 9d74659f3b LibGUI: Fix leading whitespaces when text is wrapped il y a 3 ans
  Ben Wiederhake f22c0ffe0c LibGUI+Everywhere: Make sync requests to Clipboard server more obvious il y a 3 ans
  Ben Wiederhake 06f140a025 LibGUI: Avoid access to Clipboard server, clipboard text is never empty il y a 3 ans
  Ben Wiederhake c80dcc4671 LibGUI: Make paste access to Clipboard atomic il y a 3 ans
  Andrew January c0d6e37ab3 LibGUI: Add support for Ctrl+Delete in TextEditor il y a 3 ans
  Andrew January 22e80bae29 LibGUI: Change delete key handling from action to keydown_event il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() il y a 3 ans