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
Age
Commit message (
Expand
)
Author
2021-11-26
UserspaceEmulator: Fix after add_positional_argument API change :^)
Brian Gianforcaro
2021-11-27
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
Idan Horowitz
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
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-26
WindowServer: Clear wallpaper if the requested path is empty
Karol Kosek
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
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
2021-11-24
man: Use LibCore syscall wrappers for pipe2() and dup2()
Andreas Kling
2021-11-24
LibCore: Add syscall wrapper for dup2()
Andreas Kling
2021-11-24
LibCore: Add syscall wrapper for pipe2()
Andreas Kling
2021-11-24
FileManager: Use TRY() a lot more in the main functions :^)
Andreas Kling
[next]