summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TextEditor.cpp
AgeCommit message (Expand)Author
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
2020-03-12LibGUI: Add underlines to highlightingOriko
2020-03-11LibGUI: Clear old syntax highlightingOriko
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-04LibGUI: TextEditor should paint text with disabled color when disabledAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24LibGUI: Implement keyboard and mouse wheel events for SpinBoxTibor Nagy
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-20LibGfx+LibGUI: Allow theming the text cursorTibor Nagy
2020-02-19LibGUI: Update TextEditor to use ruler colors from the system themeTibor Nagy
2020-02-15LibGUI: Unfocused TextEditors should use inactive selection colorsTibor Nagy
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-10LibGUI: Single-line GUI::TextEditor should not have "go to line" actionAndreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling