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-11-24
LibJS: Add sign(Crypto::SignedBigInteger const&) overload
Linus Groh
2021-11-24
LibJS: Fix incorrectly formatted section comments
Linus Groh
2021-11-24
LibArchive: Limit all Tar header fields to their buffer length
Tim Schumacher
2021-11-24
LibJS: Re-implement SetNumberFormatDigitOptions AO
Timothy Flynn
2021-11-24
LibJS: Update spec comments in GetOption and DefaultNumberOption AOs
Timothy Flynn
2021-11-24
LibGUI: Make FilteringProxyModel factory function return ErrorOr
Andreas Kling
2021-11-24
Help: TRY() all the things in serenity_main() :^)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menu::try_add_action() and try_add_separator()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Toolbar::try_add_action()
Andreas Kling
2021-11-24
LibGUI: Add GUI::TabWidget::try_add_tab<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Window::try_set_main_widget<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Window::try_add_menu()
Andreas Kling
2021-11-24
LibGUI: Add GUI::Widget::try_set_layout<T>(...)
Andreas Kling
2021-11-24
LibGUI: Add GUI::Menubar::try_add_menu()
Andreas Kling
2021-11-24
LibCore: Add Core::Object::try_add<T>(...)
Andreas Kling
2021-11-24
Spider: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Solitaire: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Snake: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Pong: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Minesweeper: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Hearts: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
GameOfLife: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
FlappyBug: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Chess: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
Breakout: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
2048: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-24
LibGUI: Reverse FilteringProxyModel update propagation flow
Vyacheslav Pukhanov
2021-11-24
LibGfx: Correct BitmapFont row indexing when un/masking fonts
thankyouverycool
2021-11-24
LibJS: Don't accept UTC designators in strings for plain Temporal types
Linus Groh
2021-11-24
LibJS: Fix parse ErrorType used in parse_temporal_date_string()
Linus Groh
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-24
Inspector: Port to LibMain :^)
Andreas Kling
2021-11-24
Playground: Port to LibMain :^)
Andreas Kling
2021-11-24
Profiler: Port to LibMain :^)
Andreas Kling
2021-11-24
ImageViewer: Port to LibMain :^)
Andreas Kling
2021-11-24
FontEditor: Port to LibMain :^)
Andreas Kling
2021-11-24
Calculator: Port to LibMain :^)
Andreas Kling
2021-11-24
CrashDaemon: Port to LibMain :^)
Andreas Kling
2021-11-24
Applets/Audio: Port to LibMain :^)
Andreas Kling
2021-11-24
KeyboardSettings: Port to LibMain :^)
Andreas Kling
2021-11-24
MouseSettings: Port to LibMain :^)
Andreas Kling
2021-11-24
Clipboard: Port to LibMain :^)
Andreas Kling
2021-11-24
Welcome: Port to LibMain :^)
Andreas Kling
2021-11-24
logout: Port to LibMain :^)
Andreas Kling
2021-11-24
LibCore: Add kill() syscall wrapper
Andreas Kling
2021-11-24
Help: Port to LibMain :^)
Andreas Kling
2021-11-24
Keymaps: Add bépo keymaps
Samuel El-Borai
2021-11-23
LibUnicode: Port generator utility methods to ErrorOr
Timothy Flynn
2021-11-23
LibCore: Allow moving, but not copying, DirIterator
Timothy Flynn
2021-11-23
LibUnicode: Port GenerateUnicodeNumberFormat to ErrorOr and LibMain
Timothy Flynn
[next]