index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GTextEditor.h
Age
Commit message (
Expand
)
Author
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-16
GTextEditor: Introduce triple click to select all
Robin Burchell
2019-05-08
GTextEditor: Add a readonly mode.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-25
GTextEditor: Double-clicking on a word should select that word.
Andreas Kling
2019-04-24
GTextEditor: Expand the content "to-fill" for right aligned text.
Andreas Kling
2019-04-24
GTextEditor: Turn off the ruler by default.
Andreas Kling
2019-04-24
GTextEditor: Fix line_content_rect() behavior with custom alignments.
Andreas Kling
2019-04-24
GTextEditor: Add support for different text alignments.
Andreas Kling
2019-04-18
LibGUI: Give GTextEditor a context menu.
Andreas Kling
2019-04-12
GTextEditor: Add on_selection_changed callback.
Andreas Kling
2019-04-11
VisualBuilder: Tweak grid size and add an (empty) toolbox window.
Andreas Kling
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-04-09
GTextEditor: Add GTextEditor::on_change callback for when content changes.
Andreas Kling
2019-03-31
WindowServer: Add support for per-window override cursors.
Andreas Kling
2019-03-25
GTextEditor: Shift+Delete should delete the current line.
Andreas Kling
2019-03-20
TextEditor: The delete key should work even when there's no selection.
Andreas Kling
2019-03-20
TextEditor: Add "delete" action.
Andreas Kling
2019-03-19
LibGUI: Add GInputBox for getting a string from a modal dialog.
Andreas Kling
2019-03-16
LibGUI: Let GTextEditor deal with its horizontal padding internally.
Andreas Kling
2019-03-16
LibGUI: Make GTextEditor inherit from GScrollableWidget.
Andreas Kling
2019-03-16
LibGUI: Make class_name() public so you can always call it.
Andreas Kling
2019-03-15
GTextEditor: Disable the ruler in single-line mode.
Andreas Kling
2019-03-15
IRCClient+LibGUI: Add an input box so we can send messages to channels.
Andreas Kling
2019-03-10
GTextEditor: Let the Tab key insert up to 4 spaces.
Andreas Kling
2019-03-08
GTextEditor: Use a subwidget for the scrollbar corner and tighten clipping.
Andreas Kling
2019-03-08
GTextEditor: Refactor selection into a GTextRange class.
Andreas Kling
2019-03-08
LibGUI+WindowServer: Implement drag-to-select behavior in GTextEditor.
Andreas Kling
2019-03-08
GTextEditor: Simplify delete_selection().
Andreas Kling
2019-03-08
GTextEditor: Work on cut/copy/paste operations.
Andreas Kling
2019-03-08
GTextEditor: Add selected_text() function.
Andreas Kling
2019-03-08
GTextEditor: Add basic selection support.
Andreas Kling
2019-03-07
GTextEditor: Add a ruler column that always shows the line numbers.
Andreas Kling
2019-03-07
GTextEditor: Add write_to_file(String path) :^)
Andreas Kling
2019-03-07
GTextEditor: Support splitting lines at the cursor with the Return key.
Andreas Kling
2019-03-07
GTextEditor: Merge with previous line if backspacing at column 0.
Andreas Kling
2019-03-07
GTextEditor: More work on basic line editing. Insert/remove characters.
Andreas Kling
2019-03-07
GTextEditor: Start working on editing, starting with inserting newlines.
Andreas Kling
2019-03-07
GTextEditor: Only paint lines inside the dirty rect.
Andreas Kling
2019-03-07
GTextEditor: Let's use a Vector for the line backing store.
Andreas Kling
2019-03-07
GTextEditor: Allow moving the cursor by clicking.
Andreas Kling
2019-03-07
GTextEditor: Make the cursor invalidation work with the padding().
Andreas Kling
2019-03-07
GTextEditor: Add Home/End and Ctrl+Home/Ctrl+End navigation shortcuts.
Andreas Kling
2019-03-07
GTextEditor: Improvements to cursor rendering.
Andreas Kling
2019-03-07
GTextEditor: Draw the cursor line in a slightly darker shade.
Andreas Kling
2019-03-07
GTextEditor: Make the cursor blink while the editor is focused.
Andreas Kling
2019-03-07
TextEditor: Show the current cursor position in the statusbar.
Andreas Kling
2019-03-07
Begin working on a graphical TextEditor.
Andreas Kling