4621 Commits (40ca4150b27a5b94938b6c3d744f74bb26d347f7)

Author SHA1 Message Date
Simon Ser fc640d5f6c Define _POSIX_C_SOURCE globally
11 months ago
Simon Ser 07b0598526 input/text_input: fix dangling listeners
11 months ago
llyyr d6150b6bb0 input/text_input: parent wlr_box may be uninitialized
11 months ago
Access 7c11c463a3
text_input: Implement input-method popups
11 months ago
Aleksei Bavshin d19810eba8 xdg-activation: distinguish activation and urgency requests
11 months ago
Ronan Pigott f6d22f8e68 launcher: track the seat in the launcher ctx
11 months ago
Simon Ser 541e6e260c Drop unnecessary includes from sway/server.h
11 months ago
Kirill Primak 7a2ff7ba81 view: drop ext_foreign_destroy
12 months ago
Alexander Orzechowski 09c360d503 layer_shell: Handle popups through popup descriptor
12 months ago
Alexander Orzechowski 1846944f04 xdg_shell: Extract struct for popup descriptor
12 months ago
Alexander Orzechowski 1dc661af17 layer_shell: Arrange popups even if exclusive zone doesn't change
12 months ago
Merlin Lex 1b5515400d ext-foreign-toplevel-list: Implement protocol
12 months ago
Simon Ser 88b2abf5f2 config: use format_str() instead of hand-rolled snprintf()
12 months ago
Simon Ser 93d391651c commands: make primary_selection a config-only command
12 months ago
Simon Ser f7a0f06dff commands: note how xwayland/primary_selection are reset on reload
12 months ago
Simon Ser ecfef1348a commands/primary_selection: drop duplicate bool parsing
12 months ago
Violet Purcell 6b2aa83246 sway/config.c: only reset primary_selection at launch
12 months ago
Simon Ser 88e99fa84f Drop old security config remnants
12 months ago
Alexander Orzechowski ba427a469a Ensure get_text_width() returns a positive value
12 months ago
Tamino Bauknecht c8676fad54 sway/output: Improve logging of swaybg execvp failure and more checks
12 months ago
Kirill Primak f202bc84d2 Chase wlroots!4443
1 year ago
Kirill Primak a4e85332a1 Chase wlroots!4003
1 year ago
Alexander Orzechowski e8c421e917 layer_shell: Fix typo of return instead of continue
1 year ago
Daniel De Graaf 2c2625acd3 Fix SIGSEGV on output destroy
1 year ago
Simon Ser 08a06a7b6b Add debug flag to re-enable wl_drm
1 year ago
Alexander Orzechowski 5fc85c5066 scene_graph: port wlr_forgein_toplevel_management output enter/leave events
1 year ago
Alexander Orzechowski 7c635b61fe remove damage debug options
1 year ago
Alexander Orzechowski bab6b79af2 Fix SIGSEGV on surface destroy
1 year ago
Alexander Orzechowski 9da295c11f scene_graph: Implement toplevel clipping
1 year ago
Alexander Orzechowski 09e11dabb2 scene_graph: Port opacity and filter modes
1 year ago
Alexander Orzechowski 2e53de80bb scene_graph: Arrange scene graph on transaction apply
1 year ago
Alexander Orzechowski 5f0801b6f2 container: Don't track outputs
1 year ago
Alexander Orzechowski 1e018e72b4 Delete old damage tracking code
1 year ago
Alexander Orzechowski 06ad734e70 scene_graph: Port view saved buffers
1 year ago
Alexander Orzechowski ed2724bd6c xwayland: Cleanup geometry handling on commit
1 year ago
Alexander Orzechowski 6e5fc4c2aa scene_graph: Port xwayland
1 year ago
Alexander Orzechowski b38ed8b479 scene_graph: Port xdg_shell
1 year ago
Alexander Orzechowski 08c484f46f transaction: ready signals will return success bools
1 year ago
Alexander Orzechowski 6d7b1321db scene_graph: Port container server side decorations
1 year ago
Alexander Orzechowski 188811f808 scene_graph: Port layer_shell
1 year ago
Alexander Orzechowski 5b8b505af5 input: Query scene graph for relevant surface/node intersections
1 year ago
Alexander Orzechowski 946fc80945 Introduce sway_text_node
1 year ago
Alexander Orzechowski 869baff252 renderer: Remove in favor of scene_graph
1 year ago
Alexander Orzechowski bac3ab5526 seat: Remove dead seatop_render function
1 year ago
Alexander Orzechowski 9a57966606 scene_graph: Port ext_session_v1
1 year ago
Alexander Orzechowski 0639bde9fb scene_graph: Port seatop_move_tiling indicators
1 year ago
Alexander Orzechowski c640c3015f scene_graph: Port seat drag icons
1 year ago
Alexander Orzechowski 9c17cba0b2 renderer: Render scene_graph
1 year ago
Alexander Orzechowski 0e1a02bf0a scene_graph: Introduce sway_scene_descriptor
1 year ago
Alexander Orzechowski 1b09238645 scene_graph: Use built-in linux dmabuf feedback handling
1 year ago
Alexander Orzechowski 1eb16d1367 scene_graph: Maintain `wlr_scene_node`s for the sway tree.
1 year ago
Alexander Orzechowski dbd2fbf430 view: init function should return a success bool
1 year ago
Alexander Orzechowski b4d7e84d38 desktop: Rename layers to shell_layers
1 year ago
Kirill Primak 2c69e19fd3 layer-shell: don't configure uninitialized surfaces
1 year ago
Kirill Primak 8d1b0cecd9 layer-shell: wait for an initial commit before configuring
1 year ago
Kirill Primak 904d256581 layer-shell: don't try to unmap on destroy
1 year ago
Simon Ser c5fd8c050f Mark DRM lease protocol privileged
1 year ago
Simon Ser 7e69a7076f Drop wl_drm
1 year ago
Simon Ser 95265fba59 input: reconfigure send_events on output hotplug
1 year ago
Billli11 0aceff7469
Remove wlr_presentation in sway_server struct
1 year ago
Bill Li 64d644f0da Chase wlroots!4482
1 year ago
Simon Ser 22d0dd8bde Check wlr_pointer_constraint_v1_state.cursor_hint.enabled
1 year ago
Alexander Orzechowski bbabb9aae8 output: Destroy when output layout is destroyed
1 year ago
Simon Ser c6edbb7e5a input/seat: simplify seat_is_input_allowed()
1 year ago
Simon Ser e8a0205607 input/seat: rename seat_set_exclusive_client()
1 year ago
Simon Ser 607b8aed0c input/seat: inline seat_set_exclusive_client() with NULL client
1 year ago
Simon Ser 7ad8c80bfe input/{keyboard,switch}: rename input_inhibited variable to locked
1 year ago
Simon Ser dbd70faf2e input/seat: drop exclusive_client
1 year ago
Simon Ser a6ef12d968 Detect proprietary DisplayLink drivers
1 year ago
Simon Ser ff07eab85b Detect Nvidia proprietary driver via drmGetVersion()
1 year ago
Simon Ser b81c4da494 Drop fglrx detection
1 year ago
Tamino Bauknecht 255ff665c5 sway: raise error on non-accessible background file
1 year ago
Simon Ser bf2b79b284 desktop/xwayland: correctly handle association on o-r change
1 year ago
mrusme ae3acf26f8 Update sway.5.scd
1 year ago
Alexander Orzechowski f12023b1a2 Don't destroy output layout on exit
1 year ago
Sergei Trofimovich 2cd73a33c2 sway/config.c: use `memcpy()` for known buffer size
1 year ago
Kirill Primak 47e6a1164c xdg-shell: chase events update
1 year ago
Simon Ser 128b6253a9 Pass wl_display to wlr_output_layout
1 year ago
Simon Ser fd6d6f1d97 Add wlr/util/transform.h includes
1 year ago
llyyr a946b1aecf Chase wlroots!4440
1 year ago
Simon Ser 9d666a08e1 Fix reference to wlr_output_event_commit.committed
1 year ago
Simon Ser 072fa60cb4 Add support for security-context-v1
1 year ago
Simon Ser 5bdd608514 Apply gamma LUT when an output re-enabled
1 year ago
EBADBEEF 86f96a786b view: re-apply criteria when window gets unmapped
1 year ago
NemuiBanila c3ec141b34 seat: Fix cursor theme reload for tablet tool
1 year ago
Lina Banik f7a40cfa2f seat: Fix reloading cursor theme after change
1 year ago
Simon Ser 5c99b98805 input/input-manager: drop input_manager_configure_all_inputs
1 year ago
Simon Ser 7036769bea Only reconfigure input mappings on output change
1 year ago
Simon Ser caa92ddee8 input/seat: rename seat_apply_input_config
1 year ago
Simon Ser 01dcad80e1 input/seat: don't configure mappings for switches
1 year ago
Bill Li 6f6b82793d chase wlroots!4411
1 year ago
Kirill Primak f2425b4fd6 xdg-shell: send maximized if tiled isn't supported
1 year ago
Dudemanguy 647521244a xdg_shell: don't update wlr_toplevel if the container has no size yet
1 year ago
Kirill Primak 47263aca28 view: check if the buffer was uploaded on save
1 year ago
Tamino Bauknecht 0dfaf7ea63 config/output: Allow approximation of output refresh rate
1 year ago
Alexander Orzechowski 4326a26ad6 Chase wlroots!4331
1 year ago
iff 8a8fb76ec1 Update sway-input.5.scd
1 year ago
Simon Ser 7cf4e1d5c6 Drop support for KDE's idle protocol
1 year ago
Manuel Stoeckl 8edc48f6dd sway/server: Fix null pointer crash when Xwayland disabled
1 year ago
Johan Sköld d952ce403e i3 compat: Adding support for the `all` criteria
1 year ago