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.cpp
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-17
LibGUI+WindowServer: Improve window resizing performance
Jelle Raaijmakers
2023-01-03
LibGUI: Stop duplicating mouse events of cursor tracking widget
MacDue
2022-12-26
LibGUI: Handle Enter+Leave events for automatic cursor trackers
thankyouverycool
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
LibGUI: Disallow shortcut propagation in Blocking modals and Popups
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: Allow adding previously constructed menus to Menubar
thankyouverycool
2022-11-14
LibGUI: Handle Action keyboard shortcuts in Widget keydown
Zaggy1024
2022-11-14
LibGUI: Share code for finding an Action by Shortcut
Zaggy1024
2022-11-02
LibGUI+WindowServer: Allow programatically minimizing windows
Timothy Flynn
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-22
LibGUI: Reset Windows as visible for timer purposes on show()
thankyouverycool
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: Remember size and position of hidden Windows
thankyouverycool
2022-08-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-08-16
LibGUI: Retain the active input tracking widget's cursor
Andreas Kling
2022-08-09
LibGUI+LibGfx: Let Desktop::the() set widget effects
thankyouverycool
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
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-06-28
LibGUI: Remove usages of deprecated implicit conversions
FrHun
2022-06-01
LibGUI: Fix typo in ConnectionToWindowManagerServer
Olivier De Cannière
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-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-25
Userland: Rename WindowManagerServerConnection
Itamar
2022-01-26
LibGUI: Allow Windows to set a default return key widget
thankyouverycool
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-09
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
bugreport0
2021-11-24
LibGUI: Add GUI::Window::try_add_menu()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-03
LibGUI: Don't ask WindowServer to destroy windows during app teardown
Andreas Kling
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-23
LibGUI: Don't force flush pending paints whenever mouse moves
Andreas Kling
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-20
LibGUI: Update the window cursor if it was provided as a bitmap
Karol Kosek
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
[next]