summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TextEditor.cpp
AgeCommit message (Expand)Author
2020-08-15LibGUI: When focusing a TextEditor via keyboard, select all contentsAndreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-12LibGUI: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibGUI: Use set_cursor() in TextEditor::set_document()Linus Groh
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-01LibGUI: Add focus hooks to TextEditorAnotherTest
2020-07-23TextEditor: Jump to word break when deleting and holding Ctrl modifierSasan Hezarkhani
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-16LibGUI: Disallow typing in DisplayOnly TextEditorsthankyouverycool
2020-07-15LibGUI: Add hover highlighting and keyboard controls to ComboBoxthankyouverycool
2020-07-15LibGUI: Use enum for TextEditor modes & add new DisplayOnly modethankyouverycool
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-03LibGUI: Add GUI::CommonActions::make_select_all_action() :^)Andreas Kling
2020-06-29LibGUI: Add TextEditor::set_icon()Andreas Kling
2020-06-16LibGUI: Replace text attribute on KeyEvent with code_point attributeHüseyin ASLITÜRK
2020-06-15LibGUI: Don't update cursor, if visual data out-of-dateKevin Meyer
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-07LibGUI: Don't scroll cursor into view while reflows are deferredAndreas Kling
2020-06-07LibGUI: Fix broken clip rect when scrolling a TextEditorAndreas Kling
2020-06-06LibGUI: Fix TextEditor painting glitch after add_clip_rect() changeAndreas Kling
2020-05-29LibGUI: Fix cursor being out of view after typingFalseHonesty
2020-05-29LibGUI: Fix TextEditor crashing when selecting a blank lineFalseHonesty
2020-05-27LibGUI: Defer line reflow during text insertionAndreas Kling
2020-05-27LibGUI: Make TextEditor::select_all() move the cursor to document headAndreas Kling
2020-05-25LibGUI: Add flag to TextDocument's word break locator methodsFalseHonesty
2020-05-24LibGUI: Use word breaks to intelligently navigate a TextEditorFalseHonesty
2020-05-23LibGUI: Improve double click selection on documents without spansFalseHonesty
2020-05-21LibGUI: Always paint the cursor visible when focusing a TextEditorAndreas Kling
2020-05-18LibGUI: Make text selection feel better in single-line editorsAndreas Kling
2020-05-18LibGUI: Grow the "line content rect" slightly in single line text boxesAndreas Kling
2020-05-18LibGUI: Use a variable-width font by default in single-line TextEditorsAndreas Kling
2020-05-18LibGUI: Support variable-width fonts in TextEditorAndreas Kling
2020-05-18LibGUI: Remove outdated FIXME in TextEditorAndreas Kling
2020-05-17LibGUI: TextEditor now opts in to emoji input by default :^)Andreas Kling
2020-05-17LibGUI: Make the TextEditor widget store UTF-32 codepointsAndreas Kling
2020-04-28LibGUI: Paint TextEditor background same as widget's if it's not enabledAndres Vieira
2020-04-24LibGUI: Fix display issue when selecting multi-lines in TextEditorDexesTTP
2020-04-24LibGUI: Fix laggy mouse selection in TextEditor widgetAndreas Kling
2020-04-21LibGUI: Don't accelerate TextEditor autoscroll on wiggle (#1897)Valtteri Koskivuori
2020-04-20LibGUI: Add Select all action to TextEditorangel
2020-04-20LibGUI: Fix unpleasant selection behavior when dragging far to the leftAndreas Kling
2020-04-20LibGUI: Keep scrolling while drag-selecting outside a TextEditorAndreas Kling
2020-03-19LibGUI: Remove G prefix from macrosTibor Nagy
2020-03-16LibGUI: Add a ThemeChange eventOriko
2020-03-16LibGUI: Use themes for syntax highlightingOriko
2020-03-12HackStudio: Abstract over syntax highlighterOriko