index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-12-30
Ladybird: Tell Qt that we manually handle the Cookie header
Luke Wilde
2022-12-30
Kernel: Disallow executing SUID binaries if process is jailed
Liav A
2022-12-30
Base: Add more emoji
Xexxa
2022-12-30
Toolchain: Fix aarch64 toolchain GDB build
kleines Filmröllchen
2022-12-30
pro: Fix comment typo
Nico Weber
2022-12-30
icc: Print rendering intent
Nico Weber
2022-12-30
LibGfx: Read rendering intent from ICCProfile header
Nico Weber
2022-12-30
Ladybird: Fix typos
Nico Weber
2022-12-30
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
Karol Kosek
2022-12-30
LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)
Karol Kosek
2022-12-30
LibGUI: Don't destroy columns after selecting already opened one
Karol Kosek
2022-12-30
LibGUI: Determine model index from a content position in ColumnsView
Karol Kosek
2022-12-30
LibGUI: Don't show last separator in column
Karol Kosek
2022-12-30
LibGUI: Replace a magic number with ColumnsView::column_separator_width
Karol Kosek
2022-12-30
LibC: Mark fenv-family function arguments as used on aarch64
kleines Filmröllchen
2022-12-30
Kernel/aarch64: Implement wait_cycles as a pause loop
kleines Filmröllchen
2022-12-30
Kernel/aarch64: Implement Processor::pause and Processor::wait_check
kleines Filmröllchen
2022-12-30
Kernel/aarch64: Declare TrapFrame as struct
kleines Filmröllchen
2022-12-30
icc: Print data color space
Nico Weber
2022-12-30
LibGfx: Read data color space from ICCProfile header
Nico Weber
2022-12-30
LibWeb: Fix a (charming) comment typo
Nico Weber
2022-12-30
MouseSettings: Update "switch buttons" icon to reflect checkbox state
Ravi J
2022-12-30
Documentation: Update FontEditor document to be in-sync with latest
djwisdom
2022-12-30
LibWeb: Margin bottom collapsing between parent and last child
Aliaksandr Kalenik
2022-12-30
LibWeb: Margin top collapsing between parent and first child
Aliaksandr Kalenik
2022-12-30
LibWeb: Introduce structure that maintains collapsible margins in BFC
Aliaksandr Kalenik
2022-12-30
SQLStudio: Remove (unimplemented) ability to open database storage files
Timothy Flynn
2022-12-30
SQLStudio: Display error message boxes when connections/executions fail
Timothy Flynn
2022-12-30
SQLStudio: Add an option to select or specify the database to connect to
Timothy Flynn
2022-12-30
SQLStudio: Only display the character/word count of selected text
Timothy Flynn
2022-12-30
SQLStudio: Close the current SQL connection before opening a new one
Timothy Flynn
2022-12-30
SQLStudio: Simplify action handling a bit
Timothy Flynn
2022-12-30
SQLStudio: Protect against possible crash when saving an empty file
Timothy Flynn
2022-12-30
SQLStudio: Convert SQLStudio to GML
Timothy Flynn
2022-12-30
sql+SQLStudio: Recover from errors preparing SQL statements
Timothy Flynn
2022-12-30
SQLServer: Mark a deferred invocation lambda as mutable
Timothy Flynn
2022-12-30
SQLServer: Explicitly return empty optionals over IPC upon errors
Timothy Flynn
2022-12-29
Kernel/aarch64: Move ifdef in StorageManagement.cpp
Timon Kruiper
2022-12-29
Kernel/aarch64: Start and initialize Scheduler and run multiple threads
Timon Kruiper
2022-12-29
Kernel/aarch64: Add implementation of Processor::switch_context
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement thread_context_first_enter
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement Processor::initialize_context_switching
Timon Kruiper
2022-12-29
Kernel/aarch64: Add initial implementation of Processor::init_context
Timon Kruiper
2022-12-29
Kernel/aarch64: Add Saved Program Status Register EL1 (SPSR_EL1)
Timon Kruiper
2022-12-29
Kernel/aarch64: Stub Processor::smp_wake_n_idle_processors
Timon Kruiper
2022-12-29
Kernel: Factor out setting Thread entry function
Timon Kruiper
2022-12-29
Kernel/aarch64: Stub Processor::clean_fpu_state() instead of crashing
Timon Kruiper
2022-12-29
Kernel: Move ThreadRegisters into arch-specific directory
Timon Kruiper
2022-12-29
Kernel: Put x86_64 specific VERIFY in PageDirectory.cpp behind ifdef
Timon Kruiper
2022-12-29
Kernel/aarch64: Add FIXME debug messages to PageDirectory
Timon Kruiper
[next]