Commit Graph

1940 Commits

Author SHA1 Message Date
Ivan Molodetskikh 78090e1140 Remove some commented out code 2023-08-16 20:29:57 +04:00
Ivan Molodetskikh 99533bdaf6 Update dependencies 2023-08-16 14:16:48 +04:00
Ivan Molodetskikh b5e7782970 Implement tablet-manager 2023-08-16 11:43:52 +04:00
Ivan Molodetskikh 6e36ccb1bd Implement wp-presentation 2023-08-16 10:59:34 +04:00
Ivan Molodetskikh d4d2cefe50 Respect max window width 2023-08-16 10:03:24 +04:00
Ivan Molodetskikh c8a60c4513 Use the correct min_size state 2023-08-16 09:59:27 +04:00
Ivan Molodetskikh 9d6be64955 Add fullscreen bind to README 2023-08-16 09:31:36 +04:00
Ivan Molodetskikh fc8f51da53 Put active window on top 2023-08-16 09:22:46 +04:00
Ivan Molodetskikh 6494df398d Add basic fullscreen impl 2023-08-16 09:08:10 +04:00
Ivan Molodetskikh d96daf68a7 Add binds to move between monitors 2023-08-16 08:03:20 +04:00
Ivan Molodetskikh 81e8e6e7ce Hardcode other xkb options I use 2023-08-16 07:11:57 +04:00
Ivan Molodetskikh 4b8abcfba3 Remove maximize and window menu capabilities
At least for now, niri doesn't implement those.
2023-08-16 07:10:44 +04:00
Ivan Molodetskikh 085cd147a9 Send frame callbacks to cursor and dnd icon 2023-08-16 07:08:57 +04:00
Ivan Molodetskikh 20b75f5f40 Set some touchpad input settings 2023-08-15 18:17:26 +04:00
Ivan Molodetskikh 30879ed30b Convert commit mark into a span 2023-08-15 18:17:12 +04:00
Ivan Molodetskikh 511e09094c Disable backtrace in anyhow
Too slow even with opt-level 3.
2023-08-15 17:18:30 +04:00
Ivan Molodetskikh 90d6e303ca Use xcursor default cursor, or fallback from Anvil 2023-08-15 17:17:42 +04:00
Ivan Molodetskikh 162c74c259 Add dnd icon support 2023-08-15 16:40:54 +04:00
Ivan Molodetskikh 2465bba085 Add client cursor support 2023-08-15 16:19:05 +04:00
Ivan Molodetskikh b0d129951c Extract pointer_element() 2023-08-15 16:08:37 +04:00
Ivan Molodetskikh 70003477b1 winit: Comment out egl binding 2023-08-15 15:16:22 +04:00
Ivan Molodetskikh 6ba4d01fdd Remove one unused import 2023-08-15 15:02:41 +04:00
Ivan Molodetskikh 7c96c3ea63 Add barebones tablet support 2023-08-15 15:00:26 +04:00
Ivan Molodetskikh 0da94d77ca Set data device focus on focus change
Fixes clipboard.
2023-08-15 14:23:14 +04:00
Ivan Molodetskikh ac73688a2b Add binds to spawn fuzzel and nautilus 2023-08-15 12:59:22 +04:00
Ivan Molodetskikh 7ad1fd3be9 Generalize Spawn action 2023-08-15 12:50:44 +04:00
Ivan Molodetskikh 37cbed890f Add initial layer-shell implementation
Those surfaces never receive mouse focus and always keyboard focus,
which may not be always good, but it'll do for now.
2023-08-15 12:49:26 +04:00
Ivan Molodetskikh 8cdd37b993 Update focus in one place 2023-08-15 12:03:10 +04:00
Ivan Molodetskikh e89966e150 Change default command to alacritty 2023-08-15 10:56:40 +04:00
Ivan Molodetskikh d19bfa3fc0 README: Add demo video 2023-08-14 08:05:57 -07:00
Ivan Molodetskikh 642144076e README: Change window to column for toggle width and maximize 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh c05326d1b6 Add Mod+F to maximize 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 2a163bb4b5 Add Mod+R to toggle between preset widths 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 6a1c149b4f winit: Dispatch with higher precision
This won't help all that much but eh
2023-08-14 18:37:33 +04:00
Ivan Molodetskikh adbd53327c Advance animations in process_input_event 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 99ab96d348 layout: Update workspace original output 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 5156805c62 Remove debug print 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh b5c02253ff Add workspace switch animations 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh ec5953319c winit: Force redraw every time 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh dd23e0b6ee Centralize workspace clean-up logic 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh dbf998119f Move things to Monitor impl 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 0e3b800337 Add focus change animations 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh c65a4f1624 Add frame clock
Tracks the presentation time and allows querying the next presentation
time.
2023-08-14 15:53:24 +04:00
Ivan Molodetskikh 529a24cc14 Enable overflow-checks in release 2023-08-14 15:22:10 +04:00
Ivan Molodetskikh 430fb47cd6 Centralize sending configure 2023-08-14 14:48:10 +04:00
Ivan Molodetskikh c95f290c65 winit: Request redraw if had damage
To be consistent with the tty backend. Even though this is not optimal
for now.
2023-08-14 12:24:59 +04:00
Ivan Molodetskikh 1dc698281d winit: Use damage from damage tracker 2023-08-14 12:24:20 +04:00
Ivan Molodetskikh 8f71842e7c Refactor everything again, make more things work 2023-08-13 19:55:37 +04:00
Ivan Molodetskikh 95c810c855 Refactor everything, add initial tiling code 2023-08-13 12:46:53 +04:00
Ivan Molodetskikh e02e35f9c6 winit: Bind EGL renderer 2023-08-13 12:22:07 +04:00