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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-04-03
LibWeb: Don't break text lines if white-space: nowrap
Enver Balalic
2022-04-03
LibC: Implement __fseterr
Tim Schumacher
2022-04-03
LibC: Implement __freadptrinc
Tim Schumacher
2022-04-03
LibC: Implement __freadahead
Tim Schumacher
2022-04-03
LibC: Implement __freadptr
Tim Schumacher
2022-04-03
LibCompress: Change DeflateSpecialCodeLengths to constexpr variables
Lenny Maiorani
2022-04-03
LibChess: Change UCI::Command::Type to enum class
Lenny Maiorani
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-04-03
Userland: Remove a few gratuitous IPC namespace qualifiers
Valtteri Koskivuori
2022-04-03
Browser+LibWeb+WebContent: Add ability to inspect local storage
Valtteri Koskivuori
2022-04-03
LibIPC: Add encoder and decoder for AK::OrderedHashMap
Valtteri Koskivuori
2022-04-03
LibWeb: Fix computing_width of a block when LayoutMode::MaxContent
Enver Balalic
2022-04-03
LibWeb: Not dispatching page_did_click_link event breaks page refresh
Rob Ryan
2022-04-03
LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
Rob Ryan
2022-04-03
LibCore: Turn size properties from an object into a size 2 array
kleines Filmröllchen
2022-04-03
LibGUI: Register LazyWidget
kleines Filmröllchen
2022-04-03
LibGUI: Fully support TabWidget in GML
kleines Filmröllchen
2022-04-03
LibGUI: Add a title to all Widgets
kleines Filmröllchen
2022-04-03
LibJS: Use AK::Time in system_utc_epoch_nanoseconds()
Linus Groh
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
LibGUI: Add TabWidget::activate_last_tab()
Olivier De Cannière
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
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
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
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
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
[next]