Drew DeVault
200d0360ea
Merge branch 'master' of github.com:swaywm/sway
7 years ago
Drew DeVault
f0ddf6d74c
Add README.md
7 years ago
Drew DeVault
cd1b32453a
Merge branch 'wlroots'
7 years ago
Drew DeVault
5785170421
Fix separator height calculation
...
Fixes #1796
Also rearranged this code to more closely mirror the similar code above
so future discrepancies are easier to spot.
7 years ago
emersion
84243a708e
Merge pull request #1792 from RyanDwyer/fix-swaybar-status-blocks
...
Fix swaybar not showing all status blocks
7 years ago
Ryan Dwyer
7dfc0409eb
Check height in surface local coordinates and rename some variables.
7 years ago
emersion
96118be241
Merge pull request #1793 from PyroLagus/input-simulation
...
Cursor input simulation with sway commands.
7 years ago
Drew DeVault
23df5b637e
Merge pull request #1794 from thejan2009/swaybar-ipc-mode-fix
...
fix swaybar ipc handling
7 years ago
db
39e3319394
fix swaybar ipc handling
...
Swap return with break in IPC_EVENT_WORKSPACE case to free resp.
Change default return value to true. This causes IPC_EVENT_MODE changes to be
rendered instantly.
7 years ago
Danny Bautista
c53b2edd41
Add documentation for seat cursor command.
7 years ago
Danny Bautista
c355d680e9
Clean up cursor simulation code.
7 years ago
Danny Bautista
1edb2bd892
Implement cursor event simulation with sway commands.
7 years ago
emersion
4240ede065
Merge pull request #1791 from RyanDwyer/fix-swaybar-output-config
...
Fix swaybar output config
7 years ago
Ryan Dwyer
1a0d367f22
Fix swaybar not showing all status blocks.
7 years ago
Ryan Dwyer
c38de16722
Fix swaybar output config.
7 years ago
emersion
48fca1c7ec
Merge pull request #1788 from thejan2009/move_auto_back_and_forth
...
Add workspace_auto_back_and_forth for move cmd
7 years ago
db
63b2543749
Add workspace_auto_back_and_forth for move cmd
7 years ago
emersion
78b6ac6aa1
Merge pull request #1783 from RyanDwyer/swaybar-buffer-fixes
...
Fix buffer issues in swaybar status line
7 years ago
Drew DeVault
ac3be29517
Fix some more bugs
7 years ago
Ryan Dwyer
bac65078a2
Fix buffer issues in swaybar status line.
7 years ago
Drew DeVault
07b6be6214
Merge pull request #1769 from acrisci/focus-inactive-fixes
...
Focus inactive fixes
7 years ago
Tony Crisci
e7771c507a
80char
7 years ago
emersion
4493761716
Merge pull request #1781 from swaywm/map-to-output
...
Add input "identifier" map_to_output "identifier"
7 years ago
Drew DeVault
0e3ddf255e
Add input "identifier" map_to_output "identifier"
7 years ago
Drew DeVault
69239f1d30
Merge pull request #1782 from coderkun/readme-de
...
Fix some typographic characters in German README
7 years ago
Tony Crisci
8ecd89b7ef
address feedback
7 years ago
coderkun
94d90f8751
Fix some typographic characters in German README
7 years ago
Drew DeVault
3679323ce5
Merge pull request #1780 from emersion/fix-swaybar-hidpi-rounding
...
Fix swaybar HiDPI rounding issue
7 years ago
emersion
16e363e3e2
Fix swaybar HiDPI rounding issue
7 years ago
Drew DeVault
26e5974496
Merge pull request #1778 from swaywm/fix-cursor
...
Fix cursor motion issues
7 years ago
Tony Crisci
ae78f6fb93
Merge branch 'wlroots' into focus-inactive-fixes
7 years ago
Drew DeVault
9c5a88a7bd
Fix cursor motion issues
...
Use only one canonical cursor x/y position and send cursor enter when
mouse is warped.
Tangentally related to #1714
7 years ago
Tony Crisci
70b33342fe
criteria match containers
7 years ago
Drew DeVault
ebabcc8b44
Merge pull request #1777 from emersion/unmanaged-cursor-input
...
Use wlr_surface_point_accepts_input for unmanaged surfaces
7 years ago
emersion
5ebc99253a
Use wlr_surface_point_accepts_input for unmanaged surfaces
7 years ago
Tony Crisci
46280460a5
push all parents of focused container in focus stack
7 years ago
Drew DeVault
efff7c4225
Merge pull request #1776 from emersion/wlroots-remove-backend-egl
...
Update for wlroots#850
7 years ago
emersion
9570e37016
Update for wlroots#850
7 years ago
Drew DeVault
8763957344
Merge pull request #1774 from swaywm/tablet-tool
...
Implement tablet tool support
7 years ago
Drew DeVault
e10dc77fc6
Merge pull request #1775 from thejan2009/workspace_auto_back_and_forth
...
Add workspace_auto_back_and_forth command
7 years ago
Drew DeVault
9114d3b84c
Implement tablet tool support
7 years ago
db
042b80b9fa
Add workspace_auto_back_and_forth command
...
This is the only missing piece - other code regarding this functionality has
already been ported from pre-wlroots source.
7 years ago
Drew DeVault
4ba6545c65
Fixup for #1773
7 years ago
Drew DeVault
bd236b6587
Merge pull request #1773 from thejan2009/issue/swaybar-mouse
...
Use full ws->name in swaybar hotspot callback
7 years ago
db
257a831c72
Use full ws->name in swaybar hotspot callback
...
If strip_workspace_numbers option is enabled, we must preserve the right
workspace name for hotspot.
7 years ago
Drew DeVault
2e41804b54
Merge pull request #1772 from bpinto/feature/improve-dependency-check
...
Improve dependency check for libinput
7 years ago
Bruno Pinto
b24b319bdf
Improve dependency checks
7 years ago
Tony Crisci
9db859585e
container_create_notify on split
7 years ago
Tony Crisci
0ff22c1755
implement ipc focus stack
7 years ago
Tony Crisci
de811823b6
seat focus inactive children foreach
7 years ago