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
/
GWindow.h
Age
Commit message (
Expand
)
Author
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-22
LibGUI: Fix compiler warnings.
Andreas Kling
2019-06-22
GWindow: Make destroy-on-close an optional behavior.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
LibGUI: Refactor the keyboard activation code a bit to use WeakPtr<GWidget>.
Andreas Kling
2019-06-16
LibGUI: clang-format
faissaloo
2019-06-16
GWindow: Cleanup
faissaloo
2019-06-15
Merge remote-tracking branch 'origin/master' into serenity-keys
faissaloo
2019-06-08
GWindow: SerenityKeys refactor
faissaloo
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-06-03
GWindow: Leave SerenityKey mode if non-existent keybind is used
faissaloo
2019-06-03
GWindow: Add SerenityKeys minimum functionality
faissaloo
2019-06-01
WindowServer+LibGUI: Add a way to bring a window to the front.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-21
GWindow: Only flip the window backing stores once per paint event.
Andreas Kling
2019-05-17
WindowServer: Add support for fullscreen windows.
Andreas Kling
2019-05-15
LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.
Andreas Kling
2019-05-03
LibGUI+WindowServer: Add a GResizeCorner widget.
Andreas Kling
2019-04-26
GWindow: Add resize(width, height) and resize(size).
Andreas Kling
2019-04-22
WindowServer+LibGUI: Allow arbitrary number of rects in messages.
Andreas Kling
2019-04-20
LibGUI+Minesweeper: Add GWindow::set_resizable().
Andreas Kling
2019-04-18
LibGUI: GWindow's focused widget should be a WeakPtr.
Andreas Kling
2019-04-13
WindowServer+LibGUI: Add ability to set per-window icons.
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
WindowServer: Give windows a "background color" to use for missing parts.
Andreas Kling
2019-04-04
Taskbar: Only include "Normal" windows in the taskbar 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-02
LibGUI: Switch to a resizing cursor when hovering or using a GSplitter.
Andreas Kling
2019-03-31
WindowServer: Add support for per-window override cursors.
Andreas Kling
2019-03-24
WindowServer+LibGUI: Implement automatic cursor tracking.
Andreas Kling
2019-03-20
FileManager: Add ability to create new directories.
Andreas Kling
2019-03-19
LibGUI: More work on GInputBox.
Andreas Kling
2019-03-19
WindowServer: Add special treatment for modal windows.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-17
Add client-side double buffering of window backing stores.
Andreas Kling
2019-03-15
IRCClient: Start working on a simple graphical IRC client.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-20
LibGUI: Implement enter/leave events (with WindowServer support.)
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-11
LibGUI: Add GWindow::move_to().
Andreas Kling
2019-02-10
LibGUI: Coalesce update rects at the GWindow level.
Andreas Kling
2019-02-10
Port Terminal to LibGUI.
Andreas Kling
2019-02-08
Launcher: Factor the app buttons into a LaunchButton class.
Andreas Kling
2019-02-05
Add a simple close button ("X") to windows.
Andreas Kling
2019-01-30
LibGUI: Implement destroying individual windows without exiting the process.
Andreas Kling
[next]