index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-11-04
LibGUI: Added getter for m_dragging
Till Mayer
2019-11-04
GTextEditor: Move the cursor to column 0 after deleting a whole line
Andreas Kling
2019-11-03
TextEditor: Added undo functionality
rhin123
2019-11-03
LibGUI: Move GTextPosition and GTextRange LogStream<< to their headers
Andreas Kling
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-11-01
LibGUI: Move text search functions from GTextEditor to GTextDocument
Andreas Kling
2019-10-30
GTextEditor: Make text_position_at() protected
Andreas Kling
2019-10-30
LibGUI: Add GTextDocument::text_in_range(GTextRange)
Andreas Kling
2019-10-29
AK: Allow JsonValue to store 64-bit integers internally
Andreas Kling
2019-10-28
LibGUI: Make GTextBox non-final
Andreas Kling
2019-10-27
LibGUI: Support multiple GTextEditors editing the same GTextDocument
Andreas Kling
2019-10-27
LibGUI: Move visual line metadata from GTextDocument to GTextEditor
Andreas Kling
2019-10-27
LibGUI: Move GTextDocument out of GTextEditor
Andreas Kling
2019-10-27
LibGUI: Move GTextRange and GTextPosition to their own header files
Andreas Kling
2019-10-27
GTextEditor: Double-clicking on a span should select the span
Andreas Kling
2019-10-27
GTextEditor: Backspace over soft tabs
Andreas Kling
2019-10-26
GFilePicker: Allow overriding the window title for get_open_filepath()
Andreas Kling
2019-10-26
GTextEditor: set_text() should clear any existing spans
Andreas Kling
2019-10-26
LibGUI: Make GTextEditor::Span have a range instead of two positions
Andreas Kling
2019-10-26
GTextEditor: The Home key should jump to the first non-space character
Andreas Kling
2019-10-26
GTextEditor: Arrow keys should only modify selection when Shift is held
Andreas Kling
2019-10-26
LibGUI: Make GWindow drive relayout and do it recursively
Andreas Kling
2019-10-26
GTextEditor: Allow setting a custom font for each span
Andreas Kling
2019-10-25
GTextEditor: Add a "span" mechanism for having custom-style text ranges
Andreas Kling
2019-10-25
LibGUI: Added window creation callback to GApplication/GWindow
Brandon Scott
2019-10-24
LibGUI: Add very limited multi-label support to GStatusBar
Brandon Scott
2019-10-23
GWidget: On second thought, don't assert on negative sizes in rects
Andreas Kling
2019-10-23
LibGUI: GTabWidget should not set children to have negative size
Andreas Kling
2019-10-22
LibGUI: Allow override the font on a per-index basis in GListView
Andreas Kling
2019-10-22
LibGUI: Make it possible to wrap a Font in a GVariant
Andreas Kling
2019-10-21
LibGUI: Make GTextEditor::set_cursor() public
Andreas Kling
2019-10-13
LibGUI: Fix GMenu submenu shortcut bug.
Brandon Scott
2019-10-10
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
Andreas Kling
2019-10-09
LibGUI: Add GScrollableWidget::to_widget_position()
Andreas Kling
2019-10-08
LibGUI: Let's say that Alt+Home is the "go home" keyboard shortcut
Andreas Kling
2019-10-06
LibGUI: Add "Go home" to GCommonActions
Andreas Kling
2019-10-06
GFilePicker: Fix crash in get_save_filepath()
Andreas Kling
2019-10-06
LibGUI: Define supported functions for using command line arguments
Conrad Pankoff
2019-10-05
LibGUI: Add a "reload" action to GCommonActions
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
2019-10-03
GScrollableWidget: Add to_content_position(Point)
Andreas Kling
2019-10-03
LibGUI: Remove GModel::on_selection_changed
Sergey Bugaev
2019-10-03
LibGUI: Fix GDirectoryModel lifetime bug.
Brandon Scott
2019-10-02
LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's
Andreas Kling
2019-10-02
GWidget: Dispatch Show and Hide events when widget visibility changes
Andreas Kling
2019-10-01
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
Brandon Scott
2019-09-30
GMessageBox: Hide the constructor and fix broken usages
Andreas Kling
2019-09-29
FileManager+LibGUI+html: Add an icon to represent HTML files
Andreas Kling
2019-09-29
LibGUI: Fix crash in GAboutDialog::show()
Andreas Kling
[next]