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-10
Kernel: Rename Syscall::SyscallString => Syscall::StringArgument
Andreas Kling
2020-01-10
Kernel: Pass characters+length to readlink()
Andreas Kling
2020-01-10
LibGUI: Fix rendering GColumnsView separator
Andreas Kling
2020-01-10
LibGUI: Add GColumnsView
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Misc tweaks courtesy of clang-format
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2020-01-10
LibGUI: Add GAbstractView::activate_selected()
Sergey Bugaev
2020-01-10
LibGUI: Fix GModel::is_valid() behavior for tree-like models
Sergey Bugaev
2020-01-10
LibGUI: Fix tree view column positioning when some columns are hidden
Sergey Bugaev
2020-01-10
LibC: Remove useless retry loop in connect_to_lookup_server()
Andreas Kling
2020-01-10
Kernel: Enable SMAP protection during the execve() syscall
Andreas Kling
2020-01-10
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
Andreas Kling
2020-01-09
LibC: Fail name lookups immediately if we can't connect to LookupServer
Andreas Kling
2020-01-09
Kernel: Take path+length in the unlink() and umount() syscalls
Andreas Kling
2020-01-09
LibELF: Remove DynamicSection from ELFImage
Andrew Kaster
2020-01-09
LibELF: Map .text segment with MAP_ANONYMOUS for shared objects
Andrew Kaster
2020-01-08
LibVT: Relayout TerminalWidget on font change
Andreas Kling
2020-01-08
WindowServer+LibGUI: Paint exclusive actions as radio buttons in menus
Andreas Kling
2020-01-08
LibDraw+LibGUI: Move radio button painting into StylePainter
Andreas Kling
2020-01-08
LibC: Don't leave /etc/passwd open in getlogin()
Andreas Kling
2020-01-08
LibGUI: clicking and dragging one item will drag other items in selection
Dov Alperin
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
[next]