summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-28LibELF: Apply some minor optimizations to symbol lookupBrian Gianforcaro
2021-08-28UserspaceEmulator: Profiles are now expected to have a `strings` arrayBrian Gianforcaro
2021-08-28UserspaceEmulator: Make generated profiles debugable with cli toolsBrian Gianforcaro
2021-08-28Shell: Use a relative path in builtin_cd for chdir if possibleAli Mohammad Pur
2021-08-28CMake: Let `Meta/serenity.sh run aarch64` make it past cmakeNico Weber
2021-08-28LibELF: Reindent .S files to be consistent with other .S filesNico Weber
2021-08-28Toolchain: Enough to make `rebuild-toolchain aarch64` workNico Weber
2021-08-28ps: Sort using input order in case of `-q`Mahmoud Mandour
2021-08-28ps: Select specific processes by their PIDsMahmoud Mandour
2021-08-28MailSettings: Remove proc and exec from plegesLinus Groh
2021-08-28MailSettings: Use the app-mail icon for the windowLinus Groh
2021-08-282048: Remove wpath and cpath pledgesLuke Wilde
2021-08-28Spider: Remove wpath and cpath pledges and pledge earlierLuke Wilde
2021-08-28Solitaire: Remove wpath and cpath pledges and pledge earlierLuke Wilde
2021-08-28Chess: Perform pledges earlierLuke Wilde
2021-08-28FlappyBug: Remove wpath and cpath pledgesLuke Wilde
2021-08-28GameOfLife: Add pledge and unveilLuke Wilde
2021-08-28Pong: Remove wpath and cpath pledgesLuke Wilde
2021-08-28Snake: Remove wpath and cpath pledgesLuke Wilde
2021-08-28Minesweeper: Remove wpath and cpath pledgesLuke Wilde
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster
2021-08-28StateMachineGenerator: Don't move() return value from actions()Andrew Kaster
2021-08-28LibWeb: Use foreach to generate wrapper targets and tidy up CMakeListsAndrew Kaster
2021-08-28Meta+LibUnicode: Move unicode_data helper to Meta/CMakeAndrew Kaster
2021-08-28Utilities: Add a command line client for ConfigServerRalf Donau
2021-08-28shot: Get only cropped region from WindowServerMustafa Quraish
2021-08-28WindowServer: Always return properly cropped bitmapMustafa Quraish
2021-08-28LibGUI: Select common location on Filepicker startupSimon Danner
2021-08-28LibUnicode: Change unzip commands to also extract subdirectoriesRobert Syring
2021-08-28PixelPaint: Always change cursor when active tool is setMustafa Quraish
2021-08-27LibJS: Implement Temporal.ZonedDateTime.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.ZonedDateTime.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainYearMonth.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainYearMonth.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDateTime.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.eraYearLinus Groh
2021-08-27LibJS: Implement Temporal.PlainDate.prototype.eraLinus Groh
2021-08-27LibJS: Implement Temporal.Calendar.prototype.eraYear()Linus Groh
2021-08-27LibJS: Implement Temporal.Calendar.prototype.era()Linus Groh
2021-08-27AudioApplet: Remove `wpath` and `cpath` priviligesMustafa Quraish
2021-08-27Hearts: Remove `wpath` and `cpath` priviligesMustafa Quraish
2021-08-27AudioApplet: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-27Hearts: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-27Shell: Use variable instead of iteration_times.size() in builtin_timeMusab Kılıç
2021-08-27Shell: Add iteration_times.ensure_capacity() in builtin_timeMusab Kılıç
2021-08-27Everywhere: Use the Optional<T>::operator==(T) operatorMustafa Quraish
2021-08-27Base+Utilities: Add the asctl audio utility, replacing avolkleines Filmröllchen
2021-08-27Userland: Two low-sample rate fixeskleines Filmröllchen
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen