Commit graph

96 commits

Author SHA1 Message Date
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
buffet
9bcd635aca Merged output.cs and input.cs 2019-03-21 17:29:26 +01:00
buffet
cb359ad833 Actually, there are no long opts 2019-03-19 22:22:24 +01:00
buffet
92e42a3d9a Not worth implementing my own parser for those 3 options 2019-03-19 21:58:29 +01:00
buffet
bfe41c0cb9 Basic argument parsing 2019-03-19 20:33:39 +01:00
buffet
451ad4aa7d Removed warning and trailing space in readme 2019-03-19 20:33:13 +01:00
buffet
8133e322a9 Removed warnings and trailing space in readme 2019-03-19 13:04:43 +01:00
buffet
74c04932a0 Moved cursor into input 2019-03-17 21:03:59 +01:00
buffet
b5589ef47f Added input_init 2019-03-17 20:17:41 +01:00
buffet
593303e672 Added desktop_init 2019-03-17 20:04:52 +01:00
buffet
88358bd402 Don't need to call wlr_backend_destroy 2019-03-17 18:24:36 +01:00
buffet
c315adf31f Keyboard handling
commit ee1a46632dea614fcdf614299d4de6e22a9b0060
Author: buffet <niclas@countingsort.com>
Date:   Sat Mar 16 16:29:33 2019 +0100

    Fixed TTY switching

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

    Started working on kb handling
2019-03-16 16:31:58 +01:00
buffet
62ce311c8e Fixed cursors 2019-03-11 13:29:23 +01:00