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-03-29
WindowServer: Add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-25
WindowServer: Don't ignore mouse events after showing modal window (#1495)
Alex Muscar
2020-03-22
WindowServer+LibGUI: Add a way to get notified at display refresh rate
Andreas Kling
2020-03-22
WindowServer: Improve the close button shape
Chris
2020-03-15
WindowServer: Resize maximised/tiled windows after resolution change
Chyza
2020-03-10
WindowServer: Control menu title font from menubar
Shannon Booth
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-01
WindowServer: Clear the current resize candidate when in menus
Andreas Kling
2020-03-01
WindowServer: Remove a whole bunch of unused WindowManager members
Andreas Kling
2020-03-01
WindowServer: Put some WindowManager debug spam inside #ifdefs
Andreas Kling
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-28
WindowServer: Remove some old unused debugging code from Compositor
Andreas Kling
2020-02-28
WindowServer: Return richer result when changing resolutions
Liav A
2020-02-28
WindowServer: Add a debug message
Liav A
2020-02-27
WindowServer: Stop trying to boost things since it's not working
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
WindowServer+LibGUI: Allow changing a window's base size and increment
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-21
WindowServer: Use system theme for the drag and drop popups
Tibor Nagy
2020-02-20
WindowServer: Stop exposing open_menu_stack in MenuManager
Shannon Booth
2020-02-20
WindowServer: Fix not all menus closing after system menu toggle
Shannon Booth
2020-02-20
WindowServer: Geometry labels should follow the system theme
Tibor Nagy
2020-02-20
WindowServer: MenuManager should use selection text color from system theme
Tibor Nagy
2020-02-19
WindowServer+LibGUI: Force full window repaints after theme change
Andreas Kling
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
[prev]
[next]