Commit graph

  • e01acb6097 swaynag: allow more config options Brian Ashworth 2018-07-29 22:42:03 -04:00
  • ca40298af4 swaynag: add math to meson.build Brian Ashworth 2018-07-29 00:28:01 -04:00
  • 894d57f192 swaynag: fix output selection Brian Ashworth 2018-07-28 23:25:40 -04:00
  • a6145914c6 swaynag: refactor {sway_,}nagbar to swaynag Brian Ashworth 2018-07-28 23:15:12 -04:00
  • 6124d0f9a2 swaynag: split config into own file and fix optind Brian Ashworth 2018-07-28 22:56:12 -04:00
  • 58f3fa74ae Disable pango markup for extended message Drew DeVault 2018-07-28 09:48:37 -04:00
  • 37709917b1 Set output to NULL if not specified Drew DeVault 2018-07-28 09:44:01 -04:00
  • 8463a2896a swaynag: implement config file support Brian Ashworth 2018-07-28 09:34:25 -04:00
  • a4f7bf23b2 Address first round review for swaynag Brian Ashworth 2018-07-27 11:19:42 -04:00
  • 72db10c2f1 Support a detailed message in swaynagbar Brian Ashworth 2018-07-27 01:30:35 -04:00
  • 88bc4b528e Implements swaynagbar Brian Ashworth 2018-07-25 21:57:19 -04:00
  • abf33468c1 Arrange output in arrange_layers and commit dirty Brian Ashworth 2018-07-22 23:43:45 -04:00
  • 9564c73c0d
    Merge pull request #2391 from RyanDwyer/fix-popups-v2 Drew DeVault 2018-08-01 22:02:12 -04:00
  • 4cc0855f21
    Merge pull request #2264 from ianyfan/ipc Ryan Dwyer 2018-08-02 08:17:25 +10:00
  • 46cfa8ff56 ipc: remove extraneous values Ian Fan 2018-08-01 16:22:06 +01:00
  • 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 +01:00
  • b2ac234569 ipc: fix workspace::focus event behaviour Ian Fan 2018-07-18 21:52:15 +01:00
  • 3edaf2ce2a ipc: add tick event Ian Fan 2018-07-18 12:30:39 +01:00
  • 33433c6434 Add missing swaymsg completions Ian Fan 2018-07-18 11:52:29 +01:00
  • 75aba00460 ipc: always include old property in workspace events Ian Fan 2018-07-18 11:40:16 +01:00
  • d898e035ba ipc: add workspace::reload event Ian Fan 2018-07-18 11:38:06 +01:00
  • 6865b8aae9 ipc: add binding event Ian Fan 2018-07-18 11:37:50 +01:00
  • e0e638281e ipc: add window::move events Ian Fan 2018-07-18 10:50:48 +01:00
  • 4bf253855f ipc: fix workspace::move calls argument order Ian Fan 2018-07-18 10:47:44 +01:00
  • 07101a5707 ipc: only emit window::create event for views Ian Fan 2018-07-16 14:01:35 +01:00
  • 317217f2c8 ipc: add window::mark event Ian Fan 2018-07-14 11:10:36 +01:00
  • dd6debf367 ipc: add barconfig_update event on config reload Ian Fan 2018-07-13 23:22:34 +01:00
  • 686c084cec ipc: add workspace::empty event Ian Fan 2018-07-13 21:55:04 +01:00
  • 4f8f363dda ipc: add window::title event Ian Fan 2018-07-13 17:19:16 +01:00
  • dd1d6255f0 ipc: add window::focus event Ian Fan 2018-07-13 17:16:32 +01:00
  • f0310933c8 ipc: add window::close event Ian Fan 2018-07-13 17:15:52 +01:00
  • 87ccf18964 ipc: add workspace::init event Ian Fan 2018-07-13 17:13:25 +01:00
  • e8b179e313 ipc: add shutdown event Ian Fan 2018-07-13 16:58:45 +01:00
  • f078f7fdfa
    Merge pull request #2397 from chr0me-sh/hide-cursor-if-no-pointer Drew DeVault 2018-08-01 11:45:36 -04:00
  • 77d74dd34f XCursor is not configured if no pointer device is available chr0me 2018-08-01 19:48:43 +08:00
  • d10ccc1eb1 Correctly track saved surfaces during multiple transactions Ryan Dwyer 2018-08-01 16:23:11 +10:00
  • f91fd78b99
    Merge pull request #2395 from RedSoxFan/create-mouse-binding-list Ryan Dwyer 2018-08-01 14:21:18 +10:00
  • 00a00aacef Create list for mouse binds when creating new mode Brian Ashworth 2018-07-31 23:49:42 -04:00
  • 5a7976dcc2 Link xcb dependency to meson options "enable_xwayland" Michel Ganguin 2018-07-31 18:06:56 +02:00
  • 764c58464e Link xcb dependency to meson options "enable_xwayland" Michel Ganguin 2018-07-31 17:50:54 +02:00
  • 7a59508da4 Close popups when changing focus Ryan Dwyer 2018-07-31 19:58:34 +10:00
  • de86d65627 Fix popups Ryan Dwyer 2018-07-31 18:41:30 +10:00
  • f19add2702
    Merge pull request #2390 from emersion/fix-fullscreen-segfault Drew DeVault 2018-07-30 14:54:08 -04:00
  • 15c19572cf Fix segfault with fullscreen emersion 2018-07-30 19:44:07 +01:00
  • 62807242e0
    Merge 85968ec101 into cbd0c3ec40 Drew DeVault 2018-07-30 18:38:51 +00:00
  • 85968ec101
    Revert "Refactor surface iterators" Drew DeVault 2018-07-30 14:38:47 -04:00
  • cbd0c3ec40
    Merge pull request #2367 from emersion/iterator-redesign Drew DeVault 2018-07-30 13:12:22 -04:00
  • 878d1ddd07
    Merge pull request #2387 from 1ace/feature/bash-completion Drew DeVault 2018-07-30 13:11:20 -04:00
  • 6c30b3fcc8
    Merge pull request #2381 from frsfnrrg/key-repeat Drew DeVault 2018-07-30 13:10:56 -04:00
  • c1bf8d04be
    Merge pull request #2388 from 1ace/fix/delete-swaygrab emersion 2018-07-30 17:25:41 +01:00
  • 52a27f1529 delete references to swaygrab Eric Engestrom 2018-07-30 16:24:46 +01:00
  • 4985667826
    Merge pull request #2385 from 1ace/fix/include emersion 2018-07-30 15:57:11 +01:00
  • b9d531b318 meson: install bash completion Eric Engestrom 2018-07-27 17:50:33 +01:00
  • c4b4da5dc4 bash: add completion for swayidle Eric Engestrom 2018-07-27 16:31:39 +01:00
  • 4a8a19d21f bash: add completion for swaylock Eric Engestrom 2018-07-27 16:31:30 +01:00
  • 21609f8af2 bash: add completion for swaymsg Eric Engestrom 2018-07-27 16:31:18 +01:00
  • 27e89cf61d bash: add completion for sway Eric Engestrom 2018-07-27 16:31:04 +01:00
  • a0dc8032e1
    Merge pull request #2384 from 1ace/fix/zsh-completion emersion 2018-07-30 15:31:53 +01:00
  • 1ff14a35e5
    Merge 021933f735 into 5f8676f214 Eric Engestrom 2018-07-30 14:26:45 +00:00
  • 9f59885928 zsh: fix sway completion Eric Engestrom 2018-07-26 17:25:20 +01:00
  • c6a6faaeae util.h: add missing include Eric Engestrom 2018-07-30 13:03:46 +01:00
  • 021933f735 use standard ARRAY_SIZE() macro Eric Engestrom 2018-07-30 14:29:34 +01:00
  • 5f8676f214
    Merge pull request #2383 from RedSoxFan/fix-title-scale Drew DeVault 2018-07-30 08:05:14 -04:00
  • b8efdeae29 Fix title textures on scale change Brian Ashworth 2018-07-30 01:59:20 -04:00
  • 8dacd0639c Enable unstable wlroots features Drew DeVault 2018-07-29 19:33:54 -04:00
  • 8dbbfa5965 Bindings use advised keyboard repeat parameters frsfnrrg 2018-07-29 18:50:20 -04:00
  • e33dfbfa75 Implement key repeat for pressed key bindings frsfnrrg 2018-07-29 16:25:43 -04:00
  • ca8f177e14
    Merge pull request #2379 from emersion/xwayland-unmanaged Drew DeVault 2018-07-29 13:49:58 -04:00
  • 9a7e436fad Don't give focus if xwayland window has a type hint emersion 2018-07-29 11:05:11 +01:00
  • 0ad865f0b7 Make output_surface_for_each_surface_iterator static emersion 2018-07-29 14:34:48 +01:00
  • 9951b2ec33 Remove unused output_from_wlr_output emersion 2018-07-27 19:23:38 +01:00
  • fe0750fec1 Remove output_surface_for_each_surface from header emersion 2018-07-27 19:19:30 +01:00
  • 8d5cc8625c Completely switch over to new iterators emersion 2018-07-27 19:16:36 +01:00
  • e9d674cfd2 wip: redesign output_view_for_each_surface iterator emersion 2018-07-27 18:59:14 +01:00
  • a0dd977617 wip: redesign output_layer_for_each_surface iterator emersion 2018-07-27 18:53:15 +01:00
  • dbf6dd0dae wip: redesign output_drag_icons_for_each_surface iterator emersion 2018-07-27 18:44:36 +01:00
  • d2172bd331 wip: redesign output_unmanaged_for_each_surface iterator emersion 2018-07-27 18:17:47 +01:00
  • 8fcf0505d0
    Merge pull request #2380 from mariusor/tap-button-map-man-fix Ryan Dwyer 2018-07-29 23:12:01 +10:00
  • b2f58af46c
    Merge branch 'master' into tap-button-map-man-fix Ryan Dwyer 2018-07-29 23:01:59 +10:00
  • 5af776e734
    Merge pull request #2376 from swaywm/virtual-keyboard emersion 2018-07-29 13:59:54 +01:00
  • 7b9aee5451
    Escaping underscores in tap_button_map Marius Orcsik 2018-07-29 14:47:53 +02:00
  • cded0ff7e8
    Merge pull request #2371 from ggreer/numlock Drew DeVault 2018-07-28 20:49:13 -04:00
  • 1e65439a54 Add virtual keyboard protocol Drew DeVault 2018-07-28 20:47:56 -04:00
  • 30fee94354 Don't enable numlock by default. This fixes an annoying issue where laptop keyboards would have 'numlock mode' enabled, remapping parts of the alphabet to numbers. Geoff Greer 2018-07-27 22:42:50 -07:00
  • 53069f1403
    Merge pull request #2360 from RyanDwyer/floating-containers Drew DeVault 2018-07-28 09:30:12 -04:00
  • e4b54ac16e
    Merge pull request #2368 from RyanDwyer/handle-out-of-fds Drew DeVault 2018-07-28 09:05:28 -04:00
  • 68d6307aa6
    Merge pull request #2365 from RyanDwyer/fix-cmd-defer-crash Drew DeVault 2018-07-28 09:05:04 -04:00
  • 84cd22c8cb Fix crash when a deferred command destroys a workspace Ryan Dwyer 2018-07-28 22:13:13 +10:00
  • 0337609667 Focus child when showing a scratchpad container Ryan Dwyer 2018-07-27 13:48:20 +10:00
  • debb8e85b2 Fix crash when unfloating child of container into empty workspace Ryan Dwyer 2018-07-27 13:46:01 +10:00
  • 9d1f6e095b Send floating container to scratchpad when a child is focused Ryan Dwyer 2018-07-27 09:14:12 +10:00
  • 538e083f61 Fix focus mode_toggle from a child of a floating container Ryan Dwyer 2018-07-27 09:10:10 +10:00
  • c95847c9e1 Allow splitting a floating view Ryan Dwyer 2018-07-26 23:00:58 +10:00
  • da2a87f6c7 When unfloating, return container to previously focused tiled container Ryan Dwyer 2018-07-26 22:58:42 +10:00
  • 936168e740 Operate on floating split container when a child is focused Ryan Dwyer 2018-07-26 22:42:58 +10:00
  • 902a1402ba Fix crash when a child of a floating container is in the scratchpad Ryan Dwyer 2018-07-26 22:27:42 +10:00
  • 0b6b6716e2 Fix clicking a floating split container Ryan Dwyer 2018-07-26 19:10:53 +10:00
  • 08cfba2192 Allow containers to float Ryan Dwyer 2018-07-26 18:36:46 +10:00
  • a4bcddcfdc Include errno.h Ryan Dwyer 2018-07-28 10:24:04 +10:00
  • d6daf10cad Show errno description in log Ryan Dwyer 2018-07-28 10:00:04 +10:00