Commit 09d62c9
3 files changed
+833
-86
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
560 | | - | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
561 | 569 | | |
562 | 570 | | |
563 | 571 | | |
| |||
Submodule pugl-upstream updated 57 files
- .reuse/dep5+10-1
- bindings/cpp/include/pugl/pugl.hpp+19-57
- doc/c/events.rst+7-6
- doc/cpp/Doxyfile.in-1
- doc/cpp/events.rst+1-1
- doc/cpp/view.rst+5-5
- doc/cpp/world.rst+1-1
- examples/cube_view.h+3-3
- examples/glad/khrplatform.h+25-4
- examples/pugl_cairo_demo.c+31-89
- examples/pugl_clipboard_demo.c+1-1
- examples/pugl_cpp_demo.cpp+2-1
- examples/pugl_cursor_demo.c+8-8
- examples/pugl_embed_demo.c+8-7
- examples/pugl_print_events.c+1-1
- examples/pugl_shader_demo.c+12-13
- examples/pugl_vulkan_demo.c+3-2
- examples/pugl_window_demo.c+10-9
- examples/shaders/header_330.glsl+1-1
- include/pugl/pugl.h+11-5
- meson.build+65-38
- meson/suppressions/meson.build+1
- meson_options.txt+6
- src/.clang-tidy+1
- src/common.c+5-7
- src/internal.c+27-3
- src/internal.h+5
- src/mac.m+6-2
- src/platform.h+3-1
- src/wayland.c+1.2k
- src/wayland.h+75
- src/wayland_cairo.c+55
- src/wayland_gl.c+303
- src/wayland_stub.c+23
- src/wayland_vulkan.c+124
- src/win.c+9-7
- src/win_cairo.c+7-6
- src/x11.c+71-23
- src/x11.h+1
- src/x11_gl.c+1
- src/xdg-decoration.c+76
- src/xdg-decoration.h+384
- src/xdg-shell.c+184
- src/xdg-shell.h+2.4k
- subprojects/puglutil/include/puglutil/test_utils.h+2-2
- test/cpp/meson.build+2
- test/test_bad_call.c+1-1
- test/test_clipboard.c+1-1
- test/test_gl.c+37-14
- test/test_local_copy_paste.c+1-1
- test/test_redisplay.c+1-1
- test/test_remote_copy_paste.c+2-2
- test/test_show_hide.c+1-1
- test/test_size.c+1-1
- test/test_timer.c+1-1
- test/test_update.c+1-1
- test/test_view.c+2-2
0 commit comments