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