summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-11-18LibHTML: Respect the line-height property if setAndreas Kling
2019-11-18LibHTML: Implement some basic floating point CSS value parsingAndreas Kling
2019-11-18LibHTML: Use floating point numbers throughout the layout treeAndreas Kling
2019-11-18LibHTML: Let's just build host-side tools in makeall.sh insteadAndreas Kling
2019-11-18LibHTML: Make all .cpp files implicitly depend on the generated sourcesAndreas Kling
2019-11-18LibHTML: Get rid of dual Makefile setupAndreas Kling
2019-11-18LibHTML: Fix code generator dependencies for initial buildAndreas Kling
2019-11-18LibHTML: Expand the "padding" shorthand propertyAndreas Kling
2019-11-18LibHTML: Implement basic 'max-width' and 'min-width' supportAndreas Kling
2019-11-18LibHTML: Tolerate "px" suffix on CSS lengthsAndreas Kling
2019-11-18LibHTML: Implement the "margin" shorthand propertyAndreas Kling
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