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-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-16
Base: Run WindowServer as a separate "window" user
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-16
Piano: Set step property for ADSR sliders
Tibor Nagy
2020-02-16
LibGUI: Add mouse wheel event and step property to Slider
Tibor Nagy
2020-02-16
malloc: Use 64KB blocks (instead of 4KB)
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
AK: Don't construct a String every time we LogStream<< a number
Andreas Kling
2020-02-16
Revert "LibC: Implement isblank()"
Andreas Kling
2020-02-16
chmod: Tweak usage string
Andreas Kling
2020-02-16
LibGUI: ItemView painting was not respecting the frame thickness
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-16
LibGfx: Reduce header dependencies of StylePainter
Andreas Kling
2020-02-16
LibGUI: Render ScrollBar buttons as pressed when they are being pressed
Tibor Nagy
2020-02-16
AK: Fixed a typo in NeverDestroyed.h (#1228)
Kaif Mavani
2020-02-16
Kernel: Remove SmapDisabler in sys$accept()
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$clock_gettime()
Andreas Kling
2020-02-16
Kernel: Fix weird whitespace mistake in RangeAllocator
Andreas Kling
2020-02-16
LibGUI: Make ResizeCorner theme-aware
Tibor Nagy
2020-02-16
Userland: Use DirIterator in rm
Shannon Booth
2020-02-16
LibCore: Add DirIterator::next_full_path()
Shannon Booth
2020-02-16
Kernel: Remove Process inheriting from Weakable
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
AK: Add HashMap, HashTable and Traits to Forward.h
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of MemoryManager and Region
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-16
AK: Add missing include in CircularQueue.h
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$getgroups()
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$setgroups()
Andreas Kling
2020-02-16
Kernel: Rename RegisterDump => RegisterState
Andreas Kling
2020-02-15
Kernel: Widen PhysicalPage refcount to 32 bits
Andreas Kling
2020-02-15
Welcome: Apply @shannonbooth's recommendations
thatlittlegit
2020-02-15
Welcome: Change copyrights in my code to 'SerenityOS developers'
thatlittlegit
2020-02-15
Welcome: Reduce the width and margins of the menu
thatlittlegit
2020-02-15
Welcome: 'Welcome to Serenity' -> 'Welcome to SerenityOS'
thatlittlegit
2020-02-15
Welcome: Add icons to welcome entries
thatlittlegit
2020-02-15
Base: Add documentation for the welcome.txt format
thatlittlegit
2020-02-15
Welcome: Add some more pages for Development and Multimedia
thatlittlegit
2020-02-15
Welcome: Separate text from source code by parsing
thatlittlegit
2020-02-15
Welcome: Add pledge and unveil
thatlittlegit
2020-02-15
Welcome: Use a proper heading font for 'Welcome to Serenity!'
thatlittlegit
2020-02-15
Welcome: Push in the buttons depending on which page is selected
thatlittlegit
2020-02-15
Welcome: Replace PNG background with gradient
thatlittlegit
2020-02-15
Welcome: Remove crash and ensure text doesn't all stay on one line.
thatlittlegit
2020-02-15
AK: Don't bring in LibBareMetal's kstdio.h in userspace
Andreas Kling
2020-02-15
LibGUI: Unfocused TextEditors should use inactive selection colors
Tibor Nagy
2020-02-15
Base: Add inactive selection colors to the system themes
Tibor Nagy
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
[next]