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-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
2019-05-11
GTableView: Don't include hidden columns in content width.
Andreas Kling
2019-05-10
GLayout: Default to 4 pixels of spacing().
Andreas Kling
2019-05-10
GToolBar: Make the framed appearance optional.
Andreas Kling
2019-05-10
LibGUI+WindowServer: Improve checkmark appearance.
Andreas Kling
2019-05-10
GDialog: If no parent window is provided, center dialog on screen.
Andreas Kling
2019-05-10
GTableView: Headers were not usable when the view was scrolled.
Andreas Kling
2019-05-10
GTableView: Make it possible to hide/show columns from a context menu.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-09
GFilePicker: Add a "new directory" button.
Andreas Kling
2019-05-09
GFilePicker: More work on the file picker, adding a location textbox.
Andreas Kling
2019-05-09
GFilePicker: Add a button for moving up to parent directory.
Andreas Kling
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-05-09
GLayout: Add a simple spacer concept; dummy item that expands-to-fit.
Andreas Kling
2019-05-09
LibGUI: Start working on a file picker dialog (GFilePicker).
Andreas Kling
2019-05-08
LibGUI: Add some missing class_name() overrides to GDialog and subclasses.
Andreas Kling
2019-05-08
GMessageBox: Add icons to message boxes with 3 standard ones to choose from.
Andreas Kling
2019-05-08
GGroupBox: Rename "name" property to "title"
Andreas Kling
2019-05-08
GTextEditor: Add a readonly mode.
Andreas Kling
2019-05-08
GEventLoop: Calm down with the Vector inline capacity for messages.
Andreas Kling
2019-05-08
GWindow: Mirror the correct number of pixels to newly created back bitmaps.
Andreas Kling
2019-05-08
GTableView: Fix crash on mousemove when no model is assigned.
Andreas Kling
2019-05-08
GApplication: quit() should have a default exit code of 0.
Andreas Kling
2019-05-07
GSpinBox: Add class_name() override.
Andreas Kling
2019-05-07
GTabWidget: Fill the entire tab widget instead of just the bar.
Andreas Kling
2019-05-07
GTabWidget: Tweak appearance.
Andreas Kling
2019-05-07
GTabWidget: Highlight tab buttons when hovered.
Andreas Kling
2019-05-06
GTableView: Make column resizing work when view is scrolled horizontally.
Andreas Kling
2019-05-06
GTextEditor: set_cursor() should gracefully handle old cursor being invalid.
Andreas Kling
2019-05-06
Make sure all GraphicsBitmap scanlines are 16-byte aligned.
Andreas Kling
2019-05-05
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
Andreas Kling
2019-05-05
GTabWidget: Paint a frame around the container part of the widget.
Andreas Kling
2019-05-05
GTabWidget: Make a custom look for tab buttons.
Andreas Kling
2019-05-05
LibGUI: Start working on a tabbed widget container: GTabWidget.
Andreas Kling
2019-05-05
GTableView: Fix crash when clicking at random places.
Andreas Kling
2019-05-04
GTableView: Make it possible to resize the columns with the mouse.
Andreas Kling
2019-05-04
GTableView: Improve look of column headers, and add sort order indicators.
Andreas Kling
2019-05-03
WindowServer+LibGUI: Allow changing whether windows have alpha channels.
Andreas Kling
2019-05-03
LibGUI+WindowServer: Add a GResizeCorner widget.
Andreas Kling
2019-05-02
GButton: Draw disabled buttons with grayed-out text.
Andreas Kling
2019-05-02
GWidget: Ignore updates if self has !updates_enabled().
Andreas Kling
2019-05-02
GWidget: Add set_updates_enabled() for temporarily suppressing updates.
Andreas Kling
2019-05-01
GButton: Update hovered state on mouseover as well.
Andreas Kling
2019-05-01
WindowServer+LibGUI: Wait for the extra_data to arrive.
Andreas Kling
2019-05-01
GButton: Handle mousemove correctly while multiple buttons are pressed.
Andreas Kling
[next]