| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-02 | Rename files contatining top level structs | Isaac Freund | 1 | -1/+1 | |
| This respects the naming convention of snake_case namespaces and TitleCase types. | |||||
| 2020-05-02 | Relicense to GPL-3.0-or-later | Isaac Freund | 1 | -1/+19 | |
| 2020-05-02 | Make Server a toplevel struct | Isaac Freund | 1 | -1/+1 | |
| 2020-04-27 | Clean up some code using c imported enums | Isaac Freund | 1 | -1/+1 | |
| 2020-04-18 | Properly clean up resources on exit | Isaac Freund | 1 | -1/+3 | |
| 2020-03-29 | Add a log utility | Isaac Freund | 1 | -2/+6 | |
| 2020-03-29 | Make c import a little cleaner | Isaac Freund | 1 | -1/+1 | |
| 2020-03-27 | Add keybind to spawn alacritty instance | Isaac Freund | 1 | -6/+0 | |
| 2020-03-25 | Add Root struct | Isaac Freund | 1 | -3/+2 | |
| Server handles listening for wayland signals. It delegates input handling to Seat and output handling to Root. | |||||
| 2020-03-24 | Handle destruction of Server properly | Isaac Freund | 1 | -1/+1 | |
| 2020-03-24 | Make all things const | Isaac Freund | 1 | -1/+1 | |
| The quest for idiomatic zig continues | |||||
| 2020-03-24 | Rework things to stop invalidating pointers | Isaac Freund | 1 | -1/+3 | |
| 2020-03-23 | Get things compiling again | Isaac Freund | 1 | -0/+2 | |
| 2020-03-23 | Refactor xdg_shell handling | Isaac Freund | 1 | -8/+0 | |
| 2020-03-23 | Rework Server | Isaac Freund | 1 | -51/+7 | |
| 2020-03-22 | WIP massive refactor | Isaac Freund | 1 | -786/+0 | |
| 2020-03-22 | Use std.ArrayList over wl_list and fix bugs | Isaac Freund | 1 | -43/+46 | |
| This is now a working hello world! | |||||
| 2020-03-21 | Hack around @cImport() not handling flexible arrays | Isaac Freund | 1 | -23/+289 | |
| 2020-03-21 | Spawn a child | Isaac Freund | 1 | -1/+6 | |
| 2020-03-20 | Down to 1 translate c error | Isaac Freund | 1 | -149/+454 | |
| 2020-03-19 | Make more progress towards tinywl in zig | Isaac Freund | 1 | -40/+218 | |
| 2020-03-19 | Initial commit | Isaac Freund | 1 | -0/+102 | |
