index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-04-12
LibGUI+WindowServer: Add support for enabled/disabled actions.
Andreas Kling
2019-04-12
GTextEditor: Add on_selection_changed callback.
Andreas Kling
2019-04-12
StylePainter: Don't paint hover frame around disabled CoolBar buttons.
Andreas Kling
2019-04-12
GWidget: Add "enabled" state for widgets.
Andreas Kling
2019-04-12
Color: Add a simple lightened() helper.
Andreas Kling
2019-04-12
Painter: Add alpha-blending support to blit_dimmed().
Andreas Kling
2019-04-12
Kernel: Spawn text editor by default while I work on it.
Andreas Kling
2019-04-12
LibCore: Move LibGUI/GTimer to LibCore/CTimer.
Andreas Kling
2019-04-12
LibCore: Prune remaining knowledge about LibGUI.
Andreas Kling
2019-04-11
VisualBuilder: Add a text box to the properties window.
Andreas Kling
2019-04-11
VisualBuilder: Add [x, y, width, height] properties for all widgets.
Andreas Kling
2019-04-11
GVariant: Add Point, Size and Rect variant types.
Andreas Kling
2019-04-11
VisualBuilder: Move properties window to its own class.
Andreas Kling
2019-04-11
VisualBuilder: Tweak property table column width.
Andreas Kling
2019-04-11
VisualBuilder: Display read-only propery values in gray.
Andreas Kling
2019-04-11
VisualBuilder: Remove debug spam.
Andreas Kling
2019-04-11
VisualBuilder: Add a table view with the selected widget's properties.
Andreas Kling
2019-04-11
LibGUI: Add GVariant copy constructor.
Andreas Kling
2019-04-11
GVariant: Zero out invalid GVariants to unconfuse debugging.
Andreas Kling
2019-04-11
GTableView: Handle not having a model a bit more gracefully.
Andreas Kling
2019-04-11
VisualBuilder: Add a widget registry and a property class.
Andreas Kling
2019-04-11
VisualBuilder: Add a properties window.
Andreas Kling
2019-04-11
GGroupBox: Improve appearance with new FrameShape::Box style.
Andreas Kling
2019-04-11
VisualBuilder: Add GGroupBox.
Andreas Kling
2019-04-11
GScrollBar: Improve appearance for curiously-shaped scrollbars.
Andreas Kling
2019-04-11
VisualBuilder: Let's use 5 pixels for the grid size for now.
Andreas Kling
2019-04-11
VisualBuilder: Add GScrollBar (and yes, an icon for it, too.)
Andreas Kling
2019-04-11
VisualBuilder: Add GCheckBox and GLabel, and draw icons for them, too.
Andreas Kling
2019-04-11
VisualBuilder: Add icons to the toolbox, and support for GProgressBar.
Andreas Kling
2019-04-11
VisualBuilder: Make it possible to insert widgets from the toolbox.
Andreas Kling
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-11
WindowServer: Tweak window title positioning.
Andreas Kling
2019-04-11
VisualBuilder: Add the first VBWidget subclass: VBButtonWidget. :^)
Andreas Kling
2019-04-11
VisualBuilder: Allow resizing widgets using their grabbers.
Andreas Kling
2019-04-11
VisualBuilder: Work on selecting a widget and moving it around.
Andreas Kling
2019-04-11
WindowServer: Add 1440x900 resolution shortcut to system menu.
Andreas Kling
2019-04-11
VisualBuilder: Start working on an interface builder application.
Andreas Kling
2019-04-10
Kernel: Remove two unneeded headers.
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
Taskbar: Don't unconditionally update buttons on every state change.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-10
Color: Add to_grayscale() and darkened() helpers.
Andreas Kling
2019-04-10
WindowServer: Stop tracking whether clients have painted since last resize.
Andreas Kling
[next]