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-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
2019-04-30
VisualBuilder: Add GSlider to the widgets toolbox.
Andreas Kling
2019-04-30
GSlider: Highlight the knob when hovering it. :^)
Andreas Kling
2019-04-29
GSlider: Improve appearance by thinning the track a bit.
Andreas Kling
2019-04-29
LibGUI: Add a GSlider widget.
Andreas Kling
2019-04-28
GEventLoop: Don't call process_unprocessed_messages() from itself.
Andreas Kling
2019-04-26
GTableView: Ignore double-clicks that hit the header section.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-26
GWindow: Fix crash when calling set_rect() repeatedly.
Andreas Kling
2019-04-26
GWindow: Add resize(width, height) and resize(size).
Andreas Kling
2019-04-26
LibGUI: Allow subclassing of GLabel.
Andreas Kling
2019-04-26
LibGUI: Track double-clicking per individual mouse button.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-25
GTableView: Double-click should only activate/edit valid indices.
Andreas Kling
2019-04-25
GTextEditor: Double-clicking on a word should select that word.
Andreas Kling
2019-04-25
GTextEditor: Improve cursor positioning accuracy when using a mouse.
Andreas Kling
2019-04-25
GTextEditor: Go a little past the cursor for Home/End scroll-into-view.
Andreas Kling
2019-04-25
GTextEditor: Always call did_change() before set_cursor().
Andreas Kling
2019-04-25
GTextEditor: Account for the GFrame border in the painting code.
Andreas Kling
2019-04-25
GScrollableWidget: The visible_content_rect() should be max content_size().
Andreas Kling
2019-04-24
GTextEditor: Expand the content "to-fill" for right aligned text.
Andreas Kling
2019-04-24
GTextEditor: Make the line_widget_rect() span the widget horizontally.
Andreas Kling
2019-04-24
GTextEditor: Turn off the ruler by default.
Andreas Kling
2019-04-24
GTextEditor: Fix line_content_rect() behavior with custom alignments.
Andreas Kling
2019-04-24
GTextEditor: Add support for different text alignments.
Andreas Kling
2019-04-23
WindowServer+TaskBar: Add a taskbar window button popup menu.
Andreas Kling
2019-04-23
LibGUI: Don't bother setting a title on tooltip windows.
Andreas Kling
2019-04-23
GWindow: Don't send InvalidateRect message with 0 rects to WindowServer.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-22
WindowServer+LibGUI: Allow arbitrary number of rects in messages.
Andreas Kling
[next]