summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
2021-04-18LibC: Implement assignment suppression for vsscanfGunnar Beutner
2021-04-18LibC: Add netinet/in_systm.hHendiadyoin1
2021-04-18LibDebug: Implement support for AttributeDataForm::Data8Gunnar Beutner
2021-04-18LibCrypto: Avoid creating bools from anything except boolsAnotherTest
2021-04-18LibCore: Remove the no-longer-used Core::DateTime::is_before() functionAnotherTest
2021-04-18LibTLS: Parse X.509 certificates with the new ASN.1 parserAnotherTest
2021-04-18LibCrypto: Implement UTCTime and GeneralizedTime parsersAnotherTest
2021-04-18LibCore: Implement operator less-than for Core::DateTimeAnotherTest
2021-04-18LibCrypo: Add an ASN.1/DER pretty-printerAnotherTest
2021-04-18LibCrypto: Allow the user to override the DER read kind and classAnotherTest
2021-04-18LibCrypto: Add the GeneralizedTime ASN.1 typeAnotherTest
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-04-18Browser: Add status tips to most of the actionsAndreas Kling
2021-04-18Browser: Show status tips for any entered actionAndreas Kling
2021-04-18LibGUI: Add some more status tips to common actionsAndreas Kling
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-18Ports: Update the gcc port with the patches from the toolchainGunnar Beutner
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-04-18LibElf: Allow PT_GNU_EH_FRAME program headersGunnar Beutner
2021-04-18LibC: Make atexit handlers thread-safeGunnar Beutner
2021-04-18LibC+LibPthread: Make sure TLS keys are destroyed after everything elseGunnar Beutner
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-18ls: Remove extra spaces after filenames when pipingJagger De Leo
2021-04-18FileManager: Pluralize empty selection statusbar message properlyLinus Groh
2021-04-17Run: Put the window in the bottom left of the desktopAndreas Kling
2021-04-17LibCore: Use is<T> in Object::find_*_of_type helpersAndreas Kling
2021-04-17Browser: Display full UserAgent string in status bar on menu hoverIdan Horowitz
2021-04-17WindowServer: Make MenuItemActivated IPC message pass identifier as u32Andreas Kling
2021-04-17LibLine: Check the terminal size at the start of get_line()AnotherTest
2021-04-17LibLine: Add support for ^X^EAnotherTest
2021-04-17LibWeb: Don't load anything for <iframe> without src attributeAndreas Kling
2021-04-17ls: list files in cwd before listing directories when listing pathssetepenre
2021-04-17WindowServer: Don't "enter" menu item when hovering over a separatorAndreas Kling
2021-04-17TextEditor: Show action long texts in the status bar :^)Andreas Kling
2021-04-17LibGUI: Add "override text" to GUI::StatusbarAndreas Kling
2021-04-17LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeaveAndreas Kling
2021-04-17LibGUI: Add action enter/leave hooks on GUI::ApplicationAndreas Kling
2021-04-17LibGUI: Add Action* accessors on GUI::ButtonAndreas Kling
2021-04-17LibGUI: Add a "long text" string to GUI::ActionAndreas Kling
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-17DHCPClient: Fix undefined behaviour when calling memcpy() (#6416)Georgiy Komarov
2021-04-17LibJS: Replace MAX_U32 with NumericLimits<u32>::max()Linus Groh
2021-04-17LibTextCodec: Implement a Windows-1255 decoder.Idan Horowitz
2021-04-17LibJS: Take reference instead of pointer in prepare_arguments_listIdan Horowitz
2021-04-17LibJS: Convert matched regex result to string in Symbol.replaceIdan Horowitz
2021-04-17LibGUI: Make sure we depend on the WindowManager IPC endpointsAndreas Kling
2021-04-17Taskbar: Use WM connection for window management operationssin-ack
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-17Kernel+LibC: Update struct stat to use struct timespec instead of time_tGunnar Beutner