Commit History

Author SHA1 Message Date
  thankyouverycool a5fefbf840 LibGUI: Resize TextEditor ruler based on needed space 4 years ago
  Andreas Kling c1e0047b48 LibGUI: When focusing a TextEditor via keyboard, select all contents 4 years ago
  Andreas Kling 75b8f4e4e6 LibGUI: Make focus events more aware of why focus is changing 4 years ago
  Ben Wiederhake 1396ce8a9b LibGUI: Mark compilation-unit-only functions as static 4 years ago
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again 5 years ago
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" 5 years ago
  Linus Groh 9ef834384d LibGUI: Use set_cursor() in TextEditor::set_document() 5 years ago
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g 5 years ago
  AnotherTest c35493c156 LibGUI: Add focus hooks to TextEditor 5 years ago
  Sasan Hezarkhani a2bbacbfc8 TextEditor: Jump to word break when deleting and holding Ctrl modifier 5 years ago
  Tom 65a11fb5f9 LibGUI: Add InputBox::show with required parent window argument 5 years ago
  thankyouverycool a038f82326 LibGUI: Disallow typing in DisplayOnly TextEditors 5 years ago
  thankyouverycool 6a78db07f1 LibGUI: Add hover highlighting and keyboard controls to ComboBox 5 years ago
  thankyouverycool b2783a234a LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode 5 years ago
  Andreas Kling d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 years ago
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 years ago
  Andreas Kling eec22acb8e LibGUI: Add GUI::CommonActions::make_select_all_action() :^) 5 years ago
  Andreas Kling f50bc0f314 LibGUI: Add TextEditor::set_icon() 5 years ago
  Hüseyin ASLITÜRK 53227f400c LibGUI: Replace text attribute on KeyEvent with code_point attribute 5 years ago
  Kevin Meyer 17aa917073 LibGUI: Don't update cursor, if visual data out-of-date 5 years ago
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 years ago
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 years ago
  Andreas Kling b81b2a85c4 LibGUI: Don't scroll cursor into view while reflows are deferred 5 years ago
  Andreas Kling 984a6ff97b LibGUI: Fix broken clip rect when scrolling a TextEditor 5 years ago
  Andreas Kling 5c485d4a1e LibGUI: Fix TextEditor painting glitch after add_clip_rect() change 5 years ago
  FalseHonesty 061938206a LibGUI: Fix cursor being out of view after typing 5 years ago
  FalseHonesty b0b03c52af LibGUI: Fix TextEditor crashing when selecting a blank line 5 years ago
  Andreas Kling a8f0e4d56e LibGUI: Defer line reflow during text insertion 5 years ago
  Andreas Kling 30edd198ec LibGUI: Make TextEditor::select_all() move the cursor to document head 5 years ago
  FalseHonesty 4ad891a078 LibGUI: Add flag to TextDocument's word break locator methods 5 years ago