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.cpp
Age
Commit message (
Expand
)
Author
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
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-04-05
AK: Revert Eternal<T> for now since it doesn't work as intended.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-03-31
WindowServer: Add support for per-window override cursors.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-29
GTextEditor: Keep tweaking the single-line look.
Andreas Kling
2019-03-28
LibGUI: Improve GFrame's look for Container shapes.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-28
LibGUI: Use GFrame to draw the frames around GItemView and GTableView.
Andreas Kling
2019-03-28
LibGUI: Make GScrollableWidget a GFrame and fix up GTextEditor for it.
Andreas Kling
2019-03-28
LibGUI: Add a GFrame class that can be inherited by framey widgets.
Andreas Kling
2019-03-27
Tweak the look of various UI surfaces and buttons.
Andreas Kling
2019-03-27
Kernel: Add Inode::truncate(size).
Andreas Kling
2019-03-25
GTextEditor: Draw a simple border around single-line editors.
Andreas Kling
2019-03-25
GTextEditor: Shift+Delete should delete the current line.
Andreas Kling
2019-03-24
WindowServer+LibGUI: Implement automatic cursor tracking.
Andreas Kling
2019-03-20
TextEditor: The delete key should work even when there's no selection.
Andreas Kling
2019-03-20
FileManager: Use a GTextEditor for the location bar + tweak icons.
Andreas Kling
2019-03-19
GTextEditor: Fix invalidation glitches in single-line mode.
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-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-11
GTextEditor: Make sure the scroll corner helper widget is filled in.
Andreas Kling
2019-03-10
LibGUI: Don't fill widgets with background color by defualt.
Andreas Kling
2019-03-10
GTextEditor: Let the Tab key insert up to 4 spaces.
Andreas Kling
2019-03-09
GTextEditor: Allow jumping lines by hitting Left/Right at start/end of line.
Andreas Kling
2019-03-09
GTextEditor: Simplify painting of the ruler.
Andreas Kling
2019-03-09
GTextEditor: Use Painter save/restore to simplify.
Andreas Kling
2019-03-08
GTextEditor: Use a subwidget for the scrollbar corner and tighten clipping.
Andreas Kling
2019-03-08
GTextEditor: Backspace and Delete should work regardless of modifier state.
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: Fix text_position_at() behavior when passed negative values.
Andreas Kling
2019-03-08
GTextEditor: Simplify delete_selection().
Andreas Kling
2019-03-08
GTextEditor: Ctrl+A should select the entire document.
Andreas Kling
2019-03-08
GTextEditor: Replace selection on input or Backspace/Delete.
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: Unbreak forward merge with Delete.
Andreas Kling
2019-03-07
GTextEditor: Add a ruler column that always shows the line numbers.
Andreas Kling
2019-03-07
GTextEditor: Fix double effect of backspace/delete in some cases.
Andreas Kling
2019-03-07
GTextEditor: Add basic PageUp/PageDown navigation support.
Andreas Kling
2019-03-07
GTextEditor: Add write_to_file(String path) :^)
Andreas Kling
2019-03-07
GTextEditor: Support starting with an empty document.
Andreas Kling
[next]