1
1
mirror of https://github.com/swaywm/sway synced 2025-08-06 08:33:13 +02:00

Commit Graph

  • 664169fbf1 Implement stacked layout Ryan Dwyer 2018-05-21 22:58:46 +1000
  • 8bbf78fdd4 Fix focus follows mouse with no focus Drew DeVault 2018-05-21 17:21:01 -0400
  • 54818a1c98
    Merge pull request #2016 from RedSoxFan/fix-tab-smart-borders emersion 2018-05-21 19:30:43 +0100
  • 708ff238f3
    Update for swaywm/wlroots#993 emersion 2018-05-21 19:11:20 +0100
  • 0273c6438c Fix hide_edge_borders smart for tabs and stacks Brian Ashworth 2018-05-21 13:18:18 -0400
  • a7adbf4b79
    Merge pull request #2005 from RyanDwyer/tabbed-layout emersion 2018-05-21 11:24:05 +0100
  • 048b29527b Pre-multiply alpha for tab decorations Ryan Dwyer 2018-05-21 08:29:52 +1000
  • 90607dc329 Add left/right borders to tabs Ryan Dwyer 2018-05-20 23:16:51 +1000
  • 5ab4930185 Fix tab border issues Ryan Dwyer 2018-05-20 15:34:08 +1000
  • 4672cb7ccf Use class or app_id in tree representation Ryan Dwyer 2018-05-20 09:26:46 +1000
  • efc07fb3d4 Don't track damage for views on inactive tabs Ryan Dwyer 2018-05-20 09:11:55 +1000
  • bd79584f65 Add assertion in container_at_view Ryan Dwyer 2018-05-20 08:34:43 +1000
  • c08f9bf257 Implement tabbed layout Ryan Dwyer 2018-05-19 22:54:50 +1000
  • ec1c4c6c36
    Merge pull request #2011 from RyanDwyer/fix-hide-edge-border-bottom emersion 2018-05-21 09:22:58 +0100
  • c4ea2b51f6 Fix hide_edge_borders constraints Ryan Dwyer 2018-05-21 13:10:52 +1000
  • a9733d96f9
    Merge pull request #2012 from RedSoxFan/fix-border-changing-focus Drew DeVault 2018-05-20 23:31:10 -0400
  • 82cd55a670 Fix border commands from changing focus Brian Ashworth 2018-05-20 23:12:33 -0400
  • cf3ab1f45f
    Merge pull request #2007 from swaywm/fix-focus-follows-mouse Drew DeVault 2018-05-20 16:05:53 -0400
  • 4a035a2536
    Merge pull request #2010 from RedSoxFan/premultiply-alpha emersion 2018-05-20 20:50:57 +0100
  • 54445caefb
    Merge branch 'master' into fix-focus-follows-mouse Drew DeVault 2018-05-20 15:50:51 -0400
  • a3d3c819cf Fix focus_follows_mouse over swaybar Drew DeVault 2018-05-19 19:57:10 -0400
  • aacde78daf
    Merge branch 'master' into premultiply-alpha Brian Ashworth 2018-05-20 09:37:49 -0400
  • 750a497a8b Pre-multiply alpha for non-textures Brian Ashworth 2018-05-20 09:33:48 -0400
  • cab0dd8281
    Merge pull request #1821 from RyanDwyer/swaylock-multiple-images emersion 2018-05-20 14:04:30 +0100
  • 8361233295 Swaylock: Use calloc instead of malloc Ryan Dwyer 2018-05-20 22:47:07 +1000
  • bde9711f3c Swaylock: Log error if multiple images are defined for the same output Ryan Dwyer 2018-05-20 22:39:08 +1000
  • 9d99e5c2e7 Swaylock: Allow per-output images Ryan Dwyer 2018-05-19 08:47:47 +1000
  • 1afbfc94f4
    Merge pull request #2006 from kupospelov/fix-title-pixel-bar Drew DeVault 2018-05-19 18:25:36 -0400
  • fcc11f9771 Fix pixel bar below title Konstantin Pospelov 2018-05-19 18:15:25 +0300
  • a5f7322863
    Merge 95258cf442d69f737cc30710c0c8f6d8ef559a71 into 90ca0c8b2fb9d4a89e837ce7c5cdf60f6e40f274 Dudemanguy911 2018-05-19 14:13:49 +0000
  • 90ca0c8b2f
    Merge pull request #2004 from RyanDwyer/rebuild-textures-on-move emersion 2018-05-19 14:54:57 +0100
  • 9fd28aea8c Rebuild textures if needed when moving a container Ryan Dwyer 2018-05-19 23:33:36 +1000
  • b7ab7c0e66
    Fix output hotplugging emersion 2018-05-18 21:57:58 +0100
  • e4dbafe4d8
    Fix swaylock crashing when unplugging output emersion 2018-05-18 19:13:08 +0100
  • c2c5a3f5f6
    Merge pull request #1982 from RyanDwyer/show-marks Drew DeVault 2018-05-16 21:54:16 -0400
  • f0212d66ee Update marks textures on output scale event Ryan Dwyer 2018-05-16 20:47:03 +1000
  • ebb0d051db Fix many border opacity issues Ryan Dwyer 2018-05-15 23:29:54 +1000
  • b1645fb352 Update show_marks documentation Ryan Dwyer 2018-05-15 15:11:28 +1000
  • 69ac7f73e7 Destroy marks textures when view destroyed Ryan Dwyer 2018-05-15 14:48:19 +1000
  • b351d0a64a Set textures to null when destroying Ryan Dwyer 2018-05-15 14:35:54 +1000
  • 5384fdcbc6 Don't show marks which start with an underscore Ryan Dwyer 2018-05-15 14:35:25 +1000
  • 0e2cc0af30 Implement show_marks Ryan Dwyer 2018-05-15 13:14:18 +1000
  • fe24f58297
    Merge pull request #1995 from RedSoxFan/fix-1985 Drew DeVault 2018-05-16 12:27:11 -0400
  • 0944d3fd9c Change scale from int32_t to double for pango Brian Ashworth 2018-05-16 12:01:04 -0400
  • 6a13f3eb38
    Merge pull request #1994 from RyanDwyer/fix-focus-stealing emersion 2018-05-16 11:39:43 +0100
  • fc96f004d2 Don't steal focus when a view changes its title Ryan Dwyer 2018-05-16 20:29:04 +1000
  • 2df8f266cd
    Merge pull request #1991 from martinetd/ready_nox emersion 2018-05-16 09:10:28 +0100
  • c7c2e5357c
    Merge pull request #1990 from martinetd/swayidle_terminate emersion 2018-05-16 08:57:40 +0100
  • 89ae1792b5 sway: run commands without waiting for Xwayland Dominique Martinet 2018-05-16 12:29:30 +0900
  • 3b7cae0e31 swayidle: terminate if wl_display_dispatch failed Dominique Martinet 2018-05-16 16:50:34 +0900
  • 620b269418 swayidle: terminate when server died Dominique Martinet 2018-05-16 11:25:55 +0900
  • 76bdbe938f
    Merge pull request #1986 from emersion/clip-title-texture Drew DeVault 2018-05-15 08:07:35 -0400
  • 79e970d86e
    Correctly clip title texture if necessary emersion 2018-05-15 08:38:28 +0100
  • 95f6d0deba
    Merge pull request #1954 from RyanDwyer/marks Drew DeVault 2018-05-14 21:44:05 -0400
  • 4d1edfcba9 Change unmark implemention to match i3's Ryan Dwyer 2018-05-15 11:24:16 +1000
  • 22d38600d0 Implement marks Ryan Dwyer 2018-05-14 22:47:10 +1000
  • f1f54bbc88
    Merge pull request #1978 from RedSoxFan/fix-1975 Drew DeVault 2018-05-14 18:10:54 -0400
  • 9ba0dca7ba
    Merge branch 'master' into fix-1975 Brian Ashworth 2018-05-14 09:06:23 -0400
  • 77b42ec821 Always render top border for border normal Brian Ashworth 2018-05-14 09:04:18 -0400
  • 1837756dbe
    Merge pull request #1871 from emersion/kill-wl-shell Drew DeVault 2018-05-14 08:33:55 -0400
  • 95a10dd4f3
    Kill wl_shell emersion 2018-04-29 09:40:58 +0100
  • ea6ff6790c Add hide_cursor command Drew DeVault 2018-05-14 00:12:30 -0400
  • 4e6cb2b4b2
    Merge pull request #1968 from RyanDwyer/fix-criteria Drew DeVault 2018-05-14 08:00:08 -0400
  • 3488fbc859 Fix y and height for a hidden top normal border Brian Ashworth 2018-05-14 01:46:53 -0400