Aatos Majava
|
3e6a5af32b
LibGUI: Actually use the Action alternate shortcut
|
4 年之前 |
Tom
|
4392da970a
WindowServer: Add initial support for rendering on multiple screens
|
4 年之前 |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 年之前 |
Andreas Kling
|
0a98964600
WindowServer+LibGUI: Make window creation asynchronous :^)
|
4 年之前 |
Marcus Nilsson
|
2f7dc29ab7
LibGUI/WindowServer: Add set_maximized IPC call
|
4 年之前 |
Ali Mohammad Pur
|
7ac196974d
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
|
4 年之前 |
Matthew Jones
|
ea4116f5bd
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
|
4 年之前 |
Matthew Jones
|
123848f0c1
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
|
4 年之前 |
Jean-Baptiste Boric
|
e4394b1605
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
|
4 年之前 |
Brian Gianforcaro
|
79ccba908e
LibGUI: Retain Taskbar icon when toggling frameless setting
|
4 年之前 |
Andreas Kling
|
8684fca9df
WindowServer+LibGUI: Make "move window to front" asynchronous
|
4 年之前 |
Andreas Kling
|
1aa56f0129
WindowServer+LibGUI: Make much of window construction asynchronous
|
4 年之前 |
Andreas Kling
|
a8a899adbf
WindowServer+LibGUI: Make much of menu construction asynchronous
|
4 年之前 |
Gunnar Beutner
|
eb21aa65d1
Userland: Make IPC results with one return value available directly
|
4 年之前 |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 年之前 |
Andreas Kling
|
cc6db526a6
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
|
4 年之前 |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 年之前 |
Andreas Kling
|
2fa765bbd5
LibGUI: Add getter/setter for GUI::Window modified state
|
4 年之前 |
Jelle Raaijmakers
|
83dfc4aa46
LibGUI/Window: Do not reset mouse cursor on show()
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
jakewestrip
|
b9fc7780ae
LibGUI: Remove premature return in Window::handle_key_event
|
4 年之前 |
sin-ack
|
aa56f9a1e0
LibGUI+WindowServer: Separate window manager IPC from regular IPC
|
4 年之前 |
Andreas Kling
|
050648b270
LibGUI: Make Window::set_title() take a String
|
4 年之前 |
Andreas Kling
|
a2baab38fd
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
4 年之前 |
Andreas Kling
|
0069020e6c
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
|
4 年之前 |
Linus Groh
|
5367bbb82c
LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets
|
4 年之前 |
Andreas Kling
|
0cd60a28ba
WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows
|
4 年之前 |
Andreas Kling
|
78b12e1521
Userland: Turn all application menus into window menus :^)
|
4 年之前 |
Andreas Kling
|
e76771bfad
WindowServer+LibGfx: Show menus in windows! :^)
|
4 年之前 |
Tom
|
7626f9e0bb
LibGUI: Process pending window updates after handling input events
|
4 年之前 |