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-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
2019-05-21
WindowServer: Don't eat a MouseUp when producing a MouseDoubleClick
Robin Burchell
2019-05-20
WindowServer: Don't start window resize for MouseUp or MouseMove.
Andreas Kling
2019-05-20
WindowServer: Convert some assertions into client did_misbehave()'s.
Andreas Kling
2019-05-20
WindowServer: Use blocking sockets for client connections.
Andreas Kling
2019-05-20
WindowServer: Allow sending up to 32 invalidation rects inline.
Andreas Kling
2019-05-20
Kernel: Report EAGAIN from read() on a non-blocking socket if the buffer is e...
Robin Burchell
2019-05-19
WindowServer: Improve client write handling a little
Robin Burchell
2019-05-18
WSWindowManager: Add double click to maximize/restore
Robin Burchell
2019-05-17
WindowServer: Add support for fullscreen windows.
Andreas Kling
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
2019-05-17
WindowServer: Add a more dynamic app list
Robin Burchell
2019-05-16
WindowServer: Don't treat bottom titlebar edge as part of the border.
Andreas Kling
2019-05-16
WindowServer: Fill unbacked windows with their background color.
Andreas Kling
2019-05-16
WSWindowManager: Fix a small whoopsie with double click delivery
Robin Burchell
2019-05-16
WindowServer/GMenu: Adjust the popup position to fit the window inside the sc...
Robin Burchell
2019-05-15
Move double click events from LibGUI to the window server
Robin Burchell
[next]