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