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