summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-11-24logout: Port to LibMain :^)Andreas Kling
2021-11-24LibCore: Add kill() syscall wrapperAndreas Kling
2021-11-24Help: Port to LibMain :^)Andreas Kling
2021-11-24Keymaps: Add bépo keymapsSamuel El-Borai
2021-11-23LibUnicode: Port generator utility methods to ErrorOrTimothy Flynn
2021-11-23LibCore: Allow moving, but not copying, DirIteratorTimothy Flynn
2021-11-23LibUnicode: Port GenerateUnicodeNumberFormat to ErrorOr and LibMainTimothy Flynn