summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-01-23LibTimeZone: Add an API to retrieve a list of all known IANA time zonesTimothy Flynn
2022-01-23LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZoneTimothy Flynn
2022-01-23DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibCTimothy Flynn
2022-01-23LibWeb: Consider TextDecorationStyle when rendering textTobias Christiansen
2022-01-23LibWeb: Add new property 'text-decoration-style'Tobias Christiansen
2022-01-23LibGUI: Expand underline support for Spans in TextEditorTobias Christiansen
2022-01-23LibGfx: Expand TextAttributes with more information about underliningTobias Christiansen
2022-01-23LibGfx: Add Painter::draw_triangle_wave()Tobias Christiansen
2022-01-23LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUGNico Weber
2022-01-23LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUGNico Weber
2022-01-23LibCore: Print the actual errno if sysbeep failedLiav A
2022-01-23SystemServer: Create /dev/devctl and create devices based on its eventsLiav A
2022-01-23SystemServer: Rename devfs => devtmpfsLiav A