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-27
cat: Remove accidentally-committed unused macro
Andreas Kling
2021-11-26
Run: Port to LibMain :^)
Andreas Kling
2021-11-26
cp: Port to LibMain :^)
Andreas Kling
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-11-26
LibCore: Add Vector<StringView> variant of add_positional_argument()
Andreas Kling
2021-11-26
cat: Use TRY() and LibCore syscall wrappers a lot more :^)
Andreas Kling
2021-11-26
Kernel: Implement variable rate audio support for AC97 devices
Jelle Raaijmakers
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
Base: Add some Greek characters to KaticaRegular10
Maciej
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-26
WindowServer: Clear wallpaper if the requested path is empty
Karol Kosek
2021-11-26
Kernel: Ensure KeyEvent::key sent to Userspace respects keyboard layout
macarc
2021-11-26
CMake: Also install the source files of userland programs
Itamar
2021-11-26
CMake: Simplify serenity_install_sources by inferring installation path
Itamar
2021-11-26
HackStudio: Port to LibMain :^)
Federico Guerinoni
2021-11-25
echo: Port to LibMain :^)
Kenneth Myhra
2021-11-25
basename: Port to LibMain
Kenneth Myhra
2021-11-25
copy: Port to LibMain :^)
Kenneth Myhra
2021-11-25
cat: Port to LibMain :^)
Kenneth Myhra
2021-11-25
Documentation: Remove outdated instruction
Thi Doãn
2021-11-25
SystemMonitor: Remove unveiling /tmp/portal/config
Ralf Donau
2021-11-25
WidgetGallery: Use TRY() a lot more :^)
pbrw
2021-11-25
Starfield: Use TRY() a lot more :^)
pbrw
2021-11-25
Screensaver: Use TRY() a lot more :^)
pbrw
2021-11-25
Mouse: Use TRY() a lot more :^)
pbrw
2021-11-25
ModelGallery: Use TRY() a lot more :^)
pbrw
2021-11-25
Mandelbrot: Use TRY() a lot more :^)
pbrw
2021-11-25
LibGfxScaleDemo: Use TRY() a lot more :^)
pbrw
2021-11-25
LibGfxDemo: Use TRY() a lot more :^)
pbrw
2021-11-25
Fire: Use TRY() a lot more :^)
pbrw
2021-11-25
Eyes: Use TRY() a lot more :^)
pbrw
2021-11-25
Cube: Use TRY() a lot more :^)
pbrw
2021-11-25
CatDog: Use TRY() a lot more :^)
pbrw
2021-11-24
FlappyBug: Support mouse clicks for flapping
Pedro Pereira
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
LibCore: Add 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
[next]