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-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
2019-04-04
WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar.
Andreas Kling
2019-04-04
Taskbar: Left-align the text on taskbar window buttons.
Andreas Kling
2019-04-04
LibGUI: Allow specifying GButton text alignment.
Andreas Kling
2019-04-04
WindowServer: Broadcast the full window list to new WM listener clients.
Andreas Kling
2019-04-04
WindowServer: Remove some unused debugging code.
Andreas Kling
2019-04-04
Taskbar: Plumb window active state from the WindowServer to the taskbar.
Andreas Kling
2019-04-04
LibGUI: Make it possible for GButton to be checkable.
Andreas Kling
2019-04-04
Taskbar: Tweak margins to look just right.
Andreas Kling
2019-04-04
Taskbar: TaskbarWidget doesn't need a custom paint_event().
Andreas Kling
2019-04-04
Taskbar: More bringup work. We now see a basic window list.
Andreas Kling
2019-04-03
Kernel: Bump per-process file descriptor limit to 128.
Andreas Kling
2019-04-03
Taskbar: Remove an accidentally committed dependency file.
Andreas Kling
2019-04-03
Taskbar+LibGUI: More work on bringup.
Andreas Kling
2019-04-03
Taskbar: Start working on a taskbar app.
Andreas Kling
2019-04-03
WindowServer: Broadcast screen rect changes to all clients.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-04-03
GWindow: Don't ignore update(), it should repaint the whole window.
Andreas Kling
2019-04-03
FontEditor: Break out classes into separate files.
Andreas Kling
[prev]
[next]