index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-19
LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidget
thankyouverycool
2022-11-19
FontEditor: Add Layout options to View menu
thankyouverycool
2022-11-19
FontEditor: Remove redundant set_scale() helper
thankyouverycool
2022-11-19
FontEditor: Remove overzealous find-and-replace ""sv operator
thankyouverycool
2022-11-19
FontEditor: Consolidate GlyphEditor's flip_{horizontally,vertically}
thankyouverycool
2022-11-19
FontEditor: Standardize Gfx::RotationDirections for rotate_90()
thankyouverycool
2022-11-19
Kernel+lsirq: Track per-CPU IRQ handler call counts
Andreas Kling
2022-11-19
Kernel: Add MAX_CPU_COUNT global constant
Andreas Kling
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-19
LibJS+LibWeb: Return non-const types from Ptr class operators
MacDue
2022-11-19
AK: Return non-const types from Ptr class operators
MacDue
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.entries
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.keys
Jamie Mansfield
2022-11-19
LibJS: Match spec behaviour in TypedArray.prototype.join
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.join
Jamie Mansfield
2022-11-19
LibJS: Add missing assert to TypedArray.prototype.indexOf
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.indexOf
Jamie Mansfield
2022-11-19
LibJS: Add missing assert to TypedArray.prototype.includes
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.includes
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.reduceRight
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.reduce
Jamie Mansfield
2022-11-19
LibJS: Match spec behaviour in TypedArray.prototype.fill
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.fill
Jamie Mansfield
2022-11-19
LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
Andreas Kling
2022-11-19
LibC: Make getpwent_r() behave more like glibc
Andreas Kling
2022-11-19
LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering
Julian Offenhäuser
2022-11-19
LibGfx: Move TTF::Rasterizer to its own files
Julian Offenhäuser
2022-11-19
ThemeEditor: Update GML and polish interface
thankyouverycool
2022-11-19
Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()
thankyouverycool
2022-11-19
LibGUI: Add CommonMenus
thankyouverycool
2022-11-19
LibGUI: Add fallible try_create_checkable() Action
thankyouverycool
2022-11-19
LibGUI: Add ColorFilterer class
thankyouverycool
2022-11-19
LibGUI: Allow adding previously constructed menus to Menubar
thankyouverycool
2022-11-19
LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxes
thankyouverycool
2022-11-19
LibGUI: Display shortcut text for Alt Graph modifier
thankyouverycool
2022-11-18
Kernel: Fix includes when building aarch64
Steffen Rusitschka
2022-11-18
LibJS: Validate TypedArray when calling TypedArray.prototype.values
Jamie Mansfield
2022-11-18
LibJS: Add spec comments to %TypedArray%.prototype.values
Jamie Mansfield
2022-11-18
Meta: Do not hard-code index types for UCD/CLDR/TZDB code generators
Timothy Flynn
2022-11-18
LibWeb: Implement most of WebDriver capability matching
Timothy Flynn
2022-11-18
LibWeb: Extract out the User-Agent browser name and version
Timothy Flynn
2022-11-18
WebContent: Add missing user prompt handling steps
Timothy Flynn
2022-11-18
WebDriver: Implement all modes for handling the current user prompt
Timothy Flynn
2022-11-18
WebContent+WebDriver: Send the parsed capabilities over to WebContent
Timothy Flynn
2022-11-18
LibWeb+WebDriver: Begin processing and matching WebDriver capabilities
Timothy Flynn
2022-11-18
LibWeb: Do not reject valid WebDriver script timeouts
Timothy Flynn
2022-11-18
AK: Add mutable accessors for JsonValue's as_array and as_object
Timothy Flynn
2022-11-18
AK: Add JSON object/array for-each methods for fallible callbacks
Timothy Flynn
2022-11-18
AK: Add a concept for requiring that a function is fallible
Timothy Flynn
[next]