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-07-13
Kernel: First cut of a sb16 driver
Robin Burchell
2019-07-12
WSWindowManager: Ensure that we pick a single window to deliver a full stream...
Robin Burchell
2019-07-10
WindowServer: Use CProcessStatisticsReader in WSCPUMonitor.
Andreas Kling
2019-07-04
WindowServer: Convert dbgprintf() in WSWindowManager to dbg().
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-30
WindowServer: Add a separator before "close" in window menus.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-29
WindowServer: Allow changing window opacity with Logo+MouseWheel.
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
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
[next]