ZIm/crates/workspace/src
apricotbucket28 23c84f8dc0
linux: Treat fullscreen as tiled on X11 and prevent resizing while maximized (#13990)
Two quick fixes for issues I noticed:

1. Fullscreening an unmaximized X11 window still showed rounded window
corners and allowed resizing
2. Maximized windows still allowed for resizing on corners due to
missing checks

![image](https://github.com/zed-industries/zed/assets/71973804/47df4de2-4013-4e51-88c3-d33b52a909f5)


Release Notes:

- N/A
2024-07-09 16:30:30 +02:00
..
persistence Respect workspace order in recent projects (#12844) 2024-06-20 13:16:23 +03:00
dock.rs Fix panel state (#13668) 2024-07-04 03:38:19 +03:00
item.rs autosave: Respect project autosave settings per file (#13369) 2024-06-24 14:56:22 +02:00
modal_layer.rs Add more menus to Zed (#12940) 2024-06-18 12:16:54 -07:00
notifications.rs workspace: Add clear notifications command (#13320) 2024-06-21 07:00:46 +02:00
pane.rs autosave: Respect project autosave settings per file (#13369) 2024-06-24 14:56:22 +02:00
pane_group.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
persistence.rs Respect workspace order in recent projects (#12844) 2024-06-20 13:16:23 +03:00
searchable.rs search: Improve performance of replace_all (#13654) 2024-06-28 19:06:44 +02:00
shared_screen.rs Make tests less noisy (#12463) 2024-05-29 18:06:45 -07:00
status_bar.rs Linux window decorations (#13611) 2024-07-03 11:28:09 -07:00
tasks.rs Allow clients to run Zed tasks on remote projects (#12199) 2024-05-24 22:26:57 +03:00
toolbar.rs Make border methods always require an explicit width (#11450) 2024-05-06 13:22:47 -04:00
workspace.rs linux: Treat fullscreen as tiled on X11 and prevent resizing while maximized (#13990) 2024-07-09 16:30:30 +02:00
workspace_settings.rs Fix typo in tab_bar.show default value rustdoc (#13641) 2024-06-28 08:48:10 -04:00