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-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
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
Build: Only look at SUBDIRS with Makefiles
joshua stein
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-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
[next]