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
Age
Commit message (
Expand
)
Author
2019-06-28
WindowServer: Make use of the new Vector(initializer_list).
Andreas Kling
2019-06-22
Userland: Fix many compiler warnings.
Andreas Kling
2019-06-22
WindowServer: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
Change "retain" to "ref" in various comments.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-21
WindowServer: Move some event code from WSWindowManager to WSMenuBarKeeper.
Andreas Kling
2019-06-21
WindowServer: Make most of WSMenuBarKeeper private.
Andreas Kling
2019-06-21
WindowServer+Taskbar: Let WindowServer manage the "window menus".
Andreas Kling
2019-06-21
WindowServer: Render the global menubar into a separate WSWindow.
Andreas Kling
2019-06-20
LookupServer: Use a CFile for loading /etc/hosts.
Andreas Kling
2019-06-18
WindowServer: Remove unused WSWindowManager::m_windows hash table.
Andreas Kling
2019-06-16
SystemServer: Shut down after 5 seconds if testmode=1 is set on the kernel co...
Robin Burchell
2019-06-16
WindowServer: Add a shutdown option to the menu, rather than forcing terminal...
Robin Burchell
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
SystemServer: Run clang-format on everything.
Andreas Kling
2019-06-07
WindowServer: Run clang-format on everything.
Andreas Kling
2019-06-07
LookupServer: use /etc/hosts even for reverse lookups
Christopher Dumas
2019-06-07
LookupServer: Load hostnames
Christopher Dumas
2019-06-07
LookupServer: Clang-Format
Christopher Dumas
2019-06-06
WindowServer: New API for Scaled Blit
Christopher Dumas
2019-06-06
WindowServer: Implement scaled backgrounds and scaled blitting function
Christopher Dumas
2019-06-06
WindowServer: Clang-Format
Christopher Dumas
2019-06-06
LookupServer+LibC: Add support for reverse DNS lookups via gethostbyaddr().
Andreas Kling
2019-06-02
WindowServer: Always update the maximize button icon when we should.
Andreas Kling
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
2019-06-01
WindowServer+LibGUI: Add a way to bring a window to the front.
Andreas Kling
2019-06-01
WindowServer: Don't reach the end of mode_to_enum() without returning.
Andreas Kling
2019-06-01
ls: Show user name and group name if available. (#151)
Mustafa
2019-05-30
Misc: Add a simple init process
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-27
removed extra impl of scaling
Christopher Dumas
2019-05-27
centered backgrounds are now an option
Christopher Dumas
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-27
implemented settings for window manager.
Christopher Dumas
2019-05-27
Network stack is now configurable, and resolution is also configurable, but l...
Christopher Dumas
2019-05-26
WSCompositor: Allow a compose to bypass the timer when it first happens
Robin Burchell
2019-05-26
WSCompositor: Use a timer to schedule compose rather than an event
Robin Burchell
2019-05-26
WSEventLoop: Don't assert when being told to construct a crazy window type
Robin Burchell
2019-05-25
WindowServer: Tweak window titlebar look somewhat.
Andreas Kling
2019-05-25
WindowServer: Remove unused old "middle border" color.
Andreas Kling
2019-05-25
WindowServer: Don't draw titlebar separator for titlebar-less windows.
Andreas Kling
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-24
WindowServer: Remove some unused WSWindowManager members.
Andreas Kling
2019-05-24
Launcher loads applications from Launcher.ini, is started by default, and is ...
Christopher Dumas
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-24
WindowServer: Add 2560x1440 resolution option.
Andreas Kling
[next]