summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-04-23WindowServer: Don't allow resize-grabbing window underneath title barAndreas Kling
2020-04-23WindowServer: Make vertical segment under title bar 1px thickerAndreas Kling
2020-04-23WindowServer: Tweak window frame heightAndreas Kling
2020-04-23WindowServer+LibGfx: Make window borders 1px thickerAndreas Kling
2020-04-22WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter whatAndreas Kling
2020-04-21WindowServer+SystemMenu: Check the current system theme on startupAndreas Kling
2020-04-21WindowServer: Allow the system menu to be open when a modal is shownangel
2020-04-21WindowServer: Don't process menu bar events when modal is openangel
2020-04-21WindowServer: Don't ignore modal events when showing menusangel
2020-04-21WindowServer: Unset active input window on active window change (#1901)angel
2020-04-19WindowServer: Fix AppletManager buildAndreas Kling
2020-04-19WindowServer: Don't crash when encountering unsorted menu appletsAndreas Kling
2020-04-19WindowServer: Remove debug spam in set_active_window()Andreas Kling
2020-04-19WindowServer: Don't automatically focus desktop window when addedAndreas Kling
2020-04-19WindowServer/LibGUI: Enforce minimum window sizeLinus Groh
2020-04-18WindowServer: Allow WindowType::Desktop windows to become activeAndreas Kling
2020-04-18WindowServer: Give the desktop window the whole exact desktop rectAndreas Kling
2020-04-18WindowServer: Add WindowType::DesktopAndreas Kling
2020-04-17ProtocolServer: did_finish_download: Do not create 0 byte shared bufferBrendan Coles
2020-04-15AudioServer: Use NumericLimits<T>Andreas Kling
2020-04-09WindowServer: MenuManager::handle_mouse_event() return if window is nullBrendan Coles
2020-04-07WindowServer: Remove long-unused COMPOSITOR_DEBUG loggingAndreas Kling
2020-04-07LibCore: Add Core::Timer::create_single_shot()Andreas Kling
2020-04-07WindowServer: Menu::popup() should return when the menu is emptyBrendan Coles
2020-04-06DHCPClient: Log errors and cleanup the codeAnotherTest
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