1
1
mirror of https://github.com/swaywm/sway synced 2025-08-01 14:32:42 +02:00

Commit Graph

  • 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
  • 8dbbfa5965 Bindings use advised keyboard repeat parameters frsfnrrg 2018-07-29 18:50:20 -0400
  • e33dfbfa75 Implement key repeat for pressed key bindings frsfnrrg 2018-07-29 16:25:43 -0400
  • ca8f177e14
    Merge pull request #2379 from emersion/xwayland-unmanaged Drew DeVault 2018-07-29 13:49:58 -0400
  • 9a7e436fad Don't give focus if xwayland window has a type hint emersion 2018-07-29 11:05:11 +0100
  • 0ad865f0b7 Make output_surface_for_each_surface_iterator static emersion 2018-07-29 14:34:48 +0100
  • 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