summaryrefslogtreecommitdiff
path: root/Servers/WindowServer
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-07WindowServer: Fix 'Maximize' ButtonBen Wiederhake
2020-05-07WindowServer: Don't block child-windows of modal windowsBen Wiederhake
2020-05-03WindowServer: Remove debug spam when creating new windowsAndreas Kling
2020-05-03WindowServer: Update desktop window rect on resolution changeLinus Groh
2020-05-03WindowServer: Reset double-click timers for back/forward buttonsAndreas Kling
2020-05-02WindowServer+LibGUI: Support the 4th and 5th mouse buttonsAndreas Kling
2020-05-02WindowServer+LibGUI+Taskbar: Don't include frameless windows in listsAndreas Kling
2020-05-02WindowServer+LibGUI: Automatically close child windows with parentAndreas Kling
2020-05-02WindowServer+LibGUI: Add "frameless" window flagAndreas Kling
2020-05-02WindowServer+LibGUI: Remove unused Window::show_titlebar() flagAndreas Kling
2020-05-02WindowServer: Don't allow parent windows to go above their childrenAndreas Kling
2020-05-02WindowServer: Move child windows together with their parentsAndreas Kling
2020-05-02LibGUI+WindowServer: Inform WindowServer about parent/child windowsAndreas Kling
2020-04-30WindowServer: Fix some pixels in menus after window border changesAndreas Kling
2020-04-30WindowServer: Tweak window icon menu popup locationAndreas Kling
2020-04-30WindowServer: Add action icons to the window menusAndreas Kling
2020-04-30WindowServer: Fix typo (backgound_color => background_color)Andreas Kling
2020-04-29WindowServer: Pop up the window menu at bottom left of window iconAndreas Kling
2020-04-29WindowServer: Fix build after FBResolution changesAndreas Kling
2020-04-28WindowServer: Change the desktop background colour on theme changeAndres Vieira
2020-04-28WindowManager: Allow compositor to have an empty bitmap as a wallpaperAndres Vieira
2020-04-24WindowServer: Don't allow activating disabled menu items with keyboardAndreas Kling
2020-04-24WindowServer: Fix name typo in descend_into_submenu_at_hovered_item()Andreas Kling
2020-04-24WindowServer: Skip over disabled menu items during keyboard navigationAndreas Kling
2020-04-23WindowServer: Don't allow resize-grabbing window underneath title barAndreas Kling
2020-04-23WindowServer: Make vertical segment under title bar 1px thickerAndreas Kling
2020-04-23WindowServer: Tweak window frame heightAndreas Kling
2020-04-23WindowServer+LibGfx: Make window borders 1px thickerAndreas Kling
2020-04-22WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter whatAndreas Kling
2020-04-21WindowServer+SystemMenu: Check the current system theme on startupAndreas Kling
2020-04-21WindowServer: Allow the system menu to be open when a modal is shownangel
2020-04-21WindowServer: Don't process menu bar events when modal is openangel
2020-04-21WindowServer: Don't ignore modal events when showing menusangel
2020-04-21WindowServer: Unset active input window on active window change (#1901)angel
2020-04-19WindowServer: Fix AppletManager buildAndreas Kling
2020-04-19WindowServer: Don't crash when encountering unsorted menu appletsAndreas Kling
2020-04-19WindowServer: Remove debug spam in set_active_window()Andreas Kling
2020-04-19WindowServer: Don't automatically focus desktop window when addedAndreas Kling
2020-04-19WindowServer/LibGUI: Enforce minimum window sizeLinus Groh
2020-04-18WindowServer: Allow WindowType::Desktop windows to become activeAndreas Kling
2020-04-18WindowServer: Give the desktop window the whole exact desktop rectAndreas Kling
2020-04-18WindowServer: Add WindowType::DesktopAndreas Kling
2020-04-09WindowServer: MenuManager::handle_mouse_event() return if window is nullBrendan Coles
2020-04-07WindowServer: Remove long-unused COMPOSITOR_DEBUG loggingAndreas Kling
2020-04-07LibCore: Add Core::Timer::create_single_shot()Andreas Kling
2020-04-07WindowServer: Menu::popup() should return when the menu is emptyBrendan Coles
2020-03-31WindowServer: Remove applets from AppletManager on client disconnectionAndreas Kling
2020-03-30WindowServer+NotificationServer: Vertical title bar for notificationsAndreas Kling
2020-03-29WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmapAndreas Kling