summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-10Port Terminal to LibGUI.Andreas Kling
2019-02-10ProcFS: Show region flags in /proc/PID/vmAndreas Kling
2019-02-10Kernel: Drop the "helper" region after ELF load is finished.Andreas Kling
2019-02-10LibGUI: Support horizontal GScrollBars as well.Andreas Kling
2019-02-10LibGUI: Improve GScrollBar button look a bit.Andreas Kling
2019-02-10SharedGraphics: Tighten clip when blitting without alpha.Andreas Kling
2019-02-10Kernel: Put page fault logspam behind PAGE_FAULT_DEBUG.Andreas Kling
2019-02-10Base: Rename /users to /home.Andreas Kling
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling
2019-02-10Move apps into a top-level Applications/ directory.Andreas Kling
2019-02-10LibGUI: Minor cleanup in GScrollBar.Andreas Kling
2019-02-10Base: Add an app icon for FileManager.Andreas Kling
2019-02-10SharedGraphics: Fix blitting GraphicsBitmaps with clipping enabled.Andreas Kling
2019-02-10LibGUI: Draw GScrollBar buttons with a disabled look when appropriate.Andreas Kling
2019-02-10Launcher: Add button for FileManager.Andreas Kling
2019-02-10LibGUI: Share code for widget rendering styles in a GStyle class.Andreas Kling
2019-02-10LibGUI: Support dragging the GScrollBar scrubber.Andreas Kling
2019-02-10Base: Improved FontEditor icon.Andreas Kling
2019-02-10LibGUI: Draw some cute arrows on the GScrollBar buttons.Andreas Kling
2019-02-10ProcFS: /proc/sys entries should always be regular 644 files.Andreas Kling
2019-02-09LibGUI: Widget updates should invalidate their window-relative rect.Andreas Kling
2019-02-09GScrollBar: Start looking a bit more like a proper scrollbar.Andreas Kling
2019-02-09LibGUI: Start working on a GScrollBar.Andreas Kling
2019-02-09FileManager: Start building a file manager.Andreas Kling
2019-02-09LibC: closedir() should free the readdir() buffer and the DIR itself.Andreas Kling
2019-02-09Kernel: Allow mmap() with a size that's not a multiple of page size.Andreas Kling
2019-02-08Kernel: When donating ticks to a lock holder, cap the donation.Andreas Kling
2019-02-08SharedGraphics: Don't eagerly commit mmap'ed font files in kernel.Andreas Kling
2019-02-08LibC: fgetc() and pals should return EOF on error or EOF.Andreas Kling
2019-02-08LibC: Add some more fake termcap entries to silence bash-5.0.Andreas Kling
2019-02-08Ext2FS: Fix bitmap overrun when reaching outside the first block group.Andreas Kling
2019-02-08Let's have two wallpapers installed so we can test switching.Andreas Kling
2019-02-08SharedGraphics: GraphicsBitmap::load_from_file() should be allowed to fail.Andreas Kling
2019-02-08Kernel: Break retain cycle between Inode and VMObject.Andreas Kling
2019-02-08Userland: Add a /bin/pape helper program to switch the desktop wallpaper.Andreas Kling
2019-02-08Kernel: Use a Lockable<bool> for sysctl booleans as well.Andreas Kling
2019-02-08Add a little ReadMe.Andreas Kling
2019-02-08Remove _fs_contents.stock and generate it on the fly instead.Andreas Kling
2019-02-08WindowServer: Allow changing the desktop wallpaper through a sysctl.Andreas Kling
2019-02-08SharedGraphics: Allocate file-backed kernel GraphcisBitmaps in WindowServer.Andreas Kling
2019-02-08WindowServer: Set the WSMessageLoop::server_process() as early as possible.Andreas Kling
2019-02-08ProcFS: Add sysctl strings.Andreas Kling
2019-02-08AK: Add a Lockable wrapping container.Andreas Kling
2019-02-08Process: Dump regions when a ring0 process crashes.Andreas Kling
2019-02-08WindowServer: Support desktop wallpapers.Andreas Kling
2019-02-08Ext2FS: Fix dumb bitmap size bug in *_inode_allocation_state().Andreas Kling
2019-02-08LibC: Implement enough missing stuff to get bash-5.0 running. :^)Andreas Kling
2019-02-08Don't use -mregparm=3 in userspace.Andreas Kling
2019-02-08Terminal: Use the same cursor rect for active/inactive windows.Andreas Kling
2019-02-08Launcher: Factor the app buttons into a LaunchButton class.Andreas Kling