summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-01LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103Nico Weber
2023-02-01LibGfx: Move TestImageDecoder over to input file approach in 8cfabbcd933Nico Weber
2023-02-01LibGfx: Move TestFontHandling over to input file approach in 8cfabbcd933Nico Weber
2023-02-01Base: Add more emojiXexxa
2023-02-01Documentation: Rename WebServer_localhost to .jpgNico Weber
2023-02-01LibLine: Quit event loop when an error occurs on updateAli Mohammad Pur
2023-01-31LibGfx: Make glyph ID lookup faster with a cacheAndreas Kling
2023-01-31AK: Fix all quadratic-time append-loops over ByteBufferBen Wiederhake
2023-01-31AK: Remove unused network ordered 'address' variableIman Seyed
2023-01-30LibJS: Allow "approximately" results to differ in plural formTimothy Flynn
2023-01-30LibSoftGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGL: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibJS: Make use of the Intl MV in more Intl.NumberFormat AOsTimothy Flynn
2023-01-30LibJS: Refactor the Intl.NumberFormat GetStringOrBooleanOption AOTimothy Flynn
2023-01-30LibJS: Shorten some spec text for BestAvailableLocaleTimothy Flynn
2023-01-30LibJS: Allow locale approximately signs to be empty in Intl.NumberFormatTimothy Flynn
2023-01-30LibJS: Move resolution of some Intl.NumberFormat options to a common AOTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29Tests: Remove the 10KB file read test for AllocatingMemoryStreamTim Schumacher
2023-01-29AK: Provide a fallback definition for `std::nothrow`Tim Schumacher
2023-01-29AK: Move bit streams from `LibCore`Tim Schumacher
2023-01-29AK: Move buffered streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-29AK: Remove `Buffered`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-29AK: Add DeprecatedString::from_utf8()Andreas Kling
2023-01-29AK: Add two helpers to DeprecatedStringCodePointIteratorAndreas Kling
2023-01-29Tests: Modernize TestImageDecoder a bitNico Weber
2023-01-29Tests: Make LibGfx tests not depend on LibGUINico Weber
2023-01-29LibGfx: Support ICCs in JPEGs that are split across several tagsNico Weber
2023-01-29LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issuesTimothy Flynn
2023-01-29Welcome: Rename m_initial_tip_index=>m_tip_indexthankyouverycool
2023-01-29Welcome: Load banner font in a fallible mannerthankyouverycool
2023-01-29LibGUI+LibGfx: Add Tray ColorRole helpers to Palettethankyouverycool
2023-01-29Welcome: Replace instances of DeprecatedString with Stringthankyouverycool
2023-01-29Welcome: Use fallible try_create()thankyouverycool
2023-01-29LibDebug: Correct a (un-)signed mixup in the DWARF abbreviations mapTim Schumacher
2023-01-29LibGfx: Fix constructor initialisation style in GradientPaintingMacDue
2023-01-29LibGfx: Stop passing color stop spans by const referenceMacDue
2023-01-29PixelPaint: Increase default window height by 10pxMacDue
2023-01-29Ports: Use absolute path of port_includeJan200101
2023-01-29Ports: Document how to declare external port directoriesJan200101
2023-01-29Ports: Support multiple port directoriesJan200101
2023-01-29Kernel/FileSystem: Simplify the ProcFS inode codeLiav A
2023-01-29LibGfx: Validate tag types of AToBNTag, BToANTag, gamutTag, previewNTagNico Weber
2023-01-29LibGfx: Make ICC EMatrix3x3::operator[] a bit less sillyNico Weber
2023-01-29LibGfx: Rename EMatrix to EMatrix3x3 in ICC codeNico Weber
2023-01-29LibGfx: Use auto more in ICC codeNico Weber