index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-05-03
LibELF+LibC: Support building LibELF for 64-bit targets
Gunnar Beutner
2021-05-03
LibWeb: Use node_to_insert instead of node in Node::insert_before
Luke
2021-05-03
LibGfx: Re-add missing bounds-checks to Painter::draw_rect
Matthew Olsson
2021-05-02
LibWeb: Expose Node.ownerDocument
Luke
2021-05-02
LibGfx: Add scaling methods to Bitmap
Matthew Olsson
2021-05-02
Color: Add interpolate method
Matthew Olsson
2021-05-02
LibGfx: Add directional floating-point scaling to Painter
Matthew Olsson
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
LibGfx: Add some helper methods to AffineTransform
Matthew Olsson
2021-05-02
LibPthread: Implement pthread_spinlock_t API.
Brian Gianforcaro
2021-05-02
LibGUI+HackStudio: Remove editing specific hacks from GUI::Command
Andreas Kling
2021-05-02
LibC: Implement scandir(...) to enumerate directories.
Brian Gianforcaro
2021-05-02
LibC: Fix bugs in the population of dirent members.
Brian Gianforcaro
2021-05-02
LibIPC: Make sure FDs survive when passed into a MessageBuffer
Gunnar Beutner
2021-05-02
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
Andreas Kling
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibGUI: Improve a FIXME comment in TextDocument
Andreas Kling
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-05-01
LibGUI: Track modified state in GUI::TextDocument
Andreas Kling
2021-05-01
LibGUI: Add getter/setter for GUI::Window modified state
Andreas Kling
2021-05-01
LibTextCodec: Implement a Windows-1251 decoder
Idan Horowitz
2021-05-01
LibCore: Fix building the library on macOS
Gunnar Beutner
2021-05-01
LibC: Make sure that parse_pwddb_entry doesn't write to stderr
Gunnar Beutner
2021-05-01
LibC: Implement support for getspnam() and friends
Gunnar Beutner
2021-05-01
LibC: Move crypt() and crypt_r() to the right header file
Gunnar Beutner
2021-05-01
LibC: Make EWOULDBLOCK an alias for EAGAIN
Gunnar Beutner
2021-05-01
LibX86+UserspaceEmulator: Add MMX insns prototypes
Hendiadyoin1
2021-05-01
LibWeb: Use new way of generating list-style-type: *-alpha
Tobias Christiansen
2021-04-30
LibGUI: Bump up common locations width from 90 to 95
Valtteri Koskivuori
2021-04-30
LibC: Implement openpty(), forkpty() and login_tty()
Gunnar Beutner
2021-04-30
LibLine: Fix writing to temporary file in ^X^E handler
Ali Mohammad Pur
2021-04-30
LibELF: Perform verification of TLS data in dlopen
Itamar
2021-04-30
LibELF: Change TLS offset calculation
Itamar
2021-04-30
Kernel+LibELF: Support initializing values of TLS data
Itamar
2021-04-30
LibELF: Rename tls_size to tls_size_of_current_object
Itamar
2021-04-30
LibELF: Extract TLS offset calculation logic to separate function
Itamar
2021-04-30
LibELF: Fix TLS offset calculation for libraries
Itamar
2021-04-30
LibWeb: Position absolute boxes relative to the containing block
Egor Ananyin
2021-04-30
LibWeb: Use min-height in calculating block box height
Egor Ananyin
2021-04-30
LibWeb: Fix floating box position calculation
Egor Ananyin
2021-04-30
Kernel/LibC: Implement `setreuid`
Jesse Buhagiar
2021-04-30
LibWeb: Add selector support to the new CSSParser
stelar7
2021-04-30
LibC: Add missing initialization for the FILE mutex
Gunnar Beutner
2021-04-29
LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()
Gunnar Beutner
2021-04-29
LibC: Make rewind() ignore errors as it should
Gunnar Beutner
2021-04-29
LibC: Make stdio thread-safe
Gunnar Beutner
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
[next]