summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-01js: Implement pretty-printing of WeakSet objectsLinus Groh
2022-07-01js: Implement pretty-printing of WeakMap objectsLinus Groh
2022-07-01js: Fix pretty-printing of primitive wrapper objectsLinus Groh
2022-07-01js: Prefix global variables with 'g_'Linus Groh
2022-07-01js: Fix a couple of const correctness issuesLinus Groh
2022-07-01js: Move static_cast responsibility out of the pretty-print functionsLinus Groh
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatToPartsIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatIdan Horowitz
2022-07-01LibJS: Implement the PartitionDurationFormatPattern abstract operationIdan Horowitz
2022-07-01LibUnicode: Generate data about DurationFormat-required units as wellIdan Horowitz
2022-07-01LibUnicode: Extract the timeSeparator numeric symbol from CLDRIdan Horowitz
2022-07-01LibJS: Implement the ToDurationRecord abstract operationIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.resolvedOptionsIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.supportedLocalesOfIdan Horowitz
2022-07-01js: Implement pretty-printing of Intl.DurationFormatIdan Horowitz
2022-07-01LibJS: Start implementing the stage 3 Intl.DurationFormat proposalIdan Horowitz
2022-06-30LibJS: Fix incorrect ErrorType in Temporal.PlainMonthDay constructorLinus Groh
2022-06-30LibWeb: Fix background images not showing till scrolling/repaintMacDue
2022-06-30Run: Don't try to set a history selection if history is emptyAndreas Kling
2022-06-30LibJS/Bytecode: End the for variable scope at the start of its end blockLuke Wilde
2022-06-30Everywhere: Use my fairly new and shiny serenityos.org email :^)Kenneth Myhra
2022-06-30LibJS/Bytecode: Make for, do/while and while always switch to end blockLuke Wilde
2022-06-30HackStudio: Properly clear previous editor tabs when closing projectLennon Donaghy
2022-06-30HackStudio: Leave one editor tab open on closing projectLennon Donaghy
2022-06-30LibC: Align _ctype_ to newlib's implementationAndrew Kaster
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-30LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computationsLinus Groh
2022-06-30FileSystemAccessServer: Call window stealing functions syncMacDue
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-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