ladybird/Userland
Camisul 8c220dee03 WindowServer: Vertically maximize window
Button now can handle middle and right clicks.
Added 2 new handlers in button class: on_right_click for Right mouse
button and on_middle_click for middle mouse button.

Added functionality to vertically maximize window with middle mouse
click on the maximize window button.

Also added a way to vertically maximize window by resizing window
height-wise lower than the maximum window height.
2021-02-09 21:36:11 +01:00
..
Applications Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
Demos LibGfx: Implement scaling support for Painter::blit_filtered() 2021-01-25 22:31:07 +01:00
DevTools LanguageServers/Cpp: ParserAutoComplete engine inspects header files 2021-02-08 23:10:38 +01:00
DynamicLoader Revert "DynamicLoader: Remove unnecessary math functions" 2021-02-08 19:58:10 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement 2021-02-09 21:25:38 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services WindowServer: Vertically maximize window 2021-02-09 21:36:11 +01:00
Shell Shell: Move Shell syntax highlighter LibShell 2021-02-07 17:07:33 +01:00
Tests Kernel: Use the resolved parent path when testing create veil (#5231) 2021-02-06 19:11:44 +01:00
Utilities LibCpp: Start working on a C preprocessor 2021-02-08 23:10:38 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00