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
buffet
9ed779417f
removed log i added by accident
2019-04-10 11:41:47 +02:00
buffet
e1cd29ba86
Server socket implementation
2019-04-08 18:10:37 +02:00
buffet
2f444a9e4f
Added check for XDG_RUNTIME_DIR
2019-04-08 18:10:26 +02:00
buffet
ff1aac0093
Started work on client
2019-04-08 11:06:46 +02:00
buffet
88cf3ebd7b
Updated clang-format
2019-03-27 23:13:43 +01:00
buffet
4f703cba94
Spawning a frontend
2019-03-26 21:45:00 +01:00
buffet
d5312fe4dd
frontend_path doesn't need to be initialized
2019-03-21 23:28:12 +01:00
buffet
3fc9bb1f23
Cleaned up includes
2019-03-21 22:12:54 +01:00