Commit graph

116 commits

Author SHA1 Message Date
Tadeo Kondrak
f3190f2eb8
Rename focus_view to view_focus
For consistency with the other functions.
2019-12-30 22:24:58 -07:00
Tadeo Kondrak
62daa5383c
Remove focus on click
It's a config responsibility now.
2019-12-30 22:24:53 -07:00
Tadeo Kondrak
440adaaaff
Add ForEachMacros to .clang-format
So it doesn't add a linebreak after them.
2019-12-30 21:46:50 -07:00
buffet
eda1fc566d Fix callback leak 2019-12-31 00:25:20 +00:00
buffet
3a5ed32a6c Add luaK_fini 2019-12-31 00:09:06 +00:00
buffet
57a3b2c46e Add Lua library
For now only kiwmi.on, kiwmi.quit, kiwmi.view_under_cursor,
kiwmi_view:close, lua_callback:cancel, and cursor_button events.
2019-12-30 23:33:07 +00:00
buffet
0405fbe14d Add view_close 2019-12-30 23:23:35 +00:00
buffet
1e49f076d5 Rename request_set_cursor to seat_request_set_cursor 2019-12-29 13:03:54 +00:00
buffet
25e7384614 Merge branch 'tadeokondrak-cursor-image-handling' 2019-12-29 13:01:13 +00:00
buffet
e2c9847c28 Merge branch 'cursor-image-handling' of git://github.com/tadeokondrak/kiwmi into tadeokondrak-cursor-image-handling 2019-12-29 13:00:45 +00:00
Tadeo Kondrak
351e5ed6d7 Add support for cursor axis and frame events (#15)
For scrolling support.
2019-12-29 11:10:51 +00:00
Tadeo Kondrak
5892347df4 Fix lack of return from function (#14) 2019-12-29 10:39:53 +00:00
Tadeo Kondrak
f2db00a996
Verify focus on cursor image changes 2019-12-29 01:26:29 -07:00
Tadeo Kondrak
7f9b9748ea
Basic implementation of request_set_cursor
Requires moving wlr_seat initialization above cursor creation, so we can
add listeners to it. Currently does no verification that the client
actually has focus.
2019-12-29 01:26:28 -07:00
buffet
a25ff1957b Add basic cursor handling (including focusing clients) 2019-12-26 20:55:10 +00:00
buffet
1d61d1ac1a Move view creation code into view_create 2019-12-24 17:09:16 +00:00
buffet
81497b76c5 Move wl_list_remove(view::link) to the top of the bunch 2019-12-24 16:09:22 +00:00
buffet
abda3d3a0e Add auto focus for views and basic keyboard handling 2019-12-24 15:43:36 +00:00
buffet
1931dcc605 Fix view staying in view list, even after destroyed 2019-12-24 15:41:23 +00:00
buffet
2b66a97cf9 Merge branch 'RubbaBoy-master' 2019-12-22 16:59:49 +00:00
buffet
acc72e2e65 Overhaul readme 2019-12-22 16:50:08 +00:00
RubbaBoy
547e079514
Replaced README and CONTRIBUTING files
The previous README and CONTRIBUTING were both text, the readme being non-intriguing with nothing to really hook a user looking at the project. This doesn't need to be accepted, however I'd recommend using it as a reference or similar for a future rework of the readme. HTML can also be used if you don't want to use Markdown.
2019-12-21 21:36:48 -05:00
buffet
be0685107f Rework README 2019-12-22 02:20:08 +00:00
buffet
be373177db Support xdg-shell and add basic rendering 2019-12-21 14:10:50 +00:00
buffet
389dd00d83 Change free, malloc to realloc 2019-12-11 13:46:09 +00:00
buffet
886b11f6bc Add protocols (xdg-shell) 2019-12-10 23:37:43 +00:00
buffet
228b70beab Style changes 2019-12-04 16:55:25 +00:00
buffet
c9a53e3557 Add screenshot support 2019-12-04 16:54:46 +00:00
buffet
7bef31c635 Change fallback render color to something more visible 2019-11-28 18:30:49 +00:00
buffet
9b2cd6b985 Add Lua config without kiwmi lib 2019-10-18 23:32:38 +02:00
buffet
feb8dfc7f4 Add config path default 2019-10-18 22:42:30 +02:00
buffet
07ad2ce268 Get away from adoc 2019-10-16 19:21:14 +02:00
buffet
2a68107705 Fix typo 2019-10-16 19:09:17 +02:00
buffet
40b7907d72 Delete frontend, add config 2019-10-16 19:05:30 +02:00
buffet
83eef45530 Move headers 2019-10-16 18:51:18 +02:00
buffet
cefcacf449 Remove kiwmic 2019-10-16 18:23:32 +02:00
buffet
64e1febcb5 Change readme 2019-10-16 18:21:44 +02:00
buffet
c7d8993ad8 Updated to wlr 0.6 2019-07-10 22:11:14 +02:00
buffet
8b9803095f Fix indentation in meson.build 2019-05-03 10:54:08 +02:00
buffet
83a3fddbcd Move type declaration for cmd_handlers up 2019-05-03 09:18:55 +02:00
buffet
5c8783dc93 Fixed zombification 2019-04-17 17:40:56 +02:00
buffet
77bb3904a0 Updated docs 2019-04-17 17:29:22 +02:00
buffet
d635bb2658 clang-format 2019-04-15 11:37:37 +02:00
buffet
d8ca169133 Basic command handling (without arguments) 2019-04-14 17:06:38 +02:00
buffet
6581d7470e read first, then do all commands 2019-04-13 15:30:49 +02:00
buffet
3da91f59ea line flushing is default 2019-04-13 15:30:28 +02:00
buffet
41fe4c26ae ready for command handling 2019-04-12 14:28:27 +02:00
buffet
9b8dd04038 dont need NON_BLOCK 2019-04-12 13:01:31 +02:00
buffet
6d2ade6016 client doesn't wait for '\0' 2019-04-11 12:26:03 +02:00
buffet
0191435bd4 kiwmic: Read reply from kiwmi 2019-04-10 11:42:06 +02:00