summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-10-26WindowServer: Don't re-open screen device immediately after opening itAndreas Kling
2021-10-26WindowServer: Remove Screen::init()Andreas Kling
2021-10-25SystemServer: Rename 'BootModes' config option to 'SystemModes'Ben Wiederhake
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-25DHCPClient: Simplify DHCPv4PacketBuilderAndreas Kling
2021-10-24WindowServer: Prevent sending duplicate MousePackets when clickingJelle Raaijmakers
2021-10-24WindowServer: Deduplicate code for mouse Z state in EventLoopJelle Raaijmakers
2021-10-24WindowServer: Simplify mouse button handling logic in EventLoopJelle Raaijmakers
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-24LibIPC: Add missing <signal.h> includeAndreas Kling
2021-10-23EchoServer: Defer removal of client from clients HashMapBrendan Coles
2021-10-23TelnetServer: Defer removal of client from clients HashMapBrendan Coles
2021-10-22WindowServer: Support displaying window titles when there are no buttonsTimothy Flynn
2021-10-22WindowServer: Re-evaluate hover state when active window changesAndreas Kling
2021-10-21LoginServer: Capitalize username and password fieldsxSlendiX
2021-10-21LoginServer: Mark the login window as non-closeable and non-minimizableTimothy Flynn
2021-10-21LibGUI+WindowServer: Add option to hide a widow's close buttonTimothy Flynn
2021-10-21LoginServer: Mark this component as REQUIREDKarol Kosek
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-20LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTERIdan Horowitz
2021-10-19LoginServer: Fix typo in --auto-login option value nameLinus Groh
2021-10-19LoginServer: Log in when the user presses the enter keyTimothy Flynn
2021-10-18LoginServer: Use the verb "log in" for window title & submit buttonAndreas Kling
2021-10-17LoginServer: Add --auto-login switchPeter Elliott
2021-10-17TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialogPeter Elliott
2021-10-17LoginServer: Process logins and start SystemServer in user modePeter Elliott
2021-10-17LoginServer: Layout a basic login windowPeter Elliott
2021-10-17SystemServer: Add per user mode (--user)Peter Elliott
2021-10-14LibWeb: Introduce simple scrollable overflow, size ICB to viewportAndreas Kling
2021-10-14ConfigServer: Sync config files to disk automaticallyValtteri Koskivuori
2021-10-13SystemServer: Avoid uninitialized memoryBen Wiederhake
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-11ClockWidget: Left-align clock and center based on ideal widthJames Magahern
2021-10-08CrashDaemon: Stop automatically compressing coredumpsAndreas Kling
2021-10-05LookupServer: Fix to handle whitespaces and tabs in /etc/hostsfleximus
2021-10-05SQLServer+SQL+LibSQL: Allow sql client to specify the database nameJan de Visser
2021-10-05SQLServer: Do not capture stack variables by reference in lambdasJan de Visser
2021-10-03LibJS: Convert has_own_property() to ThrowCompletionOrLinus Groh
2021-10-03LibWeb: Fix that $0 was no longer accessibledavidot
2021-10-01RequestServer: Don't hide the SIGINFO state dump behind a debug macroAndreas Kling
2021-10-01RequestServer: Ignore preconnect requests for available connectionsAli Mohammad Pur
2021-10-01Browser: Check m_console_client is non-null before dereferencing itIdan Horowitz
2021-09-30RequestServer: Avoid storing a strong reference to a socket in callbacksAli Mohammad Pur
2021-09-30RequestServer: Use an OwnPtr for the connection cache vectorAli Mohammad Pur
2021-09-29LibJS: Convert internal_own_property_keys() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_delete() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh