Commit graph

247 commits

Author SHA1 Message Date
5014c08fc9 Merge branch 'RubbaBoy-master' 2019-12-22 16:59:49 +00:00
2b7bc885d2 Overhaul readme 2019-12-22 16:50:08 +00:00
RubbaBoy
6bb8e9c254 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
b62baab140 Rework README 2019-12-22 02:20:08 +00:00
cce0d0ba15 Support xdg-shell and add basic rendering 2019-12-21 14:10:50 +00:00
3673ae37ca Change free, malloc to realloc 2019-12-11 13:46:09 +00:00
f936aed7c2 Add protocols (xdg-shell) 2019-12-10 23:37:43 +00:00
1e42eba563 Style changes 2019-12-04 16:55:25 +00:00
0f4657e279 Add screenshot support 2019-12-04 16:54:46 +00:00
815a8b96ad Change fallback render color to something more visible 2019-11-28 18:30:49 +00:00
79e6b392cf Add Lua config without kiwmi lib 2019-10-18 23:32:38 +02:00
71917a46cf Add config path default 2019-10-18 22:42:30 +02:00
16653242e8 Get away from adoc 2019-10-16 19:21:14 +02:00
258f4fab9a Fix typo 2019-10-16 19:09:17 +02:00
5a362d63c5 Delete frontend, add config 2019-10-16 19:05:30 +02:00
f81cfc1725 Move headers 2019-10-16 18:51:18 +02:00
fa772c2af9 Remove kiwmic 2019-10-16 18:23:32 +02:00
084b2bca84 Change readme 2019-10-16 18:21:44 +02:00
ffd4a89db0 Updated to wlr 0.6 2019-07-10 22:11:14 +02:00
5cc86571a6 Fix indentation in meson.build 2019-05-03 10:54:08 +02:00
fa4cbf0647 Move type declaration for cmd_handlers up 2019-05-03 09:18:55 +02:00
6cf3a23ad0 Fixed zombification 2019-04-17 17:40:56 +02:00
0bfd115d3c Updated docs 2019-04-17 17:29:22 +02:00
733c301c7d clang-format 2019-04-15 11:37:37 +02:00
da4f881cc9 Basic command handling (without arguments) 2019-04-14 17:06:38 +02:00
8b2d2bcd50 read first, then do all commands 2019-04-13 15:30:49 +02:00
23a7d189f1 line flushing is default 2019-04-13 15:30:28 +02:00
085b27f0b8 ready for command handling 2019-04-12 14:28:27 +02:00
80c1e9c1f9 dont need NON_BLOCK 2019-04-12 13:01:31 +02:00
9868cb1deb client doesn't wait for '\0' 2019-04-11 12:26:03 +02:00
6d33b5b222 kiwmic: Read reply from kiwmi 2019-04-10 11:42:06 +02:00
fe8b10a742 removed log i added by accident 2019-04-10 11:41:47 +02:00
9e6a347529 Server socket implementation 2019-04-08 18:10:37 +02:00
ca640aafc0 Added check for XDG_RUNTIME_DIR 2019-04-08 18:10:26 +02:00
7f28300662 Started work on client 2019-04-08 11:06:46 +02:00
545095be70 Updated clang-format 2019-03-27 23:13:43 +01:00
ab565e2c87 Spawning a frontend 2019-03-26 21:45:00 +01:00
89a00b913c frontend_path doesn't need to be initialized 2019-03-21 23:28:12 +01:00
7efc56adfc Cleaned up includes 2019-03-21 22:12:54 +01:00
1ba4b518fa Merged output.cs and input.cs 2019-03-21 17:29:26 +01:00
83c38f6e5c Actually, there are no long opts 2019-03-19 22:22:24 +01:00
99bcc1dc51 Not worth implementing my own parser for those 3 options 2019-03-19 21:58:29 +01:00
fe3798e48a Basic argument parsing 2019-03-19 20:33:39 +01:00
47a960678a Removed warning and trailing space in readme 2019-03-19 20:33:13 +01:00
7b33019d6b Removed warnings and trailing space in readme 2019-03-19 13:04:43 +01:00
b394a50db6 Moved cursor into input 2019-03-17 21:03:59 +01:00
b3eed39a82 Added input_init 2019-03-17 20:17:41 +01:00
5b91ce1835 Added desktop_init 2019-03-17 20:04:52 +01:00
1e2bef4cae Don't need to call wlr_backend_destroy 2019-03-17 18:24:36 +01:00
c092c8784b Keyboard handling
commit ee1a46632dea614fcdf614299d4de6e22a9b0060
Author: buffet <dev@buffet.sh>
Date:   Sat Mar 16 16:29:33 2019 +0100

    Fixed TTY switching

commit 7cc8aae424c924035489c09c6d5337eb281f1e39
Author: buffet <dev@buffet.sh>
Date:   Fri Mar 15 16:55:13 2019 +0100

    Started working on kb handling
2019-03-16 16:31:58 +01:00