summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-30LibGfx: Use ZlibCompressor for compressing PNG filesKarol Kosek
2022-06-30LibCompress: Implement a Zlib compressorKarol Kosek
2022-06-30LibCompress: Use newly created Zlib header structure when decompressingKarol Kosek
2022-06-30LibCompress: Add Zlib header structureKarol Kosek
2022-06-30SQLStudio: Add collapsible tabs for query resultsmartinfalisse
2022-06-30SQLStudio: Show script execution results in tablemartinfalisse
2022-06-30SQLStudio: Execute statements in SQL servermartinfalisse
2022-06-30SQLStudio: Add GUI for query resultsmartinfalisse
2022-06-30Documentation: Bump compiler version to `12.1.0` in include pathsCyber Gsus
2022-06-30Base: Add example for `calc(<percentage> - <length>)` to calc.htmlLinus Groh
2022-06-30Base: Fix label/actual style mismatches in calc.htmlLinus Groh
2022-06-30LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computationsLinus Groh
2022-06-30Base: Add new Canadian keyboard mappingsjmdeejay
2022-06-30FileSystemAccessServer: Call window stealing functions syncMacDue
2022-06-30Ports: Add a port of `e2fsprogs`Tim Schumacher
2022-06-30LibC: Implement `wcswidth`Tim Schumacher
2022-06-30LibC: Stub out `brk` and `sbrk`Tim Schumacher
2022-06-30LibELF: Store the full file path in DynamicObjectTim Schumacher
2022-06-30Base: Sort the default content list in ascending orderLuke Wilde
2022-06-30Base: Add 300+ ads and trackers to the default content filter listLuke Wilde
2022-06-30PixelPaint: Omit file extension in tab/editor titlesLennon Donaghy
2022-06-30PixelPaint: Use image title as default filename for "save as"Lennon Donaghy
2022-06-30Spreadsheet: Make conditional-formatting condition-list scrollableFrHun
2022-06-30LibGUI: Add min_content_size debug property to AbstractScrollableWidgetFrHun
2022-06-30LibGUI: Add custom layout change handling to ScrollableContainerWidgetFrHun
2022-06-30LibGUI: Fix flickering scrollbars in AbstractScrollableWidgetFrHun
2022-06-30LibGUI: Add layout change propagation to WidgetFrHun
2022-06-30Applications+Games+LibGUI: Fix layout problemsFrHun
2022-06-30ThemeEditor: Fix layout for new layout systemFrHun
2022-06-30Spreadsheet: Use new layout systemFrHun
2022-06-30LibGUI: Change Label standard preferred height to opportunistic growFrHun
2022-06-30LibWeb: Fix box-shadows on elements smaller than the blur diameterMacDue
2022-06-30LibWeb: Fix off-by-one shadow position on non-integer positioned boxesMacDue
2022-06-30LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadowsMacDue
2022-06-30LibWeb: Switch to using StackBlurFilter for shadow paintingMacDue
2022-06-30LibGfx: Add StackBlurFilter, an efficient almost gaussian blurMacDue
2022-06-30AK: Add AK::ceil(float) and AK::ceil_log2(integer)MacDue
2022-06-29LibWeb: Print unhandled rejections the same way as unhandled exceptionsLuke Wilde
2022-06-29LibWeb: Use CSO if running script is null in HostPromiseRejectionTrackerLuke Wilde
2022-06-29LibWeb: Store PromiseRejectionEvent::m_reason in a JS::HandleLuke Wilde
2022-06-29LibWeb: Move ClassicScript::m_settings_object into the Script baseLuke Wilde
2022-06-29LibWeb: Return instead of throwing on unknown enums in attribute settersLuke Wilde
2022-06-29LibWeb: Implement WindowEventHandlersLuke Wilde
2022-06-29LibWeb: Only make certain <body> and <frameset> events apply to WindowLuke Wilde
2022-06-29Terminal: Repair resizingFrHun
2022-06-29LibGUI: Add ability to calculate min_size of Window from content widgetFrHun
2022-06-29Kernel/USB: Use proper error codes for UHCI transfersb14ckcat
2022-06-29LibJS: Add tests cases for %TypedArray%.prototype.toSorted functionObinna Ikeh
2022-06-29LibJS: Add %TypedArray%.prototype.toSortedObinna Ikeh
2022-06-29LibJS: Implement element comparison function for typed arraysObinna Ikeh