summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-30Ladybird: Tell Qt that we manually handle the Cookie headerLuke Wilde
2022-12-30Kernel: Disallow executing SUID binaries if process is jailedLiav A
2022-12-30Base: Add more emojiXexxa
2022-12-30Toolchain: Fix aarch64 toolchain GDB buildkleines Filmröllchen
2022-12-30pro: Fix comment typoNico Weber
2022-12-30icc: Print rendering intentNico Weber
2022-12-30LibGfx: Read rendering intent from ICCProfile headerNico Weber
2022-12-30Ladybird: Fix typosNico Weber
2022-12-30LibGUI: Automatically scroll to a new column on adding it in ColumnsViewKarol Kosek
2022-12-30LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)Karol Kosek
2022-12-30LibGUI: Don't destroy columns after selecting already opened oneKarol Kosek
2022-12-30LibGUI: Determine model index from a content position in ColumnsViewKarol Kosek
2022-12-30LibGUI: Don't show last separator in columnKarol Kosek
2022-12-30LibGUI: Replace a magic number with ColumnsView::column_separator_widthKarol Kosek
2022-12-30LibC: Mark fenv-family function arguments as used on aarch64kleines Filmröllchen
2022-12-30Kernel/aarch64: Implement wait_cycles as a pause loopkleines Filmröllchen
2022-12-30Kernel/aarch64: Implement Processor::pause and Processor::wait_checkkleines Filmröllchen
2022-12-30Kernel/aarch64: Declare TrapFrame as structkleines Filmröllchen
2022-12-30icc: Print data color spaceNico Weber
2022-12-30LibGfx: Read data color space from ICCProfile headerNico Weber
2022-12-30LibWeb: Fix a (charming) comment typoNico Weber
2022-12-30MouseSettings: Update "switch buttons" icon to reflect checkbox stateRavi J
2022-12-30Documentation: Update FontEditor document to be in-sync with latestdjwisdom
2022-12-30LibWeb: Margin bottom collapsing between parent and last childAliaksandr Kalenik
2022-12-30LibWeb: Margin top collapsing between parent and first childAliaksandr Kalenik
2022-12-30LibWeb: Introduce structure that maintains collapsible margins in BFCAliaksandr Kalenik
2022-12-30SQLStudio: Remove (unimplemented) ability to open database storage filesTimothy Flynn
2022-12-30SQLStudio: Display error message boxes when connections/executions failTimothy Flynn
2022-12-30SQLStudio: Add an option to select or specify the database to connect toTimothy Flynn
2022-12-30SQLStudio: Only display the character/word count of selected textTimothy Flynn
2022-12-30SQLStudio: Close the current SQL connection before opening a new oneTimothy Flynn
2022-12-30SQLStudio: Simplify action handling a bitTimothy Flynn
2022-12-30SQLStudio: Protect against possible crash when saving an empty fileTimothy Flynn
2022-12-30SQLStudio: Convert SQLStudio to GMLTimothy Flynn
2022-12-30sql+SQLStudio: Recover from errors preparing SQL statementsTimothy Flynn
2022-12-30SQLServer: Mark a deferred invocation lambda as mutableTimothy Flynn
2022-12-30SQLServer: Explicitly return empty optionals over IPC upon errorsTimothy Flynn
2022-12-29Kernel/aarch64: Move ifdef in StorageManagement.cppTimon Kruiper
2022-12-29Kernel/aarch64: Start and initialize Scheduler and run multiple threadsTimon Kruiper
2022-12-29Kernel/aarch64: Add implementation of Processor::switch_contextTimon Kruiper
2022-12-29Kernel/aarch64: Implement thread_context_first_enterTimon Kruiper
2022-12-29Kernel/aarch64: Implement Processor::initialize_context_switchingTimon Kruiper
2022-12-29Kernel/aarch64: Add initial implementation of Processor::init_contextTimon Kruiper
2022-12-29Kernel/aarch64: Add Saved Program Status Register EL1 (SPSR_EL1)Timon Kruiper
2022-12-29Kernel/aarch64: Stub Processor::smp_wake_n_idle_processorsTimon Kruiper
2022-12-29Kernel: Factor out setting Thread entry functionTimon Kruiper
2022-12-29Kernel/aarch64: Stub Processor::clean_fpu_state() instead of crashingTimon Kruiper
2022-12-29Kernel: Move ThreadRegisters into arch-specific directoryTimon Kruiper
2022-12-29Kernel: Put x86_64 specific VERIFY in PageDirectory.cpp behind ifdefTimon Kruiper
2022-12-29Kernel/aarch64: Add FIXME debug messages to PageDirectoryTimon Kruiper