index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Window.h
Age
Commit message (
Expand
)
Author
2023-03-25
LibGUI: Make `propagate_shortcuts` handle different level of propagation
Lucas CHOLLET
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-01-17
LibGUI+WindowServer: Improve window resizing performance
Jelle Raaijmakers
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-11-19
LibGUI+WindowServer: Remove InputPreemptor concept
thankyouverycool
2022-11-19
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
thankyouverycool
2022-11-19
LibGUI+WindowServer: Add WindowType:Autocomplete and helpers
thankyouverycool
2022-11-19
LibGUI: Allow adding previously constructed menus to Menubar
thankyouverycool
2022-11-14
LibGUI: Handle Action keyboard shortcuts in Widget keydown
Zaggy1024
2022-11-02
LibGUI+WindowServer: Allow programatically minimizing windows
Timothy Flynn
2022-10-25
LibGUI: Remove Window::set_blocks_command_palette()
demostanis
2022-10-13
LibGUI+WindowServer: Add Window::set_always_on_top()
demostanis
2022-10-11
WindowServer+LibGUI: Shrink window edge resize hot-spots
Mart G
2022-09-09
LibGUI: Allow blocking CommandPalette/EmojiInput on a per Window basis
thankyouverycool
2022-09-09
LibGUI: CommandPalette: Fix key event capture for actions
faxe1008
2022-09-08
LibGUI+WindowServer: Notify Windows on input preemption
thankyouverycool
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-25
LibGUI+WindowServer: Introduce WindowModes
thankyouverycool
2022-08-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-07-04
LibGUI: Calculate Window min_size on show
FrHun
2022-06-29
LibGUI: Add ability to calculate min_size of Window from content widget
FrHun
2022-05-30
LibGUI: Search for actions with a Shortcut instead of for KeyEvent
Geordie Hall
2022-04-05
WindowServer+LibGUI: Notify windows when their maximized state changes
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-01-31
LibGUI: Remove `Window` background color
Jelle Raaijmakers
2022-01-30
LibGUI: Collect menu and submenu actions for CommandPalette
networkException
2022-01-26
LibGUI: Allow Windows to set a default return key widget
thankyouverycool
2022-01-09
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
bugreport0
2021-11-24
LibGUI: Add GUI::Window::try_set_main_widget<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Window::try_add_menu()
Andreas Kling
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-23
LibGUI: Add Widget::repaint() to force an immediate repaint
Andreas Kling
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
2021-08-31
WindowServer: Add message to notify clients of applet area resize
Joe Bentley
2021-08-05
LibGUI: Add on_active_window_change function object to the Window class
Karol Kosek
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-26
LibGUI: Add virtual handlers for WindowEntered and WindowLeft events
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-09
LibGUI/WindowServer: Add set_maximized IPC call
Marcus Nilsson
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
[next]