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-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
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
WindowServer: Factor out some parts of compose().
Andreas Kling
2019-04-10
LibGUI: Add a simple GGroupBox widget.
Andreas Kling
2019-04-10
FontEditor: Update the glyph map when changing a glyph's width.
Andreas Kling
2019-04-10
FontEditor: Add a "Glyph width:" label and align some things.
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
FontEditor: Tighten the window size a bit.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-04-10
FontEditor: Convert the glyph map and editor widgets to be GFrames.
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
WindowServer: Show ongoing resize in number of w/h increments, too.
Andreas Kling
2019-04-09
WindowServer: Display the window geometry while it's being moved or resized.
Andreas Kling
2019-04-09
LibGUI: Add a spinbox widget.
Andreas Kling
2019-04-09
WindowServer: Always activate newly added windows.
Andreas Kling
2019-04-09
GTextEditor: Add GTextEditor::on_change callback for when content changes.
Andreas Kling
2019-04-09
Kernel: Yet more work on bringing up POSIX SHM.
Andreas Kling
2019-04-09
Launcher: Add tooltips to LauncherButtons.
Andreas Kling
2019-04-09
Kernel: More work towards POSIX SHM, also add ftruncate().
Andreas Kling
2019-04-08
Kernel+LibC: Add stubs for POSIX shared memory API.
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
[next]