summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-10-20LibJS: Refactor CalendarFields for better linearityMoustafa Raafat
2022-10-20LibJS: Simplify ParseTemporalTimeZoneStringIdan Horowitz
2022-10-20LibJS: Refactor ToRelativeTemporalObjectIdan Horowitz
2022-10-19LibJS: Remove trivial operations ISO{Year,Month,Day}Moustafa Raafat
2022-10-19LibJS: Remove trivial operation IsValidISOMonthMoustafa Raafat
2022-10-19LibJS: Merge ISOMonthCode and BuildISOMonthCodeMoustafa Raafat
2022-10-19LibJS: Improve alias names in ResolveISOMonthMoustafa Raafat
2022-10-19LibJS: Simplify ResolveISOMonthMoustafa Raafat
2022-10-19WebContent+Friends: Add get_element_property IPC and plumbingTobias Christiansen
2022-10-19LibGL: Correctly normalize different vertex attribute type pointersJelle Raaijmakers
2022-10-19LibGL: Return `GLboolean` value in `glIsEnabled`Jelle Raaijmakers
2022-10-19LibGL: Implement state for all pixel store parametersJelle Raaijmakers
2022-10-19LibGL: Don't repeat ourselves in `read_from_vertex_attribute_pointer`Jelle Raaijmakers
2022-10-19LibGL: Implement missing `glDeleteLists` error conditionsJelle Raaijmakers
2022-10-19LibGL: Make `read_from_vertex_attribute_pointer` staticJelle Raaijmakers
2022-10-19LibGL: Do not return early if client-side vertex array is disabledJelle Raaijmakers
2022-10-19LibGL: Add buffer API stubsJelle Raaijmakers
2022-10-19LibSoftGPU: Call `floor_int_range` only once in `sample_2d_lod`Jelle Raaijmakers
2022-10-19LibSoftGPU: Extract `argb32_color` value in rasterizationJelle Raaijmakers
2022-10-19LibSoftGPU: Make alpha testing a static functionJelle Raaijmakers
2022-10-19LibSoftGPU: Clean up `Sampler` importsJelle Raaijmakers
2022-10-19LibSoftGPU: Drop texel Z coordinate from `Sampler`Jelle Raaijmakers
2022-10-19LibGL+LibGPU+LibSoftGPU: Report maximum texture sizecflip
2022-10-19LibGUI: Insert first displayed emoji on returnEtienne Rodriguez
2022-10-19LibJS: Support non-base-10 BigInt literals in bytecode VMAndreas Kling
2022-10-19LibJS: Support `for (x in obj)` iteration in bytecode VMAndreas Kling
2022-10-19WebContent+Friends: Add get_element_attribute IPC and plumbingTobias Christiansen
2022-10-19LibWeb: Ignore "pointer-events: none" elements in hit_testAliaksandr Kalenik
2022-10-19LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp propertiesAndreas Kling
2022-10-19LibJS: Disable bytecode optimizations by defaultAndreas Kling
2022-10-18LibWeb: Don't attempt to paint text shadows for empty text fragmentsMacDue
2022-10-18LibWeb: Print requested bitmap sizes in shadow painting debug logsMacDue
2022-10-18LibHTTP: Fix not consuming the last byte of body in from_raw_requestLuke Wilde
2022-10-18WebDriver+Friends: Add IPC and plumbing for Element-gettingTobias Christiansen
2022-10-18LibTimeZone+LibJS: Update to TZDB version 2022eTimothy Flynn
2022-10-18LibC: Use proper casting in fgetc and fgetc_unlocked functionsLiav A
2022-10-18LibWeb: Implement HTMLSelectElement length, item() and namedItem()Zaggy1024
2022-10-18LibWeb: Use calculate_min_content_height() for sizing of grid childrenJohannes Laudenberg
2022-10-17LibTimeZone: Resolve /etc/localtime with realpath(), not readlink()Linus Groh
2022-10-17LibC: Retrieve the current time zone from LibTimeZoneTimothy Flynn
2022-10-17LibTimeZone: Default to UTC if parsing the TZ environment variable failsTimothy Flynn
2022-10-17LibJS: Implement RegExp legacy static propertiesleeight
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-17LibJS: Sync the set of rounding modesLinus Groh
2022-10-17LibJS: Add missing validation to remaining Calendar operationsLinus Groh
2022-10-17LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"Linus Groh
2022-10-17LibJS: Rename IsValidTimeZoneName to IsAvailableTimeZoneNameLinus Groh
2022-10-17LibJS: Define IsValidTimeZoneName in terms of AvailableTimeZonesLinus Groh
2022-10-17LibDesktop+Taskbar: Add 'WorkingDirectory' property to app filescflip
2022-10-17LibCore: Add argument to specify working directory in Process::spawncflip