index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-02-22
LibCore: Fix wrong return value in Core::Socket::destination_address()
Andreas Kling
2020-02-22
LibGUI: Take scroll offset into account when manipulating table headers
Andreas Kling
2020-02-22
LibELF: Avoid unnecessarily recomputing loop boundaries over and over
Andreas Kling
2020-02-21
LibGUI: Improve TreeView keyboard navigation
Tibor Nagy
2020-02-21
Toolchain: Build demangling into LibC except during toolchain build
Andreas Kling
2020-02-21
LibELF: Use the ELF_STRTAB string constant instead of hard-coding
Andreas Kling
2020-02-20
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
Tibor Nagy
2020-02-20
LibGfx+LibGUI: Allow theming the text cursor
Tibor Nagy
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-20
LibC: Implement crappy version of pread()
Andreas Kling
2020-02-20
LibC: Stub out getpass()
Andreas Kling
2020-02-20
LibC: Add h_errno and stub out getservbyname()
Andreas Kling
2020-02-20
LibC: Add inet_ntoa()
Andreas Kling
2020-02-20
Kernel+LibC: Add SO_REUSEADDR macro
Andreas Kling
2020-02-20
LibC: Add an empty <netinet/tcp.h>
Andreas Kling
2020-02-20
LibC: Add some missing macros to inttypes.h
Andreas Kling
2020-02-19
LibC: Don't assert on fflush(nullptr)
Andreas Kling
2020-02-19
LibC: Add hack implementation of gmtime_r() matching gmtime()
Andreas Kling
2020-02-19
LibELF: Short-circuit symbolication when there are no symbols
Andreas Kling
2020-02-19
LibC: Always inline the printf character helpers
Andreas Kling
2020-02-19
WindowServer+LibGUI: Force full window repaints after theme change
Andreas Kling
2020-02-19
LibC: Fix big endian definitions
Liav A
2020-02-19
LibGUI: Update TextEditor to use ruler colors from the system theme
Tibor Nagy
2020-02-19
LibGfx: Add ColorRoles for rulers
Tibor Nagy
2020-02-19
WindowServer+LibGUI+LibHTML: Fix build with -std=c++2a
Andreas Kling
2020-02-18
LibC: Statically allocate allocators
Sergey Bugaev
2020-02-17
LibGUI: Expose GUI::Menu::menu_id() and also allow forced realization
Andreas Kling
2020-02-17
LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxes
thatlittlegit
2020-02-16
LibGUI: Generate NotificationServer IPC messages during build
Andreas Kling
2020-02-16
LibGUI: Generate NotificationServerEndpoint.h if needed
Andreas Kling
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
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
Revert "LibC: Implement isblank()"
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
LibGUI: Make ResizeCorner theme-aware
Tibor Nagy
2020-02-16
LibCore: Add DirIterator::next_full_path()
Shannon Booth
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-15
LibGUI: Unfocused TextEditors should use inactive selection colors
Tibor Nagy
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
2020-02-15
LibGfx: Add inactive selection colors
Tibor Nagy
2020-02-15
LibBareMetal: Install headers so ports can pick them up
Andreas Kling
2020-02-15
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
Andreas Kling
2020-02-15
LibIPC: Move IPC::Encoder functions out of line
Andreas Kling
2020-02-15
LibIPC+IPCCompiler: Remove some unused members from generated messages
Andreas Kling
[prev]
[next]