1
1
mirror of https://github.com/swaywm/sway synced 2025-03-04 23:21:12 +01:00

Commit Graph

  • acc2628c79 Don't use wlr_output properties Ryan Dwyer 2018-08-30 21:20:31 +1000
  • 7586f150c0 Implement type safe arguments and demote sway_container Ryan Dwyer 2018-08-30 21:00:10 +1000
  • 6add71f685
    Merge pull request #2571 from ammgws/0.15 Drew DeVault 2018-09-04 14:49:19 -0400
  • ea215b551d
    Fix swaybar block background fill logic Jason 2018-09-05 03:31:32 +0900
  • 309fcf2300
    Merge pull request #2569 from RyanDwyer/deny-reload-repeat Drew DeVault 2018-09-04 11:00:12 -0400
  • 7797490e9e Deny repeating reload by holding key Ryan Dwyer 2018-09-04 20:00:04 +1000
  • 6dd3e0caf5
    Merge pull request #2561 from RyanDwyer/window-role-criteria Drew DeVault 2018-09-03 21:49:41 -0400
  • 29f5cc7508 Implement window_role criteria token Ryan Dwyer 2018-09-02 20:06:25 +1000
  • 0b61bae8fb
    Merge pull request #2564 from ppascher/master Drew DeVault 2018-09-03 11:04:03 -0400
  • e4afd33d47
    Merge pull request #2542 from sghctoma/fix-freebsd-build Drew DeVault 2018-09-03 10:59:18 -0400
  • 7d353813d5
    Merge pull request #2563 from taiyu-len/fix/misaligned-pointer-access Drew DeVault 2018-09-03 10:57:21 -0400
  • 15c57f476f
    Merge pull request #2565 from ianyfan/fix-splashscreen-crash emersion 2018-09-03 16:32:35 +0200
  • e6fde0739a Fix crash when a splash screen opens on an empty workspace Ian Fan 2018-09-03 14:03:49 +0100
  • 93673095f0 move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs" Pascal Pascher 2018-09-03 14:25:48 +0200
  • f998601821 fix window_type with disabled xwayland support Pascal Pascher 2018-09-03 11:17:07 +0200
  • 587e320cd8 Fixed window_type with disabled xwayland support. Pascal Pascher 2018-09-03 11:13:50 +0200
  • 073dcb3a86 Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE sghctoma 2018-09-03 09:08:49 +0200
  • df730a8891 Merge remote-tracking branch 'upstream/master' into fix-freebsd-build sghctoma 2018-09-03 08:57:17 +0200
  • c9276f04c9
    Merge pull request #2553 from emersion/disabled-no-modeset Brian Ashworth 2018-09-03 00:32:09 -0400
  • afb6968874
    Merge branch 'master' into disabled-no-modeset Brian Ashworth 2018-09-03 00:24:28 -0400
  • d625d68d4a
    prevent ub caused by misaligned stores/loads taiyu 2018-09-02 17:07:12 -0700
  • 3af9588eb4
    Merge pull request #2562 from RyanDwyer/ld-library-path emersion 2018-09-02 21:42:46 +0200
  • e438342157
    Merge pull request #2560 from RyanDwyer/focus-on-window-activation emersion 2018-09-02 21:41:24 +0200
  • 4ece26e511 Add ld-library-path meson option Ryan Dwyer 2018-09-02 23:07:47 +1000
  • 7795f733d8 Use dashes in meson option names Ryan Dwyer 2018-09-02 22:58:15 +1000
  • 6fb03817c9 Rename fowa enum and use switch in view_request_activate Ryan Dwyer 2018-09-02 18:25:45 +1000
  • f057a0195e Implement focus_on_window_activation Ryan Dwyer 2018-09-02 15:03:58 +1000
  • 159edc6d13
    Merge pull request #2559 from RyanDwyer/xwayland-check-modal emersion 2018-09-02 10:17:29 +0200
  • 69cd1dfaca Check modal state when determining whether an xwayland view should float Ryan Dwyer 2018-09-02 13:27:32 +1000
  • ca3be93757
    Merge pull request #2554 from emersion/init-dmabuf-global-in-renderer emersion 2018-09-02 08:51:07 +0200
  • 407c12fddd Update for swaywm/wlroots#1216 emersion 2018-09-01 19:33:24 +0200
  • 80270ba086
    Merge pull request #2544 from RyanDwyer/fix-deferred-cmd-crash Drew DeVault 2018-09-01 13:00:26 -0400
  • 349d1f3be8 Do not modeset disabled outputs emersion 2018-09-01 18:56:53 +0200
  • 89a045835f
    Merge pull request #2547 from RyanDwyer/fix-reload-crash Drew DeVault 2018-09-01 10:39:36 -0400
  • 692dc55eca
    Merge pull request #2549 from RyanDwyer/border-improvements Drew DeVault 2018-09-01 10:38:02 -0400
  • 4ac67d6408
    Merge pull request #2550 from RyanDwyer/window-type-criteria Drew DeVault 2018-09-01 10:37:42 -0400
  • f4ec308376 Implement window_type criteria token Ryan Dwyer 2018-09-01 23:04:49 +1000
  • 016d0455f8 Implement deprecated new_window and new_float commands Ryan Dwyer 2018-09-01 21:28:13 +1000
  • d048296d5e
    Merge f146ee2820730b2d59f655cc3bf9ca427199a82a into 1f1b1b34d6398d463658317dea06f640482f3caa random human 2018-09-01 09:23:30 +0000
  • f146ee2820
    Add test to run sway random human 2018-09-01 14:46:40 +0530
  • 7e81e58e7d Allow reload command to exist anywhere in the command string Ryan Dwyer 2018-09-01 11:45:48 +1000
  • ebe65a4d48 Fix crash on reload Ryan Dwyer 2018-09-01 11:13:48 +1000
  • 1f1b1b34d6
    Merge pull request #2546 from RyanDwyer/fix-transaction-spamming emersion 2018-08-31 14:05:19 +0200
  • dce549c537 Don't send never-ending transactions when a focused layer surface commits Ryan Dwyer 2018-08-31 21:34:16 +1000
  • 1e0459f7f7 Fix crash when running deferred commands Ryan Dwyer 2018-08-31 19:49:12 +1000
  • 67188b7cba Enable privilege dropping of FreeBSD sghctoma 2018-08-30 10:33:48 +0200
  • ac7a0aa038 Add missing destroy calls to server_fini sghctoma 2018-08-30 10:05:04 +0200
  • 6de777a986 Add FreeBSD-specific PAM configuration sghctoma 2018-08-30 09:58:57 +0200
  • 6942f5b684 Fix SYSCONFDIR to include "prefix" sghctoma 2018-08-30 09:44:24 +0200
  • 462e15d9a5 Make libcap an optional dependency sghctoma 2018-08-30 09:40:35 +0200
  • cc16948c85 Fix feature macros for FreeBSD sghctoma 2018-08-30 09:29:05 +0200
  • de9e80459a
    Merge pull request #2537 from ianyfan/commands Drew DeVault 2018-08-29 08:42:03 -0400
  • 3686724c9e
    Merge pull request #2531 from RyanDwyer/maybe-fix-transaction-crash Drew DeVault 2018-08-29 08:40:13 -0400
  • 79899064b6 commands: fix exec quoting Ian Fan 2018-08-28 15:19:52 +0100
  • 5f6dcffe47
    Merge pull request #2536 from RyanDwyer/fix-nested-tabs Brian Ashworth 2018-08-29 00:47:46 -0400
  • 3c4196b986 Fix rendering of nested tabs Ryan Dwyer 2018-08-29 14:38:51 +1000
  • ed775103c8
    Merge pull request #2535 from RyanDwyer/fix-reap-crash Drew DeVault 2018-08-28 21:00:56 -0400
  • 2438f5f050 Fix crash when reaping a workspace Ryan Dwyer 2018-08-29 10:49:44 +1000
  • 095ca75769
    Merge pull request #2533 from RyanDwyer/fix-workspace-tabs Drew DeVault 2018-08-28 20:49:14 -0400
  • 53fe7b02e9 Fix workspace tabs Ryan Dwyer 2018-08-29 10:38:46 +1000
  • b12f7be907 Don't use bitfield to test for similar transactions Ryan Dwyer 2018-08-29 08:29:11 +1000
  • 602ccca1a8
    Merge pull request #2526 from ianyfan/commands Brian Ashworth 2018-08-28 12:41:18 -0400
  • 876b5147cf
    Merge branch 'master' into commands Brian Ashworth 2018-08-28 12:32:22 -0400
  • 6143a64cda
    Merge pull request #2528 from fokditkak/add-bulgarian-readme Drew DeVault 2018-08-28 10:58:37 -0400