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-23
WindowServer: Don't allow resize-grabbing window underneath title bar
Andreas Kling
2020-04-23
WindowServer: Make vertical segment under title bar 1px thicker
Andreas Kling
2020-04-23
WindowServer: Tweak window frame height
Andreas Kling
2020-04-23
WindowServer+LibGfx: Make window borders 1px thicker
Andreas Kling
2020-04-22
WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter what
Andreas Kling
2020-04-21
WindowServer+SystemMenu: Check the current system theme on startup
Andreas Kling
2020-04-21
WindowServer: Allow the system menu to be open when a modal is shown
angel
2020-04-21
WindowServer: Don't process menu bar events when modal is open
angel
2020-04-21
WindowServer: Don't ignore modal events when showing menus
angel
2020-04-21
WindowServer: Unset active input window on active window change (#1901)
angel
2020-04-19
WindowServer: Fix AppletManager build
Andreas Kling
2020-04-19
WindowServer: Don't crash when encountering unsorted menu applets
Andreas Kling
2020-04-19
WindowServer: Remove debug spam in set_active_window()
Andreas Kling
2020-04-19
WindowServer: Don't automatically focus desktop window when added
Andreas Kling
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
[next]