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
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
Userland: Add syscall -l option and man page
Mauri de Souza Nunes
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-24
Base: Describe kernel modules, syscalls, and programs
Conrad Pankoff
2019-12-24
Kernel: Fail module loading if any symbols can not be resolved
Conrad Pankoff
2019-12-24
Docs: Add cal(1) man page
Andrés Vieira
2019-12-24
Userland: Add support for printing multiple columns to the cal command
Andrés Vieira
2019-12-24
Meta: refresh-serenity-qtcreator.sh now checks if SERENITY_ROOT is set
anon
2019-12-24
SystemMonitor: Remove uneeded cast from unsigned to int
Shannon Booth
2019-12-24
LibDraw: Use SystemColor::ThreedHighlight everywhere in StylePainter
Andreas Kling
2019-12-24
LibGUI: Respect more theme colors in GTextEditor
Andreas Kling
2019-12-24
LibGUI: Respect more system theme colors in GToolBar
Andreas Kling
2019-12-24
LibGUI: More system theme support in GTabWidget and GTableView
Andreas Kling
2019-12-24
LibDraw: Give Color::lightened() an amount argument
Andreas Kling
2019-12-24
Themes: Add a simple "Dark" theme :^)
Andreas Kling
2019-12-24
LibDraw: Add Button and ButtonText system theme colors
Andreas Kling
2019-12-24
LibGUI: Use SystemColor::Text in more places
Andreas Kling
2019-12-24
WindowServer: Paint window frame button symbols in SystemColor::Text
Andreas Kling
2019-12-24
Kernel: Disallow loading a module twice without explicitly unloading it
Conrad Pankoff
2019-12-24
Meta: Add ccls-cache to gitignore
Shannon Booth
2019-12-24
Build: Fix shellcheck warnings in makeall.sh
Shannon Booth
2019-12-24
Build: Meta: Allow makeall.sh and run to be called from any directory
Shannon Booth
2019-12-24
Kernel: Fix debug message and kernel stack region names in thread setup
Conrad Pankoff
2019-12-24
Kernel: Mark kernel stack regions as... stack regions
Conrad Pankoff
2019-12-24
Kernel: Move ring0 stacks out of kmalloc_eternal
Conrad Pankoff
2019-12-24
Kernel: Add a size argument to validate_read_from_kernel
Conrad Pankoff
2019-12-24
LibGUI: Paint GResizeCorner with SystemColor::Window background
Andreas Kling
2019-12-24
Browser: Stop reloads from pushing to history
Shannon Booth
2019-12-23
Meta: Add environment variable to specify bochs command in run script
Conrad Pankoff
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-23
Piano: Add piano roll
William McPherson
2019-12-23
Piano: Make note() callable by multiple sources
William McPherson
2019-12-23
Piano: Remove redundant logic in fill_audio_buffer
William McPherson
2019-12-23
Ports: Build gcc with -j $(nproc)
Sergey Bugaev
2019-12-23
Ports: Update gcc to 9.2.0
Sergey Bugaev
2019-12-23
Ports: Do not download sources if they're already present
Sergey Bugaev
2019-12-23
Build: Ensure "install" is a phony target
Sergey Bugaev
2019-12-23
LibDraw: Parse all CSS standardised color keywords
Shannon Booth
2019-12-23
HackStudio: Show the project name as the root in the project tree
Andreas Kling
2019-12-23
HackStudio: Sort the project tree alphabetically
Andreas Kling
2019-12-23
HackStudio: Show the project file list in a tree view
Andreas Kling
2019-12-23
LibGUI: Activate GTreeView indexes when double clicking leaf nodes
Andreas Kling
2019-12-22
LibPthread: Okay I'm dumb, let's convert mutex locks into Atomic<u32>&
Andreas Kling
2019-12-22
Build: Let's say "C++" while building .cpp files
Andreas Kling
2019-12-22
AudioServer: Remove any pending mixer queues whose client disconnected
Andreas Kling
2019-12-22
AK: Add Vector::remove_all_matching()
Andreas Kling
2019-12-22
LibPthread: Fix typo in pthread_mutex_lock()
Andreas Kling
2019-12-22
Run: Fix broken packet logging argument to QEMU (disabled by default)
Andreas Kling
2019-12-22
Net: Shrink the NetworkTask packet buffer
Andreas Kling
2019-12-22
LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVE
Andreas Kling
[next]