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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-10-20
LibJS: Refactor CalendarFields for better linearity
Moustafa Raafat
2022-10-20
LibJS: Simplify ParseTemporalTimeZoneString
Idan Horowitz
2022-10-20
LibJS: Refactor ToRelativeTemporalObject
Idan Horowitz
2022-10-19
LibJS: Remove trivial operations ISO{Year,Month,Day}
Moustafa Raafat
2022-10-19
LibJS: Remove trivial operation IsValidISOMonth
Moustafa Raafat
2022-10-19
LibJS: Merge ISOMonthCode and BuildISOMonthCode
Moustafa Raafat
2022-10-19
LibJS: Improve alias names in ResolveISOMonth
Moustafa Raafat
2022-10-19
LibJS: Simplify ResolveISOMonth
Moustafa Raafat
2022-10-19
WebContent+Friends: Add get_element_property IPC and plumbing
Tobias Christiansen
2022-10-19
LibGL: Correctly normalize different vertex attribute type pointers
Jelle Raaijmakers
2022-10-19
LibGL: Return `GLboolean` value in `glIsEnabled`
Jelle Raaijmakers
2022-10-19
LibGL: Implement state for all pixel store parameters
Jelle Raaijmakers
2022-10-19
LibGL: Don't repeat ourselves in `read_from_vertex_attribute_pointer`
Jelle Raaijmakers
2022-10-19
LibGL: Implement missing `glDeleteLists` error conditions
Jelle Raaijmakers
2022-10-19
LibGL: Make `read_from_vertex_attribute_pointer` static
Jelle Raaijmakers
2022-10-19
LibGL: Do not return early if client-side vertex array is disabled
Jelle Raaijmakers
2022-10-19
LibGL: Add buffer API stubs
Jelle Raaijmakers
2022-10-19
LibSoftGPU: Call `floor_int_range` only once in `sample_2d_lod`
Jelle Raaijmakers
2022-10-19
LibSoftGPU: Extract `argb32_color` value in rasterization
Jelle Raaijmakers
2022-10-19
LibSoftGPU: Make alpha testing a static function
Jelle Raaijmakers
2022-10-19
LibSoftGPU: Clean up `Sampler` imports
Jelle Raaijmakers
2022-10-19
LibSoftGPU: Drop texel Z coordinate from `Sampler`
Jelle Raaijmakers
2022-10-19
LibGL+LibGPU+LibSoftGPU: Report maximum texture size
cflip
2022-10-19
LibGUI: Insert first displayed emoji on return
Etienne Rodriguez
2022-10-19
LibJS: Support non-base-10 BigInt literals in bytecode VM
Andreas Kling
2022-10-19
LibJS: Support `for (x in obj)` iteration in bytecode VM
Andreas Kling
2022-10-19
WebContent+Friends: Add get_element_attribute IPC and plumbing
Tobias Christiansen
2022-10-19
LibWeb: Ignore "pointer-events: none" elements in hit_test
Aliaksandr Kalenik
2022-10-19
LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp properties
Andreas Kling
2022-10-19
LibJS: Disable bytecode optimizations by default
Andreas Kling
2022-10-18
LibWeb: Don't attempt to paint text shadows for empty text fragments
MacDue
2022-10-18
LibWeb: Print requested bitmap sizes in shadow painting debug logs
MacDue
2022-10-18
LibHTTP: Fix not consuming the last byte of body in from_raw_request
Luke Wilde
2022-10-18
WebDriver+Friends: Add IPC and plumbing for Element-getting
Tobias Christiansen
2022-10-18
LibTimeZone+LibJS: Update to TZDB version 2022e
Timothy Flynn
2022-10-18
LibC: Use proper casting in fgetc and fgetc_unlocked functions
Liav A
2022-10-18
LibWeb: Implement HTMLSelectElement length, item() and namedItem()
Zaggy1024
2022-10-18
LibWeb: Use calculate_min_content_height() for sizing of grid children
Johannes Laudenberg
2022-10-17
LibTimeZone: Resolve /etc/localtime with realpath(), not readlink()
Linus Groh
2022-10-17
LibC: Retrieve the current time zone from LibTimeZone
Timothy Flynn
2022-10-17
LibTimeZone: Default to UTC if parsing the TZ environment variable fails
Timothy Flynn
2022-10-17
LibJS: Implement RegExp legacy static properties
leeight
2022-10-17
Lagom+CMake: Propagate dependencies for generated custom targets
Andrew Kaster
2022-10-17
LibJS: Sync the set of rounding modes
Linus Groh
2022-10-17
LibJS: Add missing validation to remaining Calendar operations
Linus Groh
2022-10-17
LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"
Linus Groh
2022-10-17
LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneName
Linus Groh
2022-10-17
LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZones
Linus Groh
2022-10-17
LibDesktop+Taskbar: Add 'WorkingDirectory' property to app files
cflip
2022-10-17
LibCore: Add argument to specify working directory in Process::spawn
cflip
[next]