Commit graph

199 commits

Author SHA1 Message Date
tiosgz
448f78c970 Add clipboard and clipboard management support 2021-08-01 16:01:57 +00:00
4bc201754a Fix bad self on cursor:output_at_pos 2021-07-30 20:49:39 +00:00
540f931d2d Add kiwmi:output_at, cursor:output_at_pos, use lx, ly more consistenty 2021-07-30 20:36:26 +00:00
3b22a7ab88 Add kiwmi.desktop 2021-07-30 19:46:58 +00:00
ea920e8044 Merge pull request #30 from tiosgz/render-fix
[output render] Assign to variables before they are used by wlroots
2021-07-30 17:51:51 +00:00
cd36d81a6a Merge pull request #29 from tiosgz/wlr-0.13
Fix incompatibilities with wlroots 0.13
2021-07-30 17:51:43 +00:00
tiosgz
67900b3e9f Avoid unnecessary layer arrangement
Plus restore alphabetical order
2021-06-19 10:20:35 +00:00
tiosgz
9b99677562 Assign to variables before they are used by wlroots 2021-05-14 15:43:56 +00:00
tiosgz
8df79486ef Fix incompatibilities with wlroots 0.13 2021-04-24 11:53:05 +00:00
fc80555c1c Merge pull request #27 from tiosgz/fix-view-app-id
Fix: Return view's app_id when asked for app_id
2020-10-11 17:11:08 +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
34f5f1fc37 Differentiate between raw and translated keysyms 2020-08-27 20:48:15 +00:00
a736f0281b Add tostring to IPC results 2020-08-27 14:26:58 +00:00
gk
3d534e8b18 Fix misspelling (#23)
funtcion -> function
2020-08-18 13:59:07 +00:00
Hardy7cc
9fe0f03a44 Add keyboard:configure (#18)
* Add keyboard:configure
This enables the user to set the keyboard with libxkbcommon.

* changed keyboard:configure to keyboard:set_keymap
this now take a table as parameter

* Rename set_keymap to keymap, fix style issues

Co-authored-by: buffet <dev@buffet.sh>
2020-07-31 18:35:15 +00:00
28490350d5 Change default background 2020-07-30 21:38:47 +00:00
e713e91279 Fix lua5.1 compat (for luajit) 2020-07-30 21:34:34 +00:00
f270967f8a Add error handling to wlr_output_commit 2020-07-30 20:27:06 +00:00
e5ce807d7e Mode-set the output (fixes DRM backend) 2020-07-30 19:41:08 +00:00
f8d95f2fd5 Allow user to change their lua version 2020-05-11 15:11:23 +00:00
5bacdf12c6 Remove __gc from renderer 2020-02-10 00:22:01 +00:00
3c53b275f0 clang-format 2020-02-08 15:56:36 +00:00
22a32e86a9 Add kiwmi:schedule 2020-02-08 15:08:37 +00:00
af95af3362 Remove accidental kakoune swap file 2020-02-06 18:06:48 +00:00
1d755a8a74 Add object lifetimes (invalidate references, free listeners) 2020-02-06 17:55:05 +00:00
a0f53a31ce Add docs for kiwmi_renderer 2020-01-30 19:14:08 +00:00
6efa181e8f clang-format 2020-01-30 19:02:19 +00:00
32b9498d9c Allow layer-shell surfaces to change their layer 2020-01-28 17:13:53 +00:00
9664b9381a clang-format 2020-01-28 16:50:57 +00:00
Hardy7cc
f9bf9f9c79 Fixed changes introduced with wlroots version 0.10.0 (#17)
The variable layer in struct wlr_layer_surface_v1 is moved to wlr_layer_surface_v1_state
2020-01-28 16:50:17 +00:00
6ad6e04bb8 Remove tointeger calls to prevent lua from falling back to 0 2020-01-26 19:31:14 +00:00
9bafcc3a89 Add docs for renderer 2020-01-26 19:30:32 +00:00
7883089834 Make positions integers 2020-01-26 19:28:00 +00:00
a2cd2f596a Add renderer 2020-01-26 19:18:52 +00:00
39a77fadaa Only calculate output coords once per render 2020-01-22 23:16:09 +00:00
05bc4aada7 Add view:csd 2020-01-21 19:48:50 +00:00
f961b97c56 Add kiwmi:stop_interactive 2020-01-20 23:41:19 +00:00
e2ba6622f7 Add imove and iresize events, and view:imove, view:iresize 2020-01-20 23:21:17 +00:00
335b98de0d Add docs for view:{app_id, pid, title} 2020-01-20 22:16:50 +00:00
22f12dc506 Add view:title, view:app_id, view:pid 2020-01-19 23:36:12 +00:00
557a7ff753 Make kiwmi:spawn return the pid 2020-01-19 23:14:48 +00:00
c1972bfefc Respect layers for cursor motion 2020-01-19 19:45:13 +00:00
678b4ce549 Fix geometry 2020-01-19 18:10:18 +00:00
dd46523b3c Fix focus getting stuck on layers 2020-01-18 20:01:23 +00:00
96484a75f8 Focus layer-shell 2020-01-18 19:38:47 +00:00
c0b0418af8 Move seat into extra file 2020-01-18 15:56:12 +00:00
b909262f5a Add interactive move and rudamentary resize 2020-01-17 19:51:56 +00:00
598731af12 Add keboard:on_destroy 2020-01-15 22:48:15 +00:00
352e91258b Fix memleaks 2020-01-15 20:52:26 +00:00
724b38df78 Add enum field to kiwmi_command::done 2020-01-15 20:31:53 +00:00