summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-05-03LibELF+LibC: Support building LibELF for 64-bit targetsGunnar Beutner
2021-05-03LibWeb: Use node_to_insert instead of node in Node::insert_beforeLuke
2021-05-03LibGfx: Re-add missing bounds-checks to Painter::draw_rectMatthew Olsson
2021-05-02LibWeb: Expose Node.ownerDocumentLuke
2021-05-02LibGfx: Add scaling methods to BitmapMatthew Olsson
2021-05-02Color: Add interpolate methodMatthew Olsson
2021-05-02LibGfx: Add directional floating-point scaling to PainterMatthew Olsson
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02LibGfx: Add some helper methods to AffineTransformMatthew Olsson
2021-05-02LibPthread: Implement pthread_spinlock_t API.Brian Gianforcaro
2021-05-02LibGUI+HackStudio: Remove editing specific hacks from GUI::CommandAndreas Kling
2021-05-02LibC: Implement scandir(...) to enumerate directories.Brian Gianforcaro
2021-05-02LibC: Fix bugs in the population of dirent members.Brian Gianforcaro
2021-05-02LibIPC: Make sure FDs survive when passed into a MessageBufferGunnar Beutner
2021-05-02WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>Andreas Kling
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01LibGUI: Improve a FIXME comment in TextDocumentAndreas Kling
2021-05-01WindowServer+LibGfx: Automatic "modified" markers in window titlesAndreas Kling
2021-05-01LibGUI: Track modified state in GUI::TextDocumentAndreas Kling
2021-05-01LibGUI: Add getter/setter for GUI::Window modified stateAndreas Kling
2021-05-01LibTextCodec: Implement a Windows-1251 decoderIdan Horowitz
2021-05-01LibCore: Fix building the library on macOSGunnar Beutner
2021-05-01LibC: Make sure that parse_pwddb_entry doesn't write to stderrGunnar Beutner
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-05-01LibC: Move crypt() and crypt_r() to the right header fileGunnar Beutner
2021-05-01LibC: Make EWOULDBLOCK an alias for EAGAINGunnar Beutner
2021-05-01LibX86+UserspaceEmulator: Add MMX insns prototypesHendiadyoin1
2021-05-01LibWeb: Use new way of generating list-style-type: *-alphaTobias Christiansen
2021-04-30LibGUI: Bump up common locations width from 90 to 95Valtteri Koskivuori
2021-04-30LibC: Implement openpty(), forkpty() and login_tty()Gunnar Beutner
2021-04-30LibLine: Fix writing to temporary file in ^X^E handlerAli Mohammad Pur
2021-04-30LibELF: Perform verification of TLS data in dlopenItamar
2021-04-30LibELF: Change TLS offset calculationItamar
2021-04-30Kernel+LibELF: Support initializing values of TLS dataItamar
2021-04-30LibELF: Rename tls_size to tls_size_of_current_objectItamar
2021-04-30LibELF: Extract TLS offset calculation logic to separate functionItamar
2021-04-30LibELF: Fix TLS offset calculation for librariesItamar
2021-04-30LibWeb: Position absolute boxes relative to the containing blockEgor Ananyin
2021-04-30LibWeb: Use min-height in calculating block box heightEgor Ananyin
2021-04-30LibWeb: Fix floating box position calculationEgor Ananyin
2021-04-30Kernel/LibC: Implement `setreuid`Jesse Buhagiar
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-30LibC: Add missing initialization for the FILE mutexGunnar Beutner
2021-04-29LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()Gunnar Beutner
2021-04-29LibC: Make rewind() ignore errors as it shouldGunnar Beutner
2021-04-29LibC: Make stdio thread-safeGunnar Beutner
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling