index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-07-01
js: Implement pretty-printing of WeakSet objects
Linus Groh
2022-07-01
js: Implement pretty-printing of WeakMap objects
Linus Groh
2022-07-01
js: Fix pretty-printing of primitive wrapper objects
Linus Groh
2022-07-01
js: Prefix global variables with 'g_'
Linus Groh
2022-07-01
js: Fix a couple of const correctness issues
Linus Groh
2022-07-01
js: Move static_cast responsibility out of the pretty-print functions
Linus Groh
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.formatToParts
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.format
Idan Horowitz
2022-07-01
LibJS: Implement the PartitionDurationFormatPattern abstract operation
Idan Horowitz
2022-07-01
LibUnicode: Generate data about DurationFormat-required units as well
Idan Horowitz
2022-07-01
LibUnicode: Extract the timeSeparator numeric symbol from CLDR
Idan Horowitz
2022-07-01
LibJS: Implement the ToDurationRecord abstract operation
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.resolvedOptions
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.supportedLocalesOf
Idan Horowitz
2022-07-01
js: Implement pretty-printing of Intl.DurationFormat
Idan Horowitz
2022-07-01
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
Idan Horowitz
2022-06-30
LibJS: Fix incorrect ErrorType in Temporal.PlainMonthDay constructor
Linus Groh
2022-06-30
LibWeb: Fix background images not showing till scrolling/repaint
MacDue
2022-06-30
Run: Don't try to set a history selection if history is empty
Andreas Kling
2022-06-30
LibJS/Bytecode: End the for variable scope at the start of its end block
Luke Wilde
2022-06-30
Everywhere: Use my fairly new and shiny serenityos.org email :^)
Kenneth Myhra
2022-06-30
LibJS/Bytecode: Make for, do/while and while always switch to end block
Luke Wilde
2022-06-30
HackStudio: Properly clear previous editor tabs when closing project
Lennon Donaghy
2022-06-30
HackStudio: Leave one editor tab open on closing project
Lennon Donaghy
2022-06-30
LibC: Align _ctype_ to newlib's implementation
Andrew Kaster
2022-06-30
LibGfx: Use ZlibCompressor for compressing PNG files
Karol Kosek
2022-06-30
LibCompress: Implement a Zlib compressor
Karol Kosek
2022-06-30
LibCompress: Use newly created Zlib header structure when decompressing
Karol Kosek
2022-06-30
LibCompress: Add Zlib header structure
Karol Kosek
2022-06-30
SQLStudio: Add collapsible tabs for query results
martinfalisse
2022-06-30
SQLStudio: Show script execution results in table
martinfalisse
2022-06-30
SQLStudio: Execute statements in SQL server
martinfalisse
2022-06-30
SQLStudio: Add GUI for query results
martinfalisse
2022-06-30
LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computations
Linus Groh
2022-06-30
FileSystemAccessServer: Call window stealing functions sync
MacDue
2022-06-30
LibC: Implement `wcswidth`
Tim Schumacher
2022-06-30
LibC: Stub out `brk` and `sbrk`
Tim Schumacher
2022-06-30
LibELF: Store the full file path in DynamicObject
Tim Schumacher
2022-06-30
PixelPaint: Omit file extension in tab/editor titles
Lennon Donaghy
2022-06-30
PixelPaint: Use image title as default filename for "save as"
Lennon Donaghy
2022-06-30
Spreadsheet: Make conditional-formatting condition-list scrollable
FrHun
2022-06-30
LibGUI: Add min_content_size debug property to AbstractScrollableWidget
FrHun
2022-06-30
LibGUI: Add custom layout change handling to ScrollableContainerWidget
FrHun
2022-06-30
LibGUI: Fix flickering scrollbars in AbstractScrollableWidget
FrHun
2022-06-30
LibGUI: Add layout change propagation to Widget
FrHun
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-06-30
ThemeEditor: Fix layout for new layout system
FrHun
2022-06-30
Spreadsheet: Use new layout system
FrHun
2022-06-30
LibGUI: Change Label standard preferred height to opportunistic grow
FrHun
2022-06-30
LibWeb: Fix box-shadows on elements smaller than the blur diameter
MacDue
[next]