1
1
mirror of https://github.com/swaywm/sway synced 2025-07-29 06:54:22 +02:00

Commit Graph

  • ca40298af4 swaynag: add math to meson.build Brian Ashworth 2018-07-29 00:28:01 -0400
  • 894d57f192 swaynag: fix output selection Brian Ashworth 2018-07-28 23:25:40 -0400
  • a6145914c6 swaynag: refactor {sway_,}nagbar to swaynag Brian Ashworth 2018-07-28 23:15:12 -0400
  • 6124d0f9a2 swaynag: split config into own file and fix optind Brian Ashworth 2018-07-28 22:56:12 -0400
  • 58f3fa74ae Disable pango markup for extended message Drew DeVault 2018-07-28 09:48:37 -0400
  • 37709917b1 Set output to NULL if not specified Drew DeVault 2018-07-28 09:44:01 -0400
  • 8463a2896a swaynag: implement config file support Brian Ashworth 2018-07-28 09:34:25 -0400
  • a4f7bf23b2 Address first round review for swaynag Brian Ashworth 2018-07-27 11:19:42 -0400
  • 72db10c2f1 Support a detailed message in swaynagbar Brian Ashworth 2018-07-27 01:30:35 -0400
  • 88bc4b528e Implements swaynagbar Brian Ashworth 2018-07-25 21:57:19 -0400
  • abf33468c1 Arrange output in arrange_layers and commit dirty Brian Ashworth 2018-07-22 23:43:45 -0400
  • 9564c73c0d
    Merge pull request #2391 from RyanDwyer/fix-popups-v2 Drew DeVault 2018-08-01 22:02:12 -0400
  • 4cc0855f21
    Merge pull request #2264 from ianyfan/ipc Ryan Dwyer 2018-08-02 08:17:25 +1000
  • 46cfa8ff56 ipc: remove extraneous values Ian Fan 2018-08-01 16:22:06 +0100
  • 03eaf444a4 ipc: prevent emitting a workspace::focus event when moving a container to a different workspace or output Ian Fan 2018-07-18 21:55:14 +0100
  • b2ac234569 ipc: fix workspace::focus event behaviour Ian Fan 2018-07-18 21:52:15 +0100
  • 3edaf2ce2a ipc: add tick event Ian Fan 2018-07-18 12:30:39 +0100
  • 33433c6434 Add missing swaymsg completions Ian Fan 2018-07-18 11:52:29 +0100
  • 75aba00460 ipc: always include old property in workspace events Ian Fan 2018-07-18 11:40:16 +0100
  • d898e035ba ipc: add workspace::reload event Ian Fan 2018-07-18 11:38:06 +0100
  • 6865b8aae9 ipc: add binding event Ian Fan 2018-07-18 11:37:50 +0100
  • e0e638281e ipc: add window::move events Ian Fan 2018-07-18 10:50:48 +0100
  • 4bf253855f ipc: fix workspace::move calls argument order Ian Fan 2018-07-18 10:47:44 +0100
  • 07101a5707 ipc: only emit window::create event for views Ian Fan 2018-07-16 14:01:35 +0100
  • 317217f2c8 ipc: add window::mark event Ian Fan 2018-07-14 11:10:36 +0100
  • dd6debf367 ipc: add barconfig_update event on config reload Ian Fan 2018-07-13 23:22:34 +0100
  • 686c084cec ipc: add workspace::empty event Ian Fan 2018-07-13 21:55:04 +0100
  • 4f8f363dda ipc: add window::title event Ian Fan 2018-07-13 17:19:16 +0100
  • dd1d6255f0 ipc: add window::focus event Ian Fan 2018-07-13 17:16:32 +0100
  • f0310933c8 ipc: add window::close event Ian Fan 2018-07-13 17:15:52 +0100
  • 87ccf18964 ipc: add workspace::init event Ian Fan 2018-07-13 17:13:25 +0100
  • e8b179e313 ipc: add shutdown event Ian Fan 2018-07-13 16:58:45 +0100
  • f078f7fdfa
    Merge pull request #2397 from chr0me-sh/hide-cursor-if-no-pointer Drew DeVault 2018-08-01 11:45:36 -0400
  • 77d74dd34f XCursor is not configured if no pointer device is available chr0me 2018-08-01 19:48:43 +0800
  • d10ccc1eb1 Correctly track saved surfaces during multiple transactions Ryan Dwyer 2018-08-01 16:23:11 +1000
  • f91fd78b99
    Merge pull request #2395 from RedSoxFan/create-mouse-binding-list Ryan Dwyer 2018-08-01 14:21:18 +1000
  • 00a00aacef Create list for mouse binds when creating new mode Brian Ashworth 2018-07-31 23:49:42 -0400
  • 5a7976dcc2 Link xcb dependency to meson options "enable_xwayland" Michel Ganguin 2018-07-31 18:06:56 +0200
  • 764c58464e Link xcb dependency to meson options "enable_xwayland" Michel Ganguin 2018-07-31 17:50:54 +0200
  • 7a59508da4 Close popups when changing focus Ryan Dwyer 2018-07-31 19:58:34 +1000
  • de86d65627 Fix popups Ryan Dwyer 2018-07-31 18:41:30 +1000
  • f19add2702
    Merge pull request #2390 from emersion/fix-fullscreen-segfault Drew DeVault 2018-07-30 14:54:08 -0400
  • 15c19572cf Fix segfault with fullscreen emersion 2018-07-30 19:44:07 +0100
  • 62807242e0
    Merge 85968ec101aa38acf997f4dbadb1c36bfa30e031 into cbd0c3ec40d76bbdc91f5f60d59d1b5b0f2da6b3 Drew DeVault 2018-07-30 18:38:51 +0000
  • 85968ec101
    Revert "Refactor surface iterators" Drew DeVault 2018-07-30 14:38:47 -0400
  • cbd0c3ec40
    Merge pull request #2367 from emersion/iterator-redesign Drew DeVault 2018-07-30 13:12:22 -0400
  • 878d1ddd07
    Merge pull request #2387 from 1ace/feature/bash-completion Drew DeVault 2018-07-30 13:11:20 -0400
  • 6c30b3fcc8
    Merge pull request #2381 from frsfnrrg/key-repeat Drew DeVault 2018-07-30 13:10:56 -0400
  • c1bf8d04be
    Merge pull request #2388 from 1ace/fix/delete-swaygrab emersion 2018-07-30 17:25:41 +0100
  • 52a27f1529 delete references to swaygrab Eric Engestrom 2018-07-30 16:24:46 +0100
  • 4985667826
    Merge pull request #2385 from 1ace/fix/include emersion 2018-07-30 15:57:11 +0100
  • b9d531b318 meson: install bash completion Eric Engestrom 2018-07-27 17:50:33 +0100
  • c4b4da5dc4 bash: add completion for swayidle Eric Engestrom 2018-07-27 16:31:39 +0100
  • 4a8a19d21f bash: add completion for swaylock Eric Engestrom 2018-07-27 16:31:30 +0100
  • 21609f8af2 bash: add completion for swaymsg Eric Engestrom 2018-07-27 16:31:18 +0100
  • 27e89cf61d bash: add completion for sway Eric Engestrom 2018-07-27 16:31:04 +0100
  • a0dc8032e1
    Merge pull request #2384 from 1ace/fix/zsh-completion emersion 2018-07-30 15:31:53 +0100
  • 1ff14a35e5
    Merge 021933f73525c99f867fa7dc0988d5b48b79e44f into 5f8676f21478a05c349f0222755e999e2f457acc Eric Engestrom 2018-07-30 14:26:45 +0000
  • 9f59885928 zsh: fix sway completion Eric Engestrom 2018-07-26 17:25:20 +0100
  • c6a6faaeae util.h: add missing include Eric Engestrom 2018-07-30 13:03:46 +0100
  • 021933f735 use standard ARRAY_SIZE() macro Eric Engestrom 2018-07-30 14:29:34 +0100
  • 5f8676f214
    Merge pull request #2383 from RedSoxFan/fix-title-scale Drew DeVault 2018-07-30 08:05:14 -0400
  • b8efdeae29 Fix title textures on scale change Brian Ashworth 2018-07-30 01:59:20 -0400
  • 8dacd0639c Enable unstable wlroots features Drew DeVault 2018-07-29 19:33:54 -0400