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-22
LibGUI: Rename GAbstractColumnView to GAbstractTableView
Sergey Bugaev
2020-01-22
LibGUI: Let GModel specify the drag data type
Sergey Bugaev
2020-01-22
LibGUI: Move most of mouse event handling to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Misc tweaks
Sergey Bugaev
2020-01-22
LibGUI: Move index_at_event_position() up to GAbstractView
Sergey Bugaev
2020-01-22
LibGUI: Add GItemView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibGUI: Add GListView::index_at_event_position()
Sergey Bugaev
2020-01-22
LibVT: Input dragged file path into the terminal on drop
Sergey Bugaev
2020-01-21
LibCore: Fix broken "stay_within" mechanism in event dispatch
Andreas Kling
2020-01-21
LibGUI: Make GDialog accept escape key press events
Andreas Kling
2020-01-21
LibGUI: GFileSystemModel::index() now survives negative inputs
Andreas Kling
2020-01-21
LibGUI: Fix missing initializer for GColumnsView::m_model_column
Andreas Kling
2020-01-21
LibGUI: Import GColorPicker from the PaintBrush application
Andreas Kling
2020-01-21
SystemMonitor: Show process unveil() state as "Veil"
Andreas Kling
2020-01-21
LibDraw: Remove old PNG_STOPWATCH_DEBUG debug code
Andreas Kling
2020-01-21
Kernel+LibC: Clean up open() flag (O_*) definitions
Andreas Kling
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-20
LibGUI: Use clamp() is various places
Andreas Kling
2020-01-20
Kernel+AK: Add/fix uintptr_t and intptr_t definitions
Andreas Kling
2020-01-19
LibDraw: Add beginnings of a triangle class
Shannon Booth
2020-01-18
LibC: Use the templated type consistently in strtol_impl<T>
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
LibGUI: Handle "Return" key events
Shannon Booth
2020-01-17
LibCore: Make CIODevice::read_all() actually read all data
Sergey Bugaev
2020-01-17
Kernel+LibC: Unify sys$open() and sys$openat()
Sergey Bugaev
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-16
LibC: Add strnlen()
Andreas Kling
2020-01-16
LibVT: enforce a minimum size of 1 column and 1 row
joshua stein
2020-01-15
LibVT: only use default bold font if it's the same size as our font
joshua stein
2020-01-15
LibC: Add INADDR_LOOPBACK
Andreas Kling
2020-01-15
Build: more IPCCompiler-generated dependencies
joshua stein
2020-01-13
LibDraw+LibHTML: Make link colors themeable
Andreas Kling
2020-01-13
LibM: Implement some naive functionality to make VVVVVV run
Andreas Kling
2020-01-13
LibCore: Fix segfault in CArgsParser (#1072)
DrewStratford
2020-01-13
LibELF: Add methods to validate the ELF and program headers
Andrew Kaster
2020-01-13
LibC: Move even more methods and globals out of crt0.o
Andrew Kaster
2020-01-12
Kernel+LibC: Allow passing mount flags to chroot()
Sergey Bugaev
2020-01-12
LibDraw: Remove debug spam about loading system themes
Andreas Kling
2020-01-12
TextEditor: Implement replacement functionality
0xtechnobabble
2020-01-11
LibGUI: Fix assertion failure in GItemView::mouse_up()
Andreas Kling
2020-01-11
SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)
Andreas Kling
2020-01-11
Kernel: Add pledge() syscall :^)
Andreas Kling
2020-01-11
Kernel+LibC: Implement a few mount flags
Sergey Bugaev
2020-01-11
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
Sergey Bugaev
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2020-01-11
LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()
Andreas Kling
2020-01-11
Kernel: Use the Syscall string and buffer types more
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to mount()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to rename()
Andreas Kling
[next]