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

Commit Graph

  • 51fa988be9 Address review comments for output subcommands Brian Ashworth 2018-06-03 10:29:00 -0400
  • 5ea4a4d3ee Refactor cmd_output to use config_subcommand Brian Ashworth 2018-06-02 21:33:16 -0400
  • d02e9aa4bc Fix initial workspace orientation on a rotated output Ryan Dwyer 2018-06-03 23:39:09 +1000
  • 57e78414fa Fix seat_get_active_child Ryan Dwyer 2018-06-03 22:31:54 +1000
  • ebe0b668c9
    Merge pull request #2093 from emersion/damage-debug emersion 2018-06-03 10:31:19 +0100
  • 8e3d19aad2
    Merge pull request #2096 from kupospelov/fix-title-update emersion 2018-06-03 09:20:57 +0100
  • 5c2ae9c600
    Merge pull request #2097 from RyanDwyer/fix-workspace-segfault emersion 2018-06-03 09:20:22 +0100
  • 8289e30308 Fix potential crash when destroying workspace Ryan Dwyer 2018-06-03 10:28:24 +1000
  • e6baac4297 Fix view title update order Konstantin Pospelov 2018-06-03 00:32:18 +0300
  • 55b855d867
    Add SWAY_DAMAGE_DEBUG emersion 2018-06-02 18:06:46 +0100
  • 34bdf25bb5
    Only send frame to visible surfaces when fullscreened emersion 2018-06-02 20:55:34 +0100
  • fb932cf847
    Merge pull request #2094 from emersion/damage-schedule emersion 2018-06-02 20:50:56 +0100
  • 51eee3aecc
    Schedule a frame even if damage is empty emersion 2018-06-02 20:41:40 +0100
  • 5b72e8606c
    Merge pull request #2091 from martinetd/config-block-use-after-free Drew DeVault 2018-06-02 08:39:14 -0700
  • 71ab13f1eb sway/config: fix use-after-free for end of block Dominique Martinet 2018-06-03 00:31:45 +0900
  • df204b65d8
    Merge pull request #2089 from emersion/send-frame-done-visible Drew DeVault 2018-06-02 08:13:01 -0700
  • b0f2fd9479
    Merge pull request #2070 from RedSoxFan/generic-config-blocks Drew DeVault 2018-06-02 08:09:18 -0700
  • 65845be802
    Only send frame done to visible views emersion 2018-06-02 15:19:03 +0100
  • 85a5c8dabd Fix infinite loop in peek_line for EOF blanks Brian Ashworth 2018-06-02 08:05:43 -0400
  • af87c7a1af Address emersion's feedback on peek_line Brian Ashworth 2018-06-01 18:35:16 -0400
  • fbca3bbacb Fix condition in peek_line Brian Ashworth 2018-05-31 09:07:35 -0400
  • 8bfa2def88 Address first round of review for generic blocks Brian Ashworth 2018-05-30 22:23:11 -0400
  • 51bb9d8573 Support braces on next line for config blocks Brian Ashworth 2018-05-30 15:06:25 -0400
  • 7c810dc344 Make command block implementation generic Brian Ashworth 2018-05-30 13:20:02 -0400
  • 2d480e754e
    Merge pull request #2080 from frsfnrrg/keyboard-remodeling emersion 2018-06-02 09:18:07 +0100
  • a064317d97
    Merge pull request #2088 from RyanDwyer/fix-floating-border-pixel emersion 2018-06-02 08:33:42 +0100
  • 3f1cfd547e Fix top border when a view is initially floating Ryan Dwyer 2018-06-02 11:28:10 +1000
  • 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