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-04-02
Kernel: Make PageDirectory.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make PhysicalRegion.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make AddressSpace.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Make Region.cpp compile on aarch64
James Mintram
2022-04-02
Kernel: Add missing new/delete and kcalloc to dummy.cpp
James Mintram
2022-04-02
Kernel: Re-add dummy.cpp and remove duplicate definitions
James Mintram
2022-04-02
Kernel: Add idle_thread() to aarch64 Processor.h
James Mintram
2022-04-02
Kernel: Add PAGE_MASK to an aarch64 CPU header
James Mintram
2022-04-03
LibJS: Use AK::Time in system_utc_epoch_nanoseconds()
Linus Groh
2022-04-03
AK: Add generic sincos solution for non-x86 platforms
serenityosrocks
2022-04-02
LibWeb: Add the requestIdleCallback/cancelIdleCallback API
Simon Wanner
2022-04-02
LibWeb: Implement the infrastructure necessary for requestIdleCallback
Simon Wanner
2022-04-02
LibWeb: Expose IdleDeadline on the window object
Simon Wanner
2022-04-02
top: Add support for quitting top by pressing q
James Mintram
2022-04-02
Browser: Add Ctrl-<number> actions to changes tabs
Olivier De Cannière
2022-04-02
LibGUI: Add TabWidget::activate_last_tab()
Olivier De Cannière
2022-04-02
DisplaySettings: Add theme selection and preview
MacDue
2022-04-02
LibGfx: Add list_installed_system_themes() to SystemTheme
Ben Maxwell
2022-04-02
LibGUI+Applications: Move abstract ThemeEditor preview to LibGUI
Ben Maxwell
2022-04-02
AK: Add last() utility function to Span
Ben Maxwell
2022-04-02
Userland: Fix crash when inputting non-tty device into ps
Thomas Symalla
2022-04-02
3DFileViewer: Allow escape key to exit fullscreen mode
Adam Patterson
2022-04-02
Meta: Completely overhaul the README
kleines Filmröllchen
2022-04-02
LibWeb: Implement flex reverse layouts
Enver Balalic
2022-04-02
Base: Add new bitmap font Lucidity
djwisdom
2022-04-02
AK+LibHTTP: Ensure plus signs are percent encoded in query string
GeekFiftyFive
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-02
UserspaceEmulator: Implement the SSE extension
Hendiadyoin1
2022-04-02
UserspaceEmulator: Don't mark SoftFPU::mmx_get/set as ALWAYS_INLINE
Hendiadyoin1
2022-04-02
LibX86: Correctly name CVTTSS2SI_r32_xmm2m32
Hendiadyoin1
2022-04-02
LibX86: Use the correct code for UNPCKLS
Hendiadyoin1
2022-04-02
LibX86: Correctly name the first xmm argument
Hendiadyoin1
2022-04-02
LibX86: Don't print repz prefix for SSE instructions
Hendiadyoin1
2022-04-02
LibGfx: Use AK's rsqrt and cast to floats earlier
Hendiadyoin1
2022-04-02
AK: Add vector variants of sqrt and rsqrt
Hendiadyoin1
2022-04-02
AK: Add rsqrt and a SSE specific implementation for sqrt
Hendiadyoin1
2022-04-02
Meta: Update required clang-format version in CONTRIBUTING.md
Idan Horowitz
2022-04-02
Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
LibJS: Normalize NaN values in Sets and Maps
Idan Horowitz
2022-04-02
Ports: Fix dependency install when port name is not port folder name
EWouters
2022-04-02
Ports/libtiff: Name port as folder name and fix workdir
EWouters
2022-04-02
Base: Add Andrew's very inspired musings to the fortunes database
kleines Filmröllchen
2022-04-02
LibWeb: Use the specification defined types in IntersectionObserverInit
Idan Horowitz
2022-04-02
LibWeb: Include relevant headers in IDL constructor implementations
Idan Horowitz
2022-04-02
LibWeb: Support integral default values for IDL unions
Idan Horowitz
2022-04-02
LibWeb: Remove no-op calls to emit_includes_for_all_imports for headers
Idan Horowitz
2022-04-02
LibWeb: Add the ResizeObserverBoxOptions IDL enum
Idan Horowitz
2022-04-02
LibWeb: Strip double quotes from IDL enum default values
Idan Horowitz
[next]