summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-23LibWeb: Add DOMTreeModel::index_for_node()Sam Atkins
2021-08-23Browser: Hide inspected-element outline when DOM Inspector is closedSam Atkins
2021-08-23ModelGallery: Add the new Model Gallery application :^)sin-ack
2021-08-23MouseSettings: Add a tab to change cursor themeMaciej Zygmanowski
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-08-23WindowServer: Add IPC calls for controlling cursor themeMaciej Zygmanowski
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-23TextEditor: Unveil the full path to the config fileRalf Donau
2021-08-23LibJS: Implement Promise.race on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.allSettled on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.any on the Promise constructorTimothy Flynn
2021-08-23LibJS: Set the function names for the resolve, reject, and executorTimothy Flynn
2021-08-23LibJS: Generalize PerformPromiseAll common functionalityTimothy Flynn
2021-08-23LibJS: Generalize PromiseAllResolveElementFunction common functionalityTimothy Flynn
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-22HackStudio: Update every editor with matching filename on 'Save as...'Karol Kosek
2021-08-22HackStudio: Convert selected path to a relative path on 'Save as...'Karol Kosek
2021-08-22Games: Make cpath appear once in the pledge promisesRalf Donau
2021-08-22LibJS: Add missing builtin calendar check to ParseTemporalCalendarStringLinus Groh
2021-08-22Utilities: Add -d option to gzipItamar
2021-08-22SQLServer: Use m_client_id instead of client_id in callbackRobert Stefanic
2021-08-22LibGUI: Make Ctrl+Shift+Right select textAndrew January
2021-08-22LibC: Support getsignalbyname() with full signal nameMaciej Zygmanowski
2021-08-22HackStudio: Warn about unsaved changes on opening different projectLennon Donaghy
2021-08-22HackStudio: Fix editor not marking file with unsaved changes as dirtyLennon Donaghy
2021-08-22HackStudio: Fix GitWidget issues with switching between projectsLennon Donaghy
2021-08-22HackStudio: Moved code closing project from open_project to own methodLennon Donaghy
2021-08-22HackStudio: Call update_gml_preview() to reset when opening new projectLennon Donaghy
2021-08-22HackStudio: Make FindInFilesWidget reset when opening new projectLennon Donaghy
2021-08-22HackStudio: Stop debugger when opening new projectLennon Donaghy
2021-08-22HackStudio: Clear embedded terminal upon opening a different projectLennon Donaghy
2021-08-22HackStudio: Clear ToDo entries upon opening new projectLennon Donaghy
2021-08-22HackStudio: Move handle_external_file_deletion logic into own methodLennon Donaghy
2021-08-22LibGUI: Always resize the mapping rows when sortingKarol Kosek
2021-08-22LibC: Add <sys/poll.h> as an alias for <poll.h>Peter Elliott
2021-08-22Kernel+LibC: Implement FIONREAD ioctlPeter Elliott
2021-08-22LibC: Make <netinet/in.h> more POSIX compliantPeter Elliott
2021-08-22LibC: Add LINK_MAX and _PC_LINK_MAXPeter Elliott
2021-08-22LibC: Modify fd_set to be compatible with X/OPENPeter Elliott
2021-08-22Utilities: Use File.error_string() instead of perror(3) in cpp-*Ralf Donau
2021-08-22ThemeEditor: Add Actions to save preview_palette to theme filenetworkException
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-22LibCore: Convert ConfigFile to east constnetworkException
2021-08-22LibCore: Support using a file descriptor for opening ConfigFilenetworkException
2021-08-21LibJS: Implement Promise.all on the Promise constructorTimothy Flynn
2021-08-21LibJS: Fix copy-paste mistake in GetCapabilitiesExecutorTimothy Flynn
2021-08-21LibCpp: Use lex_iterable() where applicableItamar
2021-08-21LibCpp: Add lex_iterable() method to the LexerItamar
2021-08-21LibCpp: Lex before processing the source in the PreprocessorItamar