Commit History

Author SHA1 Message Date
  Ben Wiederhake c80dcc4671 LibGUI: Make paste access to Clipboard atomic 3 years ago
  Andrew January c0d6e37ab3 LibGUI: Add support for Ctrl+Delete in TextEditor 3 years ago
  Andrew January 22e80bae29 LibGUI: Change delete key handling from action to keydown_event 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
  thislooksfun 7a2c8452f1 LibGUI: Don't re-trigger the autocomplete box when the timer fires 3 years ago
  thislooksfun d5baf1c1fa LibGUI: Allow autocomplete to stay open after applying 3 years ago
  thislooksfun 352f593958 LibGUI: Add and use TextEditor::hide_autocomplete() 3 years ago
  thislooksfun aea9ba3b42 LibGUI: Refactor out common code 3 years ago
  thislooksfun 86ea41970d LibGUI: Hide autocomplete on any event other than typing 3 years ago
  thislooksfun 0627ed9900 LibGUI: Always show a box when the user requests autocomplete 3 years ago
  Filiph Sandström d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
  Andreas Kling 649cb67f28 LibGUI: Don't paint TextEditor selection in non-focused widgets 3 years ago
  Peter Elliott c19d868a3e LibGUI: Don't render placeholders as secret 3 years ago
  Ben Wiederhake 2f023acf78 LibGUI: Convert always-valid pointer to reference 3 years ago
  thankyouverycool 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 years ago
  thankyouverycool 46043b71cb LibGUI: Add number_of_words() to TextEditors 3 years ago
  thankyouverycool 9a5a9fbee0 LibGUI+TextEditor: Allow cursor line highlighting to be toggled 3 years ago
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 years ago
  Rob Ryan 34a64ed25b LibGUI+Browser: Add UrlBox class 3 years ago
  Gunnar Beutner 17505ea5d9 LibGUI: Ensure that edit actions are disabled for password boxes 3 years ago
  Gunnar Beutner 9179d01915 LibGUI: Remove redundant code 3 years ago
  TheFightingCatfish 0c53c2dfa2 LibGUI: Add a ClipboardClient for GUI::Clipboard 3 years ago
  TheFightingCatfish 9b78ae5149 LibGUI+Browser: Do not paste bitmaps 3 years ago
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 years ago
  Ariel Don 54bf6a7884 LibGUI: Add Ctrl-U to insert mode 4 years ago
  Ariel Don 8230bf8944 LibGUI: Add Ctrl-H to insert mode 4 years ago
  Ariel Don 808e5e813f LibGUI: Add Ctrl-W to insert mode 4 years ago
  Hendiadyoin1 ed46d52252 Everywhere: Use AK/Math.h if applicable 4 years ago
  Timothy 73226a2861 LibGUI: Convert TextEditor to east-const style 4 years ago