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
/
Applications
Age
Commit message (
Expand
)
Author
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
ThemeEditor: Use LibMain
Marcus Nilsson
2021-11-28
Magnifier: Use LibMain
Marcus Nilsson
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
KeyboardSettings: Remove some unnecessary pledge promises
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
TerminalSettings: Remove unnecessary pledges and unveils
Andreas Kling
2021-11-28
TerminalSettings: Port to LibMain :^)
Andreas Kling
2021-11-28
MailSettings: Port to LibMain :^)
Andreas Kling
2021-11-28
DisplaySettings: Port to LibMain :^)
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-28
Settings: Convert to TRY + serenity_main(..)
Brian Gianforcaro
2021-11-27
Terminal: Modernize terminal settings as a standalone application
kleines Filmröllchen
2021-11-27
Settings: Fix launch of settings dialog
Brian Gianforcaro
2021-11-27
PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialog
Marcus Nilsson
2021-11-26
Run: Port to LibMain :^)
Andreas Kling
2021-11-26
Settings: Make sure settings are listed in alphabetical order
Sam Atkins
2021-11-26
Browser: Allow custom search engine URLs that don't start http[s]://
Sam Atkins
2021-11-26
BrowserSettings: Add some icons for it :^)
Sam Atkins
2021-11-26
Browser+Base: Delete provided Browser.ini file
Sam Atkins
2021-11-26
BrowserSettings: Implement restoring default values
Sam Atkins
2021-11-26
BrowserSettings: Add preferred-color-scheme setting
Sam Atkins
2021-11-26
BrowserSettings: Add setting for search engine
Sam Atkins
2021-11-26
Browser: Move search engine definitions to a json file
Sam Atkins
2021-11-26
Browser+BrowserSettings: Persist the "show bookmarks bar" setting
Sam Atkins
2021-11-26
BrowserSettings: Create a BrowserSettings application :^)
Sam Atkins
2021-11-26
DisplaySettings: Update wallpaper config path only on success
Karol Kosek
2021-11-26
DisplaySettings: Always save the background color to the config
Karol Kosek
2021-11-25
SystemMonitor: Remove unveiling /tmp/portal/config
Ralf Donau
2021-11-24
SoundPlayer+LibDSP: Move the FFT implementation to LibDSP
kleines Filmröllchen
2021-11-24
Terminal: Tighten lambda captures in create_find_window()
Andreas Kling
2021-11-24
Terminal: Use LibCore syscall wrapper for ptsname()
Andreas Kling
2021-11-24
Terminal: Use ErrorOr and TRY() when setting up the "find" dialog
Andreas Kling
2021-11-24
Terminal: Use TRY() a lot more in serenity_main()
Andreas Kling
2021-11-24
FileManager: Use TRY() a lot more in the main functions :^)
Andreas Kling
2021-11-24
CrashReporter: Don't visualize whitespace in memory regions text editor
Maciej
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
LibDesktop: Make allowlist APIs return ErrorOr<void>
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
KeyboardSettings: Port to LibMain :^)
Andreas Kling
2021-11-24
MouseSettings: Port to LibMain :^)
Andreas Kling
2021-11-24
Welcome: Port to LibMain :^)
Andreas Kling
2021-11-24
Help: Port to LibMain :^)
Andreas Kling
2021-11-23
TextEditor: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
[next]