Historique des commits

Auteur SHA1 Message Date
  Sasan Hezarkhani a2bbacbfc8 TextEditor: Jump to word break when deleting and holding Ctrl modifier il y a 5 ans
  Tom 65a11fb5f9 LibGUI: Add InputBox::show with required parent window argument il y a 5 ans
  thankyouverycool a038f82326 LibGUI: Disallow typing in DisplayOnly TextEditors il y a 5 ans
  thankyouverycool 6a78db07f1 LibGUI: Add hover highlighting and keyboard controls to ComboBox il y a 5 ans
  thankyouverycool b2783a234a LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode il y a 5 ans
  Andreas Kling d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes il y a 5 ans
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ il y a 5 ans
  Andreas Kling eec22acb8e LibGUI: Add GUI::CommonActions::make_select_all_action() :^) il y a 5 ans
  Andreas Kling f50bc0f314 LibGUI: Add TextEditor::set_icon() il y a 5 ans
  Hüseyin ASLITÜRK 53227f400c LibGUI: Replace text attribute on KeyEvent with code_point attribute il y a 5 ans
  Kevin Meyer 17aa917073 LibGUI: Don't update cursor, if visual data out-of-date il y a 5 ans
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional il y a 5 ans
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize il y a 5 ans
  Andreas Kling b81b2a85c4 LibGUI: Don't scroll cursor into view while reflows are deferred il y a 5 ans
  Andreas Kling 984a6ff97b LibGUI: Fix broken clip rect when scrolling a TextEditor il y a 5 ans
  Andreas Kling 5c485d4a1e LibGUI: Fix TextEditor painting glitch after add_clip_rect() change il y a 5 ans
  FalseHonesty 061938206a LibGUI: Fix cursor being out of view after typing il y a 5 ans
  FalseHonesty b0b03c52af LibGUI: Fix TextEditor crashing when selecting a blank line il y a 5 ans
  Andreas Kling a8f0e4d56e LibGUI: Defer line reflow during text insertion il y a 5 ans
  Andreas Kling 30edd198ec LibGUI: Make TextEditor::select_all() move the cursor to document head il y a 5 ans
  FalseHonesty 4ad891a078 LibGUI: Add flag to TextDocument's word break locator methods il y a 5 ans
  FalseHonesty 5e45d68442 LibGUI: Use word breaks to intelligently navigate a TextEditor il y a 5 ans
  FalseHonesty e0312ec2ce LibGUI: Improve double click selection on documents without spans il y a 5 ans
  Andreas Kling 4cdbdf0a84 LibGUI: Always paint the cursor visible when focusing a TextEditor il y a 5 ans
  Andreas Kling bdfd1f1545 LibGUI: Make text selection feel better in single-line editors il y a 5 ans
  Andreas Kling 558ca65ca5 LibGUI: Grow the "line content rect" slightly in single line text boxes il y a 5 ans
  Andreas Kling a6e2125727 LibGUI: Use a variable-width font by default in single-line TextEditors il y a 5 ans
  Andreas Kling 2e11c16be4 LibGUI: Support variable-width fonts in TextEditor il y a 5 ans
  Andreas Kling 088841202d LibGUI: Remove outdated FIXME in TextEditor il y a 5 ans
  Andreas Kling 604fb278c1 LibGUI: TextEditor now opts in to emoji input by default :^) il y a 5 ans