summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06LibGfx+icc: Print device attribute flagsNico Weber
2023-01-06LibGfx: Fix incorrect bitmask in Gfx::ICC::FlagsNico Weber
2023-01-06LibWeb: Fix abspos flex container with height:auto getting zero heightAndreas Kling
2023-01-06LibWeb: Verify optional argument has a value before static_cast-ing itKenneth Myhra
2023-01-06LibGfx+icc: Verify ICCProfile ID at parse time instead of in iccNico Weber
2023-01-06LibGfx: Rename variable in parse_profile_id() to match spec betterNico Weber
2023-01-06Documentation: Add section about curly braces to CodingStyle.mdLinus Groh
2023-01-06LibGfx: Verify ICC reserved header bytes are zeroNico Weber
2023-01-06LibGfx: Extract all_bytes_are_zero() function in ICCProfileNico Weber
2023-01-06LibGfx: Add quotes and reflow for glanceabilityNico Weber
2023-01-06LibGfx: Rename ICCHeader::profile_md5 to profile_id to match specNico Weber
2023-01-06CI: Use default provided GITHUB_TOKEN for PR label workflowLinus Groh
2023-01-06Documentation: Update VirtualBox docs memory sectionBørlaag
2023-01-06Documentation: Update VMWare docs memory sectionBørlaag
2023-01-06CI: Unify secrets.BUGGIEBOT and secrets.BUGGIEBOT_TOKENLinus Groh
2023-01-06LibPDF: Load destinations from Catalogue -> Names -> Dests name treeRodrigo Tobar
2023-01-06LibPDF: Implement name tree lookupsRodrigo Tobar
2023-01-06LibPDF: Add more utility methods to {Dict,Array}ObjectRodrigo Tobar
2023-01-06LibPDF: Move casting code to its own cast_to functionRodrigo Tobar
2023-01-06LibPDF: Support null destination parametersRodrigo Tobar
2023-01-06LibPDF: Fix Destination formattingRodrigo Tobar
2023-01-06PDFViewer: Inform users of underlying issue when loading documentRodrigo Tobar
2023-01-06LibGfx: Prefer largest image with best depth for ICO displaySimon Danner
2023-01-06Kernel: Add helper function to check if a Process is in jailLiav A
2023-01-06PixelPaint: Fix typo in variable nameTim Ledbetter
2023-01-06PixelPaint: Allow move tool to scale in all directionsTim Ledbetter
2023-01-06AK: Support fixed point formatting to print real numbersLucas CHOLLET
2023-01-06AK: Rename `StandardFormatter::Mode::Float` => `FixedPoint`Lucas CHOLLET
2023-01-06Meta/Lagom: Link Threads::ThreadsMacDue
2023-01-06Solitaire: Replace animation Card with manual paintingSam Atkins
2023-01-06Spider: Highlight valid target stack when hovering over itSam Atkins
2023-01-06Spider: Make Game creation fallibleSam Atkins
2023-01-06Spider: Save and load u32 config values as u32sSam Atkins
2023-01-06Solitaire: Save and load u32 config values as u32sSam Atkins
2023-01-06Solitaire: Make Game creation fallibleSam Atkins
2023-01-06AK: Export `adopt_nonnull_ref_or_enomem` to the global namespaceSam Atkins
2023-01-06LibCards+Games: Make `CardGame::add_stack()` fallibleSam Atkins
2023-01-06Solitaire: Preview cards in a stack with the right mouse buttonTimothy Flynn
2023-01-06LibCards: Support "previewing" cards that may be covered by other cardsTimothy Flynn
2023-01-06FileSystemAccessServer: Use `Core::Stream`Lucas CHOLLET
2023-01-06Meta: Pass `Core::Stream::OpenMode` by value in the `IPCCompiler`Lucas CHOLLET
2023-01-06LibIPC: Add `File(Core::Stream::File& file, ...)`Lucas CHOLLET
2023-01-06LibCore: Add `Stream::File::leak_fd(Badge<IPC::File>)`Lucas CHOLLET
2023-01-06PixelPaint: Draw polygonal select tool lines with two colorsTim Ledbetter
2023-01-06PixelPaint: Draw the lasso tool preview path with two colorsTim Ledbetter
2023-01-06CI: Automatically apply pull request labels for generic PR actionsLuke Wilde
2023-01-06LibGUI: Simplify GUI::Label preferred height calculationAndreas Kling
2023-01-06Terminal: Run clang-format on main.cppAndreas Kling
2023-01-06LibWeb: Use default system fonts for `serif`, `sans-serif`, etc.Andreas Kling