Skip to content
Snippets Groups Projects
  1. Dec 25, 2022
  2. Dec 22, 2022
  3. Dec 09, 2022
  4. Dec 08, 2022
  5. Dec 07, 2022
  6. Nov 30, 2022
  7. Nov 29, 2022
    • Simon Zeni's avatar
      types/wlr_seat: finish keyboard_state during wlr_seat_destroy · de5e0919
      Simon Zeni authored
      (cherry picked from commit 0611c109)
      de5e0919
    • Johan Malm's avatar
      scene/layer_shell_v1.c: remove redundant comment · e0fe72ff
      Johan Malm authored and Kirill Primak's avatar Kirill Primak committed
      (cherry picked from commit 338e0a39)
      e0fe72ff
    • Johan Malm's avatar
      scene/layer_shell_v1.c: set exclusive zone correctly · 48920828
      Johan Malm authored and Kirill Primak's avatar Kirill Primak committed
      ...when only one edge is anchored.
      
      The layer-shell protocol specifies that a positive exclusive-zone value is
      'meaningful' if the surface is anchored to either:
      
      1. one edge
      2. one edge and both perpendicular edges.
      
      For example, if you wish to position a layer-shell client along the top
      edge and make it exclusive, you should be able to either set anchor=TOP or
      anchor=TOP|LEFT|RIGHT. It appears that many panels/bars use the latter
      approach (anchor to an edge and also both perpendicular edges) which is
      probably why this has not been reported previously.
      
      This patch adds support for the first case and thereby makes exclusive
      zone behaviour consistent with the protocol and also with sway's extant
      layer-shell implementation.
      
      (cherry picked from commit 8e80432a)
      48920828
  8. Nov 24, 2022
    • Guido Günther's avatar
      seat/pointer: Initialize low_res_value · 724bc296
      Guido Günther authored and Simon Ser's avatar Simon Ser committed
      Fixes
      
          In file included from /usr/include/wayland-server-core.h:32,
                           from ../types/seat/wlr_seat_pointer.c:6:
          In function 'wl_fixed_from_double',
              inlined from 'wlr_seat_pointer_send_axis' at ../types/seat/wlr_seat_pointer.c:367:6:
          /usr/include/wayland-util.h:641:17: error: 'low_res_value' may be used uninitialized [-Werror=maybe-uninitialized]
            641 |         u.d = d + (3LL << (51 - 8));
                |               ~~^~~~~~~~~~~~~~~~~~~
          ../types/seat/wlr_seat_pointer.c: In function 'wlr_seat_pointer_send_axis':
          ../types/seat/wlr_seat_pointer.c:329:16: note: 'low_res_value' was declared here
            329 |         double low_res_value;
                |                ^~~~~~~~~~~~~
      724bc296
  9. Nov 17, 2022
  10. Nov 16, 2022
  11. Nov 11, 2022
  12. Nov 08, 2022
  13. Nov 07, 2022
Loading