summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-19LibGUI: Move editing logic from GTableView up to GAbstractView.Andreas Kling
2019-04-18LibGUI: Move the editing widget along with the content when scrolling.Andreas Kling
2019-04-18GWidget: Always update self after a child is removed.Andreas Kling
2019-04-18LibGUI: GWindow's focused widget should be a WeakPtr.Andreas Kling
2019-04-18LibCore+LibGUI: Make CObject child events synchronous.Andreas Kling
2019-04-18LibGUI: Start working on GTableView inline editing.Andreas Kling
2019-04-18LibC: stddbg should be opened with O_CLOEXEC.Andreas Kling
2019-04-18AK: MappedFile should open with O_CLOEXEC.Andreas Kling
2019-04-18WindowServer: Improve the look of menu separators.Andreas Kling
2019-04-18WindowServer: Broadcast window icons to newly joined WM listener clients.Andreas Kling
2019-04-18Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9.Andreas Kling
2019-04-18CEventLoop: Don't call gettimeofday() at all if there are no timers.Andreas Kling
2019-04-18LibGUI: Give GTextEditor a context menu.Andreas Kling
2019-04-18ProcessManager: Do a little less malloc() in the /proc/memstats parsing.Andreas Kling
2019-04-18ProcessManager: Use a single timer for refreshing the view.Andreas Kling
2019-04-18LibCore: Add CTimer::restart() and make set_interval() take effect soon.Andreas Kling
2019-04-18LibGUI: Refactor context menus to be event-driven instead of declarative.Andreas Kling
2019-04-18ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code.Andreas Kling
2019-04-18FontEditor: Add a window icon.Andreas Kling
2019-04-18WindowServer: Tweak window icon placement again.Andreas Kling
2019-04-18LibCore: CIODevice::seek() should reset EOF state.Andreas Kling
2019-04-18WindowServer: Make window title bars slightly thicker. :^)Andreas Kling
2019-04-18CEventLoop: Consolidate gettimeofday() syscalls.Andreas Kling
2019-04-18ProcessManager: Use a CFile for parsing /proc/memstat.Andreas Kling
2019-04-18WindowServer: Generate a separate WM event for window icon changes.Andreas Kling
2019-04-18WindowServer: Use CFile in the CPU monitor code.Andreas Kling
2019-04-17LibC: Bring the C library close enough to newlib to trick GCC.Andreas Kling
2019-04-17Kernel+ProcessManager: Show per-process syscall counts.Andreas Kling
2019-04-17Kernel: Scheduler donations need to verify that the beneficiary is valid.Andreas Kling
2019-04-17Kernel: Lock::unlock_if_locked() should never donate to holder.Andreas Kling
2019-04-17WindowServer: Mouse switching between system menu and app menu was broken.Andreas Kling
2019-04-16VisualBuilder: Pressing the Tab key when there are no widgets is a no-op.Andreas Kling
2019-04-16VisualBuilder: Pressing the Tab key when there are no widgets is a no-op.Andreas Kling
2019-04-16VisualBuilder: Share code for setting the selected widget.Andreas Kling
2019-04-16VisualBuilder: Add some keyboard navigation support.Andreas Kling
2019-04-16GWidget: Add move_by() and make set_relative_rect() invalidate parent.Andreas Kling
2019-04-16WindowServer: Tweak window icon placement.Andreas Kling
2019-04-16Terminal: Add a window icon.Andreas Kling
2019-04-16ProcessManager: Add a window icon.Andreas Kling
2019-04-16WindowServer: Improve the look of menus.Andreas Kling
2019-04-16WindowServer: Don't waste time pre-filling windows with background color.Andreas Kling
2019-04-16Make better use of geometry class helpers in some places.Andreas Kling
2019-04-16GWidget: Tidy up the hit-testing code somewhat.Andreas Kling
2019-04-16GWidget: Remove unnecessary extra parent lookup in move_to_{back,front}().Andreas Kling
2019-04-16VisualBuilder: Make it possible to move widgets to front/back.Andreas Kling
2019-04-16GWidget: Add some new child z-ordering facilities.Andreas Kling
2019-04-16AK: Add Vector::prepend().Andreas Kling
2019-04-16GTableView: Remove the old-style focus rect.Andreas Kling
2019-04-16AK: Try to use StringViews more for substrings and splitting.Andreas Kling
2019-04-16SharedGraphics: Move PainterStateSaver out of line.Andreas Kling