index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
Age
Commit message (
Expand
)
Author
2020-02-19
WindowServer+LibGUI+LibHTML: Fix build with -std=c++2a
Andreas Kling
2020-02-18
Base: Rename /dev/psaux to /dev/mouse
Andreas Kling
2020-02-18
WindowServer: Remove unsued MenuManager::menu_selection_color()
Shannon Booth
2020-02-17
WindowServer: Remove unveils of /bin and /etc/passwd
Andreas Kling
2020-02-17
WindowServer: Drop the "exec" pledge promise entirely
Andreas Kling
2020-02-17
WindowServer: Make way for the out-of-process system menu
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-15
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-12
WindowServer: Move some menu related code into MenuManager
Shannon Booth
2020-02-11
WindowServer: Make some WindowSwitcher members private
Andreas Kling
2020-02-11
WindowServer: Remove unused WindowManager::draw_window_switcher()
Andreas Kling
2020-02-11
WindowServer: Draw a coolbar border around the hovered switcher item
Andreas Kling
2020-02-11
WindowServer: Update window switcher when moving window to front
Andreas Kling
2020-02-11
WindowServer: Allow clicking on windows in the window switcher
Andreas Kling
2020-02-11
WindowServer: Ensure on a menu key press invalid items are not hovered
Shannon Booth
2020-02-11
WindowServer: Assert that a window is not being set as empty
Shannon Booth
2020-02-11
WindowServer: Remove unimplemented header function
Shannon Booth
2020-02-11
WindowServer: Use early return to reduce nesting
Shannon Booth
2020-02-10
WindowServer: Move applet code from MenuManager to AppletManager.
asliturk
2020-02-09
WindowServer: Remove username from MenuManager.
Hüseyin ASLITÜRK
2020-02-07
WindowServer: Move some menu related functions to MenuManager
Andreas Kling
2020-02-07
WindowServer: Don't try to load unspecified icons
Sergey Bugaev
2020-02-07
WindowServer: Process multiple mouse packets at the same time
Andreas Kling
2020-02-07
WindowServer: Fix wrong-sized read() from keyboard
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Fix assertion on key press
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-05
WindowServer: Remove unused s_checkbox_or_icon_padding
joshua stein
2020-02-04
WindowServer: Fix the drain mouse mechanism
Liav A
2020-02-04
WindowServer: Preliminary absolute mouse positioning support
Sergey Bugaev
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
WindowServer: Fix for Changing Screen Resolution Resets.
Hüseyin ASLITÜRK
2020-02-01
WindowServer: make menus wrap vertically
Oliver Kraitschy
2020-01-25
WindowServer: Don't allow minimize/maximize of windows while modal up
Andreas Kling
2020-01-25
WindowServer: Robustify WSWindow<->WSClientConnection link a bit
Andreas Kling
2020-01-25
WindowServer: Tear down WSClientConnection asynchronously
Andreas Kling
2020-01-21
WindowServer: unveil("/bin", "x") so we can start applications
Andreas Kling
2020-01-20
WindowServer: Use unveil()
Andreas Kling
[next]