index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
/
Makefile
Age
Commit message (
Expand
)
Author
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-16
WindowServer: Stop linking with LibAudio
Andreas Kling
2019-12-16
WindowServer+CPUGraph: Make menu applets be "regular" windows
Andreas Kling
2019-12-05
WindowServer: Remove WSCPUMonitor
Andreas Kling
2019-12-05
WindowServer: Add basic menu applet concept
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-11-23
LibCore: Move puff() from LibDraw to LibCore
Andreas Kling
2019-11-22
WindowServer: Add an audio icon to the menu bar
Andreas Kling
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-08-26
WindowServer: Port threading to LibThread
Sergey Bugaev
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.
Andreas Kling
2019-06-21
WindowServer: Render the global menubar into a separate WSWindow.
Andreas Kling
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-14
WindowServer: Rename WSMessage* => WSEvent*.
Andreas Kling
2019-04-14
WindowServer: Port WindowServer to LibCore.
Andreas Kling
2019-04-14
WindowServer: Move the CPU monitor thingy to its own class.
Andreas Kling
2019-04-05
WindowServer: Add a WSButton class and make the window close buttons use it.
Andreas Kling
2019-04-05
WindowServer: Factor out window frame logic into a WSWindowFrame class.
Andreas Kling
2019-03-31
WindowServer: Add a WSCursor class (a bitmap and a hotspot.)
Andreas Kling
2019-03-28
Move LibGUI/GStyle to SharedGraphics/StylePainter.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-21
SharedGraphics: Implement a simple PNG decoder.
Andreas Kling
2019-03-20
Move WindowServer into Servers.
Andreas Kling