summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-08Taskbar: Replace TaskbarWidget with a simple GFrame.Andreas Kling
2019-04-08LibGUI: Make GSocket connection asynchronous.Andreas Kling
2019-04-08Kernel: Support non-blocking connect().Andreas Kling
2019-04-08GHttp: Rename GHttpNetworkJob => GHttpJob. And tidy up a little bit.Andreas Kling
2019-04-07Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.Andreas Kling
2019-04-07GHttp: Fix little bug in HTTP header parsing.Andreas Kling
2019-04-07AK: Improve StringImpl chomping a bit.Andreas Kling
2019-04-07GIODevice: Remove accidentally committed debug spam.Andreas Kling
2019-04-07GHttp: Work on bringing this up.Andreas Kling
2019-04-07Start working on a Downloader app and backing classes in LibGUI.Andreas Kling
2019-04-06WindowServer: Add ability to initiate window resize from window edges.Andreas Kling
2019-04-06WindowServer: Make WSButton a Weakable and stop rawly pointing to it.Andreas Kling
2019-04-06LibGUI: Always invalidate layout on GWidget child removal.Andreas Kling
2019-04-06WindowServer: Pick a new active window when the active window is minimized.Andreas Kling
2019-04-06Kernel: Oops, also moved FileDescriptor into FileSystem/, fix Makefile.Andreas Kling
2019-04-06Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.Andreas Kling
2019-04-06FontEditor: Remove weird focus rects and optimize repaint while drawing.Andreas Kling
2019-04-06Kernel: Use alloc_fd() more instead of walking fd list manually.Andreas Kling
2019-04-06Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.Andreas Kling
2019-04-06GScrollBar: Add the same hover highlight effect as GButton.Andreas Kling
2019-04-06WindowServer: Remove some debug spam.Andreas Kling
2019-04-06Add a slight hover highlight to GButton and WSButton. :^)Andreas Kling
2019-04-06Meta: Time for a new screenshot :^)Andreas Kling
2019-04-06Taskbar: Show minimized window titles in [brackets].Andreas Kling
2019-04-06LibGUI: GButton's caption should be drawn in the foreground color.Andreas Kling
2019-04-05WindowServer: Add a window minimization button.Andreas Kling
2019-04-05WindowServer: Make WSButton behave more like a normal button.Andreas Kling
2019-04-05WindowServer: Make WSWindowFrame and WSButton deal in relative coordinates.Andreas Kling
2019-04-05WindowServer: Simplify two mouse coordinate conversions.Andreas Kling
2019-04-05WindowServer: Add a WSButton class and make the window close buttons use it.Andreas Kling
2019-04-05Hack sync.sh script to retry umount after a short delay if it fails.Andreas Kling
2019-04-05WindowServer: Factor out window frame logic into a WSWindowFrame class.Andreas Kling
2019-04-05WindowServer: Merge WM_WindowAdded and WM_WindowStateChanged.Andreas Kling
2019-04-05NetworkTask: Add a combined alarm for the all network adapters.Andreas Kling
2019-04-05AK: Revert Eternal<T> for now since it doesn't work as intended.Andreas Kling
2019-04-05Meta: Tweak build instructions.Andreas Kling
2019-04-05Meta: Give the build instructions a more accurate title.Andreas Kling
2019-04-05AK: Fix problem when building i686-pc-serenity toolchain from scratch.Andreas Kling
2019-04-05Meta: Add build instructions about LibM headers.Andreas Kling
2019-04-05Meta: Add build instructions.Andreas Kling
2019-04-05LibC: Add some missing stuff in stdint.h for libstdc++.Andreas Kling
2019-04-05Meta: Add patches for building binutils and GCC for i686-pc-serenity.Andreas Kling
2019-04-05Kernel: Build with i686-pc-serenity-g++.Andreas Kling
2019-04-04Kernel: Spawn /bin/Taskbar on startup.Andreas Kling
2019-04-04Taskbar: Make the window buttons slightly wider.Andreas Kling
2019-04-04WindowServer: Clip dirty cursor rects to the screen in compose().Andreas Kling
2019-04-04WindowServer: WM_SetActiveWindow should move the window to front as well.Andreas Kling
2019-04-04Taskbar: Only include "Normal" windows in the taskbar window list.Andreas Kling
2019-04-04LibGUI: Use TextElision::Right for GButton captions.Andreas Kling
2019-04-04Painter: Add text elision support (only right-hand side supported.)Andreas Kling