summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-16Base: Run WindowServer as a separate "window" userAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-16Piano: Set step property for ADSR slidersTibor Nagy
2020-02-16LibGUI: Add mouse wheel event and step property to SliderTibor Nagy
2020-02-16malloc: Use 64KB blocks (instead of 4KB)Andreas Kling
2020-02-16Kernel+LibC: Allow sys$mmap() callers to specify address alignmentAndreas Kling
2020-02-16AK: Don't construct a String every time we LogStream<< a numberAndreas Kling
2020-02-16Revert "LibC: Implement isblank()"Andreas Kling
2020-02-16chmod: Tweak usage stringAndreas Kling
2020-02-16LibGUI: ItemView painting was not respecting the frame thicknessAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-16LibGfx: Reduce header dependencies of StylePainterAndreas Kling
2020-02-16LibGUI: Render ScrollBar buttons as pressed when they are being pressedTibor Nagy
2020-02-16AK: Fixed a typo in NeverDestroyed.h (#1228)Kaif Mavani
2020-02-16Kernel: Remove SmapDisabler in sys$accept()Andreas Kling
2020-02-16Kernel: Remove SmapDisabler in sys$clock_gettime()Andreas Kling
2020-02-16Kernel: Fix weird whitespace mistake in RangeAllocatorAndreas Kling
2020-02-16LibGUI: Make ResizeCorner theme-awareTibor Nagy
2020-02-16Userland: Use DirIterator in rmShannon Booth
2020-02-16LibCore: Add DirIterator::next_full_path()Shannon Booth
2020-02-16Kernel: Remove Process inheriting from WeakableAndreas Kling
2020-02-16Kernel: More header dependency reduction workAndreas Kling
2020-02-16Kernel: Reduce header dependencies of Process and ThreadAndreas Kling
2020-02-16AK: Add HashMap, HashTable and Traits to Forward.hAndreas Kling
2020-02-16Kernel: Add forward declaration headerAndreas Kling
2020-02-16Kernel: Reduce header dependencies of MemoryManager and RegionAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-16AK: Add missing include in CircularQueue.hAndreas Kling
2020-02-16Kernel: Remove SmapDisabler in sys$getgroups()Andreas Kling
2020-02-16Kernel: Remove SmapDisabler in sys$setgroups()Andreas Kling
2020-02-16Kernel: Rename RegisterDump => RegisterStateAndreas Kling
2020-02-15Kernel: Widen PhysicalPage refcount to 32 bitsAndreas Kling
2020-02-15Welcome: Apply @shannonbooth's recommendationsthatlittlegit
2020-02-15Welcome: Change copyrights in my code to 'SerenityOS developers'thatlittlegit
2020-02-15Welcome: Reduce the width and margins of the menuthatlittlegit
2020-02-15Welcome: 'Welcome to Serenity' -> 'Welcome to SerenityOS'thatlittlegit
2020-02-15Welcome: Add icons to welcome entriesthatlittlegit
2020-02-15Base: Add documentation for the welcome.txt formatthatlittlegit
2020-02-15Welcome: Add some more pages for Development and Multimediathatlittlegit
2020-02-15Welcome: Separate text from source code by parsingthatlittlegit
2020-02-15Welcome: Add pledge and unveilthatlittlegit
2020-02-15Welcome: Use a proper heading font for 'Welcome to Serenity!'thatlittlegit
2020-02-15Welcome: Push in the buttons depending on which page is selectedthatlittlegit
2020-02-15Welcome: Replace PNG background with gradientthatlittlegit
2020-02-15Welcome: Remove crash and ensure text doesn't all stay on one line.thatlittlegit
2020-02-15AK: Don't bring in LibBareMetal's kstdio.h in userspaceAndreas Kling
2020-02-15LibGUI: Unfocused TextEditors should use inactive selection colorsTibor Nagy
2020-02-15Base: Add inactive selection colors to the system themesTibor Nagy
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy