summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-01-22LibGUI: Rename GAbstractColumnView to GAbstractTableViewSergey Bugaev
2020-01-22LibGUI: Let GModel specify the drag data typeSergey Bugaev
2020-01-22LibGUI: Move most of mouse event handling to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Misc tweaksSergey Bugaev
2020-01-22LibGUI: Move index_at_event_position() up to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Add GItemView::index_at_event_position()Sergey Bugaev
2020-01-22LibGUI: Add GListView::index_at_event_position()Sergey Bugaev
2020-01-22LibVT: Input dragged file path into the terminal on dropSergey Bugaev
2020-01-21LibCore: Fix broken "stay_within" mechanism in event dispatchAndreas Kling
2020-01-21LibGUI: Make GDialog accept escape key press eventsAndreas Kling
2020-01-21LibGUI: GFileSystemModel::index() now survives negative inputsAndreas Kling
2020-01-21LibGUI: Fix missing initializer for GColumnsView::m_model_columnAndreas Kling
2020-01-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-21LibDraw: Remove old PNG_STOPWATCH_DEBUG debug codeAndreas Kling
2020-01-21Kernel+LibC: Clean up open() flag (O_*) definitionsAndreas Kling
2020-01-21Kernel: Make O_RDONLY non-zeroAndreas Kling
2020-01-20Kernel: Add a basic implementation of unveil()Andreas Kling
2020-01-20LibGUI: Use clamp() is various placesAndreas Kling
2020-01-20Kernel+AK: Add/fix uintptr_t and intptr_t definitionsAndreas Kling
2020-01-19LibDraw: Add beginnings of a triangle classShannon Booth
2020-01-18LibC: Use the templated type consistently in strtol_impl<T>Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18LibGUI: Handle "Return" key eventsShannon Booth
2020-01-17LibCore: Make CIODevice::read_all() actually read all dataSergey Bugaev
2020-01-17Kernel+LibC: Unify sys$open() and sys$openat()Sergey Bugaev
2020-01-16Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolicationAndreas Kling
2020-01-16LibC: Add strnlen()Andreas Kling
2020-01-16LibVT: enforce a minimum size of 1 column and 1 rowjoshua stein
2020-01-15LibVT: only use default bold font if it's the same size as our fontjoshua stein
2020-01-15LibC: Add INADDR_LOOPBACKAndreas Kling
2020-01-15Build: more IPCCompiler-generated dependenciesjoshua stein
2020-01-13LibDraw+LibHTML: Make link colors themeableAndreas Kling
2020-01-13LibM: Implement some naive functionality to make VVVVVV runAndreas Kling
2020-01-13LibCore: Fix segfault in CArgsParser (#1072)DrewStratford
2020-01-13LibELF: Add methods to validate the ELF and program headersAndrew Kaster
2020-01-13LibC: Move even more methods and globals out of crt0.oAndrew Kaster
2020-01-12Kernel+LibC: Allow passing mount flags to chroot()Sergey Bugaev
2020-01-12LibDraw: Remove debug spam about loading system themesAndreas Kling
2020-01-12TextEditor: Implement replacement functionality0xtechnobabble
2020-01-11LibGUI: Fix assertion failure in GItemView::mouse_up()Andreas Kling
2020-01-11SystemMonitor+LibCore: Show process pledges in SystemMonitor :^)Andreas Kling
2020-01-11Kernel: Add pledge() syscall :^)Andreas Kling
2020-01-11Kernel+LibC: Implement a few mount flagsSergey Bugaev
2020-01-11Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()Sergey Bugaev
2020-01-11Kernel+LibC: Add support for mount flagsSergey Bugaev
2020-01-11LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()Andreas Kling
2020-01-11Kernel: Use the Syscall string and buffer types moreAndreas Kling
2020-01-11Kernel: Pass a parameter struct to mount()Andreas Kling
2020-01-11Kernel: Pass a parameter struct to rename()Andreas Kling