summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-24mktemp: Port to LibMainKenneth Myhra
2022-01-24mkfifo: Port to LibMainKenneth Myhra
2022-01-24LibCore: Add mkfifo() syscall wrapperKenneth Myhra
2022-01-24mknod: Port to LibMainKenneth Myhra
2022-01-24LibCore: Add mknod() syscall wrapperKenneth Myhra
2022-01-24LibC: Add POSIX spec link for unistd mknod() APIKenneth Myhra
2022-01-24LibCore: Improve handling of parsing errors in FilePermissionsMaskXavier Defrang
2022-01-24LibCore: Restore support for multiple symbolic classesXavier Defrang
2022-01-24sort: Port to LibMainMichel Hermier
2022-01-24shuf: Port to LibMainMichel Hermier
2022-01-24rev: Port to LibMainMichel Hermier
2022-01-24UserspaceEmulator: Support ioctls TCSETSF and TCSETSWRummskartoffel
2022-01-24LibWeb: Make sure painted CSS borders are snapped to integer pixelsAndreas Kling
2022-01-24LibWeb: Use BFC root relative coordinates when flowing around floatsAndreas Kling
2022-01-24LibWeb: Place block-level boxes vertically before formatting them insideAndreas Kling
2022-01-24LibWeb: Unify placement of replaced and non-replaced elements in BFCAndreas Kling
2022-01-24LibWeb: Simplify code that compute initial child positions in BFCAndreas Kling
2022-01-24LibWeb: Unify code for assigning vertical box model metrics in BFCAndreas Kling
2022-01-24LibWeb: Make IFC aware that its parent is always a BFCAndreas Kling
2022-01-24LibWeb: Move rect-in-coordinate-space helper to Layout::BoxAndreas Kling
2022-01-24LibWeb: Remove unused InlineFormattingContext::available_width_at_line()Andreas Kling
2022-01-24LibWeb: Take full border box into account when vertically placing floatsAndreas Kling
2022-01-23DisplaySettings: Show display's manufacturer and size instead of deviceTom
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23DisplaySettings: Show DPI for selected resolutionTom
2022-01-23LibEDID: Add API for conveniently querying EDID from framebuffer deviceTom
2022-01-23Kernel: Add ioctl to get the EDID from a framebufferTom
2022-01-23LibEDID: Add a library to parse EDID blobsTom
2022-01-23LibGUI: Fix typo in TextEditorTobias Christiansen
2022-01-23LibGUI: Fix broken text rendering in TextEditorTobias Christiansen
2022-01-23RequestServer: Unveil /etc/timezone for date-time usageTimothy Flynn
2022-01-23gunzip: Don't truncate output filename when input file suffix is omittedRummskartoffel
2022-01-23LibSoftGPU: Add const to Clipper where possibleLenny Maiorani
2022-01-23LibSoftGPU: Switch to using east const in Clipper.[h,cpp]Lenny Maiorani
2022-01-23LibSQL: Add simple REGEXP matchmnlrsn
2022-01-23LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructorIdan Horowitz
2022-01-23find: Fix crash on missing argumentsDavid Lindbom
2022-01-23LibJS: Remove VM::call()mjz19910
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-23LibJS: Add some overloads for JS::call() and JS::call_impl()mjz19910
2022-01-23LibCore+LibC: Enforce the global event loop ban in codekleines Filmröllchen
2022-01-23LibCore: Fix signal handling race condition in EventLoopkleines Filmröllchen
2022-01-23LibCore: Create wake pipe on each threadkleines Filmröllchen
2022-01-23LibCore: Allow EventLoops to run on multiple threads safelykleines Filmröllchen
2022-01-23LibThreading: Introduce MutexProtected generic synchronization primitivekleines Filmröllchen
2022-01-23ClockSettings: Add a GUI application to set the system time zoneTimothy Flynn
2022-01-23timezone: Add a command line utility to set the system time zoneTimothy Flynn
2022-01-23LibC: Use LibTimeZone to offset localtime() for the system time zoneTimothy Flynn
2022-01-23LibTimeZone: Use /etc/timezone as the basis for the system time zoneTimothy Flynn
2022-01-23Userland: Add promises to programs that will read /etc/timezoneTimothy Flynn