index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
Window.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-09
LibGUI: Clear the application's drag-hovered widget on drop event
Andreas Kling
2021-01-09
WindowServer+LibGUI: Pass the set of mime types being dragged to client
Andreas Kling
2021-01-09
LibGUI: Have widgets signal willingness to accept drops
Andreas Kling
2021-01-09
LibGUI: Add "drag enter" and "drag leave" events
Andreas Kling
2021-01-05
LibGUI: Add GUI::Application::active_window()
Andreas Kling
2021-01-05
LibGUI: Remove unused hook Window::on_activity_change
Andreas Kling
2021-01-02
LibGUI: Add Window::on_close hook
Andreas Kling
2021-01-01
LibCore: Remove some hand-rolled type information from Core::Object
Andreas Kling
2020-12-30
LibGUI: Add Window::center_within(Window)
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-28
LibGUI: Switch focus if the currently focused widget is disabled
Andreas Kling
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-18
LibGUI: Don't assume main widget exists in Window::handle_resize_event()
Linus Groh
2020-12-11
FileManager: focus_dependent_delete_action is correctly enabled/disabled
Zac
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-30
LibGUI: Deduplicate widgets with proxied focus in focus chain
Andreas Kling
2020-10-30
LibGUI: Improve automatic focus guessing somewhat
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-22
LibGUI: Tolerate Window::set_icon(nullptr)
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-12
LibGUI: Use new Bitmap::minimum_pitch method
Ben Wiederhake
2020-09-11
LibGUI: Add Widget override cursor concept
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-23
LibGUI+WindowServer: Add resize_aspect_ratio()
Peter Elliott
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-01
LibGUI+WindowServer: Provide default placement to windows
Peter Elliott
2020-07-26
LibGUI+WindowServer: Allow applets to retrieve their location
thankyouverycool
2020-07-24
LibGUI: Break up Window::event() into many smaller functions
Andreas Kling
2020-07-16
LibGUI: Turn a heap-allocated event into a stack-allocated one
Andreas Kling
2020-07-16
LibGUI: Clear previous main widget's window
Tom
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-15
LibGUI: Add on_activity_change function to Window
thankyouverycool
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-06-18
LibGUI: Add a new Window::is_maximized method
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-30
WindowServer+LibGUI: Add per-window progress
Andreas Kling
2020-05-21
LibGUI: Focus the first focusable widget added to a window
Andreas Kling
2020-05-16
LibGUI+WindowServer: Allow applications to set custom cursor bitmaps
Shannon Booth
2020-05-02
LibGUI: Properly remove auto-destroyed child windows from reified_windows.
Emilio Cobos Álvarez
2020-05-02
WindowServer+LibGUI: Automatically close child windows with parent
Andreas Kling
2020-05-02
WindowServer+LibGUI: Add "frameless" window flag
Andreas Kling
2020-05-02
WindowServer+LibGUI: Remove unused Window::show_titlebar() flag
Andreas Kling
2020-05-02
LibGUI+WindowServer: Inform WindowServer about parent/child windows
Andreas Kling
2020-04-19
WindowServer/LibGUI: Enforce minimum window size
Linus Groh
2020-04-15
LibGfx: Don't allow creating bitmaps whose sizes would overflow
Andreas Kling
2020-03-29
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
Andreas Kling
[next]