├── COPYING ├── NEWS.md ├── README.md ├── meson.build ├── meson_options.txt ├── screenshots └── hopalong-0.1.png └── src ├── compositor ├── hopalong-cursor.c ├── hopalong-cursor.h ├── hopalong-decoration.c ├── hopalong-decoration.h ├── hopalong-environment.c ├── hopalong-environment.h ├── hopalong-keybinding.c ├── hopalong-keybinding.h ├── hopalong-layer-shell.c ├── hopalong-layer-shell.h ├── hopalong-macros.h ├── hopalong-main.c ├── hopalong-output.c ├── hopalong-output.h ├── hopalong-pango-util.c ├── hopalong-pango-util.h ├── hopalong-seat.c ├── hopalong-seat.h ├── hopalong-server.c ├── hopalong-server.h ├── hopalong-shell.c ├── hopalong-shell.h ├── hopalong-style.c ├── hopalong-style.h ├── hopalong-view.c ├── hopalong-view.h ├── hopalong-xdg.c ├── hopalong-xdg.h ├── hopalong-xwayland.c ├── hopalong-xwayland.h └── meson.build ├── meson.build └── protocols ├── meson.build └── wlr-layer-shell-unstable-v1.xml /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/COPYING -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/NEWS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/README.md -------------------------------------------------------------------------------- /meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/meson.build -------------------------------------------------------------------------------- /meson_options.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/meson_options.txt -------------------------------------------------------------------------------- /screenshots/hopalong-0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/screenshots/hopalong-0.1.png -------------------------------------------------------------------------------- /src/compositor/hopalong-cursor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-cursor.c -------------------------------------------------------------------------------- /src/compositor/hopalong-cursor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-cursor.h -------------------------------------------------------------------------------- /src/compositor/hopalong-decoration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-decoration.c -------------------------------------------------------------------------------- /src/compositor/hopalong-decoration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-decoration.h -------------------------------------------------------------------------------- /src/compositor/hopalong-environment.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-environment.c -------------------------------------------------------------------------------- /src/compositor/hopalong-environment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-environment.h -------------------------------------------------------------------------------- /src/compositor/hopalong-keybinding.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-keybinding.c -------------------------------------------------------------------------------- /src/compositor/hopalong-keybinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-keybinding.h -------------------------------------------------------------------------------- /src/compositor/hopalong-layer-shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-layer-shell.c -------------------------------------------------------------------------------- /src/compositor/hopalong-layer-shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-layer-shell.h -------------------------------------------------------------------------------- /src/compositor/hopalong-macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-macros.h -------------------------------------------------------------------------------- /src/compositor/hopalong-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-main.c -------------------------------------------------------------------------------- /src/compositor/hopalong-output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-output.c -------------------------------------------------------------------------------- /src/compositor/hopalong-output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-output.h -------------------------------------------------------------------------------- /src/compositor/hopalong-pango-util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-pango-util.c -------------------------------------------------------------------------------- /src/compositor/hopalong-pango-util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-pango-util.h -------------------------------------------------------------------------------- /src/compositor/hopalong-seat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-seat.c -------------------------------------------------------------------------------- /src/compositor/hopalong-seat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-seat.h -------------------------------------------------------------------------------- /src/compositor/hopalong-server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-server.c -------------------------------------------------------------------------------- /src/compositor/hopalong-server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-server.h -------------------------------------------------------------------------------- /src/compositor/hopalong-shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-shell.c -------------------------------------------------------------------------------- /src/compositor/hopalong-shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-shell.h -------------------------------------------------------------------------------- /src/compositor/hopalong-style.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-style.c -------------------------------------------------------------------------------- /src/compositor/hopalong-style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-style.h -------------------------------------------------------------------------------- /src/compositor/hopalong-view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-view.c -------------------------------------------------------------------------------- /src/compositor/hopalong-view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-view.h -------------------------------------------------------------------------------- /src/compositor/hopalong-xdg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-xdg.c -------------------------------------------------------------------------------- /src/compositor/hopalong-xdg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-xdg.h -------------------------------------------------------------------------------- /src/compositor/hopalong-xwayland.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-xwayland.c -------------------------------------------------------------------------------- /src/compositor/hopalong-xwayland.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/hopalong-xwayland.h -------------------------------------------------------------------------------- /src/compositor/meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/compositor/meson.build -------------------------------------------------------------------------------- /src/meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/meson.build -------------------------------------------------------------------------------- /src/protocols/meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/protocols/meson.build -------------------------------------------------------------------------------- /src/protocols/wlr-layer-shell-unstable-v1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iridescent-desktop/hopalong/HEAD/src/protocols/wlr-layer-shell-unstable-v1.xml --------------------------------------------------------------------------------