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
2021-07-05
LibJS: Remove now unused IndexedPropertyIterator::value_and_attributes()
Linus Groh
2021-07-05
LibJS: Remove unnecessary value_or() from get()
Linus Groh
2021-07-05
LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())'
Linus Groh
2021-07-05
WindowServer: Improve screen invalidation on window state changes
Tom
2021-07-04
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
Tom
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-04
Assistant: Don't index the /dev directory
Andreas Kling
2021-07-04
Assistant: Force the window to have a shadow despite being frameless
Andreas Kling
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-07-04
Magnifier: Make a custom 16x16 icon for this app + tweak 32x32 version
Andreas Kling
2021-07-04
Magnifier: Make the main widget a GUI::Frame
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-07-04
LibJS/Tests: Enable Array tests that now just work :^)
Linus Groh
2021-07-04
Meta: Remove the LibJS OBJECT_DEBUG debug macro
Linus Groh
2021-07-04
LibWeb: Change WrapperGenerator to emit acessor properties
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS/Tests: Remove 'requires at least one argument' Array tests
Linus Groh
2021-07-04
LibJS: Handle invalid and symbol PropertyName in its AK::Formatter
Linus Groh
2021-07-04
LibJS: Add Value::operator==()
Linus Groh
2021-07-04
js: Handle detached ArrayBuffer in print_typed_array()
Linus Groh
2021-07-04
LibJS: Add new PropertyDescriptor class and related abstract operations
Linus Groh
2021-07-04
LibJS: VERIFY() that property name is valid in Value::get{,_method}()
Linus Groh
2021-07-04
LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more
Linus Groh
2021-07-04
LibJS: Avoid unnecessary PropertyName creation in MarkupGenerator
Linus Groh
2021-07-04
Tests: Add test for String::roman_number_from()
Tobias Christiansen
2021-07-04
Browser: Add Test-Page for lists
Tobias Christiansen
2021-07-04
LibWeb: Add roman numerals as a list-style for ol's
Tobias Christiansen
2021-07-04
AK: Add generation of roman numerals to AK::String
Tobias Christiansen
2021-07-04
Taskbar: Simplify quick launch widget layout
Andreas Kling
2021-07-04
Taskbar: Give the "Show/Hide Desktop" button an icon :^)
Andreas Kling
2021-07-04
LibTTF: Memory map TTF fonts instead of reading them into heap memory
Andreas Kling
2021-07-04
LibTTF: Make TTF::Font loading API return error strings
Andreas Kling
2021-07-04
AK: Explicitly require Checked types to be Integral
Idan Horowitz
2021-07-04
Everywhere: Fix incorrect usages of AK::Checked
Idan Horowitz
2021-07-04
LibC: Convert LengthModifier & ConversionSpecifier to enum classes
Idan Horowitz
2021-07-04
WindowServer: Only run window animation for windows on current desktop
Tom
2021-07-04
WindowServer: Toggling desktop should only toggle current desktop
Tom
2021-07-04
Spreadsheet: Move down a cell when Return is pressed in the cell editor
zawwwu
2021-07-04
Spreadsheet: Add function for moving cursor
zawwwu
2021-07-04
LibThreading: Wake up the background worker thread when there's work
Andreas Kling
2021-07-04
LibJS: Make the `with` statement evaluation follow the spec even more
Andreas Kling
2021-07-04
Kernel: Fix safe_memset not setting the last few bytes in some cases
Tom
2021-07-04
Terminal: Grey out color scheme widget when there's nothing to select
LuK1337
2021-07-04
CppLanguageServer: Add test for "get_parameters_hint"
Itamar
2021-07-04
HackStudio: Show tooltip with parameters hint when pressing Ctrl+P
Itamar
2021-07-04
CppLanguageServer: Add "get_parameters_hint" capability
Itamar
2021-07-04
LibCpp: Add Parser::tokens_in_range(start, end)
Itamar
2021-07-04
LibCpp: Fix positional information of Pointer types
Itamar
2021-07-04
LibCpp: Fix parsing of ellipsis
Itamar
[next]