tiosgz
8e58279c26
Fix xdg_shell_view_get_size
...
If the view doesn't set its size explicitly (e.g. imv), it returned 0
2021-09-15 17:05:05 +00:00
tiosgz
21062c0224
Update pointer focus more often
...
Until now, focusing a different view didn't move pointer focus to it,
even though it was under the cursor. The pointer had to move in order
to switch its focus. Similar situations should be handled after this
commit.
2021-09-05 10:51:58 +00:00
tiosgz
520dd5ce02
Only render mapped surfaces
...
This targets only surfaces under kiwmi_view, thus only XDG shell. Other
surfaces to be fixed later.
The new code here is copied over from wlroots, with only small
modifications.
2021-08-27 13:13:37 +00:00
tiosgz
2b4d6d205b
Handle XDG popups and subsurfaces
...
This commit ensures that they also cause output damage to happen and
that popups are moved into the visible area.
I browsed the source code of Sway while writing this and took a lot of
inspiration and help from there.
2021-08-27 13:06:55 +00:00
1cb890c45e
Move stuff into output_damage() function
2021-08-15 17:07:54 +00:00
6e5e651f90
Damage output when layer-shell surface updates
2021-08-15 17:00:06 +00:00
4bf66b6df5
Redraw twice on damage (even more hacky)
2021-08-14 20:25:15 +00:00
cd5ce00f74
Add hacky lazy damage tracking implementation
2021-08-14 19:44:20 +00:00
Bohdan Potměkleč
6369823551
Fix: Return view's app_id instead of title when asked
2020-10-11 16:15:49 +00:00
1d755a8a74
Add object lifetimes (invalidate references, free listeners)
2020-02-06 17:55:05 +00:00
05bc4aada7
Add view:csd
2020-01-21 19:48:50 +00:00
e2ba6622f7
Add imove and iresize events, and view:imove, view:iresize
2020-01-20 23:21:17 +00:00
22f12dc506
Add view:title, view:app_id, view:pid
2020-01-19 23:36:12 +00:00
678b4ce549
Fix geometry
2020-01-19 18:10:18 +00:00
96484a75f8
Focus layer-shell
2020-01-18 19:38:47 +00:00
b909262f5a
Add interactive move and rudamentary resize
2020-01-17 19:51:56 +00:00
a5653d357a
Start layer-shell
2020-01-15 20:30:37 +00:00
6fb13b2871
Add view:size
2020-01-08 22:26:17 +00:00
6d84fbe1c5
clang-format
2020-01-08 17:33:15 +00:00
838aaf2daf
Make view:tiled user configurable
2020-01-08 17:24:13 +00:00
783e982206
Rename view_resize to view_set_size
2020-01-08 16:39:20 +00:00
09bc31eaf1
Add view:tiled
2020-01-07 15:10:51 +00:00
a0bae4f8b5
Add view:pos and view:resize
2020-01-04 23:54:55 +00:00
cbe587b8c2
Add view destroy event
2020-01-02 23:39:15 +00:00
236c76df0e
Add view event to kiwmi_server
2020-01-01 18:13:24 +00:00
Tadeo Kondrak
0306baf534
Fix crash on unmap
...
The complete type unsafety of wl_container_of strikes again.
2019-12-30 22:30:08 -07:00
Tadeo Kondrak
849cda7021
Rename focus_view to view_focus
...
For consistency with the other functions.
2019-12-30 22:24:58 -07:00
9f9370e949
Add view_close
2019-12-30 23:23:35 +00:00
06debf11db
Add basic cursor handling (including focusing clients)
2019-12-26 20:55:10 +00:00
2f4c865afc
Move view creation code into view_create
2019-12-24 17:09:16 +00:00
68eec4ae23
Move wl_list_remove(view::link) to the top of the bunch
2019-12-24 16:09:22 +00:00
9ca0d87a32
Add auto focus for views and basic keyboard handling
2019-12-24 15:43:36 +00:00
31217d3089
Fix view staying in view list, even after destroyed
2019-12-24 15:41:23 +00:00
cce0d0ba15
Support xdg-shell and add basic rendering
2019-12-21 14:10:50 +00:00