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-15
GTextEditor: Allow GTextDocumentSpans to be "skippable"
Andreas Kling
2019-11-15
GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/Right
Andreas Kling
2019-11-15
GTextEditor: Alt+Shift+S alphabetically sorts selected lines
ctfloyd
2019-11-11
GTreeView: Make it possible to multi-select with the Ctrl modifier
Andreas Kling
2019-11-11
LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"
Andreas Kling
2019-11-11
GTreeView: Always repaint in response to did_update_model()
Andreas Kling
2019-11-11
Launcher: Remove the Launcher app, and all hacks in support of it
Andreas Kling
2019-11-10
GToolBar: Make buttons exclusive if action belongs to exclusive group
Andreas Kling
2019-11-10
GWidget: Fix accidentally ignored set_relative_rect() with empty size
Andreas Kling
2019-11-10
LibGUI: Add a simple GWidget class registry/factory
Andreas Kling
2019-11-09
LibGUI: Make GTreeView fire the on_selection hook
Andreas Kling
2019-11-09
LibGUI: Include internal_data() in GModelIndex LogStream output
Andreas Kling
2019-11-09
TextEditor: Enable/disable undo & redo buttons based on availability (#740)
Rhin
2019-11-09
GTableView: Paint with white background when model-less
Andreas Kling
2019-11-09
LibGUI: Allow overriding the button size when constructing GToolBar
Andreas Kling
2019-11-09
LibGUI: Allow construction of vertical GToolBars
Andreas Kling
2019-11-08
GTextEditor: Allow moving the selected line(s) up/down in bulk
Andreas Kling
2019-11-08
GTextEditor: Add a way to flush any pending on_change notifications
Andreas Kling
2019-11-08
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
Andreas Kling
2019-11-07
TextEditor: Added redo functionality & proper stack manipulation
rhin123
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
[next]