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-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
LibGUI: Allow GActions to be scoped either globally or widget-locally.
Andreas Kling
2019-04-20
LibGUI+Minesweeper: Add GWindow::set_resizable().
Andreas Kling
2019-04-20
GTableView: Tweak appearance of key column with alternating rows.
Andreas Kling
2019-04-20
WindowServer+LibGUI: Coalesce multiple client paints into GMultiPaintEvents.
Andreas Kling
2019-04-20
WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages.
Andreas Kling
2019-04-20
LibGUI: Bundle up update() invalidations and send them on next event loop.
Andreas Kling
2019-04-20
WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-19
LibGUI: Remove GListBox since it was not kept up-to-date.
Andreas Kling
2019-04-19
VisualBuilder: Expose GGroupBox name property.
Andreas Kling
2019-04-19
VisualBuilder: Hook up everything needed for widget property editing.
Andreas Kling
2019-04-19
LibGUI: Move editing logic from GTableView up to GAbstractView.
Andreas Kling
2019-04-18
LibGUI: Move the editing widget along with the content when scrolling.
Andreas Kling
2019-04-18
GWidget: Always update self after a child is removed.
Andreas Kling
2019-04-18
LibGUI: GWindow's focused widget should be a WeakPtr.
Andreas Kling
2019-04-18
LibCore+LibGUI: Make CObject child events synchronous.
Andreas Kling
2019-04-18
LibGUI: Start working on GTableView inline editing.
Andreas Kling
2019-04-18
LibGUI: Give GTextEditor a context menu.
Andreas Kling
2019-04-18
LibGUI: Refactor context menus to be event-driven instead of declarative.
Andreas Kling
2019-04-18
WindowServer: Generate a separate WM event for window icon changes.
Andreas Kling
2019-04-16
GWidget: Add move_by() and make set_relative_rect() invalidate parent.
Andreas Kling
2019-04-16
Make better use of geometry class helpers in some places.
Andreas Kling
2019-04-16
GWidget: Tidy up the hit-testing code somewhat.
Andreas Kling
2019-04-16
GWidget: Remove unnecessary extra parent lookup in move_to_{back,front}().
Andreas Kling
2019-04-16
GWidget: Add some new child z-ordering facilities.
Andreas Kling
2019-04-16
GTableView: Remove the old-style focus rect.
Andreas Kling
2019-04-14
GWidget: Add direct setters for x, y, width & height.
Andreas Kling
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-14
LibGUI+WindowServer: Add a way to dismiss opened menus from the client.
Andreas Kling
2019-04-13
WindowServer+LibGUI: Add ability to set per-window icons.
Andreas Kling
2019-04-13
GWidget: Silence debug spam about the click clock.
Andreas Kling
2019-04-13
GVariant: Add to_bool(), to_int() and to_color().
Andreas Kling
2019-04-13
Minesweeper: Start working on a simple minesweeper game. :^)
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for per-GWidget context menus.
Andreas Kling
2019-04-12
VisualBuilder: Add some widget-specific properties.
Andreas Kling
2019-04-12
GVariant: Tweak stringification of Color, Boolean and Invalid variants.
Andreas Kling
2019-04-12
GVariant: Don't crash when extracting a null String.
Andreas Kling
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
GWidget: Add "enabled" state for widgets.
Andreas Kling
2019-04-12
LibCore: Move LibGUI/GTimer to LibCore/CTimer.
Andreas Kling
2019-04-11
GVariant: Add Point, Size and Rect variant types.
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
GGroupBox: Improve appearance with new FrameShape::Box style.
Andreas Kling
2019-04-11
GScrollBar: Improve appearance for curiously-shaped scrollbars.
Andreas Kling
2019-04-11
VisualBuilder: Add icons to the toolbox, and support for GProgressBar.
Andreas Kling
[next]