Age | Commit message (Expand) | Author |
---|---|---|
2019-03-25 | LibGUI: Add GWidget::doubleclick_event(). | Andreas Kling |
2019-03-24 | WindowServer+LibGUI: Implement automatic cursor tracking. | Andreas Kling |
2019-03-24 | WindowServer: Moving a window to front should always activate it. | Andreas Kling |
2019-03-24 | WindowServer: Factor out ongoing drag/resize from process_mouse_event(). | Andreas Kling |
2019-03-24 | WindowServer: Reduce debug spam. | Andreas Kling |
2019-03-22 | Use the PNG loader for all images, and get rid of the .rgb files. | Andreas Kling |
2019-03-21 | WindowServer: Remove some old commented-out code. | Andreas Kling |
2019-03-21 | WindowServer: Support PNG wallpapers. | Andreas Kling |
2019-03-21 | SharedGraphics: Implement a simple PNG decoder. | Andreas Kling |
2019-03-20 | Kernel: Remove ioctl for getting a socket peer's PID. | Andreas Kling |
2019-03-20 | Move WindowServer into Servers. | Andreas Kling |