summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-04UserspaceEmulator: Make it possible to wrap PODs in ValueWithShadowAli Mohammad Pur
2022-03-04UserspaceEmulator: Let SoftCPU.h include Emulator.hAli Mohammad Pur
2022-03-04Kernel: Add support for SA_SIGINFOAli Mohammad Pur
2022-03-04LibWeb: Implement setTimeout/setInterval with ESO according to the specTimothy Flynn
2022-03-04LibWeb: Allow calling invoke-a-callback with an existing argument listTimothy Flynn
2022-03-04Spreadsheet: Ask about unsaved changes on "Open..." action activationKarol Kosek
2022-03-04CharacterMap+FontEditor: Switch current Unicode block on arrow pressKarol Kosek
2022-03-04CharacterMap: Go to character on arrow press in Search windowKarol Kosek
2022-03-04CharacterMap: Move search selection on arrow press in the search textboxKarol Kosek
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-03-04LibGfx: Make Size constexpr-capableLenny Maiorani
2022-03-04LibWeb: Make stacking context tree dumps more readableAndreas Kling
2022-03-04LibWeb: Implement hit testing a bit closer to specAndreas Kling
2022-03-04LibWeb: Preserve z-index:auto in CSS::ComputedValuesAndreas Kling
2022-03-04LibGfx: Refactor Vector[2,3,4] to VectorN with specializationsLenny Maiorani
2022-03-04LibWeb: Measure intrinsic block width *around* children's border edgeAndreas Kling
2022-03-04Spreadsheet: Improve R function to support all of the examplesu9g
2022-03-04Spreadsheet: Add Range(s).toArray()u9g
2022-03-03reboot: Port to LibMainWuzado
2022-03-03Calculator: Add keyboard input for more operationsForLoveOfCats
2022-03-03Calculator: Avoid focusing any keypad button other than the equal buttonForLoveOfCats
2022-03-03Calculator: Utilize Button `mimic_pressed` to show when keys are pressedForLoveOfCats
2022-03-03LibGUI: Add `mimic_pressed` to Button to signify being virtually clickedForLoveOfCats
2022-03-03LibGUI: Use logical `and` instead of bitwise in `Button` paint callForLoveOfCats
2022-03-03Spreadsheet: Simplify enabling actions on selectionKarol Kosek
2022-03-03Spreadsheet: Move deselection instructions to on_selection_droppedKarol Kosek
2022-03-03Spreadsheet: Show the opened filename in the window titleKarol Kosek
2022-03-03LibWeb: Include cookies in form submissionLuke Wilde
2022-03-03LibWeb: Prevent crashes with progress element's value and max attributesJelle Raaijmakers
2022-03-03LibWeb: Forward-declare FormattingState as a structAndreas Kling
2022-03-03LibWeb: Reduce HashMap thrashing during custom property cascadeAndreas Kling
2022-03-03LibWeb: Use FlyString for CSS custom property namesAndreas Kling
2022-03-03LibSoftGPU: Add mipmap selection to sampler classStephan Unverwerth
2022-03-03LibSoftGPU: Add log2_approximate()Stephan Unverwerth
2022-03-03LibSoftGPU: Add ddx() and ddy() to calculate partial derivativesStephan Unverwerth
2022-03-03LibGL: Fix interpretation of mipmap filtering modesStephan Unverwerth
2022-03-03LibWeb: Update element style when focus state changesAndreas Kling
2022-03-03LibWeb: Remove bogus line box width adjustmentAndreas Kling
2022-03-03LibWeb: Align actual baselines, not just bottomsAndreas Kling
2022-03-03LibWeb: Consider all children when doing height:auto for normal blocksAndreas Kling
2022-03-03LibWeb: Small improvements to layout tree dumpsAndreas Kling
2022-03-02SoundPlayer: Sort CMake sources alphabeticallyNícolas F. R. A. Prado
2022-03-02SoundPlayer: Draw album cover with correct aspect ratioNícolas F. R. A. Prado
2022-03-02SoundPlayer: Rename NoVisualization to AlbumCoverVisualizationNícolas F. R. A. Prado
2022-03-02SoundPlayer: Display album cover in the NoVisualizationWidgetNícolas F. R. A. Prado
2022-03-02SoundPlayer: Add start_new_file() to VisualizationWidget's APINícolas F. R. A. Prado
2022-03-02Applications: Fix undefined behavior capturing non-static constexprLenny Maiorani
2022-03-02WindowServer: Treat window frames with a border radius as transparentMacDue
2022-03-02WindowServer: Disable shadow rendering for themes with a border-radiusMacDue
2022-03-02LibGfx: Don't paint the window frame larger for the border-radiusMacDue