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
Age
Commit message (
Expand
)
Author
2020-02-22
TTYServer: Use unveil()
Brian Gianforcaro
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-17
AudioServer: Remove ASEventLoop class and do all the setup in main()
Andreas Kling
2020-02-16
NotificationServer: Add new notification windows below the lowest one
Andreas Kling
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-15
LibCore: Reduce header dependencies of EventLoop
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-15
AK: Remove manual forward declarations with <AK/Forward.h>
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-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-13
WebServer: Ensure directory listing URLs end with a slash
Bogdan
2020-02-13
WebServer: Remove debug spam in directory listing code
Andreas Kling
2020-02-13
WebServer: Escape HTML entities in path names in directory listings
Andreas Kling
2020-02-12
WebServer: Show file size and modification time in directory listings
Andreas Kling
2020-02-12
WebServer: Add basic directory listings
Andreas Kling
2020-02-12
WindowServer: Move some menu related code into MenuManager
Shannon Booth
2020-02-11
WebServer: Use Core::DateTime for logging timestamps
Andreas Kling
2020-02-11
WebServer: Add copyright headers
Andreas Kling
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
WebServer: Add missing space to HTTP error responses
Andreas Kling
2020-02-09
WebServer: Send the HTTP response headers in a single packet
Andreas Kling
2020-02-09
WebServer: Tighten things up with pledge() and unveil()
Andreas Kling
2020-02-09
WebServer: Implement a very basic HTTP server :^)
Andreas Kling
2020-02-09
WindowServer: Remove username from MenuManager.
Hüseyin ASLITÜRK
2020-02-08
TelnetServer: Protect the Client object during drain_socket()
Andreas Kling
[next]