summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-07-08Kernel/Storage: Do proper locking & reset in the AHCIController codeLiav A
2022-07-08Kernel/Storage: Move Identify page allocation to the AHCIPort classLiav A
2022-07-08Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandlerLiav A
2022-07-08Kernel/Storage: Simplify AHCIPortHandler classLiav A
2022-07-08Kernel/Storage: Remove 3 stale methods in AHCIPortHandler classLiav A
2022-07-08Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header filesLiav A
2022-07-08Kernel: Clean up the AHCI code a bitLiav A
2022-07-07Meta: Don't overwrite newer files when building the root filesystemTim Schumacher
2022-07-07Ports: Don't create ccache symlinks for tools we don't haveTim Schumacher
2022-07-07WebSocket: Change target name to deconflict with LibWebSocket on LagomAndrew Kaster
2022-07-07Ports: Update OpenSSL to 1.1.1qLuke Wilde
2022-07-06LibWeb: Use correct margin & padding values in anonymous wrapper boxesAndreas Kling
2022-07-06LibWeb: Cache a pointer to the IFC root in InlineLevelIteratorAndreas Kling
2022-07-06LibWeb: Keep the "remaining free space" across flexbox algo stepsAndreas Kling
2022-07-06LibWeb: Add a 1-entry lookup cache to FormattingStateAndreas Kling
2022-07-06LibWeb: Make non-finite CSS lengths resolve to "auto"Andreas Kling
2022-07-06LibJS: Implement Intl.Locale.prototype.weekInfo propertyTimothy Flynn
2022-07-06LibUnicode: Generate per-region week dataTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.textInfo propertyTimothy Flynn
2022-07-06LibUnicode: Generate per-locale text layout informationTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.timeZones propertyTimothy Flynn
2022-07-06LibTimeZone: Parse and generate a list of time zones used by regionTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.numberingSystems propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.hourCycles propertyTimothy Flynn
2022-07-06LibJS: Partially implement Intl.Locale.prototype.collations propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.calendars propertyTimothy Flynn
2022-07-06LibJS: Revert partial resizable ArrayBuffer implementationLinus Groh
2022-07-06FontEditor: Rename FontEditorWidget => FontEditor::MainWidgetthankyouverycool
2022-07-06FontEditor: Hide Widget::set_font() in GlyphEditorWidgetthankyouverycool
2022-07-06FontEditor: Remove unused headers and member variablesthankyouverycool
2022-07-06FontEditor: Simplify GlyphMapWidget context menu constructionthankyouverycool
2022-07-06FontEditor: Update GML for new layout systemthankyouverycool
2022-07-06FontEditor: Convert preview window to GML and propagate its errorsthankyouverycool
2022-07-06FontEditor: Propagate errors when pushing undo commandsthankyouverycool
2022-07-06LibGUI: Add fallible try_push() variant to UndoStackthankyouverycool
2022-07-06FontEditor: Normalize GlyphMap selection before creating UndoSelectionthankyouverycool
2022-07-06FontEditor: Improve error propagation during constructionthankyouverycool
2022-07-06Meta: Build select Services in LagomAndrew Kaster
2022-07-06Meta: Rename Lagom library target names from LagomFoo to LibFooAndrew Kaster
2022-07-06Meta: Use CMAKE_INSTALL_FOODIR variables instead of hardcoding usr/fooAndrew Kaster
2022-07-06LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAXTimon Kruiper
2022-07-06LookupServer: Use designated initializers for sockaddr_inAndrew Kaster
2022-07-06RequestServer: Only attach SIGINFO signal handler if SIGINFO is definedAndrew Kaster
2022-07-06LibCore: Stub out pledge and unveil for non-serenity systemsAndrew Kaster
2022-07-06LibCore: Stub out FileWatcher for Lagom platformsAndrew Kaster
2022-07-06LibJS: Make AST.cpp compile with -O0Linus Groh
2022-07-06LibJS: Properly compute the line for source location hintsDexesTTP
2022-07-06LibIMAP: Properly escape the whole string instead of the first characterDexesTTP
2022-07-06LibWeb: Replace all uses of -'s and ::'s when running the IDL generatorDexesTTP