summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20Clipboard+LibGUI: Remove unnecessary client/server greeting messageAndreas Kling
2021-05-20WindowServer+LibGUI: Make client/server greeting fasterAndreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-20WindowServer+DisplaySettings: Remove the weird "simple" wallpaper modeAndreas Kling
2021-05-18CrashDaemon: Fix CrashReporter argument orderLinus Groh
2021-05-18WebServer: Fix jailbreaking of server via .. relative pathsDexesTTP
2021-05-17WindowServer: Don't attempt to make WindowServer inspectableAndreas Kling
2021-05-17WindowServer: Add Menu::is_open() to improve readabilityAndreas Kling
2021-05-17WebServer: Set no-cache header for responsesGunnar Beutner
2021-05-17WebServer: Don't read until EOFGunnar Beutner
2021-05-17WindowServer+LibGUI: Make menubar allocation asynchronousAndreas Kling
2021-05-17WindowServer+LibGUI: Make menu allocation asynchronousAndreas Kling
2021-05-17WindowServer: Ignore window base size in aspect ratio enforcementAndreas Kling
2021-05-16Taskbar: Make shutdown dialog non-resizable and tweak button spacingAndreas Kling
2021-05-16Taskbar: Give the shutdown dialog a UI facelift :^)Andreas Kling
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-05-13InspectorServer: Add another missing <AK/JsonObject.h> includeAndreas Kling
2021-05-13InspectorServer: Add missing <AK/JsonObject.h> includeAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13Userland: Remove no-longer-needed unveil()'s of /tmp/rpcAndreas Kling
2021-05-13SystemServer: Stop creating the /tmp/rpc directoryAndreas Kling
2021-05-13Services: Add InspectorServer to reverse the direction of InspectorAndreas Kling
2021-05-13SymbolServer: Remove two unnecessary #include statementsAndreas Kling
2021-05-12WindowServer: Re-render window frame when setting unresponsive statusLinus Groh
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-11WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()Valtteri Koskivuori
2021-05-10LookupServer: Do cache eviction when mDNS cache flush bit is setGunnar Beutner
2021-05-10LookupServer: Track the receive timestamp for DNS answersGunnar Beutner
2021-05-10LookupServer: Correct some flags for DNS packetsGunnar Beutner
2021-05-10LookupServer: Handle DNS record types TXT, AAAA, SRV and CNAMEGunnar Beutner
2021-05-10LookupServer: Turn #defines into enum classes and add formatterGunnar Beutner
2021-05-10LookupServer: Split mDNS flags into separate fieldGunnar Beutner
2021-05-10RequestServer: Make the certificate_requested IPC call asynchronousAndreas Kling
2021-05-10Clipboard+LibGUI: Make set_clipboard_data asynchronousAndreas Kling
2021-05-10WindowServer+Taskbar: Make all the IPC used by Taskbar asynchronousAndreas Kling
2021-05-10WindowServer: Make set_background_color and set_wallpaper_mode asyncAndreas Kling
2021-05-10WindowServer: Make dismiss_menu() an asynchronous IPC callAndreas Kling
2021-05-10WindowServer: Make popup_menu() an asynchronous IPC callAndreas Kling
2021-05-10WindowServer+LibGUI: Make "move window to front" asynchronousAndreas Kling
2021-05-10WindowServer+LibGUI: Make menu and menubar teardown asynchronousAndreas Kling
2021-05-10WindowServer: Add "Move" action to window menusAndreas Kling
2021-05-10WindowServer: Add separator above "Close" in window menusAndreas Kling