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-05-03
Kernel: Prepare Socket for becoming a File.
Andreas Kling
2019-05-03
LibC: Add strcoll() and strxfrm().
Andreas Kling
2019-05-03
LibM: Stub out a whole bunch of math functions so vim will build.
Andreas Kling
2019-05-03
Meta: Add IRC channel to the ReadMe.
Andreas Kling
2019-05-03
LibGUI+WindowServer: Add a GResizeCorner widget.
Andreas Kling
2019-05-02
Kernel: Simplify VMObject::is_anonymous().
Andreas Kling
2019-05-02
Kernel: Remove unused Region::is_bitmap().
Andreas Kling
2019-05-02
LibC: Tune the number of ChunkedBlocks we keep around empty.
Andreas Kling
2019-05-02
LibC: Move full ChunkedBlocks to a separate list in the allocator.
Andreas Kling
2019-05-02
LibC: free() should move kept empty ChunkedBlocks to the end of the list.
Andreas Kling
2019-05-02
LibC: free() should return free blocks back to the operating system.
Andreas Kling
2019-05-02
strace: Allow "strace command" to trace a process from start to finish.
Andreas Kling
2019-05-02
Kernel: Emit systrace events for exit, thread_exit and sigreturn.
Andreas Kling
2019-05-02
GButton: Draw disabled buttons with grayed-out text.
Andreas Kling
2019-05-02
Minesweeper: Fix lag when changing the field size.
Andreas Kling
2019-05-02
GWidget: Ignore updates if self has !updates_enabled().
Andreas Kling
2019-05-02
GWidget: Add set_updates_enabled() for temporarily suppressing updates.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-05-02
LibC: Improve malloc() mmap names somewhat.
Andreas Kling
2019-05-02
LibC: Implement a simple freelist-based malloc() with size classes.
Andreas Kling
2019-05-02
sh: Log to debugger how long command took.
Andreas Kling
2019-05-01
Fix jittery mouse
Mustafa Ali CAN
2019-05-01
CLock: Remove a redundant call to gettid().
Andreas Kling
2019-05-01
GButton: Update hovered state on mouseover as well.
Andreas Kling
2019-05-01
WindowServer+LibGUI: Wait for the extra_data to arrive.
Andreas Kling
2019-05-01
Base: Replace system About box icon with something home-drawn.
Andreas Kling
2019-05-01
WindowServer: Spawn a secondary thread to decode wallpapers.
Andreas Kling
2019-05-01
GButton: Handle mousemove correctly while multiple buttons are pressed.
Andreas Kling
2019-04-30
VisualBuilder: Tweak form grid color.
Andreas Kling
2019-04-30
VisualBuilder: Add GSlider to the widgets toolbox.
Andreas Kling
2019-04-30
Meta: Tweak ReadMe and add a new screenshot.
Andreas Kling
2019-04-30
WindowServer: Tweak window minimize button appearance.
Andreas Kling
2019-04-30
Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.
Andreas Kling
2019-04-30
PNGLoader: Tag the decoded bitmap with the source PNG path.
Andreas Kling
2019-04-30
Base: Import a slightly larger font I started working on.
Andreas Kling
2019-04-30
Terminal: <esc>[m should clear the current attribute.
Andreas Kling
2019-04-30
LibC: Log all malloc() calls if LIBC_LOG_MALLOC is set.
Andreas Kling
2019-04-30
GSlider: Highlight the knob when hovering it. :^)
Andreas Kling
2019-04-29
GSlider: Improve appearance by thinning the track a bit.
Andreas Kling
2019-04-29
WindowServer: Make WSMenu wide enough that shortcuts are always rightmost.
Andreas Kling
2019-04-29
Terminal: Add ability to adjust the terminal's opacity.
Andreas Kling
2019-04-29
LibGUI: Add a GSlider widget.
Andreas Kling
2019-04-29
CEventLoop: Protect the message queue with a Lock.
Andreas Kling
2019-04-29
Kernel: The exit_thread() syscall should unlock the big lock.
Andreas Kling
2019-04-29
LibC: Oops, exit_thread() never returns.
Andreas Kling
2019-04-29
Kernel+LibC: Add exit_thread() syscall.
Andreas Kling
2019-04-29
Toolchain: Build GCC with --with-newlib
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-29
Toolchain: The toolchain script is now working 🎉
VAN BOSSUYT Nicolas
2019-04-29
Toolchain: Useit.sh finish and added an install target for the libc's Makefil...
VAN BOSSUYT Nicolas
[next]