summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-14Kernel: Try to reuse empty slabheaps before expanding the kmalloc-heapHendiadyoin1
2022-03-14Kernel: Bail out earlier from Process::lookup_stacks_directoryHendiadyoin1
2022-03-14Meta: Add copy-src to commands in ZSH autocomplete scriptLinus Groh
2022-03-14Meta: Add aarch64 to targets in ZSH autocomplete scriptLinus Groh
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-14Kernel/PCI: Break early of controller iteration over devices in OOM caseLiav A
2022-03-14Kernel/PCI: Don't hold spinlocks when doing fast device enumerationLiav A
2022-03-14Kernel: Fix buffer overflow in VirtIOGPU create_3d_resource(..)Brian Gianforcaro
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-14AK: Allow creating a Vector from any Span of the same underlying typeTimothy Flynn
2022-03-14CI: Do not "always" run GitHub Actions workflowsTimothy Flynn