summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-11LibGUI: Try use layout's preferred size for the content sizeKarol Kosek
2022-05-11LibGUI: Always use widget's minimum size in ScrollableContainerWidgetKarol Kosek
2022-05-11LibGUI: Reuse common parts in ScrollableContainerWidgetKarol Kosek
2022-05-11LibGUI: Take only valid sizes when calculating BoxLayout preferred sizeKarol Kosek
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-05-11Base: Document new TabWidget properties, and extend the example a bitSam Atkins
2022-05-11LibGUI: Expose more TabWidget properties to GMLSam Atkins
2022-05-11Documentation: Correct and update IDL documentationSam Atkins
2022-05-11LibWeb: Implement CSSRule.parentRule and .parentStyleSheetSam Atkins
2022-05-11LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule()Sam Atkins
2022-05-11LibWeb: Implement `@supports` serializationSam Atkins
2022-05-11LibWeb: Add CSSSupportsRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSMediaRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSImportRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSConditionRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSGroupingRule wrapperSam Atkins
2022-05-11LibWeb: Add MediaList wrapperSam Atkins
2022-05-10LibSoftGPU: Implement depth offset factorJelle Raaijmakers
2022-05-09LibGUI: Consider TextEditor icon size when scrolling text horizontallyofftkp
2022-05-09LibGL+LibGPU+LibSoftGPU: Implement point and line drawingJelle Raaijmakers
2022-05-09LibSoftGPU: Mention correct `i686` target in `Device` commentJelle Raaijmakers
2022-05-09AK: Add `clamp(f32x4, float, float)`Jelle Raaijmakers
2022-05-09LibSoftGPU: Update coverage mask bits during rasterizationJelle Raaijmakers
2022-05-09LibGfx: Use `AK::round_to` for `VectorN::to_rounded<U>`Jelle Raaijmakers
2022-05-09LibGfx: Add `VectorN::to_type<T>()`Jelle Raaijmakers
2022-05-09LibGfx: Use `VectorN` dot product of self for `length()`Jelle Raaijmakers
2022-05-09LibGL+LibGPU: Copy line width to rasterizer in `glLineWidth`Jelle Raaijmakers
2022-05-09LibGL+LibGPU: Implement `GL_LINE_SMOOTH` context parameterJelle Raaijmakers
2022-05-09LibGL+LibGPU: Implement `GL_POINT_SMOOTH` context parameterJelle Raaijmakers
2022-05-09LibGL+LibGPU: Implement `glPointSize`Jelle Raaijmakers
2022-05-09LibGL: Remove `break` from `GL_SCISSOR_BOX` context parameterJelle Raaijmakers
2022-05-09LibGL: Alphabetize `GL_LIGHT*` cases in `gl_enable()`Jelle Raaijmakers
2022-05-09LibSoftGPU: Reference correct class in Typed2DBuffer commentJelle Raaijmakers
2022-05-09Ports: Play GLTron audio at 1x speedJelle Raaijmakers
2022-05-09Ports: Convert GLTron patches to new formatJelle Raaijmakers
2022-05-09Ports: Improve newline support for `./package.sh dev`Jelle Raaijmakers
2022-05-09Kernel: Sort aarch64 CMake sources alphabeticallyTimon Kruiper
2022-05-09Kernel: Add initial implementation of Processor in aarch64Timon Kruiper
2022-05-09Kernel: Call the constructors in the aarch64 init functionTimon Kruiper
2022-05-09Kernel: Separate kmalloc.cpp into a separate library similar to x86_64Timon Kruiper
2022-05-09Kernel: Reorder sections in aarch64 linker script to save spaceTimon Kruiper
2022-05-09Kernel: Add some mission sections to the aarch64 linker scriptTimon Kruiper
2022-05-09LibJS: Use '2 × nsMaxInstant' in a couple of assertion commentsLinus Groh
2022-05-09DisplaySettings: Add 2256x1504 resolutionLinus Groh
2022-05-09LibGfx: Add the glyph spacing also to spaces in Painter::draw_text_run()Karol Kosek
2022-05-09Documentation: Update the required packages for arch based systemsnetworkException
2022-05-08LibC: Add missing macro definitions for errno codescircl
2022-05-08Fire: Ignore mouse events outside the window (to the left)MacDue
2022-05-08Fire: Replace #defines with constexprsMacDue
2022-05-08Toolchain: Allow BuildQemu.sh to resume downloadsLucas CHOLLET