summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03Base: Improve 1 emojielectrikmilk
2022-09-03Base: Add 24 new emojiselectrikmilk
2022-09-03Base: Add more emojiXexxa
2022-09-03Base: Add 11 new emojiJoel Hansen
2022-09-03PixelPaint: Introduce a vectorscopekleines Filmröllchen
2022-09-03LibGfx: Add AntiAliasingPainter::fill_rectMacDue
2022-09-03LibGfx: Add saturation modification functions to Colorkleines Filmröllchen
2022-09-03LibGfx: Add YUV conversion functions to Colorkleines Filmröllchen
2022-09-03LibGfx: Make Color::set_alpha constexprkleines Filmröllchen
2022-09-03PixelPaint: Invoke the modified_change callback when layers changekleines Filmröllchen
2022-09-03PixelPaint: Extract common scope code into a generic ScopeWidgetkleines Filmröllchen
2022-09-03PixelPaint: Specify histogram height in GMLkleines Filmröllchen
2022-09-03Keymaps: Improve cs-cz and cs-cz-qwertz keymapsVeronika Horáčků
2022-09-02Meta+Tests: Allow running FLAC spec testskleines Filmröllchen
2022-09-02Toolchain: Update Dockerfile to ubuntu:22.10Veronika Horáčků
2022-09-03LibJS: Don't use a Handle<Realm> in FinalizationRegistryAndreas Kling
2022-09-03LibJS: Make Handle<T> more user-friendlyAndreas Kling
2022-09-03LibJS: Add Cell::Visitor::visit(Cell&)Andreas Kling
2022-09-03LibJS: Add GCPtr and NonnullGCPtrAndreas Kling
2022-09-03AK: Make Weakable non-atomicAndreas Kling
2022-09-02Meta: Use correct boot device selections when using GRUB imagesLiav A
2022-09-02Meta: Remove an unnecessary instance of AHCI controller in the Q35 setupLiav A
2022-09-02CMake: Quote all CMAKE_COMMAND occurencesdemostanis
2022-09-02Base: Add emoji flags for Slovakia and SloveniaLaco Papay
2022-09-03LibGfx: Ignore incorrect .font files when building the Font DatabaseKarol Kosek
2022-09-03Ports: Support `SDL_WINDOWEVENT_CLOSE` in SDL2Jelle Raaijmakers
2022-09-03Ports: Add PrBoom+Jelle Raaijmakers
2022-09-03Ports: Add TiMidity++Jelle Raaijmakers
2022-09-03LibGL: Implement `glGetTexImage`Jelle Raaijmakers
2022-09-03LibGL: Correct `GL_BLEND_*_ALPHA` constant valuesJelle Raaijmakers
2022-09-03LibGL: Improve constants and types compatibilityJelle Raaijmakers
2022-09-03LibGUI: Stop auto repeat timer for Buttons on EnabledChange eventsthankyouverycool
2022-09-02LibJS: Fix incorrect check in ValidateAndApplyPropertyDescriptorLinus Groh
2022-09-02LibJS: Assert Proxy target is a function in [[Call]] and [[Construct]]Linus Groh
2022-09-02Ports/python3: Make pip workHumberto Alves
2022-09-02Base: Improve and correct emojiselectrikmilk
2022-09-02Base: Add 13 new emojiselectrikmilk
2022-09-02Base: Add more emojiXexxa
2022-09-02Base: Improve emojiXexxa
2022-09-02LibJS: Allow anonymous functions as default exportsdavidot
2022-09-02LibJS: Make indirect bindings of module behave like normal bindingsdavidot
2022-09-02LibJS: Make DeclarativeEnvironment based on bindings instead of indicesdavidot
2022-09-02LibJS: Allow exporting any imported bindingsdavidot
2022-09-02LibJS: Only check for duplicate exports if they have a namedavidot
2022-09-02LibJS: Put exports before symbols in keys of module namespace objectdavidot
2022-09-02LibJS: Call resolve instead of reject in AsyncFromSyncIteratorPrototypedavidot
2022-09-02LibJS: Handle empty named exportdavidot
2022-09-02LibJS: Allow full ModuleExportName in namespacedavidot
2022-09-02AK: Allow exponents in JSON double valuesdavidot
2022-09-01LibMarkdown: Add newline and remove ANSI escape after code blocksdemostanis