提交歷史

作者 SHA1 備註 提交日期
  thislooksfun aea9ba3b42 LibGUI: Refactor out common code 3 年之前
  thislooksfun 86ea41970d LibGUI: Hide autocomplete on any event other than typing 3 年之前
  thislooksfun 0627ed9900 LibGUI: Always show a box when the user requests autocomplete 3 年之前
  Filiph Sandström d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
  Andreas Kling 649cb67f28 LibGUI: Don't paint TextEditor selection in non-focused widgets 3 年之前
  Peter Elliott c19d868a3e LibGUI: Don't render placeholders as secret 3 年之前
  Ben Wiederhake 2f023acf78 LibGUI: Convert always-valid pointer to reference 3 年之前
  thankyouverycool 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 年之前
  thankyouverycool 46043b71cb LibGUI: Add number_of_words() to TextEditors 3 年之前
  thankyouverycool 9a5a9fbee0 LibGUI+TextEditor: Allow cursor line highlighting to be toggled 3 年之前
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 年之前
  Rob Ryan 34a64ed25b LibGUI+Browser: Add UrlBox class 3 年之前
  Gunnar Beutner 17505ea5d9 LibGUI: Ensure that edit actions are disabled for password boxes 3 年之前
  Gunnar Beutner 9179d01915 LibGUI: Remove redundant code 3 年之前
  TheFightingCatfish 0c53c2dfa2 LibGUI: Add a ClipboardClient for GUI::Clipboard 3 年之前
  TheFightingCatfish 9b78ae5149 LibGUI+Browser: Do not paste bitmaps 3 年之前
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 年之前
  Ariel Don 54bf6a7884 LibGUI: Add Ctrl-U to insert mode 4 年之前
  Ariel Don 8230bf8944 LibGUI: Add Ctrl-H to insert mode 4 年之前
  Ariel Don 808e5e813f LibGUI: Add Ctrl-W to insert mode 4 年之前
  Hendiadyoin1 ed46d52252 Everywhere: Use AK/Math.h if applicable 4 年之前
  Timothy 73226a2861 LibGUI: Convert TextEditor to east-const style 4 年之前
  Timothy 73ae5200a9 TextEditor+LibGUI: Use unveil and FileSystemAccessServer 4 年之前
  networkException f8798c154b LibGUI: Draw the placeholder of a TextEditor also when it is focused 4 年之前
  Marcus Nilsson 2264de9921 LibGUI/TextEditor: Set cut and copy actions to disabled on init 4 年之前
  Max Wipfli de67d86696 LibGUI: Add glyph substitution to TextEditor 4 年之前
  Max Wipfli 37961bf7cb LibGUI: Fix double-clicking words in syntax-highlighted text 4 年之前
  Andreas Kling bec2b3086c LibGUI: Don't fire on_change hook at start of TextEditor::paint_event() 4 年之前
  Dmitrii Ubskii 8501617fcb LibGUI+HackStudio: Make gutter a first class element 4 年之前
  Sreelakshmi a471af4ae1 TextEditor: Don't close autocomplete box or stop timer on leave_event 4 年之前