summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-11-18LibHTML: Start building a simple code generator for CSS propertiesAndreas Kling
2019-11-18Kernel+LibPthread: pthread_create handles pthread_attr_tAndrew Kaster
2019-11-18LibC: Add O_ACCMODE to fcntl.hDan MacDonald
2019-11-17LibC: jmp_buf and sigjmp_buf should be distinct typesAndreas Kling
2019-11-17LibC: isatty() should return 1 for success, 0 for errorAndreas Kling
2019-11-17Kernel+LibC: Remove the isatty() syscallAndreas Kling
2019-11-17Kernel+LibPthread+LibC: Create secondary thread stacks in userspaceAndreas Kling
2019-11-17LibDraw: Add Rect::from_two_points(Point, Point)Andreas Kling
2019-11-17LibC: Oopsie, add the missing semicolons to __bswap32() and __bswap64()Andreas Kling
2019-11-17LibC: Add back __bswap{16,32,64}() to endian.hAndreas Kling
2019-11-17LibC: Unbreak endian.hAndreas Kling
2019-11-17Kernel: Implement some basic stack pointer validationAndreas Kling
2019-11-16LibDraw: Add support for colors with alpha in Painter::fill_rect()Andreas Kling
2019-11-16LibC: Move realpath() to <stdlib.h>Andreas Kling
2019-11-16LibC: Move the creat() and open() families to <fcntl.h>Andreas Kling
2019-11-16LibC: use GCC __builtin_bswap{16,32,64} to provide __bswap functionsØrjan Malde
2019-11-16LibC: fix arpa/inet.h guardsØrjan Malde
2019-11-16LibC: properly populate endian.hØrjan Malde
2019-11-16LibC: Implemented getc_unlocked, stubbed flockfileBrandon Scott
2019-11-16LibC: Implemented mkstemp in stdlibBrandon Scott
2019-11-16LibC: Added missing signal flagsBrandon Scott
2019-11-16LibC: Added execlp method and new pathconf settingBrandon Scott
2019-11-16LibC: Added some missing directory type constantsBrandon Scott
2019-11-16LibC: Added additional fields to lconv structBrandon Scott
2019-11-16LibPthread: Implement a basic first pthread mutexAndreas Kling
2019-11-15Terminal: Add selecting whole line on triple clickRok Povsic
2019-11-15GTextEditor: Allow GTextDocumentSpans to be "skippable"Andreas Kling
2019-11-15GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/RightAndreas Kling
2019-11-15GTextEditor: Alt+Shift+S alphabetically sorts selected linesctfloyd
2019-11-14Kernel+LibPthread: Implement pthread_join()Andreas Kling
2019-11-14LibC: open/openat: Make sure path is not a nullptr before dereferencingTill Mayer
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-11GTreeView: Make it possible to multi-select with the Ctrl modifierAndreas Kling
2019-11-11LibGUI: Add "Vector<GWidget*> GWidget::child_widgets()"Andreas Kling
2019-11-11GTreeView: Always repaint in response to did_update_model()Andreas Kling
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-11LibCore: Add CConfigFile::open() for opening an arbitrary INI fileAndreas Kling
2019-11-10GToolBar: Make buttons exclusive if action belongs to exclusive groupAndreas Kling
2019-11-10LibC: Add strtok_r() and make strtok() a wrapper around itAndreas Kling
2019-11-10WindowServer: Don't de-maximize windows immediately (#756)masi456
2019-11-10Kernel+LibC: Implement the openat() syscallAndreas Kling
2019-11-10LibC: Implement a very naive mbtowc()Andreas Kling
2019-11-10LibC: iconv.h needs stddef.h for size_tAndreas Kling
2019-11-10Terminal: Clip out the scrollbar when painting the terminal bufferAndreas Kling
2019-11-10GWidget: Fix accidentally ignored set_relative_rect() with empty sizeAndreas Kling
2019-11-10LibGUI: Add a simple GWidget class registry/factoryAndreas Kling
2019-11-10LibCore: Rename class Gzip -> CGZipMarcel Schneider
2019-11-10LibCore: Add Content-Encoding handling to CHttpJobMarcel Schneider
2019-11-10LibCore: Add a gzip implementationMarcel Schneider