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
2020-12-27
Playground: Pre-populate the text editor with some GML
Linus Groh
2020-12-27
Base: Add Playground.af
Linus Groh
2020-12-27
LibCore: Add Object::remove_all_children()
Linus Groh
2020-12-27
Kernel: Allow sys$rename() to rename symlinks
Andreas Kling
2020-12-27
Base: Flip shortcut emblem icons horizontally
Andreas Kling
2020-12-27
Terminal: Tweak settings window layout slightly
Andreas Kling
2020-12-27
Base: Add some default desktop icons
Andreas Kling
2020-12-27
FileManager: Layout the desktop icons from top-to-bottom :^)
Andreas Kling
2020-12-27
LibGUI: Support top-to-bottom flow in IconView
Andreas Kling
2020-12-27
LibGUI: Move some large IconView internal helpers to the .cpp file
Andreas Kling
2020-12-27
Kernel: Tag more methods and types as [[nodiscard]]
Brian Gianforcaro
2020-12-27
AK: Add NO_DISCARD macro to allow clang-format friendly class annotations
Brian Gianforcaro
2020-12-27
Documentation: Update macOS build instructions cask invocation (#4561)
Nathan Lanza
2020-12-27
Kernel: Take into account the time keeper's frequency (if no HPET)
Tom
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
LibGUI: Use FileIconProvider in RunningProcessesModel
Andreas Kling
2020-12-27
SystemMonitor: Fetch process icons from their executable
Andreas Kling
2020-12-27
Kernel: Expose process executable paths in /proc/all
Andreas Kling
2020-12-27
Kernel: Lock target process when generating core dump
Andreas Kling
2020-12-27
paste: Don't read past clipboard data buffer size
Linus Groh
2020-12-26
Kernel: Remove subheap from list before removing memory
Tom
2020-12-26
DevTools: Add a simple GML Playground application :^)
Andreas Kling
2020-12-26
CMake: Generate SONAME attribute for shared objects
Itamar
2020-12-26
Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'
AnotherTest
2020-12-26
LibTLS: Fix TLS breakage after ByteBuffer => Span conversion
Andreas Kling
2020-12-26
LibGUI: Make the LinkLabel widget keyboard-friendly
Andreas Kling
2020-12-26
MenuApplets: Username: init app early, pledge early, do not unveil /tmp
Brendan Coles
2020-12-26
SystemServer: Set HOME for services
Sergey Bugaev
2020-12-26
SystemServer: Port to Core::Account
Sergey Bugaev
2020-12-26
LibGUI: Set LinkLabel tooltip if text can't fit the widget
Andreas Kling
2020-12-26
LibGUI: Tweak GUI::Label API a bit and add did_change_text() virtual
Andreas Kling
2020-12-26
LibGUI: Minor tweaks to the GUI::LinkLabel
Andreas Kling
2020-12-26
LibGUI: Rename Link => LinkLabel
Andreas Kling
2020-12-26
Profiler: Show the name & PID of process being profiled
Andreas Kling
2020-12-26
AK: Fix busted Trie test
AnotherTest
2020-12-26
AK: Make AK::IsSame<T, U>::value a constexpr bool
AnotherTest
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-26
AK: Add a prefix tree implementation
AnotherTest
2020-12-26
Meta: Make lint-shell-scripts.sh happy
AnotherTest
2020-12-26
Profiler: Show a GUI message box with the error when profiling fails
Andreas Kling
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-26
LibC: Enable compiler warnings for scanf and strftime format strings
Sahan Fernando
2020-12-26
Everywhere: Add -Wformat=2 to build
Sahan Fernando
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-12-26
Kernel: Reset the process dumpable flag on successful non-setid exec
Andreas Kling
2020-12-26
TextEditor+HexEditor: Tweak dirty document warning messages
Andreas Kling
2020-12-26
LaunchServer: Remove icons from LaunchServer::Handler
Linus Groh
2020-12-26
LibDesktop: Remove icons from Desktop::Launcher::Details
Linus Groh
2020-12-26
FileManager: Fix missing launch action icons
Linus Groh
[next]