summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-04-05Servers: Add a new DHCP clientAnotherTest
2020-04-04ProtocolServer+LibProtocol: Reject unhandled URLs instead of assertingAndreas Kling
2020-03-31WindowServer: Remove applets from AppletManager on client disconnectionAndreas Kling
2020-03-30WindowServer+NotificationServer: Vertical title bar for notificationsAndreas Kling
2020-03-29WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmapAndreas Kling
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-29WindowServer: Add methods for set background color and wallpaper modeHüseyin ASLITÜRK
2020-03-28NotificationServer: Update locations of notifications after closing oneBenjamin Rottler
2020-03-26NotificationServer: Allow showing an icon in notificationsAndreas Kling
2020-03-25WindowServer: Don't ignore mouse events after showing modal window (#1495)Alex Muscar
2020-03-22WindowServer+LibGUI: Add a way to get notified at display refresh rateAndreas Kling
2020-03-22WindowServer: Improve the close button shapeChris
2020-03-18SystemServer: Add WorkingDirectory supportItamar
2020-03-15WindowServer: Resize maximised/tiled windows after resolution changeChyza
2020-03-14LibCore: Rename Udp classes to UDPShannon Booth
2020-03-10WindowServer: Control menu title font from menubarShannon Booth
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-06AK: Remove Optional::operator bool()Andreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-01WindowServer: Clear the current resize candidate when in menusAndreas Kling
2020-03-01WindowServer: Remove a whole bunch of unused WindowManager membersAndreas Kling
2020-03-01WindowServer: Put some WindowManager debug spam inside #ifdefsAndreas Kling
2020-02-28LibC: Move shbuf_* API's to <serenity.h>Andreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-28WindowServer: Remove some old unused debugging code from CompositorAndreas Kling
2020-02-28WindowServer: Return richer result when changing resolutionsLiav A
2020-02-28WindowServer: Add a debug messageLiav A
2020-02-27WindowServer: Stop trying to boost things since it's not workingAndreas Kling
2020-02-25Build: Only look at SUBDIRS with Makefilesjoshua stein
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24WindowServer+LibGUI: Allow changing a window's base size and incrementAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-22TTYServer: Use unveil()Brian Gianforcaro
2020-02-21WindowServer: Use system theme for the drag and drop popupsTibor Nagy
2020-02-20WindowServer: Stop exposing open_menu_stack in MenuManagerShannon Booth
2020-02-20WindowServer: Fix not all menus closing after system menu toggleShannon Booth
2020-02-20WindowServer: Geometry labels should follow the system themeTibor Nagy
2020-02-20WindowServer: MenuManager should use selection text color from system themeTibor Nagy
2020-02-19WindowServer+LibGUI: Force full window repaints after theme changeAndreas Kling
2020-02-19WindowServer+LibGUI+LibHTML: Fix build with -std=c++2aAndreas Kling
2020-02-18Base: Rename /dev/psaux to /dev/mouseAndreas Kling
2020-02-18WindowServer: Remove unsued MenuManager::menu_selection_color()Shannon Booth
2020-02-17WindowServer: Remove unveils of /bin and /etc/passwdAndreas Kling
2020-02-17WindowServer: Drop the "exec" pledge promise entirelyAndreas Kling
2020-02-17WindowServer: Make way for the out-of-process system menuAndreas Kling