summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24Userland: Add syscall -l option and man pageMauri de Souza Nunes
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24Base: Describe kernel modules, syscalls, and programsConrad Pankoff
2019-12-24Kernel: Fail module loading if any symbols can not be resolvedConrad Pankoff
2019-12-24Docs: Add cal(1) man pageAndrés Vieira
2019-12-24Userland: Add support for printing multiple columns to the cal commandAndrés Vieira
2019-12-24Meta: refresh-serenity-qtcreator.sh now checks if SERENITY_ROOT is setanon
2019-12-24SystemMonitor: Remove uneeded cast from unsigned to intShannon Booth
2019-12-24LibDraw: Use SystemColor::ThreedHighlight everywhere in StylePainterAndreas Kling
2019-12-24LibGUI: Respect more theme colors in GTextEditorAndreas Kling
2019-12-24LibGUI: Respect more system theme colors in GToolBarAndreas Kling
2019-12-24LibGUI: More system theme support in GTabWidget and GTableViewAndreas Kling
2019-12-24LibDraw: Give Color::lightened() an amount argumentAndreas Kling
2019-12-24Themes: Add a simple "Dark" theme :^)Andreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24LibGUI: Use SystemColor::Text in more placesAndreas Kling
2019-12-24WindowServer: Paint window frame button symbols in SystemColor::TextAndreas Kling
2019-12-24Kernel: Disallow loading a module twice without explicitly unloading itConrad Pankoff
2019-12-24Meta: Add ccls-cache to gitignoreShannon Booth
2019-12-24Build: Fix shellcheck warnings in makeall.shShannon Booth
2019-12-24Build: Meta: Allow makeall.sh and run to be called from any directoryShannon Booth
2019-12-24Kernel: Fix debug message and kernel stack region names in thread setupConrad Pankoff
2019-12-24Kernel: Mark kernel stack regions as... stack regionsConrad Pankoff
2019-12-24Kernel: Move ring0 stacks out of kmalloc_eternalConrad Pankoff
2019-12-24Kernel: Add a size argument to validate_read_from_kernelConrad Pankoff
2019-12-24LibGUI: Paint GResizeCorner with SystemColor::Window backgroundAndreas Kling
2019-12-24Browser: Stop reloads from pushing to historyShannon Booth
2019-12-23Meta: Add environment variable to specify bochs command in run scriptConrad Pankoff
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-23Piano: Add piano rollWilliam McPherson
2019-12-23Piano: Make note() callable by multiple sourcesWilliam McPherson
2019-12-23Piano: Remove redundant logic in fill_audio_bufferWilliam McPherson
2019-12-23Ports: Build gcc with -j $(nproc)Sergey Bugaev
2019-12-23Ports: Update gcc to 9.2.0Sergey Bugaev
2019-12-23Ports: Do not download sources if they're already presentSergey Bugaev
2019-12-23Build: Ensure "install" is a phony targetSergey Bugaev
2019-12-23LibDraw: Parse all CSS standardised color keywordsShannon Booth
2019-12-23HackStudio: Show the project name as the root in the project treeAndreas Kling
2019-12-23HackStudio: Sort the project tree alphabeticallyAndreas Kling
2019-12-23HackStudio: Show the project file list in a tree viewAndreas Kling
2019-12-23LibGUI: Activate GTreeView indexes when double clicking leaf nodesAndreas Kling
2019-12-22LibPthread: Okay I'm dumb, let's convert mutex locks into Atomic<u32>&Andreas Kling
2019-12-22Build: Let's say "C++" while building .cpp filesAndreas Kling
2019-12-22AudioServer: Remove any pending mixer queues whose client disconnectedAndreas Kling
2019-12-22AK: Add Vector::remove_all_matching()Andreas Kling
2019-12-22LibPthread: Fix typo in pthread_mutex_lock()Andreas Kling
2019-12-22Run: Fix broken packet logging argument to QEMU (disabled by default)Andreas Kling
2019-12-22Net: Shrink the NetworkTask packet bufferAndreas Kling
2019-12-22LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVEAndreas Kling