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
Age
Commit message (
Expand
)
Author
2019-06-23
GComboBox: Add set_text() and on_return_pressed hook.
Andreas Kling
2019-06-23
GVariant: Add to_string(GVariant::Type) helper.
Andreas Kling
2019-06-23
GTextEditor: Don't replace selection on enter press in single-line editor.
Andreas Kling
2019-06-23
GAbstractView: Correct placement of editor widgets.
Andreas Kling
2019-06-22
LibGUI: Fix compiler warnings.
Andreas Kling
2019-06-22
GSpinBox: Make the increment/decrement buttons unfocusable.
Andreas Kling
2019-06-22
GComboBox: Don't make the list window wider than the widget unless needed.
Andreas Kling
2019-06-22
LibGUI: Add a new GComboBox widget.
Andreas Kling
2019-06-22
GAbstractView: Add on_selection callback.
Andreas Kling
2019-06-22
GScrollableWidget: Make the scrollbar metrics helpers public.
Andreas Kling
2019-06-22
GButton: Make it possible to disable focusability.
Andreas Kling
2019-06-22
GTextEditor: Add select_all() API.
Andreas Kling
2019-06-22
GVariant: Add a constructor that takes const char*.
Andreas Kling
2019-06-22
GWindow: Make destroy-on-close an optional behavior.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-21
LibGUI: Refactor the keyboard activation code a bit to use WeakPtr<GWidget>.
Andreas Kling
2019-06-16
Merge pull request #173 from faissaloo/serenity-keys
Andreas Kling
2019-06-16
GWindow: Get rid of superflous variable
faissaloo
2019-06-16
LibGUI: clang-format
faissaloo
2019-06-16
GWindow: Cleanup
faissaloo
2019-06-16
GSpinBox: The initial text should be "0".
Andreas Kling
2019-06-15
Merge remote-tracking branch 'origin/master' into serenity-keys
faissaloo
2019-06-15
GWindow: Hide SerenityKeys when window is deselected
faissaloo
2019-06-12
LibGUI: Add an "exclusive" property to GAbstractButtons.
Andreas Kling
2019-06-09
GWindow: Make SerenityKeys labels look better
faissaloo
2019-06-08
GWindow: SerenityKeys refactor
faissaloo
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
LibGUI: Run clang-format on everything.
Andreas Kling
2019-06-07
GScrollBar: Use increment/decrement naming consistently.
Andreas Kling
2019-06-07
GScrollBar: Keep scrolling while pushing down increment/decrement button.
Andreas Kling
2019-06-07
GTextEditor: Set the vertical scrollbar step size to the line height.
Andreas Kling
2019-06-03
GWindow: Highlight for multicharacter SerenityKeys
faissaloo
2019-06-03
Painter: Reduce the number of draw_text overloads to only involve StringView
Robin Burchell
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-06-03
GWindow: Leave SerenityKey mode if non-existent keybind is used
faissaloo
2019-06-03
GWindow: Add SerenityKeys minimum functionality
faissaloo
2019-06-01
WindowServer+LibGUI: Add a way to bring a window to the front.
Andreas Kling
2019-05-31
Update Badge<T> instantiations to simply be {}.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-27
LibGUI: Add a GListView widget.
Andreas Kling
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-27
LibCore: Add CDirIterator, and use it in everything rather than readdir
Robin Burchell
2019-05-27
LibCore: Add CObject::for_each_child_of_type<T>()
Andreas Kling
2019-05-27
LibCore+LibGUI: Add is<T>(CObject&) and to<T>(CObject&) helpers.
Andreas Kling
2019-05-27
LibGUI: Add GWidget::for_each_child_widget(callback).
Andreas Kling
2019-05-27
GFilePicker: Add a preview pane on the right-hand side for image previews.
Andreas Kling
2019-05-26
GFilePicker: Return paths as FileSystemPath rather than String
faissaloo
[next]