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

Commit Graph

  • 5f2ebe0dd5 added ref to bulgarian translation Martin Kalchev 2018-08-28 17:12:38 +0300
  • bc30f2d528 commands: fix moving container to different output Ian Fan 2018-08-28 00:46:44 +0100
  • 15f709b155 spellcheck and help add. Martin Kalchev 2018-08-28 17:06:15 +0300
  • 83230435f7
    Merge pull request #2511 from RyanDwyer/refactor-arrange Drew DeVault 2018-08-28 10:03:52 -0400
  • 126a82f14f Fix gaps issues Ryan Dwyer 2018-08-28 23:53:51 +1000
  • f5b9815128 Prepare arrange code for type safe arguments Ryan Dwyer 2018-08-26 10:16:49 +1000
  • da0ffa3b20 initial commit Martin Kalchev 2018-08-28 16:16:37 +0300
  • 98ef29c228
    Merge pull request #2523 from RedSoxFan/fix-floating-drag-outputs Drew DeVault 2018-08-27 13:44:08 -0400
  • 82423b88b8
    Merge pull request #2494 from RyanDwyer/fix-overflowing-subsurfaces Drew DeVault 2018-08-27 12:41:39 -0400
  • 9d9de97c4c
    Merge pull request #2520 from RedSoxFan/destroy-empty-ws-on-evac Drew DeVault 2018-08-27 12:32:29 -0400
  • efcaee190e
    Merge pull request #2519 from ianyfan/set-focus-cleanup Drew DeVault 2018-08-27 12:30:26 -0400
  • 3bf849d993 seat.c: clean-up seat_set_focus_warp function Ian Fan 2018-08-26 19:00:59 +0100
  • fed6976840
    Merge pull request #2522 from ascent12/build_fix Drew DeVault 2018-08-27 08:16:25 -0400
  • 11c1619f30 Stop floaters from snapping on move to new output Brian Ashworth 2018-08-27 03:06:37 -0400
  • 31c3c8a365 Initialise variable properly Scott Anderson 2018-08-27 18:01:17 +1200
  • ff86dc0c35 Hide deprecated wayland functions Scott Anderson 2018-08-27 18:01:00 +1200
  • 148b113b8d Destroy empty workspaces in output_evacuate Brian Ashworth 2018-08-27 00:18:20 -0400
  • d6a5dfc913
    Merge pull request #2518 from ianyfan/ipc Brian Ashworth 2018-08-26 21:59:38 -0400
  • 6ae2e3a4a8 ipc: clean-up container_create_notify function Ian Fan 2018-08-26 11:01:54 +0100
  • e7c94708f2 ipc: emit window close event earlier, before destroying Ian Fan 2018-08-26 10:54:27 +0100
  • 6afc0590a1
    Merge pull request #2517 from fokditkak/add_fish_completion Drew DeVault 2018-08-26 13:55:08 -0400
  • f3c18336d2 added fish to meson.build Martin Kalchev 2018-08-26 19:27:18 +0300
  • 4f57c3da0e added untested files Martin Kalchev 2018-08-26 18:53:51 +0300
  • 10c2c09cf6
    Merge pull request #2513 from RyanDwyer/rename-root-outputs Drew DeVault 2018-08-26 10:50:02 -0400
  • df7083a2d0
    Merge pull request #2515 from RyanDwyer/remove-layout-file Drew DeVault 2018-08-26 10:49:49 -0400
  • 5dbbab7bdc Remove layout.c Ryan Dwyer 2018-08-26 12:05:16 +1000
  • 64283197e0
    Merge 01757979de2d0ddbcc040732b6f170e5876a08c0 into 1a30c50ef40e918942f96c9a399f9bf94c1c0116 M. Stoeckl 2018-08-26 00:15:41 +0000
  • 01757979de Simplify runtime variable substitution mstoeckl 2018-08-25 19:33:28 -0400
  • 1a30c50ef4
    Merge pull request #2488 from RyanDwyer/separate-gaps-functions Drew DeVault 2018-08-25 20:07:37 -0400
  • 8bed4be1f3 Make separate gaps functions per container type Ryan Dwyer 2018-08-19 17:00:51 +1000
  • ed147aed30
    Merge pull request #2512 from apreiml/workspace_move_wrap Brian Ashworth 2018-08-25 11:19:17 -0400
  • 1a72149d88 Workspace move cycle Armin Preiml 2018-08-25 09:11:20 +0200
  • 1e024b91fa Add comment for sway_root.all_outputs Ryan Dwyer 2018-08-25 23:42:04 +1000
  • 2e7401772e Rename sway_root.outputs to sway_root.all_outputs Ryan Dwyer 2018-08-25 19:29:04 +1000
  • b945957b9b
    Merge pull request #2510 from RyanDwyer/relocate-layout-functions Drew DeVault 2018-08-25 09:38:33 -0400
  • 33d1022650
    Merge pull request #2495 from ianyfan/commands Ryan Dwyer 2018-08-25 13:24:12 +1000
  • 4b9ad9c238
    Merge branch 'master' into commands Ryan Dwyer 2018-08-25 13:06:04 +1000
  • f4bc25bcc6 Relocate container_move, container_move_to and container_get_in_direction Ryan Dwyer 2018-08-25 12:09:42 +1000
  • 5497164ef1
    Merge 6a805aace0b843e34083b005dd0b93ba8e7bb5fc into e86d99acd655815781cd2e23877ce58ab5b24826 M. Stoeckl 2018-08-25 01:17:01 +0000
  • 6a805aace0 Use stored commands for bindings mstoeckl 2018-08-23 20:04:44 -0400
  • f8b9c796f4 Split parsing and execution of commands mstoeckl 2018-08-23 17:25:48 -0400
  • e86d99acd6
    Merge pull request #2499 from RyanDwyer/refactor-destroy-functions Drew DeVault 2018-08-24 08:27:05 -0400
  • b6058703fa Refactor destroy functions and save workspaces when there's no outputs Ryan Dwyer 2018-08-20 15:54:30 +1000
  • f53c28d52a
    Merge pull request #2470 from ianyfan/completions emersion 2018-08-22 09:35:17 +0100
  • a81c148e25
    Merge pull request #2507 from RyanDwyer/move-workspace-translate-floating emersion 2018-08-22 09:34:27 +0100
  • 8232cbf00f
    Merge pull request #2506 from vilhalmer/ipc-get_tree-return-app_id-and-class emersion 2018-08-22 09:32:12 +0100
  • e1d5dc0804 Translate floating containers when a workspace is moved Ryan Dwyer 2018-08-22 17:46:12 +1000
  • 03718aaebb
    Add app_id and class to get_tree output vilhalmer 2018-08-21 20:51:01 -0400
  • ce12d912dc
    Merge pull request #2505 from RyanDwyer/fix-set-fullscreen Drew DeVault 2018-08-21 18:46:23 -0400
  • e81c26fab9 Fix sending fullscreen event to view Ryan Dwyer 2018-08-22 08:23:29 +1000
  • 395ff7a541
    Merge pull request #2503 from RyanDwyer/use-wlr-edges Brian Ashworth 2018-08-20 22:56:43 -0400
  • f129b1b89f Replace enum resize_edge with wlr_edges Ryan Dwyer 2018-08-21 12:41:57 +1000
  • 389610795b
    Merge pull request #2502 from minus7/workspace-names Drew DeVault 2018-08-20 19:22:44 -0400
  • 471533be0a Improve new workspace name selection minus 2018-08-20 23:17:02 +0200
  • 99631c5050
    Merge pull request #2501 from RedSoxFan/fix-bad-free-swaynag Drew DeVault 2018-08-20 15:21:34 -0400
  • f0d21c46dd Fix bad-free in swaynag Brian Ashworth 2018-08-20 15:06:12 -0400
  • f51b9478f2 commands: implement move absolute Ian Fan 2018-08-19 16:25:04 +0100
  • 881f729af9
    Merge pull request #2498 from RyanDwyer/fix-jumping-views emersion 2018-08-20 08:17:16 +0100
  • 771ad7bffa Fix jumping views Ryan Dwyer 2018-08-20 13:24:57 +1000
  • 08a69f267a
    Merge pull request #2483 from RyanDwyer/floating-emit-reparent Drew DeVault 2018-08-19 22:06:09 -0400
  • fdcf9275b1
    Merge pull request #2496 from RyanDwyer/fix-transaction-crash Drew DeVault 2018-08-19 22:03:57 -0400
  • e1955c5c08 Fix crash when adding output Ryan Dwyer 2018-08-20 10:37:52 +1000
  • a49e4b13bf Clean up tracked outputs when an output is destroyed Ryan Dwyer 2018-08-20 09:23:34 +1000
  • 0f6d212629 Send output enter/leave events correctly Ryan Dwyer 2018-08-19 11:01:51 +1000