提交历史

作者 SHA1 备注 提交日期
  Michael Ragazzon 0609669d66 Fix max length in text input fields not always clamping the value, such as when pasting text 2 年之前
  Michael Ragazzon ed9c68966a Remove default on switch with all enum values covered 3 年之前
  Michael Ragazzon 9e84c9039d Text widget: Don't show horizontal scrollbar when word wrapping is enabled 3 年之前
  Michael Ragazzon e97af1c077 Text widget: Fix text not being formatted in some cases 3 年之前
  Michael Ragazzon 05ed213640 Text widget: Move cursor when changing value 3 年之前
  Michael Ragazzon 1566efda8d Text widget: Reduce unnecessary formatting 3 年之前
  Michael Ragazzon bcebcd3557 Text widget formatting: Early exit when zero-sized. 3 年之前
  Michael Ragazzon f380f3dca7 Text transform is turned off for text widgets, they are not compatible 3 年之前
  Michael Ragazzon bae6245930 Text widget formatting early exit when scrollbars need to be enabled 3 年之前
  Michael Ragazzon f054057d65 Layout change does not always require text widget formatting, be more restrictive for perfomance reasons 3 年之前
  Michael Ragazzon db6fafd530 Avoid unnecessary calls to the text widget formatting procedure 3 年之前
  Michael Ragazzon 6af110796d Fix text widget editing after cut operation 3 年之前
  Michael Ragazzon 89a357bda4 Set IME position to the caret during text editing on the Windows backend. #303 #305 3 年之前
  Michael Ragazzon c7dc482b87 Text widget: Don't update ideal cursor position during vertical movement even when moving to text start and end 3 年之前
  Michael Ragazzon 86c227e900 Text widget: Fix horizontal cursor movement around endlines 3 年之前
  Michael Ragazzon 68b3f9730b Text widget: Clamp cursor index to a valid range 3 年之前
  Michael Ragazzon fde27b5d2e Text widget: Fix swapped page up/down numpad keys 3 年之前
  Michael Ragazzon 0e8cd54086 Text widget: Update blank space formatting 3 年之前
  Michael Ragazzon 6ebb4e1607 Additional text widget refactoring: 3 年之前
  Michael Ragazzon 8facc5310d Text widget: Expand selection to highlight selected newlines 3 年之前
  Michael Ragazzon 654ded291b Text widget: Improve word skipping, we now skip past characters of the same class 3 年之前
  Michael Ragazzon 5717640f95 Text widget refactoring: 3 年之前
  Michael Ragazzon 02818d0f73 Text widget: Move to the cursor when cutting and pasting 3 年之前
  Michael Ragazzon 85acb6c05e Text widgets: Break words when word-wrap is enabled 3 年之前
  Michael Ragazzon 8b7388ecdc Refactor ComputedValues to reduce memory usage. 3 年之前
  Michael Ragazzon f0e7ad239c Don't copy to clipboard if the selection is empty 4 年之前
  Michael Ragazzon 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. 4 年之前
  Michael Ragazzon 424bdaef3e Add new RCSS property 'caret-color' 5 年之前
  Michael Ragazzon 9f195446f8 Fix input text selection when font has kerning 5 年之前
  Michael Ragazzon d6f8c23387 Fix textarea getting an unneeded horizontal scrollbar. See #122. 5 年之前