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-27
LibGUI: Make GSortingProxyModel update the selection on resort again
Andreas Kling
2019-11-26
WindowServer: Port to socket takeover
Sergey Bugaev
2019-11-23
LibGUI: Don't recompute line-wrapping over and over during set_text()
Andreas Kling
2019-11-20
FileManager: Added properties dialog
Till Mayer
2019-11-20
GTableView: Don't allow resizing columns to a negative width
Andreas Kling
2019-11-20
GTableView: Don't hover-highlight unsortable column headers
Andreas Kling
2019-11-20
GTableView: Highlight the hovered column header
Andreas Kling
2019-11-20
LibGUI: Make the GTableView column headers behave like proper buttons
Andreas Kling
2019-11-20
LibGUI: Make the GTableView row background colors a little brighter
Andreas Kling
2019-11-18
HackStudio+LibGUI: Implement matching curly brace highlighting
Andreas Kling
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
[next]