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-04-05
Servers: Add a new DHCP client
AnotherTest
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-03-31
WindowServer: Remove applets from AppletManager on client disconnection
Andreas Kling
2020-03-30
WindowServer+NotificationServer: Vertical title bar for notifications
Andreas Kling
2020-03-29
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
Andreas Kling
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-29
WindowServer: Add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-28
NotificationServer: Update locations of notifications after closing one
Benjamin Rottler
2020-03-26
NotificationServer: Allow showing an icon in notifications
Andreas Kling
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-18
SystemServer: Add WorkingDirectory support
Itamar
2020-03-15
WindowServer: Resize maximised/tiled windows after resolution change
Chyza
2020-03-14
LibCore: Rename Udp classes to UDP
Shannon Booth
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-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
[next]