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
2020-04-19
WindowServer/LibGUI: Enforce minimum window size
Linus Groh
2020-04-18
WindowServer: Allow WindowType::Desktop windows to become active
Andreas Kling
2020-04-18
WindowServer: Give the desktop window the whole exact desktop rect
Andreas Kling
2020-04-18
WindowServer: Add WindowType::Desktop
Andreas Kling
2020-04-17
ProtocolServer: did_finish_download: Do not create 0 byte shared buffer
Brendan Coles
2020-04-15
AudioServer: Use NumericLimits<T>
Andreas Kling
2020-04-09
WindowServer: MenuManager::handle_mouse_event() return if window is null
Brendan Coles
2020-04-07
WindowServer: Remove long-unused COMPOSITOR_DEBUG logging
Andreas Kling
2020-04-07
LibCore: Add Core::Timer::create_single_shot()
Andreas Kling
2020-04-07
WindowServer: Menu::popup() should return when the menu is empty
Brendan Coles
2020-04-06
DHCPClient: Log errors and cleanup the code
AnotherTest
2020-04-05
Servers: Add a new DHCP client
AnotherTest
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-03-31
WindowServer: Remove applets from AppletManager on client disconnection
Andreas Kling
2020-03-30
WindowServer+NotificationServer: Vertical title bar for notifications
Andreas Kling
2020-03-29
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
Andreas Kling
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-29
WindowServer: Add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-28
NotificationServer: Update locations of notifications after closing one
Benjamin Rottler
2020-03-26
NotificationServer: Allow showing an icon in notifications
Andreas Kling
2020-03-25
WindowServer: Don't ignore mouse events after showing modal window (#1495)
Alex Muscar
2020-03-22
WindowServer+LibGUI: Add a way to get notified at display refresh rate
Andreas Kling
2020-03-22
WindowServer: Improve the close button shape
Chris
2020-03-18
SystemServer: Add WorkingDirectory support
Itamar
2020-03-15
WindowServer: Resize maximised/tiled windows after resolution change
Chyza
2020-03-14
LibCore: Rename Udp classes to UDP
Shannon Booth
2020-03-10
WindowServer: Control menu title font from menubar
Shannon Booth
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-01
WindowServer: Clear the current resize candidate when in menus
Andreas Kling
2020-03-01
WindowServer: Remove a whole bunch of unused WindowManager members
Andreas Kling
2020-03-01
WindowServer: Put some WindowManager debug spam inside #ifdefs
Andreas Kling
2020-02-28
LibC: Move shbuf_* API's to <serenity.h>
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-28
WindowServer: Remove some old unused debugging code from Compositor
Andreas Kling
2020-02-28
WindowServer: Return richer result when changing resolutions
Liav A
2020-02-28
WindowServer: Add a debug message
Liav A
2020-02-27
WindowServer: Stop trying to boost things since it's not working
Andreas Kling
2020-02-25
Build: Only look at SUBDIRS with Makefiles
joshua stein
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
WindowServer+LibGUI: Allow changing a window's base size and increment
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-22
TTYServer: Use unveil()
Brian Gianforcaro
2020-02-21
WindowServer: Use system theme for the drag and drop popups
Tibor Nagy
[next]