Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 31b2d93038 LibGUI+LibVT: Notify widgets of emoji selection with a callback il y a 2 ans
  electrikmilk 6a09d89329 Base+LibGUI: Add insert emoji common action il y a 2 ans
  Thomas Symalla 03e9697975 TextEditor: Change cursor when reaching the ruler area il y a 2 ans
  Lucas CHOLLET 7a8104e79b LibGUI: Add MoveLineUpOrDownCommand il y a 3 ans
  Lucas CHOLLET 0bcfbdb072 LibGUI: Explicitly default initialize class members il y a 3 ans
  huttongrabiel 9369610bf4 LibGUI: Unindent selected text on shift+tab press il y a 3 ans
  huttongrabiel 2fbaa7996c LibGUI: Indent selected text on tab press il y a 3 ans
  FrHun 19fac58e49 LibGUI: Use new layout system for basic widgets il y a 3 ans
  Sam Atkins ebbbca98fa LibGUI: Run TextEditor::on_change callback immediately il y a 3 ans
  faxe1008 448d6b9acc LibGUI: Make TextEditor substitution more explicit il y a 3 ans
  SimonFJ20 791e881892 LibGUI: Rename function to make intention clearer il y a 3 ans
  SimonFJ20 661e7d691e LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommand il y a 3 ans
  Itamar 5f2a0f03a6 LibGUI: Add search API to TextEditor with highlighted results il y a 3 ans
  Itamar ab0b4f46f7 LibGUI: Support multiple layers of TextDocument spans il y a 3 ans
  Rok Povsic 7da0d94d03 LibGUI: Add CTRL+Enter callback to TextEditor il y a 3 ans
  thankyouverycool 5fedb742da LibGUI: Set Editors to wrap at words when MultiLine il y a 3 ans
  Andreas Kling 001b08dec9 LibGUI: Put TextEditor widgets in "Wrap at Words" mode by default 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
  Itamar 10d75d7f21 LibGUI: Add TextEditor::force_rehighlight() method il y a 3 ans
  Mustafa Quraish f674102447 TextEditor: Use FileSystemAccessClient::try_* APIs 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
  thislooksfun 352f593958 LibGUI: Add and use TextEditor::hide_autocomplete() il y a 3 ans
  thislooksfun aea9ba3b42 LibGUI: Refactor out common code il y a 3 ans
  thislooksfun 86ea41970d LibGUI: Hide autocomplete on any event other than typing il y a 3 ans
  thislooksfun 0627ed9900 LibGUI: Always show a box when the user requests autocomplete il y a 3 ans
  Ben Wiederhake 2f023acf78 LibGUI: Convert always-valid pointer to reference il y a 3 ans
  thankyouverycool 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere il y a 3 ans
  thankyouverycool 46043b71cb LibGUI: Add number_of_words() to TextEditors il y a 3 ans