summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1
2022-03-15UserspaceEmulator: Clear c0 on x87 constant load instructionsHendiadyoin1
2022-03-15UserspaceEmulator: Make error checks in FYL2XP1 and FYL2X a bit closerHendiadyoin1
2022-03-15UserspaceEmulator: Add more FIXMES to SoftFPUHendiadyoin1
2022-03-15Spreadsheet: Move tab widget actions to the main widget constructorKarol Kosek
2022-03-15Spreadsheet: Get the active sheet via TabWidget::active_widget()Karol Kosek
2022-03-15Spreadsheet: Set tab functions for every tab on setupKarol Kosek
2022-03-15LibJS/Bytecode: Fix typo in object binding an entry with no aliasLuke Wilde
2022-03-15LibJS/Bytecode: End for's variable scope after update block generationLuke Wilde
2022-03-15LibJS: Stop generating switch case statements on block terminationLuke Wilde
2022-03-14HackStudio: Remove Terminal widget when the bound shell process diesLucas CHOLLET
2022-03-14HexEditor: Selection follows cursor while pressing shiftSamu698
2022-03-14HexEditor: Disable selection dependent actions when no selection is madeSamu698
2022-03-14HexEditor: Offset segment in status bar opens goto offset dialogSamu698
2022-03-14HexEditor: Fill selection sets only bytes inside selectionSamu698
2022-03-14HexEditor: Copy as C code doesn't add trailing spacesSamu698
2022-03-14AudioServer: Decrease sample headroom to 5%kleines Filmröllchen
2022-03-14Piano: Decrease sample headroomkleines Filmröllchen
2022-03-14SoundPlayer: Implement logarithmic spectrum displaykleines Filmröllchen
2022-03-14SoundPlayer: Adjust peaking logic for bars visualizationkleines Filmröllchen
2022-03-14SoundPlayer: Use overlapping windows for bars visualizationkleines Filmröllchen
2022-03-14SoundPlayer: Rework FFT visualizationArne Elster
2022-03-14SoundPlayer: Auto refresh visualization widgetsArne Elster
2022-03-14SoundPlayer: Enable frequency energy adjustment by defaultkleines Filmröllchen
2022-03-14LibDSP: Add windowing functionsArne Elster
2022-03-14LibDSP: Generalize & improve FFTkleines Filmröllchen
2022-03-14LibWeb: Fix height/width copy paste bug in SVGFormattingContext::runBrian Gianforcaro
2022-03-14WindowServer: Update menu buttons' rects on font changeKarol Kosek
2022-03-14WindowServer: Use font height for item heights in MenusKarol Kosek
2022-03-14LibGUI: Use preferred font line height for item heights in ListViewKarol Kosek
2022-03-14LibJS: Implement default values for function parameters in BCAli Mohammad Pur
2022-03-14LibJS/Bytecode: Replace merged block references before copying themAli Mohammad Pur
2022-03-14LibWeb: Invalidate styles after CSSImportRule loadsSimon Wanner
2022-03-14LibWeb: Fix resolving relative URLs in style sheetsSimon Wanner
2022-03-14LibJS: Use ranges instead of specifying all registers for NewArrayAli Mohammad Pur
2022-03-14LibJS/Bytecode: Make NewArray write directly to indexed propertiesLuke Wilde
2022-03-14LibJS/Bytecode: Setup declarative environment for lexical for statementsLuke Wilde
2022-03-14LibJS/Bytecode: Setup declarative environment for catch with variableLuke Wilde
2022-03-14LibJS/Bytecode: Setup lexical environment boundary for with statementsLuke Wilde
2022-03-14LibJS/Bytecode: Unwind to closest unwind boundary on ThrowLuke Wilde
2022-03-14LibJS/Bytecode: Unwind environments before block terminating instructionLuke Wilde
2022-03-14LibJS: Leave unwind context if it has no finalizer when using handlerLuke Wilde
2022-03-14LibJS/Bytecode: Unconditionally end break/continuable scopesLuke Wilde
2022-03-14LibJS: Add a fast path for creating per-iteration DeclarativeEnvironmentTimothy Flynn
2022-03-14LibJS: Preallocate the list returned from CreateListFromArrayLikeTimothy Flynn
2022-03-14Kernel: Sandbox each GPU3DDevice file description into own host contextSahan Fernando
2022-03-14SpaceAnalyzer: Fix the crash caused by double clickArif Orhun Uzun
2022-03-13LibC: Expose AK::timing_safe_compare via `timingsafe_memcmp(..)`Brian Gianforcaro
2022-03-13LibCrypto: Use AK::timing_safe_compare to validate sensitive dataBrian Gianforcaro
2022-03-13LibCore: Use timing_safe_compare to compare password hash valuesBrian Gianforcaro