1
1
mirror of https://github.com/swaywm/sway synced 2025-03-03 22:21:26 +01:00

Commit Graph

  • 78b7b46895 Style fix, redundant entry removal, fix extra keysym delete frsfnrrg 2018-06-01 18:40:51 -0400
  • 480f0c593c Rename update_shortcut_model to update_shortcut_state frsfnrrg 2018-06-01 17:56:13 -0400
  • c664d780cc Comment to explain sway_shortcut_state lists frsfnrrg 2018-06-01 17:04:58 -0400
  • 83d559dd03 Rename check_shortcut_model to get_active_binding frsfnrrg 2018-06-01 17:04:04 -0400
  • c53e4e6cde Style fixed for keyboard.c frsfnrrg 2018-06-01 06:51:07 -0400
  • eb00edc6e2 Style fixes for bind.c frsfnrrg 2018-06-01 06:50:53 -0400
  • f2fe93d171 Remove almost-always redundant loop in key handling frsfnrrg 2018-05-31 20:23:19 -0400
  • 705230a26c Fix binding bindcode flag initialization frsfnrrg 2018-05-31 19:54:31 -0400
  • a056419ad7 Rewrite shortcut handling code to avoid hardcoded values frsfnrrg 2018-05-31 19:35:17 -0400
  • f5ed65e633 Use XKB keycode numbering for bindcode frsfnrrg 2018-05-31 19:33:38 -0400
  • d77681ea3d Share common code between bindsym and bindcode commands frsfnrrg 2018-05-31 15:16:01 -0400
  • 96446fdbf7
    Merge pull request #2027 from RyanDwyer/implement-floating Drew DeVault 2018-06-01 15:41:49 -0700
  • 2ce2254452
    Merge 6afa4d7bf08278d52a71c31baa6e72316c7a3961 into fd885d5779ef9aa408fa856a66fa7343ce01fa19 smlx 2018-06-01 18:37:29 +0000
  • fd885d5779
    Merge pull request #2083 from RedSoxFan/fix-1976 emersion 2018-06-01 19:22:13 +0100
  • edf37f27e1 Fix cmd_workspace crash when a surface has focus Brian Ashworth 2018-06-01 14:07:55 -0400
  • 70c2c50445 Fix changing borders on floating views Ryan Dwyer 2018-05-31 22:02:20 +1000
  • d466b8fa7b Don't auto float xdg views if their dimensions are not set Ryan Dwyer 2018-05-31 21:58:28 +1000
  • a2c1cb9072 Fix mpv damage issue when unfullscreening into floating Ryan Dwyer 2018-05-31 18:21:49 +1000
  • c9e3a313b4 Fix fullscreen position of xwayland views Ryan Dwyer 2018-05-31 08:30:07 +1000
  • 00cac22038 Fix crash when using multiple outputs Ryan Dwyer 2018-05-31 08:22:19 +1000
  • e605dc43bb Fix mouse warping interaction with layout coords Drew DeVault 2018-05-29 20:50:02 -0400
  • c9f8d35ca9 Consider floating views when calculating title height Ryan Dwyer 2018-05-30 10:27:16 +1000
  • 9119f87655 Fix floating position when view is floated when mapped Ryan Dwyer 2018-05-30 10:22:35 +1000
  • f7cadf2333 Adjust move command to account for changed coordinate system Ryan Dwyer 2018-05-29 22:46:43 +1000
  • f24087d104 Fix fullscreen position Ryan Dwyer 2018-05-28 17:42:56 +1000
  • 97672295ed Don't unmaximize floating views Ryan Dwyer 2018-05-27 23:43:05 +1000
  • 40af5d81a1 Fix getting adjacent output Ryan Dwyer 2018-05-27 09:46:40 +1000
  • becceafa7f Remove unfinished wants_floating implementation for xwayland Ryan Dwyer 2018-05-26 23:45:27 +1000
  • 5b1601c2e3 Don't let xwayland views set position unless unmanaged Ryan Dwyer 2018-05-26 21:33:18 +1000
  • 02d385e06f Use swayc rather than wlr_output when rendering Ryan Dwyer 2018-05-26 21:12:10 +1000
  • 3b1db30a5e Use surface size if xdg shell's geometry isn't set Ryan Dwyer 2018-05-26 20:37:04 +1000
  • 4371c746e4 Implement wants_floating for xdg_shell and xdg_shell_v6 Ryan Dwyer 2018-05-26 20:04:59 +1000
  • d4ed204d4d Remove container_self_or_parent_floating Ryan Dwyer 2018-05-26 16:34:15 +1000
  • 70f5d6fcf3 Rename container_set_geometry_from_view Ryan Dwyer 2018-05-26 16:32:24 +1000
  • 3281574fa3 Remove check for if floating view intersects output Ryan Dwyer 2018-05-26 16:30:18 +1000
  • 7d2b33a458 Render floating views before top layer and unmanaged Ryan Dwyer 2018-05-26 16:26:59 +1000
  • e4e912ea91 Store swayc coordinates as layout-local Ryan Dwyer 2018-05-26 16:26:10 +1000
  • 00f6e179cd Add L_FLOATING back to debug tree Ryan Dwyer 2018-05-26 09:23:12 +1000
  • 02de2a6f65 Rename set_maximized functions to set_tiled Ryan Dwyer 2018-05-26 09:22:10 +1000
  • 5d69a56209 Prevent splitting a floating view Ryan Dwyer 2018-05-25 17:10:58 +1000
  • dc83b158e1 Fix issues with sticky containers and workspaces Ryan Dwyer 2018-05-25 15:39:14 +1000
  • 13a4b0512e Fix unfullscreening a floating view Ryan Dwyer 2018-05-25 11:15:43 +1000
  • 754cb7944c Respect view's border config for floating containers Ryan Dwyer 2018-05-25 09:32:25 +1000
  • aaba7642b3 Replace is_floating boolean with function Ryan Dwyer 2018-05-25 09:26:23 +1000
  • 34f35f0bad Use L_FLOATING instead of reapable boolean Ryan Dwyer 2018-05-25 09:10:35 +1000
  • 1f2e399ade Implement floating Ryan Dwyer 2018-05-24 22:30:44 +1000
  • 1132efe42e Send frame done to floating views Drew DeVault 2018-05-04 08:41:16 -0400
  • 71db8de4be Render floating views Drew DeVault 2018-05-04 08:27:53 -0400
  • f3ab895916 Implement floating enable Drew DeVault 2018-05-04 08:24:25 -0400
  • c47d6cb1c4
    Merge pull request #2081 from RedSoxFan/fix-2077 emersion 2018-06-01 10:36:47 +0100
  • 8963f94545
    Merge pull request #2082 from RedSoxFan/fix-move-perpendicular-segfault emersion 2018-06-01 09:43:40 +0100
  • 8237d944d4 Fix move perpendicular segfault Brian Ashworth 2018-06-01 01:06:02 -0400
  • cca587b21f Send reparent events in container_split Brian Ashworth 2018-05-31 23:47:21 -0400
  • 4495ec64b2
    Merge pull request #2079 from RedSoxFan/fix-2078 Drew DeVault 2018-05-31 22:11:12 -0400
  • e13c94f2dd Fix typo Brian Ashworth 2018-05-31 12:07:54 -0400
  • 633bee9019 Fix moving out of tab/stack when only child Brian Ashworth 2018-05-31 11:51:00 -0400
  • 6afa4d7bf0 Calculate raw keysyms for all wlr_keyboard->keycodes. Scott Leggett 2018-05-30 12:58:28 +1000
  • 536773e3a1
    Merge pull request #2065 from RedSoxFan/fix-2018 Ryan Dwyer 2018-05-30 11:53:20 +1000
  • 64225b1137 Send IPC layout of node itself Brian Ashworth 2018-05-29 21:45:18 -0400
  • 3b90b55666 Notify of subtree change Brian Ashworth 2018-05-29 11:27:04 -0400
  • f5e44d4b2c Fix layout in -t get_tree Brian Ashworth 2018-05-29 11:21:18 -0400
  • 103a302fa4 Fix moving out of a tabbed/stacked workspace Brian Ashworth 2018-05-28 21:37:29 -0400
  • a66fd74a54 Fix breaking out of tabs/stacks Brian Ashworth 2018-05-28 10:52:49 -0400
  • 86b8d036d4
    Merge pull request #2069 from RyanDwyer/ipc-workspace-representation Drew DeVault 2018-05-29 10:54:22 -0400