1
1
mirror of https://github.com/swaywm/sway synced 2025-09-16 03:11:23 +02:00

Commit Graph

  • 9951b2ec33 Remove unused output_from_wlr_output emersion 2018-07-27 19:23:38 +0100
  • fe0750fec1 Remove output_surface_for_each_surface from header emersion 2018-07-27 19:19:30 +0100
  • 8d5cc8625c Completely switch over to new iterators emersion 2018-07-27 19:16:36 +0100
  • e9d674cfd2 wip: redesign output_view_for_each_surface iterator emersion 2018-07-27 18:59:14 +0100
  • a0dd977617 wip: redesign output_layer_for_each_surface iterator emersion 2018-07-27 18:53:15 +0100
  • dbf6dd0dae wip: redesign output_drag_icons_for_each_surface iterator emersion 2018-07-27 18:44:36 +0100
  • d2172bd331 wip: redesign output_unmanaged_for_each_surface iterator emersion 2018-07-27 18:17:47 +0100
  • 8fcf0505d0
    Merge pull request #2380 from mariusor/tap-button-map-man-fix Ryan Dwyer 2018-07-29 23:12:01 +1000
  • b2f58af46c
    Merge branch 'master' into tap-button-map-man-fix Ryan Dwyer 2018-07-29 23:01:59 +1000
  • 5af776e734
    Merge pull request #2376 from swaywm/virtual-keyboard emersion 2018-07-29 13:59:54 +0100
  • 7b9aee5451
    Escaping underscores in tap_button_map Marius Orcsik 2018-07-29 14:47:53 +0200
  • cded0ff7e8
    Merge pull request #2371 from ggreer/numlock Drew DeVault 2018-07-28 20:49:13 -0400
  • 1e65439a54 Add virtual keyboard protocol Drew DeVault 2018-07-28 20:47:56 -0400
  • 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 -0700
  • 53069f1403
    Merge pull request #2360 from RyanDwyer/floating-containers Drew DeVault 2018-07-28 09:30:12 -0400
  • e4b54ac16e
    Merge pull request #2368 from RyanDwyer/handle-out-of-fds Drew DeVault 2018-07-28 09:05:28 -0400
  • 68d6307aa6
    Merge pull request #2365 from RyanDwyer/fix-cmd-defer-crash Drew DeVault 2018-07-28 09:05:04 -0400
  • 84cd22c8cb Fix crash when a deferred command destroys a workspace Ryan Dwyer 2018-07-28 22:13:13 +1000
  • 0337609667 Focus child when showing a scratchpad container Ryan Dwyer 2018-07-27 13:48:20 +1000
  • debb8e85b2 Fix crash when unfloating child of container into empty workspace Ryan Dwyer 2018-07-27 13:46:01 +1000
  • 9d1f6e095b Send floating container to scratchpad when a child is focused Ryan Dwyer 2018-07-27 09:14:12 +1000
  • 538e083f61 Fix focus mode_toggle from a child of a floating container Ryan Dwyer 2018-07-27 09:10:10 +1000
  • c95847c9e1 Allow splitting a floating view Ryan Dwyer 2018-07-26 23:00:58 +1000
  • da2a87f6c7 When unfloating, return container to previously focused tiled container Ryan Dwyer 2018-07-26 22:58:42 +1000
  • 936168e740 Operate on floating split container when a child is focused Ryan Dwyer 2018-07-26 22:42:58 +1000
  • 902a1402ba Fix crash when a child of a floating container is in the scratchpad Ryan Dwyer 2018-07-26 22:27:42 +1000
  • 0b6b6716e2 Fix clicking a floating split container Ryan Dwyer 2018-07-26 19:10:53 +1000
  • 08cfba2192 Allow containers to float Ryan Dwyer 2018-07-26 18:36:46 +1000
  • a4bcddcfdc Include errno.h Ryan Dwyer 2018-07-28 10:24:04 +1000
  • d6daf10cad Show errno description in log Ryan Dwyer 2018-07-28 10:00:04 +1000
  • 32663b7b01 Handle out-of-fd situations gracefully for transaction and urgent timers Ryan Dwyer 2018-07-28 09:22:37 +1000
  • a2164c6661
    Merge pull request #2372 from RyanDwyer/fix-use-after-free-v2 Brian Ashworth 2018-07-28 08:38:09 -0400
  • 52cf410d3c Second attempt at fixing transaction use-after-free Ryan Dwyer 2018-07-28 17:43:18 +1000
  • 92a4bc646a
    Merge pull request #2370 from RyanDwyer/transactions-use-after-free Brian Ashworth 2018-07-28 01:31:43 -0400
  • 073ac425d5 Fix use after free in transactions Ryan Dwyer 2018-07-28 15:19:14 +1000
  • 7ad9d743fa
    Merge pull request #2369 from mihaicmn/preserve-workspace-name Drew DeVault 2018-07-27 21:24:22 -0400
  • d37c94d1b6 Preserve workspace name Mihai Coman 2018-07-28 00:18:52 +0000
  • f6db3acd24
    Merge pull request #2357 from RyanDwyer/cleanup-view-map Brian Ashworth 2018-07-26 21:53:05 -0400
  • 6ceb1d33fd Fix assign to workspace Ryan Dwyer 2018-07-27 09:21:55 +1000
  • a90f2dbde9 Refactor view_map Ryan Dwyer 2018-07-25 23:34:00 +1000
  • 75ebeb4a16
    Merge pull request #2356 from RyanDwyer/fullscreen-containers Brian Ashworth 2018-07-25 21:30:56 -0400
  • 868dcde14e Fix indent Ryan Dwyer 2018-07-26 08:28:05 +1000
  • 27a20a4884 Allow containers to be fullscreen Ryan Dwyer 2018-07-25 20:56:23 +1000
  • c8dc9b3b30
    Merge pull request #2330 from progandy/set-modifier-locks Brian Ashworth 2018-07-25 12:07:35 -0400
  • 76ece5788b Fix LEDs for configured modifier states ProgAndy 2018-07-25 17:09:34 +0200
  • 0ba52458ab Restrict CapsLock and NumLock commands to the configuration file ProgAndy 2018-07-25 17:08:47 +0200
  • d07463d53b Add documentation for xkb_capslock/xkb_numlock ProgAndy 2018-07-23 14:41:11 +0200
  • c7a3a03115 Add xkb_numlock/xkb_capslock commands (#2311) ProgAndy 2018-07-22 22:22:16 +0200
  • 2166dbe2e4 Implement setting NumLock and CapsLock status ProgAndy 2018-07-22 21:16:19 +0200
  • 6a8d1e5044
    Merge pull request #2358 from CedricCabessa/fix-2355-move-workspace-crashes emersion 2018-07-25 16:24:15 +0100
  • 445a09575c fix #2355: "move workspace to output up" crashes Cédric Cabessa 2018-07-25 17:06:50 +0200
  • 53dbe2da4b
    Merge pull request #2353 from emersion/render-opaque-overlay Drew DeVault 2018-07-25 08:32:32 -0400
  • fc718f629a
    Merge pull request #2350 from ppascher/xwayland-optional Drew DeVault 2018-07-25 08:27:40 -0400
  • 384c55c0b4 more style fixes, reorder config.h include Pascal Pascher 2018-07-25 13:43:21 +0200
  • f95cb9a7c1 reverted includes of "sway/config.h" and replaced with "config.h" from meson build Pascal Pascher 2018-07-25 13:32:20 +0200
  • 79a45d4a40 more style fixes, included "sway/config.h" where needed Pascal Pascher 2018-07-25 12:17:10 +0200
  • fd1e2c172c
    Merge pull request #2354 from RyanDwyer/fix-crash-on-tab-reap emersion 2018-07-25 10:49:43 +0100
  • b14bd1b0b1 Fix crash when closing last child of a tabbed container Ryan Dwyer 2018-07-25 19:26:12 +1000
  • 0e79b2114c Improve rendering with a fullscreen opaque overlay surface emersion 2018-07-25 08:50:06 +0100
  • cdc4ad2b4f
    Merge pull request #2352 from RedSoxFan/implement-2335 emersion 2018-07-25 00:04:38 +0100
  • 3a75bb7f32 Change button var passed to seat_begin_move Brian Ashworth 2018-07-24 18:52:54 -0400
  • dca02944ce Implement floating_modifier <mod> [inverse|normal] Brian Ashworth 2018-07-24 18:41:08 -0400
  • 2bf893248a style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false Pascal Pascher 2018-07-24 23:37:41 +0200
  • 24ad1c3983 Added meson option "enable_xwayland" (default: true) to enable/disable xwayland support Pascal Pascher 2018-07-24 22:16:06 +0200