summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-02-22LibCore: Fix wrong return value in Core::Socket::destination_address()Andreas Kling
2020-02-22LibGUI: Take scroll offset into account when manipulating table headersAndreas Kling
2020-02-22LibELF: Avoid unnecessarily recomputing loop boundaries over and overAndreas Kling
2020-02-21LibGUI: Improve TreeView keyboard navigationTibor Nagy
2020-02-21Toolchain: Build demangling into LibC except during toolchain buildAndreas Kling
2020-02-21LibELF: Use the ELF_STRTAB string constant instead of hard-codingAndreas Kling
2020-02-20LibGfx+LibGUI: Allow theming the focus outline of AbstractButtonTibor Nagy
2020-02-20LibGfx+LibGUI: Allow theming the text cursorTibor Nagy
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-20LibC: Implement crappy version of pread()Andreas Kling
2020-02-20LibC: Stub out getpass()Andreas Kling
2020-02-20LibC: Add h_errno and stub out getservbyname()Andreas Kling
2020-02-20LibC: Add inet_ntoa()Andreas Kling
2020-02-20Kernel+LibC: Add SO_REUSEADDR macroAndreas Kling
2020-02-20LibC: Add an empty <netinet/tcp.h>Andreas Kling
2020-02-20LibC: Add some missing macros to inttypes.hAndreas Kling
2020-02-19LibC: Don't assert on fflush(nullptr)Andreas Kling
2020-02-19LibC: Add hack implementation of gmtime_r() matching gmtime()Andreas Kling
2020-02-19LibELF: Short-circuit symbolication when there are no symbolsAndreas Kling
2020-02-19LibC: Always inline the printf character helpersAndreas Kling
2020-02-19WindowServer+LibGUI: Force full window repaints after theme changeAndreas Kling
2020-02-19LibC: Fix big endian definitionsLiav A
2020-02-19LibGUI: Update TextEditor to use ruler colors from the system themeTibor Nagy
2020-02-19LibGfx: Add ColorRoles for rulersTibor Nagy
2020-02-19WindowServer+LibGUI+LibHTML: Fix build with -std=c++2aAndreas Kling
2020-02-18LibC: Statically allocate allocatorsSergey Bugaev
2020-02-17LibGUI: Expose GUI::Menu::menu_id() and also allow forced realizationAndreas Kling
2020-02-17LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxesthatlittlegit
2020-02-16LibGUI: Generate NotificationServer IPC messages during buildAndreas Kling
2020-02-16LibGUI: Generate NotificationServerEndpoint.h if neededAndreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
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-16Revert "LibC: Implement isblank()"Andreas 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-16LibGUI: Make ResizeCorner theme-awareTibor Nagy
2020-02-16LibCore: Add DirIterator::next_full_path()Shannon Booth
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-15LibGUI: Unfocused TextEditors should use inactive selection colorsTibor Nagy
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-15LibGfx: Add inactive selection colorsTibor Nagy
2020-02-15LibBareMetal: Install headers so ports can pick them upAndreas Kling
2020-02-15LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselvesAndreas Kling
2020-02-15LibIPC: Move IPC::Encoder functions out of lineAndreas Kling
2020-02-15LibIPC+IPCCompiler: Remove some unused members from generated messagesAndreas Kling