Commit Graph

  • 2170bd9649 feat: add Output, FractionalScale, Viewporter dev Louis Pearson 2024-02-17 19:24:52 -0700
  • 1ba884d7b8 feat: make text follow touch/pointer Louis Pearson 2024-02-17 16:29:09 -0700
  • c3d240358a feat: select text color, alpha blend text Louis Pearson 2024-02-17 14:30:56 -0700
  • 008d1b48ef feat: remove mobile<->desktop split Louis Pearson 2024-02-17 13:36:39 -0700
  • 051f0b7ffb feat: render a string with freetype Louis Pearson 2024-02-16 18:20:20 -0700
  • 7fdc7a9dfc feat: add mach-freetype, render a glyph Louis Pearson 2024-02-16 17:58:42 -0700
  • f22a9ac2a9 feat: implement framebuffer allocator Louis Pearson 2024-02-16 15:11:15 -0700
  • adadca6827 feat: reduce repetition when calling wayland api Louis Pearson 2024-02-07 23:34:00 -0700
  • 18a8befacd feat: get touch working Louis Pearson 2024-02-07 01:47:13 -0700
  • 76365322f2 remove unneeded stuff Louis Pearson 2024-02-07 01:46:49 -0700
  • 025ab53055 copy example 1 -> example 2; simplify example 1 LeRoyce Pearson 2024-01-30 14:12:50 -0700
  • ab10b7292c feat: append to one buffer instead of allocating many Louis Pearson 2024-01-22 00:42:20 -0700
  • e87f718f5d feat: add text editing Louis Pearson 2024-01-18 00:51:43 -0700
  • dad4b23cf5 feat: add renderText and renderGradient functions Louis Pearson 2024-01-17 20:18:05 -0700
  • fcd58ad7e6 feat: Add font8x8 Louis Pearson 2024-01-17 19:53:05 -0700
  • ccc90c80ca Remove submodule Louis Pearson 2024-01-16 21:19:40 -0700
  • b77c6302ac Add xkb-common Louis Pearson 2024-01-16 20:39:35 -0700
  • e39f8e6ec8 feat: handle window resize events LeRoyce Pearson 2024-01-16 02:03:35 -0700
  • 3e48488201 feat: set minimum supported xdg_wm_base to v2 LeRoyce Pearson 2024-01-16 01:24:29 -0700
  • b46131a80a fix: return error if a global's version is outdated LeRoyce Pearson 2024-01-16 01:22:42 -0700
  • 1d5a5b3265 feat: update to zig 0.12.0-dev.2058+04ac028a2 build changes LeRoyce Pearson 2024-01-16 01:21:38 -0700
  • a7128eaf34 feat: recieve file descriptors Louis Pearson 2024-01-16 00:57:31 -0700
  • 7a9e12abf8 feat: transparently send fds Louis Pearson 2024-01-15 22:14:40 -0700
  • ea4a75cc76 feat: add wayland.Conn Louis Pearson 2024-01-15 20:40:50 -0700
  • 6559e124a7 feat: add registerGlobals Louis Pearson 2024-01-15 13:07:18 -0700
  • 847051ebc3 feat: add seat, wl_pointer, wl_keyboard Louis Pearson 2024-01-15 02:22:40 -0700
  • 10475dd036 feat: add zxdg, decoration manager Louis Pearson 2024-01-15 00:36:55 -0700
  • c4c0880eff feat: example 01: commit after configure, respond to ping Louis Pearson 2024-01-14 23:25:01 -0700
  • 4a8254cca6 Edit example 00_client_connect for part 2 of Wayland from the Wire LeRoyce Pearson 2023-12-19 13:59:52 -0700
  • c3ca5aa772 Introduce read and write abstractions earlier LeRoyce Pearson 2023-12-18 13:47:49 -0700
  • 0042b56b93 Add README LeRoyce Pearson 2023-12-18 12:17:04 -0700
  • 50a9774a07 Rewrite example 01 as standalone example LeRoyce Pearson 2023-12-18 12:01:28 -0700
  • 13b0ea6a6f Replace custom code in example with `deserialize` LeRoyce Pearson 2023-08-12 17:41:36 -0600
  • 1542a95499 Rewrite core protocol structs to be more concise LeRoyce Pearson 2023-08-12 17:40:48 -0600
  • 47c57a5b87 Explicitly handle case where not all globals exist LeRoyce Pearson 2023-08-12 17:28:33 -0600
  • e66fbb225b Add IdPool helper LeRoyce Pearson 2023-08-10 19:43:49 -0600
  • f00806d7f6 Add support for serializing single enums LeRoyce Pearson 2023-08-10 19:27:47 -0600
  • 6bdc230417 Add support for parsing standalone enum fields LeRoyce Pearson 2023-08-10 19:24:32 -0600
  • 8878108c6f Change generated image to green-blue gradient LeRoyce Pearson 2023-08-10 19:23:36 -0600
  • d224b186a2 Remove single pixel buffer from example client LeRoyce Pearson 2023-08-10 19:23:00 -0600
  • 846f81b838 Add support for reading arrays from messages LeRoyce Pearson 2023-08-10 18:51:32 -0600
  • 8b50eeb7eb Get client rendering a window with low-level code LeRoyce Pearson 2023-08-10 14:23:22 -0600
  • 00dd8167ae Create example of connecting to a wayland server LeRoyce Pearson 2023-08-08 23:47:01 -0600