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-04-11
VisualBuilder: Tweak grid size and add an (empty) toolbox window.
Andreas Kling
2019-04-11
VisualBuilder: Use real GWidgets instead of pretend VBWidgets.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GLock to LibCore/CLock.
Andreas Kling
2019-04-10
LibCore: Move HTTP classes from LibGUI to LibCore.
Andreas Kling
2019-04-10
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
Andreas Kling
2019-04-10
LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GObject to LibCore/CObject.
Andreas Kling
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-10
LibGUI+WindowServer: Coalesce paints and resizes on the client side.
Andreas Kling
2019-04-10
GWindow: Discard wrongly-sized backing stores in set_rect().
Andreas Kling
2019-04-10
WindowServer: Give windows a "background color" to use for missing parts.
Andreas Kling
2019-04-10
LibGUI: Add a simple GGroupBox widget.
Andreas Kling
2019-04-10
GCheckBox: Paint the box part as a container frame.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-04-10
GSpinBox: Move increment/decrement button within the widget frame.
Andreas Kling
2019-04-10
GWidget: Make hit testing respect child z-order.
Andreas Kling
2019-04-10
LibGUI: Repaint GScrollBar without hover highlight immediately on leave.
Andreas Kling
2019-04-10
GSpinBox: Put nice little arrow glyphs on the buttons.
Andreas Kling
2019-04-09
LibGUI: Add a spinbox widget.
Andreas Kling
2019-04-09
GTextEditor: Add GTextEditor::on_change callback for when content changes.
Andreas Kling
2019-04-08
LibGUI+WindowServer: Add support for GWidget tooltips.
Andreas Kling
2019-04-08
LibGUI: Move GSocketAddress to its own file.
Andreas Kling
2019-04-08
Taskbar: Replace TaskbarWidget with a simple GFrame.
Andreas Kling
2019-04-08
LibGUI: Make GSocket connection asynchronous.
Andreas Kling
2019-04-08
GHttp: Rename GHttpNetworkJob => GHttpJob. And tidy up a little bit.
Andreas Kling
2019-04-07
GHttp: Fix little bug in HTTP header parsing.
Andreas Kling
2019-04-07
GIODevice: Remove accidentally committed debug spam.
Andreas Kling
2019-04-07
GHttp: Work on bringing this up.
Andreas Kling
2019-04-07
Start working on a Downloader app and backing classes in LibGUI.
Andreas Kling
2019-04-06
LibGUI: Always invalidate layout on GWidget child removal.
Andreas Kling
2019-04-06
GScrollBar: Add the same hover highlight effect as GButton.
Andreas Kling
2019-04-06
Taskbar: Show minimized window titles in [brackets].
Andreas Kling
2019-04-06
LibGUI: GButton's caption should be drawn in the foreground color.
Andreas Kling
2019-04-05
WindowServer: Merge WM_WindowAdded and WM_WindowStateChanged.
Andreas Kling
2019-04-05
AK: Revert Eternal<T> for now since it doesn't work as intended.
Andreas Kling
2019-04-04
Taskbar: Only include "Normal" windows in the taskbar window list.
Andreas Kling
2019-04-04
LibGUI: Use TextElision::Right for GButton captions.
Andreas Kling
2019-04-04
LibGUI: Allow specifying GButton text alignment.
Andreas Kling
2019-04-04
Taskbar: Plumb window active state from the WindowServer to the taskbar.
Andreas Kling
2019-04-04
LibGUI: Make it possible for GButton to be checkable.
Andreas Kling
2019-04-04
Taskbar: More bringup work. We now see a basic window list.
Andreas Kling
2019-04-03
Taskbar+LibGUI: More work on bringup.
Andreas Kling
2019-04-03
Taskbar: Start working on a taskbar app.
Andreas Kling
2019-04-03
WindowServer: Broadcast screen rect changes to all clients.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-04-03
GWindow: Don't ignore update(), it should repaint the whole window.
Andreas Kling
2019-04-02
GInputBox: Make the input text box a bit taller.
Andreas Kling
[prev]
[next]