summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Window.cpp
AgeCommit message (Expand)Author
2022-11-19LibGUI: Disallow shortcut propagation in Blocking modals and Popupsthankyouverycool
2022-11-19LibGUI+WindowServer: Remove InputPreemptor conceptthankyouverycool
2022-11-19LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Eventsthankyouverycool
2022-11-19LibGUI: Allow adding previously constructed menus to Menubarthankyouverycool
2022-11-14LibGUI: Handle Action keyboard shortcuts in Widget keydownZaggy1024
2022-11-14LibGUI: Share code for finding an Action by ShortcutZaggy1024
2022-11-02LibGUI+WindowServer: Allow programatically minimizing windowsTimothy Flynn
2022-10-13LibGUI+WindowServer: Add Window::set_always_on_top()demostanis
2022-10-11WindowServer+LibGUI: Shrink window edge resize hot-spotsMart G
2022-09-22LibGUI: Reset Windows as visible for timer purposes on show()thankyouverycool
2022-09-08LibGUI+WindowServer: Notify Windows on input preemptionthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-25LibGUI: Remember size and position of hidden Windowsthankyouverycool
2022-08-25LibGUI+WindowServer: Initialize minimum window size to zerothankyouverycool
2022-08-16LibGUI: Retain the active input tracking widget's cursorAndreas Kling
2022-08-09LibGUI+LibGfx: Let Desktop::the() set widget effectsthankyouverycool
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-04LibGUI: Calculate Window min_size on showFrHun
2022-06-29LibGUI: Add ability to calculate min_size of Window from content widgetFrHun
2022-06-28LibGUI: Remove usages of deprecated implicit conversionsFrHun
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
2022-05-30LibGUI: Search for actions with a Shortcut instead of for KeyEventGeordie Hall
2022-04-05WindowServer+LibGUI: Notify windows when their maximized state changesAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-01-26LibGUI: Allow Windows to set a default return key widgetthankyouverycool
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2021-11-24LibGUI: Add GUI::Window::try_add_menu()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-03LibGUI: Don't ask WindowServer to destroy windows during app teardownAndreas Kling
2021-10-31LibGUI: Support using a bitmap as override cursorMarco Cutecchia
2021-10-23LibGUI: Don't force flush pending paints whenever mouse movesAndreas Kling
2021-10-23LibGUI: Add Widget::repaint() to force an immediate repaintAndreas Kling
2021-10-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy Flynn
2021-10-17LibGUI: Remember the maximized value if a window hasn't been created yetKarol Kosek
2021-09-20LibGUI: Update the window cursor if it was provided as a bitmapKarol Kosek
2021-09-08LibGUI+WindowServer: Remove now-obsolete cursor tracking featureBen Wiederhake
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-31WindowServer: Add message to notify clients of applet area resizeJoe Bentley
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-18LibGUI: Allow widgets to make themselves non-auto-focusableRob Ryan
2021-08-05LibGUI: Add on_active_window_change function object to the Window classKarol Kosek
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-07-28Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"Andreas Kling