summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-08LibGUI: TreeView tree column text painting adjustmentssin-ack
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-08-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-08-08PixelPaint: Add snapping to the GuideToolTobias Christiansen
2021-08-08PixelPaint: Add tooltip to GuideTool to show current offsetTobias Christiansen
2021-08-08LibGUI: Add show_tooltip_immediately()Tobias Christiansen
2021-08-08Userland: Use kmalloc_array() where appropriateAndreas Kling
2021-08-08Everywhere: Replace AK::Singleton => SingletonAndreas Kling
2021-08-07LibCpp: Do macro substitution in the preprocessor instead of the parserItamar
2021-08-07LibCpp: Import definitions from headers while processingItamar
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-08-07LibCpp: Support initializing the lexer with a "start line"Itamar
2021-08-07LibGUI: Don't assume GUI::Icon has 16x16 bitmap in AbstractTableViewAndreas Kling
2021-08-07Solitaire: Don't allow the player to draw cards while mouse is downthisSyntaxSucksAndYouKnowIt
2021-08-07LibWeb: Add auto as a recognized argument of flex-basisTobias Christiansen
2021-08-07LibJS: Implement Temporal.Instant.prototype.subtract()Linus Groh
2021-08-07LibJS: Implement Temporal.Instant.prototype.add()Linus Groh
2021-08-07LibJS: Add missing spec link to Temporal.Instant.prototype.round()Linus Groh
2021-08-07LibJS/Tests: Add length test for Temporal.Instant.prototype.round()Linus Groh
2021-08-07LibJS/Tests: Add length test for Temporal.Instant.prototype.equals()Linus Groh
2021-08-07LibJS/Tests: Fix bad copy and paste that crept into a lot of testsLinus Groh
2021-08-07PixelPaint: Use unveil to hide file systemTimothy
2021-08-07FileSystemAccessServer: Add window title as parameter for opening fileTimothy
2021-08-07SystemServer: Handle missing service executable gracefullyBrian Gianforcaro
2021-08-07LibJS: Cast length to signed integer before subtractionsin-ack
2021-08-07LibJS: Reflect an editorial change in the Temporal specLinus Groh
2021-08-07LibJS: Reflect infallibility editorial changes in the Temporal specLinus Groh
2021-08-07Taskbar: Pass full argv for exit actionLuK1337
2021-08-07PixelPaint: Make Guides' visibility optionalTobias Christiansen
2021-08-07PixelPaint: Add the GuideTool to the ToolboxTobias Christiansen
2021-08-07PixelPaint: Add GuideTool for editing GuidesTobias Christiansen
2021-08-07PixelPaint: Allow creation of Guides via the View-MenuTobias Christiansen
2021-08-07PixelPaint: Add a Dialog for the creation of a GuideTobias Christiansen
2021-08-07PixelPaint: Include Guides in the ImageEditorTobias Christiansen
2021-08-07PixelPaint: Add Guide classTobias Christiansen
2021-08-07LibGfx: Add alternate_color to draw_lineTobias Christiansen
2021-08-06PixelPaint: Use a StackWidget in ToolPropertiesWidgetMarcus Nilsson
2021-08-06LibSQL: Use compiler generated default functionsLenny Maiorani
2021-08-06LibAudio: Make playing lossy flacs more truthfulKarol Kosek
2021-08-06LibAudio: Fix calculation of wasted bits-per-sampleKarol Kosek
2021-08-06LibAudio: Make read samples signed when decoding fixed FLAC subframesKarol Kosek
2021-08-06PixelPaint: Use the ValueSlider widget for Tool propertiesMarcus Nilsson
2021-08-06LibGUI: Add ValueSlider widgetMarcus Nilsson
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Browser: Add more tab optionsTheFightingCatfish
2021-08-06LibGUI: Allow TabWidget to remove all tabs except oneTheFightingCatfish
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-06LibJS: Improve the TypedArray.prototype.find{,Index} testsdavidot
2021-08-06LibJS: Implement proposed TypedArray.prototype.findLast{,Index}davidot
2021-08-06LibJS: Implement proposed Array.prototype.findLast{,Index}davidot