index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-01-08
LibGUI: separate file names with commas in the drag operation text
Dov Alperin
2020-01-07
LibGUI: Preserve existing GItemView selection on rubber band (#1031)
DAlperin
2020-01-07
LibC: Add MAP_FILE for mmap()
Andreas Kling
2020-01-07
LibGUI: Run clang-format on GModel.h to neaten up some formatting
Conrad Pankoff
2020-01-07
LibCore: Fix a typo in CConfigFile.h
Conrad Pankoff
2020-01-07
GAbstractView: Add function for adding all to selection
Shannon Booth
2020-01-07
LibDraw: Add support for parsing #RGBA colors
N00byEdge
2020-01-07
Themes: Support rubberband selection theming
0xtechnobabble
2020-01-06
Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ing
Andreas Kling
2020-01-06
LibC: Remove thread-specific TID cache
Andreas Kling
2020-01-06
Kernel: Make utime() take path+length, remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to mmap() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Pass name+length to set_mmap_name() and remove SmapDisabler
Andreas Kling
2020-01-06
Kernel: Make realpath() take path+length, get rid of SmapDisabler
Andreas Kling
2020-01-06
Kernel: Make watch_file() syscall take path length as a size_t
Andreas Kling
2020-01-06
Kernel: Pass path+length to mkdir(), rmdir() and chmod()
Andreas Kling
2020-01-06
LibC: Make the syscall wrappers for stat/lstat/chdir return EFAULT
Andreas Kling
2020-01-06
Kernel: Make access() take path+length
Andreas Kling
2020-01-06
LibC: Remove dubious String ends_with usage
Shannon Booth
2020-01-06
AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} files
Shannon Booth
2020-01-05
Kernel: Make chdir() take path+length
Andreas Kling
2020-01-05
Kernel: Pass path+length to the stat() and lstat() syscalls
Andreas Kling
2020-01-05
LibCore: Oops, we were forgetting to destroy disconnected RPC clients
Andreas Kling
2020-01-05
LibHTML: Fix broken build after Element::computed_style() change
Andreas Kling
2020-01-05
LibHTML: Make the Element::computed_style() return NonnullRefPtr
Matrix89
2020-01-05
LibHTML: Add four missing border properties to the computed style
Matrix89
2020-01-05
LibHTML: Replace StyleProperties::create(StyleProperties) with clone()
Matrix89
2020-01-05
Browser+LibHTML: Change the way computed styles are queried
Matrix89
2020-01-05
Browser+LibHTML: Deduplicate inspector code
Matrix89
2020-01-05
Browser+LibHTML: Add "Computed" styles to the DOM inspector
Matrix89
2020-01-05
LibELF: Fix stack overflow in ELFImage::relocations()
Andreas Kling
2020-01-05
LibHTML: Respect the system theme
Sergey Bugaev
2020-01-05
AK+LibCore: Add an IDAllocator and use to allocate timer ids
Shannon Booth
2020-01-04
LibGUI: Refine the per-item rects in GItemView
Andreas Kling
2020-01-04
LibGUI: Add basic rubber band selection in GItemView
Andreas Kling
2020-01-04
WindowServer+LibGUI: Implement minimizable property to windows
Jami Kettunen
2020-01-04
LibC: Fix broken setgroups() wrapper
Andreas Kling
2020-01-04
WindowServer+LibGUI: Simplify handling of paint event rects
Andreas Kling
2020-01-04
LibELF+LibC: Split ELFDynamicObject into a Loader + Object
Andrew Kaster
2020-01-03
LibCore: Fix crash on RPC client disconnect
Andreas Kling
2020-01-03
LibCore: Stop making the RPC sockets go=rw
Andreas Kling
2020-01-03
Kernel: Remove read_tsc() syscall
Andreas Kling
2020-01-03
Lib: Remove Stopwatch class
Andreas Kling
2020-01-02
Build: add support for building on OpenBSD
joshua stein
2020-01-02
Build: HOST_CXX -> USE_HOST_CXX
joshua stein
2020-01-02
LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON source
Andreas Kling
2020-01-02
Browser+LibHTML: Add resolved element style to the DOM inspector
Andreas Kling
2020-01-02
LibHTML: Include element attributes in the DOMTreeModel
Andreas Kling
2020-01-02
LibHTML: Have element keep a pointer to their resolved style
Andreas Kling
2020-01-02
LibC+Userland: Add a proper syscall wrapper for purge()
Andreas Kling
[next]