summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-24Base: Add missing js(1) command line optionsIdan Horowitz
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.since()Linus Groh
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.until()Linus Groh
2021-11-24LibJS: Implement balance_duration_relative()Luke Wilde
2021-11-24LibJS: Implement add_duration()Luke Wilde
2021-11-24LibJS: Implement default_temporal_largest_unit()Luke Wilde
2021-11-24LibJS: Implement difference_zoned_date_time()Luke Wilde
2021-11-24LibJS: Add sign(Crypto::SignedBigInteger const&) overloadLinus Groh
2021-11-24LibJS: Fix incorrectly formatted section commentsLinus Groh
2021-11-24LibArchive: Limit all Tar header fields to their buffer lengthTim Schumacher
2021-11-24LibJS: Re-implement SetNumberFormatDigitOptions AOTimothy Flynn
2021-11-24LibJS: Update spec comments in GetOption and DefaultNumberOption AOsTimothy Flynn
2021-11-24LibGUI: Make FilteringProxyModel factory function return ErrorOrAndreas Kling
2021-11-24Help: TRY() all the things in serenity_main() :^)Andreas Kling
2021-11-24LibGUI: Add GUI::Menu::try_add_action() and try_add_separator()Andreas Kling
2021-11-24LibGUI: Add GUI::Toolbar::try_add_action()Andreas Kling
2021-11-24LibGUI: Add GUI::TabWidget::try_add_tab<T>(...)Andreas Kling
2021-11-24LibGUI: Add GUI::Window::try_set_main_widget<T>(...)Andreas Kling
2021-11-24LibGUI: Add GUI::Window::try_add_menu()Andreas Kling
2021-11-24LibGUI: Add GUI::Widget::try_set_layout<T>(...)Andreas Kling
2021-11-24LibGUI: Add GUI::Menubar::try_add_menu()Andreas Kling
2021-11-24LibCore: Add Core::Object::try_add<T>(...)Andreas Kling
2021-11-24Spider: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Solitaire: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Snake: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Pong: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Minesweeper: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Hearts: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24GameOfLife: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24FlappyBug: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Chess: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24Breakout: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-242048: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-24LibGUI: Reverse FilteringProxyModel update propagation flowVyacheslav Pukhanov
2021-11-24LibGfx: Correct BitmapFont row indexing when un/masking fontsthankyouverycool
2021-11-24LibJS: Don't accept UTC designators in strings for plain Temporal typesLinus Groh
2021-11-24LibJS: Fix parse ErrorType used in parse_temporal_date_string()Linus Groh
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24Inspector: Port to LibMain :^)Andreas Kling
2021-11-24Playground: Port to LibMain :^)Andreas Kling
2021-11-24Profiler: Port to LibMain :^)Andreas Kling
2021-11-24ImageViewer: Port to LibMain :^)Andreas Kling
2021-11-24FontEditor: Port to LibMain :^)Andreas Kling
2021-11-24Calculator: Port to LibMain :^)Andreas Kling
2021-11-24CrashDaemon: Port to LibMain :^)Andreas Kling
2021-11-24Applets/Audio: Port to LibMain :^)Andreas Kling
2021-11-24KeyboardSettings: Port to LibMain :^)Andreas Kling
2021-11-24MouseSettings: Port to LibMain :^)Andreas Kling
2021-11-24Clipboard: Port to LibMain :^)Andreas Kling
2021-11-24Welcome: Port to LibMain :^)Andreas Kling