index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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
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
LibWeb: Implement flex reverse layouts
Enver Balalic
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
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
LibWeb: Use the specification defined types in IntersectionObserverInit
Idan Horowitz
2022-04-02
LibWeb: Add the ResizeObserverBoxOptions IDL enum
Idan Horowitz
2022-04-02
LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDL
Idan Horowitz
2022-04-02
LibWeb: Add the GlobalEventHandlers IDL mixin
Idan Horowitz
2022-04-01
3DViewer: Add support for dropping files
James Mintram
2022-04-01
3DFileViewer: Do not abort model loading when texture is missing
Stephan Unverwerth
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-04-01
LibGfx: Return kerning values as a `float` instead of `int`
Jelle Raaijmakers
2022-04-01
LibGfx: Implement font kerning for `Painter::draw_text_run`
Jelle Raaijmakers
2022-03-31
LibWeb: Flex fix minimum main size in min/max violations calculation
Enver Balalic
2022-03-31
LanguageServers/Cpp: Add SemanticType::PreprocessorMacro
Itamar
2022-03-31
LibCpp: Fix parsing of macro calls
Itamar
2022-03-31
LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()
Itamar
2022-03-31
PixelPaint: Draw layer thumbnails with bilinear filtering
Andreas Kling
2022-03-31
LibJS: Allow JS::make_handle(T*) to be called with nullptr
Andreas Kling
2022-03-31
LibJS: Don't assume that for-in/of target is a variable on LHS::Assign
Ali Mohammad Pur
2022-03-31
LibJS: Implement codegen for MemberExpression binding patterns
Ali Mohammad Pur
2022-03-31
LibJS: Implement bytecode generation for all ObjectExpression properties
Ali Mohammad Pur
2022-03-31
LibPDF: Fix security-handler-related nullptr regression
Matthew Olsson
2022-03-31
LibPDF: Fix mismatched class/struct declaration
Matthew Olsson
2022-03-31
PDFViewer: Use ArgsParser
Matthew Olsson
2022-03-31
LibPDF: Rename Command to Operator
Matthew Olsson
2022-03-31
LibPDF: Fix some base-encoding-related crashes
Matthew Olsson
2022-03-31
LibPDF: Add Type0 and TrueType fonts
Matthew Olsson
2022-03-31
LibPDF: Abstract Type1 font data
Matthew Olsson
2022-03-31
LibPDF: Accept font size in PDFFont::get_char_width
Matthew Olsson
2022-03-31
LibPDF: Move font files into their own directory
Matthew Olsson
2022-03-31
LibPDF: Use Font /Widths array to derive character widths
Matthew Olsson
[next]