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-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-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
2019-05-26
AK: Implement String::to_int (#99)
Faissal Bensefia
2019-05-26
GTextEditor: Take frame size into account when setting clip rect
Robin Burchell
2019-05-26
LibGUI: Unbreak popup menus, now that invalid menus have ID -1.
Andreas Kling
2019-05-25
GButton: Align the button text according to text_alignment().
Andreas Kling
2019-05-25
GSlider: Oops, fix typo in previous commit.
Andreas Kling
2019-05-25
LibGUI: Notify widgets when their enabled state changes.
Andreas Kling
2019-05-25
LibGUI: Elide the text in GCheckBox and GRadioButton when low on space.
Andreas Kling
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-24
GSlider: Ignore mouse events when disabled.
Andreas Kling
2019-05-24
GLabel: Paint the text with a disabled look when appropriate.
Andreas Kling
2019-05-24
LibGUI: When tabbing between focusable widgets, skip over disabled ones.
Andreas Kling
2019-05-24
LibGUI: Share code for text painting in GAbstractButton.
Andreas Kling
2019-05-24
Demos: Start working on a simple WidgetGallery app.
Andreas Kling
2019-05-24
GRadioButton: Draw a focus rect when focused.
Andreas Kling
2019-05-24
LibGUI: Make GCheckBox inherit from GAbstractButton.
Andreas Kling
2019-05-24
LibGUI: Add a GAbstractButton base class for button widgets.
Andreas Kling
2019-05-24
LibGUI: Don't crash when updating menu item that's not in the window server (...
Christopher Dumas
2019-05-24
LibGUI: Add a GRadioButton widget.
Andreas Kling
2019-05-21
GWindow: Only flip the window backing stores once per paint event.
Andreas Kling
2019-05-20
GEventLoop: Make the WindowServer connection use a blocking socket.
Andreas Kling
2019-05-20
Kernel: Report EAGAIN from read() on a non-blocking socket if the buffer is e...
Robin Burchell
2019-05-17
WindowServer: Add support for fullscreen windows.
Andreas Kling
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
2019-05-17
GInputBox: Use whichever is greater: the approximate size of the title, or th...
Robin Burchell
2019-05-16
GFilePicker: Remove the frame around the little toolbar.
Andreas Kling
2019-05-16
GButton: Only draw focus rect if there is a caption text.
Andreas Kling
2019-05-16
GFilePicker: Make the path selected accessible externally
Robin Burchell
2019-05-16
GTextEditor: Introduce triple click to select all
Robin Burchell
2019-05-16
GTextEditor: Minor cleanup
Robin Burchell
2019-05-16
WindowServer/GMenu: Adjust the popup position to fit the window inside the sc...
Robin Burchell
2019-05-15
Move double click events from LibGUI to the window server
Robin Burchell
2019-05-15
GButton: Allow triggering a "click" by pressing Return when focused.
Andreas Kling
2019-05-15
LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.
Andreas Kling
2019-05-14
GEventLoop: Rename s_event_fd => s_windowserver_fd.
Andreas Kling
2019-05-13
WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.
Andreas Kling
2019-05-12
Change String&& arguments to const String& in a couple of places.
Andreas Kling
2019-05-11
GTableView: Update content size immediately on column show/hide.
Andreas Kling
[next]