Import wlcs_1.6.1.orig.tar.gz
authorMarius Gripsgard <mariogrip@debian.org>
Sun, 29 Oct 2023 14:53:23 +0000 (15:53 +0100)
committerMarius Gripsgard <mariogrip@debian.org>
Sun, 29 Oct 2023 14:53:23 +0000 (15:53 +0100)
commitb71527c0fa360ff4570f2ee96807b5e8b809589b
tree1cccf9e8f157e3cf8b0ce596dd58dadb1e249526
Import wlcs_1.6.1.orig.tar.gz

[dgit import orig wlcs_1.6.1.orig.tar.gz]
120 files changed:
.github/workflows/ppa-upload.yml [new file with mode: 0644]
.github/workflows/spread.yml [new file with mode: 0644]
.github/workflows/tarball.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING.GPL2 [new file with mode: 0644]
COPYING.GPL3 [new file with mode: 0644]
README.rst [new file with mode: 0644]
cmake/FindGtestGmock.cmake [new file with mode: 0644]
cmake/JoinPaths.cmake [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/upstream/signing-key.asc [new file with mode: 0644]
debian/watch [new file with mode: 0644]
example/mir_integration.cpp [new file with mode: 0644]
include/active_listeners.h [new file with mode: 0644]
include/data_device.h [new file with mode: 0644]
include/geometry/dimensions.h [new file with mode: 0644]
include/geometry/displacement.h [new file with mode: 0644]
include/geometry/forward.h [new file with mode: 0644]
include/geometry/point.h [new file with mode: 0644]
include/geometry/rectangle.h [new file with mode: 0644]
include/geometry/size.h [new file with mode: 0644]
include/gtest_helpers.h [new file with mode: 0644]
include/gtk_primary_selection.h [new file with mode: 0644]
include/helpers.h [new file with mode: 0644]
include/in_process_server.h [new file with mode: 0644]
include/input_method.h [new file with mode: 0644]
include/layer_shell_v1.h [new file with mode: 0644]
include/method_event_impl.h [new file with mode: 0644]
include/mock_input_method_v1.h [new file with mode: 0644]
include/mock_input_method_v2.h [new file with mode: 0644]
include/mock_text_input_v2.h [new file with mode: 0644]
include/mock_text_input_v3.h [new file with mode: 0644]
include/mutex.h [new file with mode: 0644]
include/pointer_constraints_unstable_v1.h [new file with mode: 0644]
include/primary_selection.h [new file with mode: 0644]
include/relative_pointer_unstable_v1.h [new file with mode: 0644]
include/shared_library.h [new file with mode: 0644]
include/surface_builder.h [new file with mode: 0644]
include/version_specifier.h [new file with mode: 0644]
include/wl_handle.h [new file with mode: 0644]
include/wl_interface_descriptor.h [new file with mode: 0644]
include/wlcs/display_server.h [new file with mode: 0644]
include/wlcs/pointer.h [new file with mode: 0644]
include/wlcs/touch.h [new file with mode: 0644]
include/xdg_output_v1.h [new file with mode: 0644]
include/xdg_shell_stable.h [new file with mode: 0644]
include/xdg_shell_v6.h [new file with mode: 0644]
spread.yaml [new file with mode: 0644]
spread/build/alpine/task.yaml [new file with mode: 0644]
spread/build/fedora/task.yaml [new file with mode: 0644]
spread/build/ubuntu/task.yaml [new file with mode: 0644]
src/data_device.cpp [new file with mode: 0644]
src/gtk_primary_selection.cpp [new file with mode: 0644]
src/helpers.cpp [new file with mode: 0644]
src/in_process_server.cpp [new file with mode: 0644]
src/input_method.cpp [new file with mode: 0644]
src/layer_shell_v1.cpp [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/pointer_constraints_unstable_v1.cpp [new file with mode: 0644]
src/primary_selection.cpp [new file with mode: 0644]
src/protocol/gtk-primary-selection.xml [new file with mode: 0644]
src/protocol/input-method-unstable-v1.xml [new file with mode: 0644]
src/protocol/input-method-unstable-v2.xml [new file with mode: 0644]
src/protocol/pointer-constraints-unstable-v1.xml [new file with mode: 0644]
src/protocol/primary-selection-unstable-v1.xml [new file with mode: 0644]
src/protocol/relative-pointer-unstable-v1.xml [new file with mode: 0644]
src/protocol/text-input-unstable-v2.xml [new file with mode: 0644]
src/protocol/text-input-unstable-v3.xml [new file with mode: 0644]
src/protocol/wayland.xml [new file with mode: 0644]
src/protocol/wlr-foreign-toplevel-management-unstable-v1.xml [new file with mode: 0644]
src/protocol/wlr-layer-shell-unstable-v1.xml [new file with mode: 0644]
src/protocol/wlr-virtual-pointer-unstable-v1.xml [new file with mode: 0644]
src/protocol/xdg-output-unstable-v1.xml [new file with mode: 0644]
src/protocol/xdg-shell-unstable-v6.xml [new file with mode: 0644]
src/protocol/xdg-shell.xml [new file with mode: 0644]
src/relative_pointer_unstable_v1.cpp [new file with mode: 0644]
src/shared_library.cpp [new file with mode: 0644]
src/surface_builder.cpp [new file with mode: 0644]
src/termcolor.hpp [new file with mode: 0644]
src/test_c_compile.c [new file with mode: 0644]
src/thread_proxy.h [new file with mode: 0644]
src/version_specifier.cpp [new file with mode: 0644]
src/xdg_output_v1.cpp [new file with mode: 0644]
src/xdg_shell_stable.cpp [new file with mode: 0644]
src/xdg_shell_v6.cpp [new file with mode: 0644]
src/xfail_supporting_test_listener.cpp [new file with mode: 0644]
src/xfail_supporting_test_listener.h [new file with mode: 0644]
tests/copy_cut_paste.cpp [new file with mode: 0644]
tests/frame_submission.cpp [new file with mode: 0644]
tests/gtk_primary_selection.cpp [new file with mode: 0644]
tests/pointer_constraints.cpp [new file with mode: 0644]
tests/primary_selection.cpp [new file with mode: 0644]
tests/relative_pointer.cpp [new file with mode: 0644]
tests/self_test.cpp [new file with mode: 0644]
tests/subsurfaces.cpp [new file with mode: 0644]
tests/surface_input_regions.cpp [new file with mode: 0644]
tests/test_bad_buffer.cpp [new file with mode: 0644]
tests/test_surface_events.cpp [new file with mode: 0644]
tests/text_input_v2_with_input_method_v1.cpp [new file with mode: 0644]
tests/text_input_v3_with_input_method_v2.cpp [new file with mode: 0644]
tests/touches.cpp [new file with mode: 0644]
tests/wl_output.cpp [new file with mode: 0644]
tests/wlr_foreign_toplevel_management_v1.cpp [new file with mode: 0644]
tests/wlr_layer_shell_v1.cpp [new file with mode: 0644]
tests/wlr_virtual_pointer_v1.cpp [new file with mode: 0644]
tests/xdg_output_v1.cpp [new file with mode: 0644]
tests/xdg_popup.cpp [new file with mode: 0644]
tests/xdg_surface_stable.cpp [new file with mode: 0644]
tests/xdg_surface_v6.cpp [new file with mode: 0644]
tests/xdg_toplevel_stable.cpp [new file with mode: 0644]
tests/xdg_toplevel_v6.cpp [new file with mode: 0644]
tools/make_release_tarball [new file with mode: 0755]
tools/ppa-upload.sh [new file with mode: 0755]
wlcs.pc.in [new file with mode: 0644]